org.apache.cxf.rs.security.jose.jwe
Class EcdhAesWrapKeyEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.EcdhAesWrapKeyEncryptionAlgorithm
- All Implemented Interfaces:
- KeyEncryptionAlgorithm
public class EcdhAesWrapKeyEncryptionAlgorithm
- extends Object
- implements KeyEncryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EcdhAesWrapKeyEncryptionAlgorithm
public EcdhAesWrapKeyEncryptionAlgorithm(ECPublicKey peerPublicKey,
String curve,
String apuString,
String apvString,
String keyAlgo)
getEncryptedContentEncryptionKey
public byte[] getEncryptedContentEncryptionKey(JweHeaders headers,
byte[] cek)
- Specified by:
getEncryptedContentEncryptionKey in interface KeyEncryptionAlgorithm
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm in interface KeyEncryptionAlgorithm
Apache CXF