Class EcdhDirectKeyEncryptionAlgorithm
- java.lang.Object
-
- org.apache.cxf.rs.security.jose.jwe.DirectKeyEncryptionAlgorithm
-
- org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyEncryptionAlgorithm
-
- All Implemented Interfaces:
KeyEncryptionProvider
public class EcdhDirectKeyEncryptionAlgorithm extends DirectKeyEncryptionAlgorithm
-
-
Constructor Summary
Constructors Constructor Description EcdhDirectKeyEncryptionAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckKeyEncryptionAlgorithm(JweHeaders headers)KeyAlgorithmgetAlgorithm()-
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.DirectKeyEncryptionAlgorithm
getEncryptedContentEncryptionKey
-
-
-
-
Method Detail
-
checkKeyEncryptionAlgorithm
protected void checkKeyEncryptionAlgorithm(JweHeaders headers)
- Overrides:
checkKeyEncryptionAlgorithmin classDirectKeyEncryptionAlgorithm
-
getAlgorithm
public KeyAlgorithm getAlgorithm()
- Specified by:
getAlgorithmin interfaceKeyEncryptionProvider- Overrides:
getAlgorithmin classDirectKeyEncryptionAlgorithm
-
-