PATH: //opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules.bundled/sigstore/dist/x509
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📁 asn1/
X
📄 cert.d.ts
↓
X
📄 cert.js
↓
X
📄 ext.d.ts
↓
X
📄 ext.js
↓
X
📄 sct.d.ts
↓
X
📄 sct.js
↓
X
📄 verify.d.ts
↓
X
📄 verify.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: sct.d.ts
/// <reference types="node" /> import * as sigstore from '../types/sigstore'; interface SCTOptions { version: number; logID: Buffer; timestamp: Buffer; extensions: Buffer; hashAlgorithm: number; signatureAlgorithm: number; signature: Buffer; } export declare class SignedCertificateTimestamp { readonly version: number; readonly logID: Buffer; readonly timestamp: Buffer; readonly extensions: Buffer; readonly hashAlgorithm: number; readonly signatureAlgorithm: number; readonly signature: Buffer; constructor(options: SCTOptions); get datetime(): Date; get algorithm(): string; verify(preCert: Buffer, logs: sigstore.TransparencyLogInstance[]): boolean; static parse(buf: Buffer): SignedCertificateTimestamp; } export {};
SIMPAN PERUBAHAN