Package org.jose4j.jwe
Class AesGcmKeyEncryptionAlgorithm.Aes192Gcm
java.lang.Object
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jwe.AesGcmKeyEncryptionAlgorithm
org.jose4j.jwe.AesGcmKeyEncryptionAlgorithm.Aes192Gcm
- All Implemented Interfaces:
Algorithm,KeyManagementAlgorithm
- Enclosing class:
- AesGcmKeyEncryptionAlgorithm
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jose4j.jwe.AesGcmKeyEncryptionAlgorithm
AesGcmKeyEncryptionAlgorithm.Aes128Gcm, AesGcmKeyEncryptionAlgorithm.Aes192Gcm, AesGcmKeyEncryptionAlgorithm.Aes256Gcm -
Field Summary
Fields inherited from class org.jose4j.jwa.AlgorithmInfo
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jose4j.jwe.AesGcmKeyEncryptionAlgorithm
isAvailable, manageForDecrypt, manageForEncrypt, prepareForDecrypt, validateDecryptionKey, validateEncryptionKeyMethods 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
-
Constructor Details
-
Aes192Gcm
public Aes192Gcm()
-