Package org.jose4j.jwe
Class AesCbcHmacSha2ContentEncryptionAlgorithm.Aes256CbcHmacSha512
java.lang.Object
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm
org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm.Aes256CbcHmacSha512
- All Implemented Interfaces:
Algorithm,ContentEncryptionAlgorithm
- Enclosing class:
- AesCbcHmacSha2ContentEncryptionAlgorithm
public static class AesCbcHmacSha2ContentEncryptionAlgorithm.Aes256CbcHmacSha512
extends AesCbcHmacSha2ContentEncryptionAlgorithm
implements ContentEncryptionAlgorithm
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm
AesCbcHmacSha2ContentEncryptionAlgorithm.Aes128CbcHmacSha256, AesCbcHmacSha2ContentEncryptionAlgorithm.Aes192CbcHmacSha384, AesCbcHmacSha2ContentEncryptionAlgorithm.Aes256CbcHmacSha512 -
Field Summary
Fields inherited from class org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm
IV_BYTE_LENGTHFields inherited from class org.jose4j.jwa.AlgorithmInfo
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm
decrypt, encrypt, getContentEncryptionKeyDescriptor, getHmacJavaAlgorithm, getTagTruncationLength, isAvailableMethods inherited from class org.jose4j.jwa.AlgorithmInfo
getAlgorithmIdentifier, getJavaAlgorithm, getKeyPersuasion, getKeyType, setAlgorithmIdentifier, setJavaAlgorithm, setKeyPersuasion, setKeyType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jose4j.jwa.Algorithm
getAlgorithmIdentifier, getJavaAlgorithm, getKeyPersuasion, getKeyType, isAvailableMethods inherited from interface org.jose4j.jwe.ContentEncryptionAlgorithm
decrypt, encrypt, getContentEncryptionKeyDescriptor
-
Constructor Details
-
Aes256CbcHmacSha512
public Aes256CbcHmacSha512()
-