CertificatePolicies PolicyInformatino PolicyQualifierInfo UserNotice NoticeReference organization noticeNumbers explicitText === new KJUR.asn1.x509.PolicyInformation({ policyoid: "1.2.3.4.5", array: [ { cps: "https://example.com/repository" }, { unotice: { noticeref: { // CA SHOULD NOT use this by RFC org: {type: "ia5", str: "Sample Org"}, noticenum: [{int: 5}, {hex: "01af"}] }, exptext: {type: "ia5", str: "Sample Policy"} }} ] }) { extname: "jCertificatePolicies", //critical: true, array: [{ policyoid: 1.2.392.100300.1.3.4, array: [{ unotice: { // オプション noticeref: { // オプション org: {type: "utf8", str: "法務省"}, noticenum: [{hex: "01"}] }, exptext: {type:"utf8", str:"この証明書は、商業登記法その他関係法令等に基づき発行されたものです。"} // オプション } }] }] } "pASN1": { "seq": [{ "seq": [ {"oid": "1.2.392.100300.1.3.4"}, { "seq": [ { "seq": [ {"oid": "1.3.6.1.5.5.7.2.2"}, { "seq": [ { "seq": [ {"utf8str": {"str": "法務省"}}, {"seq": [{"int": {"hex": "01"}}]} ] }, { "utf8str": { "str": "この証明書は、商業登記法その他関係法令等に基づき発行されたものです。" } } ] } ] } ] } ]