Preparing search index...
The search index is not available
pkcs11js
pkcs11js
PbeParams
Interface PbeParams
A base structure of a parameter
interface
PbeParams
{
initVector
:
Buffer
;
iteration
:
number
;
password
:
Buffer
;
salt
:
Buffer
;
type
:
number
;
}
Hierarchy (
view full
)
IParams
PbeParams
Index
Properties
init
Vector
iteration
password
salt
type
Properties
init
Vector
init
Vector
:
Buffer
iteration
iteration
:
number
password
password
:
Buffer
salt
salt
:
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
init
Vector
iteration
password
salt
type
pkcs11js
Loading...
A base structure of a parameter