Class DirectKeyEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.DirectKeyEncryptionAlgorithm
- All Implemented Interfaces:
KeyEncryptionProvider
- Direct Known Subclasses:
EcdhDirectKeyEncryptionAlgorithm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckKeyEncryptionAlgorithm(JweHeaders headers) byte[]getEncryptedContentEncryptionKey(JweHeaders headers, byte[] theCek)
-
Constructor Details
-
DirectKeyEncryptionAlgorithm
public DirectKeyEncryptionAlgorithm()
-
-
Method Details
-
getEncryptedContentEncryptionKey
- Specified by:
getEncryptedContentEncryptionKeyin interfaceKeyEncryptionProvider
-
checkKeyEncryptionAlgorithm
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKeyEncryptionProvider
-