public class DateAttribute extends Attribute
ckAttribute, present, sensitive| Constructor and Description |
|---|
DateAttribute(long type)
Constructor taking the PKCS#11 type of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
DateAttribute |
dateValue(java.util.Date value)
Set the date value of this attribute.
|
java.util.Date |
getValue()
Get the date value of this attribute.
|
ckAttribute, getCkAttribute, getInstance, getInstance, getType, getValueString, isNullValue, isPresent, isSensitive, present, sensitive, toString, toString, typepublic DateAttribute(long type)
type - The PKCS#11 type of this attribute; e.g. CKA_START_DATE.public DateAttribute dateValue(java.util.Date value)
value - The date value to set. May be null.Copyright © 2023. All rights reserved.