pdf-lite - v1.0.1
    Preparing search index...

    Type Alias TimeStampAuthority

    Configuration for a timestamp authority (TSA).

    type TimeStampAuthority = {
        password?: string;
        url: string;
        username?: string;
    }
    Index

    Properties

    password?: string

    Optional password for authentication.

    url: string

    URL of the timestamp authority service.

    username?: string

    Optional username for authentication.