decrypt

Declaration

Promise <ArrayBuffer> decrypt(
    AlgorithmIdentifier algorithm, 
    Key key, 
    sequence <CryptoOperationData> data
);