pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
25 lines • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.emailAddress = void 0;
const tslib_1 = require("tslib");
const $ = tslib_1.__importStar(require("asn1-ts/dist/node/functional"));
const AttributeUsage_ta_1 = require("x500-ts/dist/node/modules/InformationFramework/AttributeUsage.ta");
const pkcs_9_at_emailAddress_va_1 = require("../PKCS-9/pkcs-9-at-emailAddress.va");
const pkcs9CaseIgnoreMatch_oa_1 = require("../PKCS-9/pkcs9CaseIgnoreMatch.oa");
exports.emailAddress = {
class: "ATTRIBUTE",
decoderFor: {
"&Type": $._decodeIA5String,
},
encoderFor: {
"&Type": $._encodeIA5String,
},
"&equality-match": pkcs9CaseIgnoreMatch_oa_1.pkcs9CaseIgnoreMatch,
"&id": pkcs_9_at_emailAddress_va_1.pkcs_9_at_emailAddress,
"&Type": 0,
"&single-valued": false,
"&collective": false,
"&no-user-modification": false,
"&usage": AttributeUsage_ta_1.userApplications,
};
//# sourceMappingURL=emailAddress.oa.js.map