org.apache.cxf.rs.security.jose.jwe
Class AesGcmWrapKeyDecryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.WrappedKeyDecryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.AesGcmWrapKeyDecryptionAlgorithm
- All Implemented Interfaces:
- KeyDecryptionAlgorithm
public class AesGcmWrapKeyDecryptionAlgorithm
- extends WrappedKeyDecryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AesGcmWrapKeyDecryptionAlgorithm
public AesGcmWrapKeyDecryptionAlgorithm(String encodedKey)
AesGcmWrapKeyDecryptionAlgorithm
public AesGcmWrapKeyDecryptionAlgorithm(String encodedKey,
String supportedAlgo)
AesGcmWrapKeyDecryptionAlgorithm
public AesGcmWrapKeyDecryptionAlgorithm(byte[] secretKey)
AesGcmWrapKeyDecryptionAlgorithm
public AesGcmWrapKeyDecryptionAlgorithm(byte[] secretKey,
String supportedAlgo)
AesGcmWrapKeyDecryptionAlgorithm
public AesGcmWrapKeyDecryptionAlgorithm(SecretKey secretKey)
AesGcmWrapKeyDecryptionAlgorithm
public AesGcmWrapKeyDecryptionAlgorithm(SecretKey secretKey,
String supportedAlgo)
getEncryptedContentEncryptionKey
protected byte[] getEncryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
- Overrides:
getEncryptedContentEncryptionKey in class WrappedKeyDecryptionAlgorithm
getAlgorithmParameterSpec
protected AlgorithmParameterSpec getAlgorithmParameterSpec(JweDecryptionInput jweDecryptionInput)
- Overrides:
getAlgorithmParameterSpec in class WrappedKeyDecryptionAlgorithm
validateKeyEncryptionAlgorithm
protected void validateKeyEncryptionAlgorithm(String keyAlgo)
- Overrides:
validateKeyEncryptionAlgorithm in class WrappedKeyDecryptionAlgorithm
Apache CXF