Package org.jose4j.keys
Class AesKey
java.lang.Object
javax.crypto.spec.SecretKeySpec
org.jose4j.keys.AesKey
- All Implemented Interfaces:
Serializable,Key,KeySpec,SecretKey,Destroyable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.crypto.spec.SecretKeySpec
equals, getAlgorithm, getEncoded, getFormat, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Field Details
-
ALGORITHM
- See Also:
-
-
Constructor Details
-
AesKey
public AesKey(byte[] bytes)
-
-
Method Details