DpopKeyPairSerializer
abstract class DpopKeyPairSerializer(val publicKeyFormat: DpopKeyPair.PublicKeyFormat, val privateKeyFormat: DpopKeyPair.PrivateKeyFormat) : KSerializer<DpopKeyPair>
Inheritors
Constructors
Link copied to clipboard
constructor(publicKeyFormat: DpopKeyPair.PublicKeyFormat, privateKeyFormat: DpopKeyPair.PrivateKeyFormat)