org.apache.cxf.rs.security.jose.jwe
Class WrappedKeyJweEncryption
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
org.apache.cxf.rs.security.jose.jwe.WrappedKeyJweEncryption
- All Implemented Interfaces:
- JweEncryptionProvider, JweKeyProperties
public class WrappedKeyJweEncryption
- extends AbstractJweEncryption
| Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption |
createCekSecretKey, createJweEncryptionState, encrypt, getAAD, getActualCek, getAlgorithmParameterSpec, getAuthenticationTagProducer, getCekSize, getContentAlgorithm, getContentEncryptionAlgoJava, getContentEncryptionAlgoJwt, getContentEncryptionAlgorithm, getContentEncryptionKey, getEncryptedContentEncryptionKey, getJweCompactProducer, getJwtHeadersWriter, getKeyAlgorithm, getKeyEncryptionAlgo, getProvidedContentEncryptionKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedKeyJweEncryption
public WrappedKeyJweEncryption(KeyEncryptionAlgorithm keyEncryptionAlgorithm,
ContentEncryptionAlgorithm contentEncryptionAlgo)
Apache CXF