Certificate
Defined in: packages/core/src/agent/certificate.ts:214
Properties
Section titled “Properties”cert:
Cert
Defined in: packages/core/src/agent/certificate.ts:215
Methods
Section titled “Methods”lookup_path()
Section titled “lookup_path()”lookup_path(
path):LookupResult
Defined in: packages/core/src/agent/certificate.ts:276
Lookup a path in the certificate tree, using lookup_path.
Parameters
Section titled “Parameters”The path to lookup.
Returns
Section titled “Returns”The result of the lookup.
lookup_subtree()
Section titled “lookup_subtree()”lookup_subtree(
path):SubtreeLookupResult
Defined in: packages/core/src/agent/certificate.ts:285
Lookup a subtree in the certificate tree, using lookup_subtree.
Parameters
Section titled “Parameters”The path to lookup.
Returns
Section titled “Returns”The result of the lookup.
create()
Section titled “create()”
staticcreate(options):Promise<Certificate>
Defined in: packages/core/src/agent/certificate.ts:226
Create a new instance of a certificate, automatically verifying it.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<Certificate>
Throws
Section titled “Throws”if the verification of the certificate fails