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 © 2022. All rights reserved.