create

@NotNull
abstract fun create(data: Array<Byte>): @NotNull Encryption

Creates a new encryption instance using the provided key data.

Return

A new encryption instance.

Parameters

data

The key data used for encryption.