UNPKG

@peculiar/asn1-x509

Version:

ASN.1 schema of `Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile` (RFC5280)

17 lines (16 loc) 753 B
var SubjectDirectoryAttributes_1; import { __decorate } from "tslib"; import { AsnArray, AsnType, AsnTypeTypes } from "@peculiar/asn1-schema"; import { Attribute } from "../attribute"; import { id_ce } from "../object_identifiers"; export const id_ce_subjectDirectoryAttributes = `${id_ce}.9`; let SubjectDirectoryAttributes = SubjectDirectoryAttributes_1 = class SubjectDirectoryAttributes extends AsnArray { constructor(items) { super(items); Object.setPrototypeOf(this, SubjectDirectoryAttributes_1.prototype); } }; SubjectDirectoryAttributes = SubjectDirectoryAttributes_1 = __decorate([ AsnType({ type: AsnTypeTypes.Sequence, itemType: Attribute }) ], SubjectDirectoryAttributes); export { SubjectDirectoryAttributes };