toggle menu
RootEncoder
androidJvm
switch theme
search in API
srt
/
com.pedro.srt.utils
/
EncryptionUtil
Encryption
Util
class
EncryptionUtil
(
val
type
:
EncryptionType
,
passphrase
:
String
)
Created by pedro on 12/11/23. Need API 26+
Members
Constructors
Encryption
Util
Link copied to clipboard
constructor
(
type
:
EncryptionType
,
passphrase
:
String
)
Properties
type
Link copied to clipboard
val
type
:
EncryptionType
Functions
encrypt
Link copied to clipboard
fun
encrypt
(
bytes
:
ByteArray
,
sequence
:
Int
)
:
ByteArray
get
Encrypt
Info
Link copied to clipboard
fun
getEncryptInfo
(
)
:
EncryptInfo