Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs18
/
root
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
x509
/
File Content:
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 {};
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
asn1
---
0755
cert.d.ts
1981 bytes
0644
cert.js
10130 bytes
0644
ext.d.ts
1435 bytes
0644
ext.js
6083 bytes
0644
sct.d.ts
799 bytes
0644
sct.js
4147 bytes
0644
verify.d.ts
288 bytes
0644
verify.js
6486 bytes
0644
N4ST4R_ID | Naxtarrr