Interface ContentEncryptionProvider
-
- All Superinterfaces:
ContentEncryptionCipherProperties
- All Known Implementing Classes:
AbstractContentEncryptionAlgorithm,AesCbcContentEncryptionAlgorithm,AesGcmContentEncryptionAlgorithm,EcdhAesGcmContentEncryptionAlgorithm
public interface ContentEncryptionProvider extends ContentEncryptionCipherProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getContentEncryptionKey(JweHeaders headers)byte[]getInitVector()-
Methods inherited from interface org.apache.cxf.rs.security.jose.jwe.ContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec
-
-
-
-
Method Detail
-
getInitVector
byte[] getInitVector()
-
getContentEncryptionKey
byte[] getContentEncryptionKey(JweHeaders headers)
-
-