UNPKG

@wildboar/pki-stub

Version:
15 lines (14 loc) 263 B
import { OBJECT_IDENTIFIER } from "asn1-ts"; /** * @summary algorithms * @description * * ### ASN.1 Definition: * * ```asn1 * algorithms OBJECT IDENTIFIER ::= {ds 44} * ``` * * @constant */ export declare const algorithms: OBJECT_IDENTIFIER;