UNPKG

@apeleghq/cms-classes

Version:

A collection of utility classes to encode ASN.1 data following DER rules

6 lines 216 B
import { Asn1Sequence } from '@apeleghq/asn1-der'; declare class Validity extends Asn1Sequence { constructor(notBefore: string, notAfter: string); } export default Validity; //# sourceMappingURL=Validity.d.ts.map