UNPKG

@wildboar/pkcs

Version:
15 lines (14 loc) 246 B
import { INTEGER } from "asn1-ts"; /** * @summary pkcs15_ub_reference * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-ub-reference INTEGER ::= 255 * ``` * * @constant */ export declare const pkcs15_ub_reference: INTEGER;