public class EcdhAesWrapKeyEncryptionAlgorithm extends Object implements KeyEncryptionAlgorithm
| Constructor and Description |
|---|
EcdhAesWrapKeyEncryptionAlgorithm(ECPublicKey peerPublicKey,
String curve,
String apuString,
String apvString,
String keyAlgo) |
public EcdhAesWrapKeyEncryptionAlgorithm(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, String keyAlgo)
public byte[] getEncryptedContentEncryptionKey(JweHeaders headers, byte[] cek)
getEncryptedContentEncryptionKey in interface KeyEncryptionAlgorithmpublic String getAlgorithm()
getAlgorithm in interface KeyEncryptionAlgorithmApache CXF