UNPKG

143 BTypeScriptView Raw
1import { Cert } from './cert';
2
3export class CertHostkey {
4 parent: Cert;
5 type: Cert.TYPE;
6 hashMd5: string;
7 hashSha1: string;
8}