Interface aes/shared. AesKwProxiedCryptoKey
source · [−]Properties
sourceself
self
sourceself: AesKwCryptoKey
self: AesKwCryptoKey
Methods
unwrapKey
unwrapKey
source(format: KeyFormat, wrappedKey: BufferSource, wrappedKeyAlgorithm: EnforcedImportParams, extractable?: boolean, keyUsages?: KeyUsage[]): Promise<CryptoKey>
(format: KeyFormat, wrappedKey: BufferSource, wrappedKeyAlgorithm: EnforcedImportParams, extractable?: boolean, keyUsages?: KeyUsage[]): Promise<CryptoKey>
Parameters
format: KeyFormat
wrappedKey: BufferSource
wrappedKeyAlgorithm: EnforcedImportParams
Optional extractable: boolean
Optional keyUsages: KeyUsage[]
Returns Promise<CryptoKey>
wrapKey
wrapKey
source(format: KeyFormat, key: CryptoKey): Promise<ArrayBuffer>
(format: KeyFormat, key: CryptoKey): Promise<ArrayBuffer>
Parameters
format: KeyFormat
key: CryptoKey