org.apache.cxf.rs.security.jose.jwe
Class DirectKeyEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.DirectKeyEncryptionAlgorithm
- All Implemented Interfaces:
- KeyEncryptionAlgorithm
public class DirectKeyEncryptionAlgorithm
- extends Object
- implements KeyEncryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectKeyEncryptionAlgorithm
public DirectKeyEncryptionAlgorithm()
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