@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
17 lines (16 loc) • 562 B
JavaScript
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 */