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