UNPKG

@wildboar/pkcs

Version:
15 lines 316 B
import { INTEGER } from "@wildboar/asn1"; /** * @summary pkcs15_lb_minPinLength * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-lb-minPinLength INTEGER ::= 4 * ``` * * @constant */ export declare const pkcs15_lb_minPinLength: INTEGER; //# sourceMappingURL=pkcs15-lb-minPinLength.va.d.mts.map