EC
interface EC<PublicK : EC.PublicKey, PrivateK : EC.PrivateKey<PublicK>, KP : EC.KeyPair<PublicK, PrivateK>> : CryptographyAlgorithm(source)
Base interface for elliptic curve algorithms.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
interface PrivateKey<PublicK : EC.PublicKey> : Encodable<EC.PrivateKey.Format> , PublicKeyAccessor<PublicK>
Link copied to clipboard
Properties
Link copied to clipboard
The typed identifier that uniquely distinguishes this algorithm and is used to look it up from a CryptographyProvider.
Functions
Link copied to clipboard
Returns a KeyGenerator that generates EC key pairs on the given curve.
Link copied to clipboard
Returns a Decoder that decodes EC private keys on the given curve from the specified PrivateKey.Format.
Link copied to clipboard
Returns a Decoder that decodes EC public keys on the given curve from the specified PublicKey.Format.