UNPKG

@wildboar/pkcs

Version:
15 lines (14 loc) 253 B
import { INTEGER } from "asn1-ts"; /** * @summary pkcs15_lb_minPinLength * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-lb-minPinLength INTEGER ::= 4 * ``` * * @constant */ export declare const pkcs15_lb_minPinLength: INTEGER;