Parameters specifying options related to the time stamp authority credentials required for RFC3161TSAOptions.

Implements

Constructors

  • Constructs a new RFC3161TSAOptions instance.

    Parameters

    • params: {
          credentialAuthParameters?: TSABasicAuthCredentials;
          url: string;
      }

      The parameters for constructing an instance of RFC3161TSAOptions.

      • Optional credentialAuthParameters?: TSABasicAuthCredentials

        The credentials information required to get timestamp token using TSA URL.

      • url: string

        The TSA URL to get timestamp token. Cannot be undefined.

    Returns RFC3161TSAOptions

Properties

_tsaBasicAuthCredentials?: TSABasicAuthCredentials
_url: string

Accessors

  • get credentialAuthParameters(): undefined | TSABasicAuthCredentials
  • Returns the credentials information required to get timestamp token using TSA URL.

    Returns undefined | TSABasicAuthCredentials

    The credentials information required to get timestamp token using TSA URL.

  • get url(): string
  • Returns the TSA URL to get timestamp token.

    Returns string

    The TSA URL to get timestamp token.

Generated using TypeDoc