Package org.mozilla.jss.pkcs11.attrs
Class CKAKeyType.GenericSecret
java.lang.Object
org.mozilla.jss.util.NativeEnclosure
org.mozilla.jss.pkcs11.attrs.CKAttribute
org.mozilla.jss.pkcs11.attrs.CKAKeyType
org.mozilla.jss.pkcs11.attrs.CKAKeyType.GenericSecret
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
CKAKeyType
Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_KEY_TYPE and
value CKK_GENERIC_SECRET.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mozilla.jss.pkcs11.attrs.CKAKeyType
CKAKeyType.AES, CKAKeyType.BATON, CKAKeyType.Blowfish, CKAKeyType.Camellia, CKAKeyType.CAST, CKAKeyType.CAST128, CKAKeyType.CAST3, CKAKeyType.CAST5, CKAKeyType.CDMF, CKAKeyType.DES, CKAKeyType.DES2, CKAKeyType.DES3, CKAKeyType.DH, CKAKeyType.DSA, CKAKeyType.EC, CKAKeyType.ECDSA, CKAKeyType.GenericSecret, CKAKeyType.IDEA, CKAKeyType.JUNIPER, CKAKeyType.KEA, CKAKeyType.RC2, CKAKeyType.RC4, CKAKeyType.RC5, CKAKeyType.RSA, CKAKeyType.Seed, CKAKeyType.Skipjack, CKAKeyType.Twofish, CKAKeyType.X9_42_DH
-
Field Summary
Fields inherited from class org.mozilla.jss.pkcs11.attrs.CKAttribute
type
Fields inherited from class org.mozilla.jss.util.NativeEnclosure
mPointer, mPointerSize
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mozilla.jss.pkcs11.attrs.CKAKeyType
acquireNativeResources, getValue, releaseNativeResources, setValue
Methods inherited from class org.mozilla.jss.util.NativeEnclosure
close, finalize, open
-
Constructor Details
-
GenericSecret
public GenericSecret()
-