We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f948dbe commit 268e41aCopy full SHA for 268e41a
pkcs11/constants.py
@@ -55,6 +55,7 @@ class ObjectClass(IntEnum):
55
"""See :class:`pkcs11.DomainParameters`."""
56
MECHANISM = 0x00000007
57
OTP_KEY = 0x00000008
58
+ PROFILE = 0x00000009
59
60
_VENDOR_DEFINED = 0x80000000
61
0 commit comments