StandardEncryption

constructor(@NotNull algorithm: String, @NotNull mode: String)

Parameters

algorithm

algorithm to use for KeyGenerator (e.g. AES, ChaCha20).

mode

algorithm mode to use (e.g. AES/GCM/NoPadding, ChaCha20-Poly1305).