PGP Shield
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
PGP Shield
app
/
ltechnologies.onionphone.pgpshield.ui.crypto
/
VerifyUiResult
Verify
Ui
Result
data
class
VerifyUiResult
(
val
valid
:
Boolean
,
val
signerKeyId
:
Long
?
,
val
signerLabel
:
String
?
,
val
error
:
String
?
)
UI-facing outcome of a signature verification.
Members
Constructors
Verify
Ui
Result
Link copied to clipboard
constructor
(
valid
:
Boolean
,
signerKeyId
:
Long
?
,
signerLabel
:
String
?
,
error
:
String
?
)
Properties
error
Link copied to clipboard
val
error
:
String
?
signer
Key
Id
Link copied to clipboard
val
signerKeyId
:
Long
?
signer
Label
Link copied to clipboard
val
signerLabel
:
String
?
valid
Link copied to clipboard
val
valid
:
Boolean