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
/
PgpException
Pgp
Exception
class
PgpException
(
message
:
String
,
val
securityProblem
:
SecurityProblem
?
=
null
,
cause
:
Throwable
?
=
null
)
:
Exception
General PGP engine failure.
Members
Constructors
Pgp
Exception
Link copied to clipboard
constructor
(
message
:
String
,
securityProblem
:
SecurityProblem
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
security
Problem
Link copied to clipboard
val
securityProblem
:
SecurityProblem
?
Optional structured security classification.