@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
15 lines • 316 B
text/typescript
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