Class CKAKeyType.RC4
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.RC4
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
CKAKeyType
Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_KEY_TYPE and
value CKK_RC4.
-
Nested Class Summary
Nested classes/interfaces inherited from class 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 CKAttribute
typeFields inherited from class NativeEnclosure
mPointer, mPointerSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CKAKeyType
acquireNativeResources, getValue, releaseNativeResources, setValueMethods inherited from class NativeEnclosure
close, finalize, open
-
Constructor Details
-
RC4
public RC4()
-