@peculiar/asn1-pkcs9
Advanced tools
Comparing version 2.0.44 to 2.1.0
@@ -65,6 +65,6 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.IA5String }) | ||
], PKCS9String.prototype, "ia5String", void 0); | ||
PKCS9String = (0, tslib_1.__decorate)([ | ||
PKCS9String = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -75,3 +75,3 @@ ], PKCS9String); | ||
}; | ||
Pkcs7PDU = (0, tslib_1.__decorate)([ | ||
Pkcs7PDU = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
@@ -82,3 +82,3 @@ ], Pkcs7PDU); | ||
}; | ||
UserPKCS12 = (0, tslib_1.__decorate)([ | ||
UserPKCS12 = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
@@ -89,3 +89,3 @@ ], UserPKCS12); | ||
}; | ||
EncryptedPrivateKeyInfo = (0, tslib_1.__decorate)([ | ||
EncryptedPrivateKeyInfo = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
@@ -102,6 +102,6 @@ ], EncryptedPrivateKeyInfo); | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.IA5String }) | ||
], EmailAddress.prototype, "value", void 0); | ||
EmailAddress = (0, tslib_1.__decorate)([ | ||
EmailAddress = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -112,3 +112,3 @@ ], EmailAddress); | ||
}; | ||
UnstructuredName = (0, tslib_1.__decorate)([ | ||
UnstructuredName = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -119,3 +119,3 @@ ], UnstructuredName); | ||
}; | ||
UnstructuredAddress = (0, tslib_1.__decorate)([ | ||
UnstructuredAddress = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -129,6 +129,6 @@ ], UnstructuredAddress); | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.GeneralizedTime }) | ||
], DateOfBirth.prototype, "value", void 0); | ||
DateOfBirth = (0, tslib_1.__decorate)([ | ||
DateOfBirth = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -139,3 +139,3 @@ ], DateOfBirth); | ||
}; | ||
PlaceOfBirth = (0, tslib_1.__decorate)([ | ||
PlaceOfBirth = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -152,6 +152,6 @@ ], PlaceOfBirth); | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.PrintableString }) | ||
], Gender.prototype, "value", void 0); | ||
Gender = (0, tslib_1.__decorate)([ | ||
Gender = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -168,6 +168,6 @@ ], Gender); | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.PrintableString }) | ||
], CountryOfCitizenship.prototype, "value", void 0); | ||
CountryOfCitizenship = (0, tslib_1.__decorate)([ | ||
CountryOfCitizenship = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -178,3 +178,3 @@ ], CountryOfCitizenship); | ||
}; | ||
CountryOfResidence = (0, tslib_1.__decorate)([ | ||
CountryOfResidence = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -185,3 +185,3 @@ ], CountryOfResidence); | ||
}; | ||
Pseudonym = (0, tslib_1.__decorate)([ | ||
Pseudonym = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -198,6 +198,6 @@ ], Pseudonym); | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier }) | ||
], ContentType.prototype, "value", void 0); | ||
ContentType = (0, tslib_1.__decorate)([ | ||
ContentType = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -211,3 +211,3 @@ ], ContentType); | ||
}; | ||
SigningTime = (0, tslib_1.__decorate)([ | ||
SigningTime = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -227,6 +227,6 @@ ], SigningTime); | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer }) | ||
], SequenceNumber.prototype, "value", void 0); | ||
SequenceNumber = (0, tslib_1.__decorate)([ | ||
SequenceNumber = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -237,3 +237,3 @@ ], SequenceNumber); | ||
}; | ||
CounterSignature = (0, tslib_1.__decorate)([ | ||
CounterSignature = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
@@ -244,3 +244,3 @@ ], CounterSignature); | ||
}; | ||
ChallengePassword = (0, tslib_1.__decorate)([ | ||
ChallengePassword = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -255,3 +255,3 @@ ], ChallengePassword); | ||
}; | ||
ExtensionRequest = ExtensionRequest_1 = (0, tslib_1.__decorate)([ | ||
ExtensionRequest = ExtensionRequest_1 = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
@@ -266,3 +266,3 @@ ], ExtensionRequest); | ||
}; | ||
ExtendedCertificateAttributes = ExtendedCertificateAttributes_1 = (0, tslib_1.__decorate)([ | ||
ExtendedCertificateAttributes = ExtendedCertificateAttributes_1 = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: cms.Attribute }) | ||
@@ -279,6 +279,6 @@ ], ExtendedCertificateAttributes); | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.BmpString }) | ||
], FriendlyName.prototype, "value", void 0); | ||
FriendlyName = (0, tslib_1.__decorate)([ | ||
FriendlyName = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
@@ -295,3 +295,3 @@ ], FriendlyName); | ||
}; | ||
SMIMECapability = (0, tslib_1.__decorate)([ | ||
SMIMECapability = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
@@ -306,5 +306,5 @@ ], SMIMECapability); | ||
}; | ||
SMIMECapabilities = SMIMECapabilities_1 = (0, tslib_1.__decorate)([ | ||
SMIMECapabilities = SMIMECapabilities_1 = tslib_1.__decorate([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence, itemType: SMIMECapability }) | ||
], SMIMECapabilities); | ||
exports.SMIMECapabilities = SMIMECapabilities; |
{ | ||
"name": "@peculiar/asn1-pkcs9", | ||
"version": "2.0.44", | ||
"version": "2.1.0", | ||
"description": "ASN.1 schema based on PKCS#9 (RFC 2985)", | ||
@@ -37,10 +37,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@peculiar/asn1-cms": "^2.0.44", | ||
"@peculiar/asn1-pfx": "^2.0.44", | ||
"@peculiar/asn1-pkcs8": "^2.0.44", | ||
"@peculiar/asn1-schema": "^2.0.44", | ||
"@peculiar/asn1-x509": "^2.0.44", | ||
"@peculiar/asn1-x509-attr": "^2.0.44", | ||
"asn1js": "^2.1.1", | ||
"tslib": "^2.3.0" | ||
"@peculiar/asn1-cms": "^2.1.0", | ||
"@peculiar/asn1-pfx": "^2.1.0", | ||
"@peculiar/asn1-pkcs8": "^2.1.0", | ||
"@peculiar/asn1-schema": "^2.1.0", | ||
"@peculiar/asn1-x509": "^2.1.0", | ||
"@peculiar/asn1-x509-attr": "^2.1.0", | ||
"asn1js": "^2.3.1", | ||
"tslib": "^2.3.1" | ||
}, | ||
@@ -53,3 +53,3 @@ "bugs": { | ||
"types": "build/types/index.d.ts", | ||
"gitHead": "1abd87f37a293e67c87e2db4d8b4c2d99a414773" | ||
"gitHead": "f227039fad8318348e9ebbe1643cd6d397e3f473" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151616
Updated@peculiar/asn1-cms@^2.1.0
Updated@peculiar/asn1-pfx@^2.1.0
Updated@peculiar/asn1-pkcs8@^2.1.0
Updated@peculiar/asn1-schema@^2.1.0
Updated@peculiar/asn1-x509@^2.1.0
Updatedasn1js@^2.3.1
Updatedtslib@^2.3.1