org.apache.cxf.rs.security.jose.jwe
Class EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm
- All Implemented Interfaces:
- KeyDecryptionAlgorithm
- Enclosing class:
- EcdhDirectKeyJweDecryption
protected static class EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm
- extends DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm
public EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm(ECPrivateKey privateKey)
getDecryptedContentEncryptionKey
public byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
- Specified by:
getDecryptedContentEncryptionKey in interface KeyDecryptionAlgorithm- Overrides:
getDecryptedContentEncryptionKey in class DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm
Apache CXF