|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
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 |
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, getAttributeClass, 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.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |