UNPKG

@wildboar/pkcs

Version:
17 lines (16 loc) 562 B
import * as $ from "@wildboar/asn1/functional"; /** * @summary CertificationRequestInfo_version_v1 * @constant * @type {number} */ export const CertificationRequestInfo_version_v1 = 0; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary CertificationRequestInfo_version_v1 * @constant * @type {number} */ export const v1 = CertificationRequestInfo_version_v1; /* SHORT_NAMED_INTEGER_VALUE */ export const _decode_CertificationRequestInfo_version = $._decodeInteger; export const _encode_CertificationRequestInfo_version = $._encodeInteger; /* eslint-enable */