public class EcdhAesWrapKeyDecryptionAlgorithm extends Object implements KeyDecryptionAlgorithm
| Constructor and Description |
|---|
EcdhAesWrapKeyDecryptionAlgorithm(ECPrivateKey key) |
EcdhAesWrapKeyDecryptionAlgorithm(ECPrivateKey key,
String algo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
byte[] |
getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput) |
public EcdhAesWrapKeyDecryptionAlgorithm(ECPrivateKey key)
public EcdhAesWrapKeyDecryptionAlgorithm(ECPrivateKey key, String algo)
public byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
getDecryptedContentEncryptionKey in interface KeyDecryptionAlgorithmpublic String getAlgorithm()
getAlgorithm in interface KeyDecryptionAlgorithmApache CXF