UNPKG

@apeleghq/cms-classes

Version:

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

7 lines 342 B
import { Asn1Set } from '@apeleghq/asn1-der'; import type DigestAlgorithmIdentifier from './DigestAlgorithmIdentifier.cjs'; declare class DigestAlgorithmIdentifiers extends Asn1Set { constructor(attributes: DigestAlgorithmIdentifier[]); } export default DigestAlgorithmIdentifiers; //# sourceMappingURL=DigestAlgorithmIdentifiers.d.ts.map