UNPKG

@wildboar/pkcs

Version:
15 lines 306 B
import { INTEGER } from "@wildboar/asn1"; /** * @summary pkcs15_ub_reference * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-ub-reference INTEGER ::= 255 * ``` * * @constant */ export declare const pkcs15_ub_reference: INTEGER; //# sourceMappingURL=pkcs15-ub-reference.va.d.mts.map