getDefaultEncryption

@NotNull
abstract fun getDefaultEncryption(): @NotNull Encryption

Gets the default encryption instance. AES/CBC/PKCS5Padding is used by default.

Return

The Encryption instance.