See
- AsymmetricKeyBuilder
- PrivateKey
Extends
BaseCryptoClass
Accessors
exportable
Get Signature
get exportable():boolean
Check whether the key is exportable.
Returns
boolean
True if the key is exportable, false otherwise.
purposes
Get Signature
get purposes():KeyPurpose[]
Get the purposes enabled for this public key.
Returns
KeyPurpose[]
An array with the purposes enabled for this key.
Methods
exportDer()
exportDer():Promise<ArrayBuffer>
Export the public key as a DER-encoded blob.
Returns
Promise<ArrayBuffer>
A promise that resolves to an ArrayBuffer
containing the DER-encoded key.

