org.apache.cxf.rs.security.jose.jwe
Class EcdhDirectKeyJweEncryption
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
org.apache.cxf.rs.security.jose.jwe.JweEncryption
org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyJweEncryption
- All Implemented Interfaces:
- JweEncryptionProvider, JweKeyProperties
public class EcdhDirectKeyJweEncryption
- extends JweEncryption
| Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption |
createCekSecretKey, encrypt, encryptInternal, getAAD, getActualCek, getActualCipher, getAlgorithmParameterSpec, getAuthenticationTag, getAuthenticationTagProducer, getCekSize, getContentAlgorithm, getContentEncryptionAlgoJava, getContentEncryptionAlgoJwt, getContentEncryptionAlgorithm, getContentEncryptionKey, getEncryptedContentEncryptionKey, getEncryptionOutput, getJwtHeadersWriter, getKeyAlgorithm, getKeyEncryptionAlgo, getProvidedContentEncryptionKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EcdhDirectKeyJweEncryption
public EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey,
String curve,
ContentAlgorithm ctAlgo)
EcdhDirectKeyJweEncryption
public EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey,
String curve,
String apuString,
String apvString,
ContentAlgorithm ctAlgo)
Apache CXF