Uses of Class
org.xipki.pkcs11.wrapper.attrs.Attribute
-
Packages that use Attribute Package Description org.xipki.pkcs11.wrapper org.xipki.pkcs11.wrapper.attrs -
-
Uses of Attribute in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper that return Attribute Modifier and Type Method Description AttributeAttributeVector. getAttribute(long type)Methods in org.xipki.pkcs11.wrapper that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AttributeVector. snapshot()Methods in org.xipki.pkcs11.wrapper with parameters of type Attribute Modifier and Type Method Description AttributeVectorAttributeVector. attr(Attribute attr)Constructors in org.xipki.pkcs11.wrapper with parameters of type Attribute Constructor Description AttributeVector(Attribute... attributes) -
Uses of Attribute in org.xipki.pkcs11.wrapper.attrs
Subclasses of Attribute in org.xipki.pkcs11.wrapper.attrs Modifier and Type Class Description classAttributeArrayAttributeObjects of this class represent an attribute array of a PKCS#11 object as specified by PKCS#11.classBooleanAttributeObjects of this class represent a boolean attribute of a PKCS#11 object as specified by PKCS#11.classByteArrayAttributeObjects of this class represent a byte-array attribute of a PKCS#11 object as specified by PKCS#11.classCharArrayAttributeObjects of this class represent a char-array attribute of a PKCS#11 object as specified by PKCS#11.classDateAttributeObjects of this class represent a date attribute of a PKCS#11 object as specified by PKCS#11.classLongAttributeObjects of this class represent a long attribute of a PKCS#11 object as specified by PKCS#11.classMechanismArrayAttributeObjects of this class represent a mechanism array attribute of a PKCS#11 object as specified by PKCS#11.classMechanismAttributeObjects of this class represent a mechanism attribute of a PKCS#11 object as specified by PKCS#11.Methods in org.xipki.pkcs11.wrapper.attrs that return Attribute Modifier and Type Method Description AttributeAttribute. ckAttribute(CK_ATTRIBUTE ckAttribute)Set the CK_ATTRIBUTE of this Attribute.static AttributeAttribute. getInstance(long type)static AttributeAttribute. getInstance(long type, Object value)AttributeAttribute. present(boolean present)Set, if this attribute is really present in the associated object.AttributeAttribute. sensitive(boolean sensitive)Set, if this attribute is sensitive in the associated object.
-