PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.api.encryption
/
EncryptionSupplier
Encryption
Supplier
interface
EncryptionSupplier
A supplier for encryption algorithms.
Members
Functions
create
Link copied to clipboard
@
NotNull
abstract
fun
create
(
data
:
Array
<
Byte
>
)
:
@
NotNull
Encryption
Creates a new encryption instance using the provided key data.
get
Name
Link copied to clipboard
@
NotNull
abstract
fun
getName
(
)
:
@
NotNull
String
Gets the name of the encryption algorithm provided by this supplier.