PGP Shield
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
PGP Shield
data
/
ltechnologies.onionphone.pgpshield.data.db
/
KeyRingEntity
/
KeyRingEntity
Key
Ring
Entity
constructor
(
masterKeyId
:
Long
,
fingerprint
:
String
,
isSecret
:
Boolean
,
isRevoked
:
Boolean
,
blobPath
:
String
,
publicBlobPath
:
String
?
=
null
,
createdAt
:
Long
,
primaryAlgorithm
:
String
=
"RSA 3072"
,
subkeyCount
:
Int
=
1
,
trustLevel
:
Int
=
0
)