Constructors
new SubtleCrypto()
new SubtleCrypto(internalWebCrypto): SubtleCrypto
Parameters
internalWebCrypto
InternalWebCrypto
Returns
SubtleCrypto
Methods
decrypt()
decrypt(algorithm, key, data): Promise<ArrayBuffer>
Parameters
algorithm
EncryptionAlgorithm
key
CryptoKey
data
BufferSource
Returns
Promise<ArrayBuffer>
deriveBits()
deriveBits(algorithm, baseKey, length): Promise<ArrayBuffer>
Parameters
algorithm
DerivationAlgorithm
baseKey
CryptoKey
length
number
Returns
Promise<ArrayBuffer>

