Searched refs:unwrappedKeyAlgo (Results 1 – 2 of 2) sorted by relevance
/third_party/node/lib/internal/crypto/ |
D | webcrypto.js | 726 unwrappedKeyAlgo, argument 750 unwrappedKeyAlgo = webidl.converters.AlgorithmIdentifier( 751 unwrappedKeyAlgo, 794 [format, keyData, unwrappedKeyAlgo, extractable, keyUsages],
|
/third_party/node/doc/api/ |
D | webcrypto.md | 856 ### `subtle.unwrapKey(format, wrappedKey, unwrappingKey, unwrapAlgo, unwrappedKeyAlgo, extractable,… 869 * `unwrappedKeyAlgo`: {AlgorithmIdentifier|RsaHashedImportParams|EcKeyImportParams|HmacImportParams} 882 in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`,
|