NDNts
Preparing search index...
@ndn/keychain
KeyStore
StoredKey
Interface StoredKey
Stored key pair in JSON or structuredClone-compatible format.
interface
StoredKey
{
algo
:
string
;
info
:
any
;
jwkImportParams
?:
AlgorithmIdentifier
;
privateKey
?:
CryptoKey
|
JsonWebKey
;
publicKey
?:
CryptoKey
|
JsonWebKey
;
publicKeySpki
?:
string
|
Uint8Array
<
ArrayBufferLike
>
;
secretKey
?:
CryptoKey
|
JsonWebKey
;
}
Index
Properties
algo
info
jwk
Import
Params?
private
Key?
public
Key?
public
Key
Spki?
secret
Key?
Properties
algo
algo
:
string
info
info
:
any
Optional
jwk
Import
Params
jwkImportParams
?:
AlgorithmIdentifier
Optional
private
Key
privateKey
?:
CryptoKey
|
JsonWebKey
Optional
public
Key
publicKey
?:
CryptoKey
|
JsonWebKey
Optional
public
Key
Spki
publicKeySpki
?:
string
|
Uint8Array
<
ArrayBufferLike
>
Optional
secret
Key
secretKey
?:
CryptoKey
|
JsonWebKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algo
info
jwk
Import
Params
private
Key
public
Key
public
Key
Spki
secret
Key
NDNts
Loading...
Stored key pair in JSON or structuredClone-compatible format.