UNPKG

@apeleghq/cms-classes

Version:

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

7 lines 324 B
import type { IAsn1Data } from '@apeleghq/asn1-der'; import { Asn1Object, Asn1Sequence } from '@apeleghq/asn1-der'; declare class AlgorithmIdentifier extends Asn1Sequence { constructor(algorithm: Asn1Object, parameters?: IAsn1Data); } export default AlgorithmIdentifier; //# sourceMappingURL=AlgorithmIdentifier.d.ts.map