IAIK PKCS#11 Wrapper
version 1.2.17

Uses of Class
iaik.pkcs.pkcs11.objects.Attribute

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 AttributeArray
          Objects of this class represent a attribute array of a PKCS#11 object as specified by PKCS#11.
 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 MechanismArrayAttribute
          Objects of this class represent a mechanism array attribute of a 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.
protected static void Object.getAttributeValues(Session session, long objectHandle, Attribute[] attributes)
          This method reads the attributes in a similar way as Object.getAttributeValue(iaik.pkcs.pkcs11.Session, long, iaik.pkcs.pkcs11.objects.Attribute), but a complete array at once.
 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.17

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.