Uses of Class
org.xipki.pkcs11.wrapper.attrs.Attribute.AttrType
-
Packages that use Attribute.AttrType Package Description org.xipki.pkcs11.wrapper.attrs -
-
Uses of Attribute.AttrType in org.xipki.pkcs11.wrapper.attrs
Methods in org.xipki.pkcs11.wrapper.attrs that return Attribute.AttrType Modifier and Type Method Description static Attribute.AttrTypeAttribute.AttrType. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute.AttrType[]Attribute.AttrType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.pkcs11.wrapper.attrs with parameters of type Attribute.AttrType Modifier and Type Method Description static booleanAttribute. putAttributeValueType(long type, Attribute.AttrType attrType)Set the data typeAttribute.AttrTypefor the given attribute type.
-