Interface ContentEncryptionCipherProperties
-
- All Known Subinterfaces:
ContentDecryptionProvider,ContentEncryptionProvider
- All Known Implementing Classes:
AbstractContentEncryptionAlgorithm,AbstractContentEncryptionCipherProperties,AesCbcContentEncryptionAlgorithm,AesGcmContentDecryptionAlgorithm,AesGcmContentEncryptionAlgorithm,EcdhAesGcmContentEncryptionAlgorithm
public interface ContentEncryptionCipherProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getAdditionalAuthenticationData(String headersJson, byte[] aad)ContentAlgorithmgetAlgorithm()AlgorithmParameterSpecgetAlgorithmParameterSpec(byte[] iv)
-
-
-
Method Detail
-
getAlgorithm
ContentAlgorithm getAlgorithm()
-
getAdditionalAuthenticationData
byte[] getAdditionalAuthenticationData(String headersJson, byte[] aad)
-
getAlgorithmParameterSpec
AlgorithmParameterSpec getAlgorithmParameterSpec(byte[] iv)
-
-