Package org.jose4j.jwe
Class AesKeyWrapManagementAlgorithm.Aes192
java.lang.Object
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jwe.WrappingKeyManagementAlgorithm
org.jose4j.jwe.AesKeyWrapManagementAlgorithm
org.jose4j.jwe.AesKeyWrapManagementAlgorithm.Aes192
- All Implemented Interfaces:
Algorithm,KeyManagementAlgorithm
- Enclosing class:
- AesKeyWrapManagementAlgorithm
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jose4j.jwe.AesKeyWrapManagementAlgorithm
AesKeyWrapManagementAlgorithm.Aes128, AesKeyWrapManagementAlgorithm.Aes192, AesKeyWrapManagementAlgorithm.Aes256 -
Field Summary
Fields inherited from class org.jose4j.jwe.WrappingKeyManagementAlgorithm
log, useSuppliedKeyProviderContext -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jose4j.jwe.AesKeyWrapManagementAlgorithm
isAvailable, validateDecryptionKey, validateEncryptionKeyMethods inherited from class org.jose4j.jwe.WrappingKeyManagementAlgorithm
manageForDecrypt, manageForEnc, manageForEncrypt, prepareForDecrypt, setAlgorithmParameterSpec, unwrapMethods 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
-
Aes192
public Aes192()
-