Preparing search index...
The search index is not available
@xylabs/sdk-js
@xylabs/sdk-js
Crypto
PublicKeyInput
Interface PublicKeyInput
interface
PublicKeyInput
{
encoding
?:
string
;
format
?:
Crypto
.
KeyFormat
;
key
:
string
|
Buffer
;
type
?:
"pkcs1"
|
"spki"
;
}
Hierarchy (
view full
)
PublicKeyInput
VerifyPublicKeyInput
Index
Properties
encoding?
format?
key
type?
Properties
Optional
encoding
encoding
?:
string
Optional
format
format
?:
Crypto
.
KeyFormat
key
key
:
string
|
Buffer
Optional
type
type
?:
"pkcs1"
|
"spki"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
encoding
format
key
type
@xylabs/sdk-js
Loading...