UniPub
Toggle table of contents
1.0.9
jvm
Platform filter
jvm
Switch theme
Search in API
UniPub
UniPub
/
dev.mtctx.unipub
/
UniPubSettings
/
GpgKey
Gpg
Key
@
Serializable
data
class
GpgKey
(
_keyId
:
String
?
=
null
,
_passphrase
:
String
?
=
null
,
_privateKey
:
String
?
=
null
)
(
source
)
Members
Constructors
Gpg
Key
Link copied to clipboard
constructor
(
_keyId
:
String
?
=
null
,
_passphrase
:
String
?
=
null
,
_privateKey
:
String
?
=
null
)
Properties
key
Id
Link copied to clipboard
val
keyId
:
<Error class: unknown class>
passphrase
Link copied to clipboard
val
passphrase
:
<Error class: unknown class>
private
Key
Link copied to clipboard
val
privateKey
:
<Error class: unknown class>