Typescript Library Declarations (DOM)
Interface AesGcmParams
interface
AesGcmParams
{
additionalData
?:
BufferSource
;
iv
:
BufferSource
;
name
:
string
;
tagLength
?:
number
;
}
Hierarchy
Algorithm
AesGcmParams (
view full
)
Index
Properties
additional
Data?
iv
name
tag
Length?
Properties
Optional
additional
Data
additional
Data
?:
BufferSource
iv
iv
:
BufferSource
name
name
:
string
Optional
tag
Length
tag
Length
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
additional
Data
iv
name
tag
Length
Typescript Library Declarations (DOM)