Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...
    Index

    Constructors

    Methods

    • Produce the extensions to include in this certificate

      Parameters

      Returns Promise<
          (
              | [{ oid: string; type: "oid" }, value: Buffer]
              | [{ oid: string; type: "oid" }, critical: boolean, value: Buffer]
          )[],
      >

    • Construct an extension

      Parameters

      • oid: string
      • value: Readonly<ASN1AnyJS>
      • Optionalcritical: boolean

      Returns
          | [{ oid: string; type: "oid" }, value: Buffer]
          | [{ oid: string; type: "oid" }, critical: boolean, value: Buffer]