Class OrganisationSigner

Configuration for organisation signature bundles.

Hierarchy

  • Chain
    • OrganisationSigner

Constructors

  • Parameters

    • dnssecChainSchema: DnssecChainSchema

      The DNSSEC chain for the organisation

    • orgCertificateSchema: Certificate

      The organisation certificate

    • Optional attributedMemberName: string

      The name of the member to whom the content is attributed (optional)

    Returns OrganisationSigner

Properties

attributedMemberName?: string

The name of the member to whom the content is attributed (optional)

dnssecChainSchema: DnssecChainSchema
orgCertificateSchema: Certificate

Accessors

Methods

  • Verify the chain and return the member information.

    Parameters

    • serviceOid: string

      The service OID to verify

    • datePeriod: DatePeriod

      The date period to verify

    • Optional dnssecTrustAnchors: readonly TrustAnchor[]

      The DNSSEC trust anchors to use for verification

    Returns Promise<Member>

    The member information

Generated using TypeDoc