PHP 8.2.30
Preview: index.d.ts Size: 527 B
//opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules.bundled/sigstore/dist/ca/index.d.ts

/// <reference types="node" />
/// <reference types="node" />
import { KeyObject } from 'crypto';
export interface CA {
    createSigningCertificate: (identityToken: string, publicKey: KeyObject, challenge: Buffer) => Promise<string[]>;
}
export interface CAClientOptions {
    fulcioBaseURL: string;
}
export declare class CAClient implements CA {
    private fulcio;
    constructor(options: CAClientOptions);
    createSigningCertificate(identityToken: string, publicKey: KeyObject, challenge: Buffer): Promise<string[]>;
}

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
verify DIR
- drwxr-xr-x 2024-03-03 22:54:11
Edit Download
297 B lrw-r--r-- 2023-12-06 18:07:52
Edit Download
652 B lrw-r--r-- 2023-12-06 18:07:52
Edit Download
527 B lrw-r--r-- 2023-12-06 18:07:52
Edit Download
864 B lrw-r--r-- 2023-12-06 18:07:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).