UNPKG

@wildboar/pkcs

Version:
15 lines (14 loc) 225 B
/** * @summary pkcs15_ub_userConsent * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-ub-userConsent INTEGER ::= 15 * ``` * * @constant */ export const pkcs15_ub_userConsent = 15; /* eslint-enable */