Hierarchy

  • Omit<PolicyVerifier.Options, "trustAnchors">
    • Options

Properties

algoList?: readonly SigningAlgorithm<any, any, any>[]

List of recognized algorithms in certificates.

cacheCleanupInterval?: number

Cache cleanup interval. Default is 5 minutes.

endpoint?: Endpoint

Endpoint for certificate retrieval.

CertFetchers on the same Endpoint share the same cache instance. Cache options are determined when it's first created.

interestLifetime?: number

InterestLifetime for certificate retrieval.

keyChain?: KeyChain
negativeTtl?: number

Cache lifetime for unsuccessful retrieval. Default is 10 seconds.

offline?: boolean

If true, disable CertFetcher.

positiveTtl?: number

Cache lifetime for successful retrieval. Default is 1 hour.

retx?: RetxPolicy

RetxPolicy for certificate retrieval.

schema: TrustSchema

The trust schema.

Generated using TypeDoc