PrivateKeySerializerInterface
in
Table of Contents
Methods
- parse() : PrivateKeyInterface
- serialize() : string
Methods
parse()
public
parse(string $formattedKey) : PrivateKeyInterface
Parameters
- $formattedKey : string
Return values
PrivateKeyInterfaceserialize()
public
serialize(PrivateKeyInterface $key) : string
Parameters
- $key : PrivateKeyInterface