encrypt

Declaration

Promise <any> encrypt(
    AlgorithmIdentifier algorithm, 
    CryptoKey key, 
    BufferSource data
);