UNPKG

111 BTypeScriptView Raw
1import { Cert } from './cert';
2
3export class CertX509 {
4 data: Buffer;
5 len: number;
6 parent: Cert;
7}