interface Options {
    keyChain: KeyChain;
    schema: TrustSchema;
}

Properties

Properties

keyChain: KeyChain

KeyChain to find certificates.

schema: TrustSchema

Trust schema to guide policy.