Preparing search index...
The search index is not available
pkcs11js
pkcs11js
AesGCM
Interface AesGCM
A base structure of a parameter
interface
AesGCM
{
aad
?:
Buffer
;
iv
?:
Buffer
;
ivBits
:
number
;
tagBits
:
number
;
type
:
number
;
}
Hierarchy (
view full
)
IParams
AesGCM
Index
Properties
aad?
iv?
iv
Bits
tag
Bits
type
Properties
Optional
aad
aad
?:
Buffer
Optional
iv
iv
?:
Buffer
iv
Bits
iv
Bits
:
number
tag
Bits
tag
Bits
:
number
type
type
:
number
Type of crypto param. Uses constants CK_PARAMS_*
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aad
iv
iv
Bits
tag
Bits
type
pkcs11js
Loading...
A base structure of a parameter