org.apache.cxf.rs.security.jose.jwe
Class EcdhAesWrapKeyDecryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.EcdhAesWrapKeyDecryptionAlgorithm
- All Implemented Interfaces:
- KeyDecryptionAlgorithm
public class EcdhAesWrapKeyDecryptionAlgorithm
- extends Object
- implements KeyDecryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EcdhAesWrapKeyDecryptionAlgorithm
public EcdhAesWrapKeyDecryptionAlgorithm(ECPrivateKey key)
EcdhAesWrapKeyDecryptionAlgorithm
public EcdhAesWrapKeyDecryptionAlgorithm(ECPrivateKey key,
KeyAlgorithm algo)
getDecryptedContentEncryptionKey
public byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
- Specified by:
getDecryptedContentEncryptionKey in interface KeyDecryptionAlgorithm
getAlgorithm
public KeyAlgorithm getAlgorithm()
- Specified by:
getAlgorithm in interface KeyDecryptionAlgorithm
Apache CXF