StaticcreateThe bytes encoding the certificate to be verified
The root key against which to verify the certificate (normally, the root key of the IC main network)
The effective canister ID of the request when verifying a response, or the signing canister ID when verifying a certified variable.
OptionalblsVerify?: VerifyFuncBLS Verification strategy. Default strategy uses bls12_381 from @noble/curves
OptionalmaxAgeInMinutes?: numberThe maximum age of the certificate in minutes. Default is 5 minutes.
OptionaldisableTimeVerification?: booleanOverrides the maxAgeInMinutes setting and skips comparing the client's time against the certificate. Used for scenarios where the machine's clock is known to be out of sync, or for inspecting expired certificates.
Lookup a path in the certificate tree, using lookup_path.
The result of the lookup.
Lookup a subtree in the certificate tree, using lookup_subtree.
The result of the lookup.
Create a new instance of a certificate, automatically verifying it.