|
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.BooleanAttribute
Objects of this class represent a boolean attribute of a PKCS#11 object as specified by PKCS#11.
| Field Summary |
| Constructor Summary | |
BooleanAttribute(Long type)
Constructor taking the PKCS#11 type of the attribute. |
|
| Method Summary | |
Boolean |
getBooleanValue()
Get the boolean value of this attribute. |
void |
setBooleanValue(Boolean value)
Set the boolean value of this attribute. |
| Methods inherited from class iaik.pkcs.pkcs11.objects.Attribute |
clone, equals, getAttributeClass, getAttributeName, getCkAttribute, getType, getValueString, hashCode, 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 BooleanAttribute(Long type)
type - The PKCS'11 type of this attribute; e.g.
PKCS11Constants.CKA_PRIVATE.| Method Detail |
public void setBooleanValue(Boolean value)
value - The boolean value to set. May be null.public Boolean getBooleanValue()
|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||