Package org.jose4j.jwe
Class Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha256Aes128
java.lang.Object
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jwe.Pbes2HmacShaWithAesKeyWrapAlgorithm
org.jose4j.jwe.Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha256Aes128
- All Implemented Interfaces:
Algorithm,KeyManagementAlgorithm
- Enclosing class:
- Pbes2HmacShaWithAesKeyWrapAlgorithm
public static class Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha256Aes128
extends Pbes2HmacShaWithAesKeyWrapAlgorithm
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jose4j.jwe.Pbes2HmacShaWithAesKeyWrapAlgorithm
Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha256Aes128, Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha384Aes192, Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha512Aes256 -
Field Summary
Fields inherited from class org.jose4j.jwa.AlgorithmInfo
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jose4j.jwe.Pbes2HmacShaWithAesKeyWrapAlgorithm
deriveForEncrypt, getDefaultIterationCount, getDefaultSaltByteLength, getMaxIterationCount, isAvailable, manageForDecrypt, manageForEncrypt, prepareForDecrypt, setDefaultIterationCount, setDefaultSaltByteLength, setMaxIterationCount, validateDecryptionKey, validateEncryptionKey, validateKeyMethods 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
-
HmacSha256Aes128
public HmacSha256Aes128()
-