PrivateKey
interface PrivateKey : Encodable<EdDSA.PrivateKey.Format> , PublicKeyAccessor<EdDSA.PublicKey> (source)
An EdDSA private key that provides signature generation via signatureGenerator.
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.
Link copied to clipboard
Returns a SignatureGenerator that generates EdDSA signatures.