org.apache.cxf.rs.security.jose.jwe
Class DirectKeyJweEncryption
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
org.apache.cxf.rs.security.jose.jwe.DirectKeyJweEncryption
- All Implemented Interfaces:
- JweEncryptionProvider
public class DirectKeyJweEncryption
- 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectKeyJweEncryption
public DirectKeyJweEncryption(ContentEncryptionAlgorithm ceAlgo)
DirectKeyJweEncryption
public DirectKeyJweEncryption(JweHeaders headers,
ContentEncryptionAlgorithm ceAlgo)
getProvidedContentEncryptionKey
protected byte[] getProvidedContentEncryptionKey()
- Overrides:
getProvidedContentEncryptionKey in class AbstractJweEncryption
Apache CXF