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

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.DirectKeyEncryptionAlgorithm
      extended by org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm
All Implemented Interfaces:
KeyEncryptionProvider
Enclosing class:
EcdhDirectKeyJweEncryption

protected static class EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm
extends DirectKeyEncryptionAlgorithm


Constructor Summary
protected EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm()
           
 
Method Summary
protected  void checkKeyEncryptionAlgorithm(JweHeaders headers)
           
 
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.DirectKeyEncryptionAlgorithm
getAlgorithm, getEncryptedContentEncryptionKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm

protected EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm()
Method Detail

checkKeyEncryptionAlgorithm

protected void checkKeyEncryptionAlgorithm(JweHeaders headers)
Overrides:
checkKeyEncryptionAlgorithm in class DirectKeyEncryptionAlgorithm


Apache CXF