Interface JweEncryptionProvider
- All Superinterfaces:
JweKeyProperties
- All Known Implementing Classes:
AbstractJweEncryption,AesCbcHmacJweEncryption,DirectKeyJweEncryption,EcdhDirectKeyJweEncryption,JweEncryption
-
Method Summary
Modifier and TypeMethodDescriptionencrypt(byte[] jweContent, JweHeaders jweHeaders) JWE compact encryptiongetEncryptionOutput(JweEncryptionInput jweInput) Prepare JWE state for completing either JWE compact or JSON encryptionMethods inherited from interface org.apache.cxf.rs.security.jose.jwe.JweKeyProperties
getContentAlgorithm, getKeyAlgorithm
-
Method Details
-
encrypt
JWE compact encryption -
getEncryptionOutput
Prepare JWE state for completing either JWE compact or JSON encryption
-