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

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyJweEncryption.EcdhHelper
Enclosing class:
EcdhDirectKeyJweEncryption

protected static class EcdhDirectKeyJweEncryption.EcdhHelper
extends Object


Constructor Summary
EcdhDirectKeyJweEncryption.EcdhHelper(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, String ctAlgo)
           
 
Method Summary
 byte[] getDerivedKey(JweHeaders headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcdhDirectKeyJweEncryption.EcdhHelper

public EcdhDirectKeyJweEncryption.EcdhHelper(ECPublicKey peerPublicKey,
                                             String curve,
                                             String apuString,
                                             String apvString,
                                             String ctAlgo)
Method Detail

getDerivedKey

public byte[] getDerivedKey(JweHeaders headers)


Apache CXF