encrypt

Declaration

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