FlowGuard API - v1.2.0-tp.1
    Preparing search index...

    Interface TimestampAuthorityProvider

    interface TimestampAuthorityProvider {
        requestTimestamp(
            input: {
                digest: Uint8Array;
                digestAlgorithm: "sha256";
                tsaUrl: string;
                timeoutMs: number;
            },
        ): Promise<{ tokenDerBase64: string; receivedAt: string }>;
    }

    Implemented by

    Index

    Methods

    • Parameters

      • input: {
            digest: Uint8Array;
            digestAlgorithm: "sha256";
            tsaUrl: string;
            timeoutMs: number;
        }

      Returns Promise<{ tokenDerBase64: string; receivedAt: string }>