public class SecretKey extends Key
CKK_ACTI, CKK_AES, CKK_ARIA, CKK_BATON, CKK_CAMELLIA, CKK_CAST, CKK_CAST128, CKK_CAST3, CKK_CDMF, CKK_DES, CKK_DES2, CKK_DES3, CKK_DH, CKK_DSA, CKK_EC, CKK_GENERIC_SECRET, CKK_HOTP, CKK_IDEA, CKK_JUNIPER, CKK_KEA, CKK_RC2, CKK_RC4, CKK_RC5, CKK_RSA, CKK_SECURID, CKK_SKIPJACK, CKK_X9_42_DH, ERACOM_PTK_DSA_DISCRETE, ERACOM_PTK_RSA_DISCRETE, ERACOM_PTK_SEED
CKO_CERTIFICATE, CKO_DATA, CKO_DOMAIN_PARAMETERS, CKO_HW_FEATURE, CKO_MECHANISM, CKO_OTP_KEY, CKO_PRIVATE_KEY, CKO_PUBLIC_KEY, CKO_SECRET_KEY, ERACOM_PTK_ADAPTER, ERACOM_PTK_CERTIFICATE_REQUEST, ERACOM_PTK_CRL, ERACOM_PTK_FM, ERACOM_PTK_SLOT
Modifier and Type | Method and Description |
---|---|
byte[] |
getValue()
Value of this CKA_VALUE attribute
|
boolean |
isAlwaysSensitive()
Value of this CKA_ALWAYS_SENSITIVE attribute
|
boolean |
isDecrypt()
Value of this CKA_ENCRYPT attribute
|
boolean |
isEncrypt()
Value of this CKA_ENCRYPT attribute
|
boolean |
isExtractable()
Value of this CKA_EXTRACTABLE attribute
|
boolean |
isNeverExtractable()
Value of this CKA_NEVER_EXTRACTABLE attribute
|
boolean |
isSensitive()
Value of this CKA_ALWAYS_SENSITIVE attribute
|
boolean |
isSign()
Value of this CKA_SIGN attribute
|
boolean |
isUnwrap()
Value of this CKA_UNWRAP attribute
|
boolean |
isVerify()
Value of this CKA_VERIFY attribute
|
boolean |
isWrap()
Value of this CKA_WRAP attribute
|
boolean |
isWrapTemplate()
Value of this CKA_WRAP attribute
|
getEndDate, getID, getKeyGenMechanismType, getKeyType, getKeyTypeName, getStartDate, isDerive, isLocal, toString, typeToString
getLabel, isModifiable, isPrivate, isToken
classToString, Copy, getAttributes, getClassName, getHandle, getObjectClass, getSize
public boolean isEncrypt()
public boolean isDecrypt()
public boolean isSign()
public boolean isVerify()
public boolean isWrap()
public boolean isWrapTemplate()
public boolean isUnwrap()
public boolean isExtractable()
public boolean isAlwaysSensitive()
public boolean isSensitive()
public boolean isNeverExtractable()
public byte[] getValue()