Preparing search index...
The search index is not available
NDNts
NDNts
@ndn/keychain
CertStore
Class CertStore
KV store of certificates.
Hierarchy
StoreBase
<
StoredCert
>
CertStore
Index
Constructors
constructor
Accessors
canSClone
Methods
buffer
To
Storable
erase
get
get
Value
insert
insert
Value
list
Constructors
constructor
new
Cert
Store
(
provider
)
:
CertStore
Parameters
provider
:
StoreProvider
<
StoredCert
>
Returns
CertStore
Accessors
canSClone
get
canSClone
(
)
:
boolean
Returns
boolean
Methods
Protected
buffer
To
Storable
buffer
To
Storable
(
input
)
:
string
|
Uint8Array
Parameters
input
:
string
|
Uint8Array
Returns
string
|
Uint8Array
erase
erase
(
name
)
:
Promise
<
void
>
Erase item by name.
Parameters
name
:
Name
Returns
Promise
<
void
>
get
get
(
name
)
:
Promise
<
Certificate
>
Parameters
name
:
Name
Returns
Promise
<
Certificate
>
Protected
get
Value
get
Value
(
name
)
:
Promise
<
StoredCert
>
Parameters
name
:
Name
Returns
Promise
<
StoredCert
>
insert
insert
(
cert
)
:
Promise
<
void
>
Parameters
cert
:
Certificate
Returns
Promise
<
void
>
Protected
insert
Value
insert
Value
(
name
,
value
)
:
Promise
<
void
>
Parameters
name
:
Name
value
:
StoredCert
Returns
Promise
<
void
>
list
list
(
)
:
Promise
<
Name
[]
>
List item names.
Returns
Promise
<
Name
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
canSClone
buffer
To
Storable
erase
get
get
Value
insert
insert
Value
list
NDNts
@ndn/autoconfig
@ndn/cat
@ndn/cli-common
@ndn/dpdkmgmt
@ndn/endpoint
@ndn/fileserver
@ndn/fw
@ndn/keychain
@ndn/keychain-cli
@ndn/l3face
@ndn/lp
@ndn/nac
@ndn/naming-convention1
@ndn/naming-convention2
ndn
@ndn/ndncert
@ndn/ndnsec
@ndn/nfdmgmt
@ndn/node-transport
@ndn/packet
@ndn/quic-transport
Loading...
Generated using
TypeDoc
KV store of certificates.