Preparing search index...
The search index is not available
pkcs11js
pkcs11js
CcmParams
Interface CcmParams
A base structure of a parameter
interface
CcmParams
{
aad
?:
Buffer
;
dataLen
:
number
;
macLen
?:
number
;
nonce
?:
Buffer
;
type
:
number
;
}
Hierarchy (
view full
)
IParams
CcmParams
Index
Properties
aad?
data
Len
mac
Len?
nonce?
type
Properties
Optional
aad
aad
?:
Buffer
data
Len
data
Len
:
number
Optional
mac
Len
mac
Len
?:
number
Optional
nonce
nonce
?:
Buffer
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
data
Len
mac
Len
nonce
type
pkcs11js
Loading...
A base structure of a parameter