Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/protocol
CertificateAuthority
Class CertificateAuthority
Manages the root key pair for a fabric owned by a local node.
Index
Constructors
constructor
Accessors
config
construction
root
Cert
Methods
generate
Noc
[create]
create
Constructors
constructor
new
Certificate
Authority
(
options
)
:
CertificateAuthority
Parameters
options
:
StorageContext
<
any
>
|
Configuration
Returns
CertificateAuthority
Accessors
config
get
config
(
)
:
Configuration
Returns
Configuration
construction
get
construction
(
)
:
Construction
<
CertificateAuthority
>
Returns
Construction
<
CertificateAuthority
>
root
Cert
get
rootCert
(
)
:
Uint8Array
Returns
Uint8Array
Methods
generate
Noc
generate
Noc
(
publicKey
,
fabricId
,
nodeId
,
caseAuthenticatedTags
?
)
:
Uint8Array
Parameters
publicKey
:
Uint8Array
fabricId
:
FabricId
nodeId
:
NodeId
Optional
caseAuthenticatedTags
:
CaseAuthenticatedTag
[]
Returns
Uint8Array
Static
[create]
[create]
(
env
)
:
CertificateAuthority
Parameters
env
:
Environment
Returns
CertificateAuthority
Static
create
create
(
options
)
:
Promise
<
CertificateAuthority
>
Parameters
options
:
StorageContext
<
any
>
|
Configuration
Returns
Promise
<
CertificateAuthority
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
config
construction
root
Cert
Methods
generate
Noc
[create]
create
matter.js-monorepo
Loading...
Manages the root key pair for a fabric owned by a local node.