org.apache.cxf.rs.security.jose.jwe
Class EcdhDirectKeyJweEncryption

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
      extended by org.apache.cxf.rs.security.jose.jwe.DirectKeyJweEncryption
          extended by org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyJweEncryption
All Implemented Interfaces:
JweEncryptionProvider, JweKeyProperties

public class EcdhDirectKeyJweEncryption
extends DirectKeyJweEncryption


Nested Class Summary
protected static class EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
           
protected static class EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm
           
protected static class EcdhDirectKeyJweEncryption.EcdhHelper
           
 
Nested classes/interfaces inherited from class org.apache.cxf.rs.security.jose.jwe.DirectKeyJweEncryption
DirectKeyJweEncryption.DirectKeyEncryptionAlgorithm
 
Nested classes/interfaces inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
AbstractJweEncryption.JweEncryptionInternal
 
Field Summary
 
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
DEFAULT_AUTH_TAG_LENGTH
 
Constructor Summary
EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, String ctAlgo)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.DirectKeyJweEncryption
getProvidedContentEncryptionKey
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcdhDirectKeyJweEncryption

public EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey,
                                  String curve,
                                  String apuString,
                                  String apvString,
                                  String ctAlgo)


Apache CXF