EncryptionSupplier

A supplier for encryption algorithms.

Functions

Link copied to clipboard
@NotNull
abstract fun create(data: Array<Byte>): @NotNull Encryption
Creates a new encryption instance using the provided key data.
Link copied to clipboard
@NotNull
abstract fun getName(): @NotNull String
Gets the name of the encryption algorithm provided by this supplier.