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

Constructors

Properties

Accessors

Constructors

  • Constructs a new TSABasicAuthCredentials instance.

    Parameters

    • params: {
          password: string;
          username: string;
      }

      The parameters for constructing an instance of TSABasicAuthCredentials.

      • password: string

        The password required to get the timestamp token. Cannot be undefined.

      • username: string

        The username required to get the timestamp token. Cannot be undefined.

    Returns TSABasicAuthCredentials

Properties

_password: string
_username: string

Accessors

  • get password(): string
  • Returns the intended password to be used for timestamping.

    Returns string

    The password

  • get username(): string
  • Returns the intended username to be used for timestamping.

    Returns string

    The username

Generated using TypeDoc