|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
iaik.pkcs.pkcs11.objects |
Uses of Attribute in iaik.pkcs.pkcs11.objects |
Subclasses of Attribute in iaik.pkcs.pkcs11.objects | |
class |
BooleanAttribute
Objects of this class represent a boolean attribute of a PKCS#11 object as specified by PKCS#11. |
class |
ByteArrayAttribute
Objects of this class represent a byte-array attribute of a PKCS#11 object as specified by PKCS#11. |
class |
CertificateTypeAttribute
This is a special version of a long attribute for the type of a certificate type. |
class |
CharArrayAttribute
Objects of this class represent a char-array attribute of a PKCS#11 object as specified by PKCS#11. |
class |
DateAttribute
Objects of this class represent a date attribute of an PKCS#11 object as specified by PKCS#11. |
class |
HardwareFeatureTypeAttribute
This is a special version of a long attribute for the type of a hardware feature. |
class |
KeyTypeAttribute
This is a special version of a long attribute for the type of a key type. |
class |
LongAttribute
Objects of this class represent a long attribute of an PKCS#11 object as specified by PKCS#11. |
class |
MechanismAttribute
Objects of this class represent a mechanism attribute of an PKCS#11 object as specified by PKCS#11. |
class |
ObjectClassAttribute
This is a special version of a long attribute for the type of a object class. |
Methods in iaik.pkcs.pkcs11.objects that return Attribute | |
Attribute |
GenericTemplate.removeAttribute(Attribute attribute)
Removes the given attribute from the template. |
Methods in iaik.pkcs.pkcs11.objects with parameters of type Attribute | |
protected static void |
Object.getAttributeValue(Session session,
long objectHandle,
Attribute attribute)
This method reads the attribute specified by attribute from
the token using the given session .
|
void |
GenericTemplate.addAttribute(Attribute attribute)
Adds an attribute to this generic search template. |
boolean |
GenericTemplate.containsAttribute(Attribute attribute)
Checks, if the given attributte is in this template. |
Attribute |
GenericTemplate.removeAttribute(Attribute attribute)
Removes the given attribute from the template. |
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |