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.JweEncryption
          extended by org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyJweEncryption
All Implemented Interfaces:
JweEncryptionProvider, JweKeyProperties

public class EcdhDirectKeyJweEncryption
extends JweEncryption


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.AbstractJweEncryption
AbstractJweEncryption.JweEncryptionInternal
 
Field Summary
 
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweEncryption
DEFAULT_AUTH_TAG_LENGTH, LOG
 
Constructor Summary
EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey, String curve, ContentAlgorithm ctAlgo)
           
EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, ContentAlgorithm ctAlgo)
           
 
Method Summary
 
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
 

Constructor Detail

EcdhDirectKeyJweEncryption

public EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey,
                                  String curve,
                                  ContentAlgorithm ctAlgo)

EcdhDirectKeyJweEncryption

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


Apache CXF