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

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.DirectKeyEncryptionAlgorithm
All Implemented Interfaces:
KeyEncryptionAlgorithm

public class DirectKeyEncryptionAlgorithm
extends Object
implements KeyEncryptionAlgorithm


Constructor Summary
DirectKeyEncryptionAlgorithm()
           
 
Method Summary
 String getAlgorithm()
           
 byte[] getEncryptedContentEncryptionKey(JweHeaders headers, byte[] theCek)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectKeyEncryptionAlgorithm

public DirectKeyEncryptionAlgorithm()
Method Detail

getEncryptedContentEncryptionKey

public byte[] getEncryptedContentEncryptionKey(JweHeaders headers,
                                               byte[] theCek)
Specified by:
getEncryptedContentEncryptionKey in interface KeyEncryptionAlgorithm

getAlgorithm

public String getAlgorithm()
Specified by:
getAlgorithm in interface KeyEncryptionAlgorithm


Apache CXF