PGP Shield
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
PGP Shield
pgp-engine
/
ltechnologies.onionphone.pgpshield.engine
/
SymmetricEncryptRequest
Symmetric
Encrypt
Request
data
class
SymmetricEncryptRequest
(
val
plaintext
:
ByteArray
,
val
password
:
CharArray
)
Plaintext and password for symmetric encryption.
Members
Constructors
Symmetric
Encrypt
Request
Link copied to clipboard
constructor
(
plaintext
:
ByteArray
,
password
:
CharArray
)
Properties
password
Link copied to clipboard
val
password
:
CharArray
plaintext
Link copied to clipboard
val
plaintext
:
ByteArray