public class CKA extends CK_ATTRIBUTE_TYPE
Further information concerning the various attribute types is provided in the PKCS#11 standard and the Programmers Manual.
| Modifier and Type | Field and Description |
|---|---|
static CKA |
AC_ISSUER
DER-encoding of the attribute certificate's issuer field.
|
static CKA |
ALWAYS_SENSITIVE
True if key has always had SENSITIVE=TRUE.
|
static CKA |
APPLICATION
Description of the application that manages the object.
|
static CKA |
ATTR_TYPES
DER-encoding of a sequence of object identifier values.
|
static CKA |
AUTH_PIN_FLAGS
Mask indicating current state of secondary authentication.
|
static CKA |
BASE
Base g.
|
static CKA |
CERTIFICATE_TYPE
Type of certificate.
|
static CKA |
CHECK_VALUE
SafeNet Inc.
|
static CKA |
CLASS
Object class (type).
|
static CKA |
COEFFICIENT
CRT coefficient q-1 mod p.
|
static CKA |
DECRYPT
True if key supports decryption.
|
static CKA |
DERIVE
True if key supports key derivation.
|
static CKA |
DERIVE_TEMPLATE
True if key supports wrapping template.
|
static CKA |
EC_PARAMS
DER-encoding of an X9.62 ECParameters value.
|
static CKA |
EC_POINT
DER-encodingl of X9.62 ECPoint value P.
|
static CKA |
ECDSA_PARAMS
DER-encoding of an X9.62 ECParameters value.
|
static CKA |
ENCRYPT
True if key supports encryption.
|
static CKA |
END_DATE
End date of the object.
|
static CKA |
EXPONENT_1
Private exponent d modulo p-1.
|
static CKA |
EXPONENT_2
Private exponent d modulo q-1.
|
static CKA |
EXTRACTABLE
True if key is extractable.
|
static CKA |
HAS_RESET
Value has been reset at least once.
|
static CKA |
HW_FEATURE_TYPE
Hardware feature (type).
|
static CKA |
ID
Key identifier.
|
static CKA |
INVALID_VALUE
SafeNet Inc.
|
static CKA |
ISSUER
DER-encoding of the certificate issuer.
|
static CKA |
KEY_TYPE
Type of key.
|
static CKA |
LABEL
Description of the object.
|
static CKA |
LOCAL
True if key was generated locally or copied from LOCAL key.
|
static CKA |
MODIFIABLE
True if object can be modified.
|
static CKA |
MODULUS
Modulus n.
|
static CKA |
MODULUS_BITS
Length in bits of Modulus n.
|
static CKA |
NEVER_EXTRACTABLE
True if key has never had EXTRACTABLE=TRUE.
|
static CKA |
OBJECT_ID
DER-encoding of the object identifier.
|
static CKA |
OWNER
DER-encoding of the attribute certificate's subject field.
|
static CKA |
PRIME
Prime p.
|
static CKA |
PRIME_1
Prime p.
|
static CKA |
PRIME_2
Prime q.
|
static CKA |
PRIME_BITS
Length in bits of Prime p.
|
static CKA |
PRIVATE
True if object is a private object.
|
static CKA |
PRIVATE_EXPONENT
Private exponent d.
|
static CKA |
PUBLIC_EXPONENT
Public exponent e.
|
static CKA |
RESET_ON_INIT
Value will reset if the token is initialised.
|
static CKA |
SECONDARY_AUTH
True if key requires a secondary authentication PIN.
|
static CKA |
SENSITIVE
True if key is sensitive.
|
static CKA |
SERIAL_NUMBER
DER-encoding of the certificate serial number.
|
static CKA |
SIGN
True if key supports signatures.
|
static CKA |
SIGN_RECOVER
True if key supports signatures where data is recovered.
|
static CKA |
START_DATE
Start date of the object.
|
static CKA |
SUB_PRIME_BITS
Length in bits of Subprime q.
|
static CKA |
SUBJECT
DER-encoding of the subject name.
|
static CKA |
SUBPRIME
Subprime q.
|
static CKA |
TOKEN
True if object is a token object.
|
static CKA |
TRUSTED
True if the certificate is trusted.
|
static CKA |
UNWRAP
True if key supports unwrapping.
|
static CKA |
UNWRAP_TEMPLATE
True if key supports wrapping template.
|
static CKA |
USAGE_COUNT
SafeNet Inc.
|
static CKA |
USAGE_LIMIT
SafeNet Inc.
|
static CKA |
VALUE
Object value - exact meaning depends on object class.
|
static CKA |
VALUE_BITS
Length in bits of Value.
|
static CKA |
VALUE_LEN
Length in bytes of Value.
|
static CKA |
VERIFY
True if key supports verification.
|
static CKA |
VERIFY_RECOVER
True if key supports verification where data is recovered.
|
static CKA |
WRAP
True if key supports wrapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(long value)
Not allowed for a constant.
|
equals, hashCode, intValue, longValuepublic static final CKA CLASS
public static final CKA TOKEN
public static final CKA PRIVATE
public static final CKA LABEL
public static final CKA APPLICATION
public static final CKA VALUE
public static final CKA OBJECT_ID
public static final CKA CERTIFICATE_TYPE
public static final CKA ISSUER
public static final CKA SERIAL_NUMBER
public static final CKA AC_ISSUER
public static final CKA OWNER
public static final CKA ATTR_TYPES
public static final CKA TRUSTED
public static final CKA KEY_TYPE
public static final CKA SUBJECT
public static final CKA ID
public static final CKA SENSITIVE
public static final CKA ENCRYPT
public static final CKA DECRYPT
public static final CKA WRAP
public static final CKA UNWRAP
public static final CKA SIGN
public static final CKA SIGN_RECOVER
public static final CKA VERIFY
public static final CKA VERIFY_RECOVER
public static final CKA DERIVE
public static final CKA MODULUS
public static final CKA MODULUS_BITS
public static final CKA PUBLIC_EXPONENT
public static final CKA PRIVATE_EXPONENT
public static final CKA PRIME_1
public static final CKA PRIME_2
public static final CKA EXPONENT_1
public static final CKA EXPONENT_2
public static final CKA COEFFICIENT
public static final CKA PRIME
public static final CKA SUBPRIME
public static final CKA BASE
public static final CKA PRIME_BITS
public static final CKA SUB_PRIME_BITS
public static final CKA VALUE_BITS
public static final CKA VALUE_LEN
public static final CKA EXTRACTABLE
public static final CKA LOCAL
public static final CKA NEVER_EXTRACTABLE
public static final CKA ALWAYS_SENSITIVE
public static final CKA MODIFIABLE
public static final CKA ECDSA_PARAMS
public static final CKA EC_PARAMS
public static final CKA EC_POINT
public static final CKA SECONDARY_AUTH
public static final CKA AUTH_PIN_FLAGS
public static final CKA HW_FEATURE_TYPE
public static final CKA RESET_ON_INIT
public static final CKA HAS_RESET
public static final CKA UNWRAP_TEMPLATE
public static final CKA DERIVE_TEMPLATE
public static final CKA USAGE_COUNT
public static final CKA CHECK_VALUE
public static final CKA USAGE_LIMIT
public static final CKA INVALID_VALUE
public void setValue(long value)
setValue in class CK_ATTRIBUTE_TYPECopyright (c) SafeNet, Inc. 2012-2016. All rights reserved.