Home
last modified time | relevance | path

Searched refs:HAS_RESET (Results 1 – 5 of 5) sorted by relevance

/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DMonotonicCounter.java101 object.attributeTable_.put(Attribute.HAS_RESET, object.hasReset_); in putAttributesInTable()
116 hasReset_ = new BooleanAttribute(Attribute.HAS_RESET); in allocateAttributes()
H A DAttribute.java111 public static final Long HAS_RESET = new Long(PKCS11Constants.CKA_HAS_RESET); field in Attribute
261 attributeNames_.put(Attribute.HAS_RESET, "Has been reset"); in getAttributeName()
386 attributeClasses_.put(Attribute.HAS_RESET, BooleanAttribute.class); //CK_BBOOL in getAttributeClass()
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/pkcs11/
H A Dconstants.py326 HAS_RESET = 0x00000302 variable in Attribute
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Wrapper/
H A DCKA.cs72 HAS_RESET = PKCS11Constants.CKA_HAS_RESET, enumerator
/dports/security/seahorse/seahorse-41.0/pkcs11/
H A Dcryptoki.vapi117 HAS_RESET,