Find certificates from multiple sources.

Implements

Constructors

Properties

Methods

Constructors

Properties

trustAnchors: TrustAnchorContainer

Methods

  • Find certificates by certificate name or key name.

    Parameters

    Returns AsyncIterable<Certificate>

    Remarks

    Searching from sources in this order:

    • trust anchors
    • local KeyChain
    • network retrieval After finding one or more certificates in a source, subsequent sources are skipped.