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
/
SymmetricDecryptRequest
Symmetric
Decrypt
Request
data
class
SymmetricDecryptRequest
(
val
ciphertext
:
ByteArray
,
val
password
:
CharArray
)
Ciphertext blob and password for symmetric decryption.
Members
Constructors
Symmetric
Decrypt
Request
Link copied to clipboard
constructor
(
ciphertext
:
ByteArray
,
password
:
CharArray
)
Properties
ciphertext
Link copied to clipboard
val
ciphertext
:
ByteArray
password
Link copied to clipboard
val
password
:
CharArray