toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
?