Class EcdhDirectKeyJweDecryption
- java.lang.Object
-
- org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
-
- org.apache.cxf.rs.security.jose.jwe.JweDecryption
-
- org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyJweDecryption
-
- All Implemented Interfaces:
JweDecryptionProvider,JweKeyProperties
public class EcdhDirectKeyJweDecryption extends JweDecryption
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
LOG
-
-
Constructor Summary
Constructors Constructor Description EcdhDirectKeyJweDecryption(ECPrivateKey privateKey, ContentAlgorithm supportedCtAlgo)
-
Method Summary
-
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractJweDecryption
decrypt, decrypt, doDecrypt, getActualCek, getContentAlgorithm, getContentEncryptionAlgorithm, getContentEncryptionCipherAAD, getContentEncryptionCipherInitVector, getContentEncryptionCipherSpec, getEncryptedContentEncryptionKey, getEncryptedContentWithAuthTag, getEncryptionAuthenticationTag, getEncryptionAuthenticationTagLenBits, getKeyAlgorithm
-
-
-
-
Constructor Detail
-
EcdhDirectKeyJweDecryption
public EcdhDirectKeyJweDecryption(ECPrivateKey privateKey, ContentAlgorithm supportedCtAlgo)
-
-