Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
nodejs-18
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
x509
/
asn1
/
//opt/nodejs-18/usr/lib/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.d.ts
/// <reference types="node" /> import { ASN1Tag } from './tag'; export declare class ASN1Obj { readonly tag: ASN1Tag; readonly subs: ASN1Obj[]; private buf; private headerLength; constructor(tag: ASN1Tag, headerLength: number, buf: Buffer, subs: ASN1Obj[]); static parseBuffer(buf: Buffer): ASN1Obj; get value(): Buffer; get raw(): Buffer; toDER(): Buffer; toBoolean(): boolean; toInteger(): bigint; toOID(): string; toDate(): Date; toBitString(): number[]; }