public interface ContentEncryptionCipherProperties
Modifier and Type | Method and Description |
---|---|
byte[] |
getAdditionalAuthenticationData(String headersJson,
byte[] aad) |
ContentAlgorithm |
getAlgorithm() |
AlgorithmParameterSpec |
getAlgorithmParameterSpec(byte[] iv) |
ContentAlgorithm getAlgorithm()
byte[] getAdditionalAuthenticationData(String headersJson, byte[] aad)
AlgorithmParameterSpec getAlgorithmParameterSpec(byte[] iv)
Apache CXF