public static interface PKCS11Object.ObjectClass
| Modifier and Type | Field and Description |
|---|---|
static Long |
CERTIFICATE
The identifier for a certificate object or any sub-class of it.
|
static Long |
DATA
The identifier for a data object or any sub-class of it.
|
static Long |
DOMAIN_PARAMETERS
The identifier for a domain parameters object or any sub-class of it.
|
static Long |
HW_FEATURE
The identifier for a hardware feature object or any sub-class of it.
|
static Long |
MECHANISM
The identifier for a mechanism object or any sub-class of it.
|
static Long |
PRIVATE_KEY
The identifier for a private key object or any sub-class of it.
|
static Long |
PUBLIC_KEY
The identifier for a public key object or any sub-class of it.
|
static Long |
SECRET_KEY
The identifier for a secret key object or any sub-class of it.
|
static Long |
VENDOR_DEFINED
The identifier for a vendor-defined object.
|
static final Long DATA
static final Long CERTIFICATE
static final Long PUBLIC_KEY
static final Long PRIVATE_KEY
static final Long SECRET_KEY
static final Long HW_FEATURE
static final Long DOMAIN_PARAMETERS
static final Long MECHANISM
static final Long VENDOR_DEFINED
Copyright © 2020. All rights reserved.