UNPKG

@apeleghq/cms-classes

Version:

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

9 lines 471 B
import type { Asn1BitString } from '@apeleghq/asn1-der'; import { Asn1Sequence } from '@apeleghq/asn1-der'; import type AlgorithmIdentifier from '../cms/AttributeValue.cjs'; import type TBSCertificate from './TBSCertificate.cjs'; declare class Certificate extends Asn1Sequence { constructor(tbsCertificate: TBSCertificate, signatureAlgorithm: AlgorithmIdentifier, signatureValue: Asn1BitString); } export default Certificate; //# sourceMappingURL=Certificate.d.ts.map