PlasmoVoice
Toggle table of contents
2.1.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PlasmoVoice
common
/
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.