|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.objects.Attribute
iaik.pkcs.pkcs11.objects.DateAttribute
Objects of this class represent a date attribute of an PKCS#11 object as specified by PKCS#11.
Field Summary |
Fields inherited from class iaik.pkcs.pkcs11.objects.Attribute |
AC_ISSUER, ALWAYS_SENSITIVE, APPLICATION, ATTR_TYPES, attributeNames_, AUTH_PIN_FLAGS, BASE, CERTIFICATE_TYPE, ckAttribute_, CLASS, COEFFICIENT, DECRYPT, DERIVE, EC_PARAMS, EC_POINT, ECDSA_PARAMS, ENCRYPT, END_DATE, EXPONENT_1, EXPONENT_2, EXTRACTABLE, HAS_RESET, HW_FEATURE_TYPE, ID, ISSUER, KEY_GEN_MECHANISM, KEY_TYPE, LABEL, LOCAL, MODIFIABLE, MODULUS, MODULUS_BITS, NEVER_EXTRACTABLE, OBJECT_ID, OWNER, present_, PRIME, PRIME_1, PRIME_2, PRIME_BITS, PRIVATE, PRIVATE_EXPONENT, PUBLIC_EXPONENT, RESET_ON_INIT, SECONDARY_AUTH, SENSITIVE, sensitive_, SERIAL_NUMBER, SIGN, SIGN_RECOVER, START_DATE, SUB_PRIME_BITS, SUBJECT, SUBPRIME, TOKEN, TRUSTED, UNWRAP, VALUE, VALUE_BITS, VALUE_LEN, VENDOR_DEFINED, VERIFY, VERIFY_RECOVER, WRAP |
Constructor Summary | |
DateAttribute(Long type)
Constructor taking the PKCS#11 type of the attribute. |
Method Summary | |
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object. |
Date |
getDateValue()
Get the date value of this attribute. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setDateValue(Date value)
Set the date value of this attribute. |
Methods inherited from class iaik.pkcs.pkcs11.objects.Attribute |
clone, getAttributeName, getCkAttribute, getType, getValueString, isPresent, isSensitive, setCkAttribute, setPresent, setSensitive, setType, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DateAttribute(Long type)
type
- The PKCS'11 type of this attribute; e.g.
PKCS11Constants.CKA_START_DATE.Method Detail |
public void setDateValue(Date value)
value
- The date value to set. May be null.public Date getDateValue()
public boolean equals(Object otherObject)
equals
in class Attribute
otherObject
- The other object to compare to.
public int hashCode()
hashCode
in class Attribute
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |