@haxall/haxall
Preparing search index...
node
crypto
PublicKeyInput
Interface PublicKeyInput
interface
PublicKeyInput
{
encoding
?:
string
;
format
?:
KeyFormat
;
key
:
string
|
Buffer
<
ArrayBufferLike
>
;
type
?:
"pkcs1"
|
"spki"
;
}
Hierarchy (
View Summary
)
PublicKeyInput
VerifyPublicKeyInput
Index
Properties
encoding?
format?
key
type?
Properties
Optional
encoding
encoding
?:
string
Optional
format
format
?:
KeyFormat
key
key
:
string
|
Buffer
<
ArrayBufferLike
>
Optional
type
type
?:
"pkcs1"
|
"spki"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
encoding
format
key
type
@haxall/haxall
Loading...