Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-node
/
node.crypto
/
PublicKeyInput
Public
Key
Input
sealed
external
interface
PublicKeyInput
(
source
)
Inheritors
VerifyPublicKeyInput
Members
Properties
encoding
Link copied to clipboard
abstract
var
encoding
:
String
?
format
Link copied to clipboard
abstract
var
format
:
KeyFormat
?
key
Link copied to clipboard
abstract
var
key
:
Any
type
Link copied to clipboard
abstract
var
type
:
PublicKeyInputType
?