JNIPKCS11 instead; since JTK 7.0public abstract class PKCS11Types
extends java.lang.Object
JNIPKCS11| Modifier and Type | Field and Description |
|---|---|
static int |
DSA_ENCRYPTION
Deprecated.
Indicator for the CKM_DSA mechanism.
|
static boolean |
READ_ONLY_SESSION
Deprecated.
Indicator for a READ-ONLY session; contains
false. |
static boolean |
READ_WRITE_SESSION
Deprecated.
Indicator for a READ/WRITE session; contains
true. |
static int |
RSA_ENCRYPTION
Deprecated.
Indicator for the CKM_RSA_PKCS mechanism.
|
static int |
SO_TYPE
Deprecated.
Indicator for a Security Officer user.
|
static int |
USER_TYPE
Deprecated.
Indicator for a Normal user.
|
| Constructor and Description |
|---|
PKCS11Types()
Deprecated.
|
public static final int SO_TYPE
public static final int USER_TYPE
public static final boolean READ_WRITE_SESSION
true.public static final boolean READ_ONLY_SESSION
false.public static final int RSA_ENCRYPTION
public static final int DSA_ENCRYPTION