UNPKG

@wildboar/pkcs

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