AesGcmParams

interface AesGcmParams extends Algorithm {
additionalData?: BufferSource;
iv: BufferSource;
tagLength?: number;
}

§Extends

§
Algorithm
[src]

§Properties

§
additionalData?: BufferSource
[src]
§
iv: BufferSource
[src]
§
tagLength?: number
[src]