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
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, getContentEncryptionAlgoJava, getContentEncryptionAlgoJwt, getContentEncryptionKey, getEncryptedContentEncryptionKey, getJweCompactProducer, getJweHeaders, getJwtHeadersWriter, 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)
WrappedKeyJweEncryption
public WrappedKeyJweEncryption(KeyEncryptionAlgorithm keyEncryptionAlgorithm,
ContentEncryptionAlgorithm contentEncryptionAlgo,
JoseHeadersWriter writer)
WrappedKeyJweEncryption
public WrappedKeyJweEncryption(JweHeaders headers,
KeyEncryptionAlgorithm keyEncryptionAlgorithm,
ContentEncryptionAlgorithm contentEncryptionAlgo)
WrappedKeyJweEncryption
public WrappedKeyJweEncryption(JweHeaders headers,
KeyEncryptionAlgorithm keyEncryptionAlgorithm,
ContentEncryptionAlgorithm contentEncryptionAlgo,
JoseHeadersWriter writer)
Apache CXF