Package org.jose4j.jwe
Class RsaKeyManagementAlgorithm.RsaOaep256
java.lang.Object
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jwe.WrappingKeyManagementAlgorithm
org.jose4j.jwe.RsaKeyManagementAlgorithm
org.jose4j.jwe.RsaKeyManagementAlgorithm.RsaOaep256
- All Implemented Interfaces:
Algorithm,KeyManagementAlgorithm
- Enclosing class:
- RsaKeyManagementAlgorithm
public static class RsaKeyManagementAlgorithm.RsaOaep256
extends RsaKeyManagementAlgorithm
implements KeyManagementAlgorithm
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jose4j.jwe.RsaKeyManagementAlgorithm
RsaKeyManagementAlgorithm.Rsa1_5, RsaKeyManagementAlgorithm.RsaOaep, RsaKeyManagementAlgorithm.RsaOaep256 -
Field Summary
Fields inherited from class org.jose4j.jwe.WrappingKeyManagementAlgorithm
log, useSuppliedKeyProviderContext -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jose4j.jwe.RsaKeyManagementAlgorithm
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, getKeyTypeMethods inherited from interface org.jose4j.jwe.KeyManagementAlgorithm
manageForDecrypt, manageForEncrypt, prepareForDecrypt, validateDecryptionKey, validateEncryptionKey
-
Constructor Details
-
RsaOaep256
public RsaOaep256()
-
-
Method Details
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceAlgorithm- Overrides:
isAvailablein classRsaKeyManagementAlgorithm
-