unwrapKey

Declaration

Promise <CryptoKey> unwrapKey(
    KeyFormat format, 
    BufferSource wrappedKey, 
    CryptoKey unwrappingKey, 
    AlgorithmIdentifier unwrapAlgorithm, 
    AlgorithmIdentifier unwrappedKeyAlgorithm, 
    boolean extractable, 
    sequence <KeyUsage> keyUsages
);