KeyPair
Base class for key pair types, ex: EncryptionKeyPair
.
Class Methods
Instance Methods
Class Properties
There are no class properties.
Instance Properties
name | type | description |
---|---|---|
privateKey | The private key of this key pair. | |
publicKey | The public key of this key pair. |
Description
KeyPair
contains a pair of algorithmically related keys, instances of PrivateKey
and PublicKey
. You will not typically use this class directly.