PrivateKey
interface PrivateKey<PublicK : EC.PublicKey> : Encodable<EC.PrivateKey.Format> , PublicKeyAccessor<PublicK> (source)
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Encodes this material into a ByteString in the specified format.
Link copied to clipboard
Encodes this material into a ByteString in the specified format.
Link copied to clipboard
Returns the associated public key.
Link copied to clipboard
Returns the associated public key.