@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
25 lines • 882 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkcs_9_at_dateOfBirth = exports.ietf_at = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
const ietf_at_va_1 = require("../PKCS-9/ietf-at.va");
var ietf_at_va_2 = require("../PKCS-9/ietf-at.va");
Object.defineProperty(exports, "ietf_at", { enumerable: true, get: function () { return ietf_at_va_2.ietf_at; } });
/* START_OF_SYMBOL_DEFINITION pkcs_9_at_dateOfBirth */
/**
* @summary pkcs_9_at_dateOfBirth
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* pkcs-9-at-dateOfBirth OBJECT IDENTIFIER ::= {ietf-at 1}
* ```
*
* @constant
*/
exports.pkcs_9_at_dateOfBirth = new asn1_ts_1.ObjectIdentifier([1], ietf_at_va_1.ietf_at);
/* END_OF_SYMBOL_DEFINITION pkcs_9_at_dateOfBirth */
/* eslint-enable */
//# sourceMappingURL=pkcs-9-at-dateOfBirth.va.js.map