addEncryptionInstance
Last updated
Adds an encryption implementation to the EncryptionHandler.
encryptionHandler.addEncryptionInstance(encryptionImpl);void
This method does not return a value. Instead, it updates the internal state of the EncryptionHandler by adding the provided encryption instance.
Type Encryption
The encryption implementation that provides the necessary methods to encrypt and decrypt data.
Last updated
