Constructors
constructor
new CryptographyKey( keyMaterial: CryptoKey | Uint8Array<ArrayBufferLike>,): CryptographyKey Parameters
- keyMaterial: CryptoKey | Uint8Array<ArrayBufferLike>
Methods
getCryptoKey
getCryptoKey(): Promise<CryptoKey> Returns Promise<CryptoKey>
A wrapper around CryptoKey that provides compatibility with the existing API