Package org.mozilla.jss.pkcs11.attrs
Class CKAKeyType.CAST5
- 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.CAST5
-
- All Implemented Interfaces:
java.lang.AutoCloseable
- Enclosing class:
- CKAKeyType
public static class CKAKeyType.CAST5 extends CKAKeyType
Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_KEY_TYPE and value CKK_CAST5.
-
-
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 Constructor Description CAST5()
-
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
-
-