Interface ContentEncryptionCipherProperties
- All Known Subinterfaces:
ContentDecryptionProvider,ContentEncryptionProvider
- All Known Implementing Classes:
AbstractContentEncryptionAlgorithm,AbstractContentEncryptionCipherProperties,AesCbcContentEncryptionAlgorithm,AesGcmContentDecryptionAlgorithm,AesGcmContentEncryptionAlgorithm,EcdhAesGcmContentEncryptionAlgorithm
public interface ContentEncryptionCipherProperties
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getAdditionalAuthenticationData(String headersJson, byte[] aad) getAlgorithmParameterSpec(byte[] iv)
-
Method Details
-
getAlgorithm
ContentAlgorithm getAlgorithm() -
getAdditionalAuthenticationData
-
getAlgorithmParameterSpec
-