Socket
Socket
Sign inDemoInstall

@peculiar/asn1-cms

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/asn1-cms - npm Package Compare versions

Comparing version 2.3.6 to 2.3.8

2

build/cjs/attribute.js

@@ -13,2 +13,3 @@ "use strict";

}
exports.Attribute = Attribute;
tslib_1.__decorate([

@@ -20,2 +21,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], Attribute.prototype, "attrValues", void 0);
exports.Attribute = Attribute;

@@ -10,5 +10,5 @@ "use strict";

};
CounterSignature = tslib_1.__decorate([
exports.CounterSignature = CounterSignature;
exports.CounterSignature = CounterSignature = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], CounterSignature);
exports.CounterSignature = CounterSignature;

@@ -10,5 +10,5 @@ "use strict";

};
SigningTime = tslib_1.__decorate([
exports.SigningTime = SigningTime;
exports.SigningTime = SigningTime = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], SigningTime);
exports.SigningTime = SigningTime;

@@ -16,2 +16,3 @@ "use strict";

}
exports.OtherCertificateFormat = OtherCertificateFormat;
tslib_1.__decorate([

@@ -23,3 +24,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], OtherCertificateFormat.prototype, "otherCert", void 0);
exports.OtherCertificateFormat = OtherCertificateFormat;
let CertificateChoices = class CertificateChoices {

@@ -30,2 +30,3 @@ constructor(params = {}) {

};
exports.CertificateChoices = CertificateChoices;
tslib_1.__decorate([

@@ -40,6 +41,5 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_x509_1.Certificate })

], CertificateChoices.prototype, "other", void 0);
CertificateChoices = tslib_1.__decorate([
exports.CertificateChoices = CertificateChoices = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], CertificateChoices);
exports.CertificateChoices = CertificateChoices;
let CertificateSet = CertificateSet_1 = class CertificateSet extends asn1_schema_1.AsnArray {

@@ -51,5 +51,5 @@ constructor(items) {

};
CertificateSet = CertificateSet_1 = tslib_1.__decorate([
exports.CertificateSet = CertificateSet;
exports.CertificateSet = CertificateSet = CertificateSet_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: CertificateChoices })
], CertificateSet);
exports.CertificateSet = CertificateSet;

@@ -13,2 +13,3 @@ "use strict";

}
exports.ContentInfo = ContentInfo;
tslib_1.__decorate([

@@ -20,2 +21,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], ContentInfo.prototype, "content", void 0);
exports.ContentInfo = ContentInfo;

@@ -11,2 +11,3 @@ "use strict";

};
exports.EncapsulatedContent = EncapsulatedContent;
tslib_1.__decorate([

@@ -18,6 +19,5 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.OctetString })

], EncapsulatedContent.prototype, "any", void 0);
EncapsulatedContent = tslib_1.__decorate([
exports.EncapsulatedContent = EncapsulatedContent = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], EncapsulatedContent);
exports.EncapsulatedContent = EncapsulatedContent;
class EncapsulatedContentInfo {

@@ -29,2 +29,3 @@ constructor(params = {}) {

}
exports.EncapsulatedContentInfo = EncapsulatedContentInfo;
tslib_1.__decorate([

@@ -36,2 +37,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], EncapsulatedContentInfo.prototype, "eContent", void 0);
exports.EncapsulatedContentInfo = EncapsulatedContentInfo;

@@ -12,2 +12,3 @@ "use strict";

};
exports.EncryptedContent = EncryptedContent;
tslib_1.__decorate([

@@ -19,6 +20,5 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.OctetString, context: 0, implicit: true, optional: true })

], EncryptedContent.prototype, "constructedValue", void 0);
EncryptedContent = tslib_1.__decorate([
exports.EncryptedContent = EncryptedContent = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], EncryptedContent);
exports.EncryptedContent = EncryptedContent;
class EncryptedContentInfo {

@@ -31,2 +31,3 @@ constructor(params = {}) {

}
exports.EncryptedContentInfo = EncryptedContentInfo;
tslib_1.__decorate([

@@ -41,2 +42,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], EncryptedContentInfo.prototype, "encryptedContent", void 0);
exports.EncryptedContentInfo = EncryptedContentInfo;

@@ -18,6 +18,6 @@ "use strict";

};
UnprotectedAttributes = UnprotectedAttributes_1 = tslib_1.__decorate([
exports.UnprotectedAttributes = UnprotectedAttributes;
exports.UnprotectedAttributes = UnprotectedAttributes = UnprotectedAttributes_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: attribute_1.Attribute })
], UnprotectedAttributes);
exports.UnprotectedAttributes = UnprotectedAttributes;
class EnvelopedData {

@@ -31,2 +31,3 @@ constructor(params = {}) {

}
exports.EnvelopedData = EnvelopedData;
tslib_1.__decorate([

@@ -47,2 +48,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer })

], EnvelopedData.prototype, "unprotectedAttrs", void 0);
exports.EnvelopedData = EnvelopedData;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./attributes"), exports);
tslib_1.__exportStar(require("./attribute"), exports);

@@ -5,0 +6,0 @@ tslib_1.__exportStar(require("./certificate_choices"), exports);

@@ -14,2 +14,3 @@ "use strict";

}
exports.IssuerAndSerialNumber = IssuerAndSerialNumber;
tslib_1.__decorate([

@@ -21,2 +22,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_x509_1.Name })

], IssuerAndSerialNumber.prototype, "serialNumber", void 0);
exports.IssuerAndSerialNumber = IssuerAndSerialNumber;

@@ -14,2 +14,3 @@ "use strict";

}
exports.KEKIdentifier = KEKIdentifier;
tslib_1.__decorate([

@@ -24,3 +25,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.OctetString })

], KEKIdentifier.prototype, "other", void 0);
exports.KEKIdentifier = KEKIdentifier;
class KEKRecipientInfo {

@@ -35,2 +35,3 @@ constructor(params = {}) {

}
exports.KEKRecipientInfo = KEKRecipientInfo;
tslib_1.__decorate([

@@ -48,2 +49,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer })

], KEKRecipientInfo.prototype, "encryptedKey", void 0);
exports.KEKRecipientInfo = KEKRecipientInfo;

@@ -17,2 +17,3 @@ "use strict";

}
exports.RecipientKeyIdentifier = RecipientKeyIdentifier;
tslib_1.__decorate([

@@ -27,3 +28,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_x509_1.SubjectKeyIdentifier })

], RecipientKeyIdentifier.prototype, "other", void 0);
exports.RecipientKeyIdentifier = RecipientKeyIdentifier;
let KeyAgreeRecipientIdentifier = class KeyAgreeRecipientIdentifier {

@@ -34,2 +34,3 @@ constructor(params = {}) {

};
exports.KeyAgreeRecipientIdentifier = KeyAgreeRecipientIdentifier;
tslib_1.__decorate([

@@ -41,6 +42,5 @@ (0, asn1_schema_1.AsnProp)({ type: RecipientKeyIdentifier, context: 0, implicit: true, optional: true })

], KeyAgreeRecipientIdentifier.prototype, "issuerAndSerialNumber", void 0);
KeyAgreeRecipientIdentifier = tslib_1.__decorate([
exports.KeyAgreeRecipientIdentifier = KeyAgreeRecipientIdentifier = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], KeyAgreeRecipientIdentifier);
exports.KeyAgreeRecipientIdentifier = KeyAgreeRecipientIdentifier;
class RecipientEncryptedKey {

@@ -53,2 +53,3 @@ constructor(params = {}) {

}
exports.RecipientEncryptedKey = RecipientEncryptedKey;
tslib_1.__decorate([

@@ -60,3 +61,2 @@ (0, asn1_schema_1.AsnProp)({ type: KeyAgreeRecipientIdentifier })

], RecipientEncryptedKey.prototype, "encryptedKey", void 0);
exports.RecipientEncryptedKey = RecipientEncryptedKey;
let RecipientEncryptedKeys = RecipientEncryptedKeys_1 = class RecipientEncryptedKeys extends asn1_schema_1.AsnArray {

@@ -68,6 +68,6 @@ constructor(items) {

};
RecipientEncryptedKeys = RecipientEncryptedKeys_1 = tslib_1.__decorate([
exports.RecipientEncryptedKeys = RecipientEncryptedKeys;
exports.RecipientEncryptedKeys = RecipientEncryptedKeys = RecipientEncryptedKeys_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence, itemType: RecipientEncryptedKey })
], RecipientEncryptedKeys);
exports.RecipientEncryptedKeys = RecipientEncryptedKeys;
class OriginatorPublicKey {

@@ -80,2 +80,3 @@ constructor(params = {}) {

}
exports.OriginatorPublicKey = OriginatorPublicKey;
tslib_1.__decorate([

@@ -87,3 +88,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_x509_1.AlgorithmIdentifier })

], OriginatorPublicKey.prototype, "publicKey", void 0);
exports.OriginatorPublicKey = OriginatorPublicKey;
let OriginatorIdentifierOrKey = class OriginatorIdentifierOrKey {

@@ -94,2 +94,3 @@ constructor(params = {}) {

};
exports.OriginatorIdentifierOrKey = OriginatorIdentifierOrKey;
tslib_1.__decorate([

@@ -104,6 +105,5 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_x509_1.SubjectKeyIdentifier, context: 0, implicit: true, optional: true })

], OriginatorIdentifierOrKey.prototype, "issuerAndSerialNumber", void 0);
OriginatorIdentifierOrKey = tslib_1.__decorate([
exports.OriginatorIdentifierOrKey = OriginatorIdentifierOrKey = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], OriginatorIdentifierOrKey);
exports.OriginatorIdentifierOrKey = OriginatorIdentifierOrKey;
class KeyAgreeRecipientInfo {

@@ -118,2 +118,3 @@ constructor(params = {}) {

}
exports.KeyAgreeRecipientInfo = KeyAgreeRecipientInfo;
tslib_1.__decorate([

@@ -134,2 +135,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer })

], KeyAgreeRecipientInfo.prototype, "recipientEncryptedKeys", void 0);
exports.KeyAgreeRecipientInfo = KeyAgreeRecipientInfo;

@@ -14,2 +14,3 @@ "use strict";

};
exports.RecipientIdentifier = RecipientIdentifier;
tslib_1.__decorate([

@@ -21,6 +22,5 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_x509_1.SubjectKeyIdentifier, context: 0, implicit: true })

], RecipientIdentifier.prototype, "issuerAndSerialNumber", void 0);
RecipientIdentifier = tslib_1.__decorate([
exports.RecipientIdentifier = RecipientIdentifier = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], RecipientIdentifier);
exports.RecipientIdentifier = RecipientIdentifier;
class KeyTransRecipientInfo {

@@ -35,2 +35,3 @@ constructor(params = {}) {

}
exports.KeyTransRecipientInfo = KeyTransRecipientInfo;
tslib_1.__decorate([

@@ -48,2 +49,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer })

], KeyTransRecipientInfo.prototype, "encryptedKey", void 0);
exports.KeyTransRecipientInfo = KeyTransRecipientInfo;

@@ -13,2 +13,3 @@ "use strict";

}
exports.OriginatorInfo = OriginatorInfo;
tslib_1.__decorate([

@@ -20,2 +21,1 @@ (0, asn1_schema_1.AsnProp)({ type: certificate_choices_1.CertificateSet, context: 0, implicit: true, optional: true })

], OriginatorInfo.prototype, "crls", void 0);
exports.OriginatorInfo = OriginatorInfo;

@@ -12,2 +12,3 @@ "use strict";

}
exports.OtherKeyAttribute = OtherKeyAttribute;
tslib_1.__decorate([

@@ -19,2 +20,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], OtherKeyAttribute.prototype, "keyAttr", void 0);
exports.OtherKeyAttribute = OtherKeyAttribute;

@@ -15,2 +15,3 @@ "use strict";

}
exports.PasswordRecipientInfo = PasswordRecipientInfo;
tslib_1.__decorate([

@@ -28,2 +29,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer })

], PasswordRecipientInfo.prototype, "encryptedKey", void 0);
exports.PasswordRecipientInfo = PasswordRecipientInfo;

@@ -17,2 +17,3 @@ "use strict";

}
exports.OtherRecipientInfo = OtherRecipientInfo;
tslib_1.__decorate([

@@ -24,3 +25,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], OtherRecipientInfo.prototype, "oriValue", void 0);
exports.OtherRecipientInfo = OtherRecipientInfo;
let RecipientInfo = class RecipientInfo {

@@ -31,2 +31,3 @@ constructor(params = {}) {

};
exports.RecipientInfo = RecipientInfo;
tslib_1.__decorate([

@@ -47,5 +48,4 @@ (0, asn1_schema_1.AsnProp)({ type: key_trans_recipient_info_1.KeyTransRecipientInfo, optional: true })

], RecipientInfo.prototype, "ori", void 0);
RecipientInfo = tslib_1.__decorate([
exports.RecipientInfo = RecipientInfo = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], RecipientInfo);
exports.RecipientInfo = RecipientInfo;

@@ -14,5 +14,5 @@ "use strict";

};
RecipientInfos = RecipientInfos_1 = tslib_1.__decorate([
exports.RecipientInfos = RecipientInfos;
exports.RecipientInfos = RecipientInfos = RecipientInfos_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: recipient_info_1.RecipientInfo })
], RecipientInfos);
exports.RecipientInfos = RecipientInfos;

@@ -18,2 +18,3 @@ "use strict";

}
exports.OtherRevocationInfoFormat = OtherRevocationInfoFormat;
tslib_1.__decorate([

@@ -25,3 +26,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], OtherRevocationInfoFormat.prototype, "otherRevInfo", void 0);
exports.OtherRevocationInfoFormat = OtherRevocationInfoFormat;
let RevocationInfoChoice = class RevocationInfoChoice {

@@ -33,9 +33,9 @@ constructor(params = {}) {

};
exports.RevocationInfoChoice = RevocationInfoChoice;
tslib_1.__decorate([
(0, asn1_schema_1.AsnProp)({ type: OtherRevocationInfoFormat, context: 1, implicit: true })
], RevocationInfoChoice.prototype, "other", void 0);
RevocationInfoChoice = tslib_1.__decorate([
exports.RevocationInfoChoice = RevocationInfoChoice = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], RevocationInfoChoice);
exports.RevocationInfoChoice = RevocationInfoChoice;
let RevocationInfoChoices = RevocationInfoChoices_1 = class RevocationInfoChoices extends asn1_schema_1.AsnArray {

@@ -47,5 +47,5 @@ constructor(items) {

};
RevocationInfoChoices = RevocationInfoChoices_1 = tslib_1.__decorate([
exports.RevocationInfoChoices = RevocationInfoChoices;
exports.RevocationInfoChoices = RevocationInfoChoices = RevocationInfoChoices_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: RevocationInfoChoice })
], RevocationInfoChoices);
exports.RevocationInfoChoices = RevocationInfoChoices;

@@ -18,6 +18,6 @@ "use strict";

};
DigestAlgorithmIdentifiers = DigestAlgorithmIdentifiers_1 = tslib_1.__decorate([
exports.DigestAlgorithmIdentifiers = DigestAlgorithmIdentifiers;
exports.DigestAlgorithmIdentifiers = DigestAlgorithmIdentifiers = DigestAlgorithmIdentifiers_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: types_1.DigestAlgorithmIdentifier })
], DigestAlgorithmIdentifiers);
exports.DigestAlgorithmIdentifiers = DigestAlgorithmIdentifiers;
class SignedData {

@@ -32,2 +32,3 @@ constructor(params = {}) {

}
exports.SignedData = SignedData;
tslib_1.__decorate([

@@ -51,2 +52,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer })

], SignedData.prototype, "signerInfos", void 0);
exports.SignedData = SignedData;

@@ -13,2 +13,3 @@ "use strict";

};
exports.SignerIdentifier = SignerIdentifier;
tslib_1.__decorate([

@@ -20,5 +21,4 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_x509_1.SubjectKeyIdentifier, context: 0, implicit: true })

], SignerIdentifier.prototype, "issuerAndSerialNumber", void 0);
SignerIdentifier = tslib_1.__decorate([
exports.SignerIdentifier = SignerIdentifier = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice })
], SignerIdentifier);
exports.SignerIdentifier = SignerIdentifier;

@@ -20,2 +20,3 @@ "use strict";

}
exports.SignerInfo = SignerInfo;
tslib_1.__decorate([

@@ -42,3 +43,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer })

], SignerInfo.prototype, "unsignedAttrs", void 0);
exports.SignerInfo = SignerInfo;
let SignerInfos = SignerInfos_1 = class SignerInfos extends asn1_schema_1.AsnArray {

@@ -50,5 +50,5 @@ constructor(items) {

};
SignerInfos = SignerInfos_1 = tslib_1.__decorate([
exports.SignerInfos = SignerInfos;
exports.SignerInfos = SignerInfos = SignerInfos_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: SignerInfo })
], SignerInfos);
exports.SignerInfos = SignerInfos;

@@ -15,38 +15,38 @@ "use strict";

CMSVersion[CMSVersion["v5"] = 5] = "v5";
})(CMSVersion = exports.CMSVersion || (exports.CMSVersion = {}));
})(CMSVersion || (exports.CMSVersion = CMSVersion = {}));
let DigestAlgorithmIdentifier = class DigestAlgorithmIdentifier extends asn1_x509_1.AlgorithmIdentifier {
};
DigestAlgorithmIdentifier = tslib_1.__decorate([
exports.DigestAlgorithmIdentifier = DigestAlgorithmIdentifier;
exports.DigestAlgorithmIdentifier = DigestAlgorithmIdentifier = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], DigestAlgorithmIdentifier);
exports.DigestAlgorithmIdentifier = DigestAlgorithmIdentifier;
let SignatureAlgorithmIdentifier = class SignatureAlgorithmIdentifier extends asn1_x509_1.AlgorithmIdentifier {
};
SignatureAlgorithmIdentifier = tslib_1.__decorate([
exports.SignatureAlgorithmIdentifier = SignatureAlgorithmIdentifier;
exports.SignatureAlgorithmIdentifier = SignatureAlgorithmIdentifier = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], SignatureAlgorithmIdentifier);
exports.SignatureAlgorithmIdentifier = SignatureAlgorithmIdentifier;
let KeyEncryptionAlgorithmIdentifier = class KeyEncryptionAlgorithmIdentifier extends asn1_x509_1.AlgorithmIdentifier {
};
KeyEncryptionAlgorithmIdentifier = tslib_1.__decorate([
exports.KeyEncryptionAlgorithmIdentifier = KeyEncryptionAlgorithmIdentifier;
exports.KeyEncryptionAlgorithmIdentifier = KeyEncryptionAlgorithmIdentifier = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], KeyEncryptionAlgorithmIdentifier);
exports.KeyEncryptionAlgorithmIdentifier = KeyEncryptionAlgorithmIdentifier;
let ContentEncryptionAlgorithmIdentifier = class ContentEncryptionAlgorithmIdentifier extends asn1_x509_1.AlgorithmIdentifier {
};
ContentEncryptionAlgorithmIdentifier = tslib_1.__decorate([
exports.ContentEncryptionAlgorithmIdentifier = ContentEncryptionAlgorithmIdentifier;
exports.ContentEncryptionAlgorithmIdentifier = ContentEncryptionAlgorithmIdentifier = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], ContentEncryptionAlgorithmIdentifier);
exports.ContentEncryptionAlgorithmIdentifier = ContentEncryptionAlgorithmIdentifier;
let MessageAuthenticationCodeAlgorithm = class MessageAuthenticationCodeAlgorithm extends asn1_x509_1.AlgorithmIdentifier {
};
MessageAuthenticationCodeAlgorithm = tslib_1.__decorate([
exports.MessageAuthenticationCodeAlgorithm = MessageAuthenticationCodeAlgorithm;
exports.MessageAuthenticationCodeAlgorithm = MessageAuthenticationCodeAlgorithm = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], MessageAuthenticationCodeAlgorithm);
exports.MessageAuthenticationCodeAlgorithm = MessageAuthenticationCodeAlgorithm;
let KeyDerivationAlgorithmIdentifier = class KeyDerivationAlgorithmIdentifier extends asn1_x509_1.AlgorithmIdentifier {
};
KeyDerivationAlgorithmIdentifier = tslib_1.__decorate([
exports.KeyDerivationAlgorithmIdentifier = KeyDerivationAlgorithmIdentifier;
exports.KeyDerivationAlgorithmIdentifier = KeyDerivationAlgorithmIdentifier = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], KeyDerivationAlgorithmIdentifier);
exports.KeyDerivationAlgorithmIdentifier = KeyDerivationAlgorithmIdentifier;

@@ -0,1 +1,2 @@

export * from "./attributes";
export * from "./attribute";

@@ -2,0 +3,0 @@ export * from "./certificate_choices";

@@ -6,3 +6,3 @@ /**

*/
export declare type AttributeValue = ArrayBuffer;
export type AttributeValue = ArrayBuffer;
/**

@@ -9,0 +9,0 @@ * ```asn

@@ -0,1 +1,2 @@

export * from "./attributes";
export * from "./attribute";

@@ -2,0 +3,0 @@ export * from "./certificate_choices";

@@ -19,2 +19,2 @@ import { Name } from "@peculiar/asn1-x509";

*/
export declare type CertificateSerialNumber = ArrayBuffer;
export type CertificateSerialNumber = ArrayBuffer;

@@ -11,3 +11,3 @@ import { AsnArray, OctetString } from "@peculiar/asn1-schema";

*/
export declare type UserKeyingMaterial = OctetString;
export type UserKeyingMaterial = OctetString;
/**

@@ -14,0 +14,0 @@ * ```asn

@@ -9,3 +9,3 @@ import { AsnArray } from "@peculiar/asn1-schema";

*/
export declare const id_ri: string;
export declare const id_ri = "1.3.6.1.5.5.7.16";
/**

@@ -16,3 +16,3 @@ * ```asn

*/
export declare const id_ri_ocsp_response: string;
export declare const id_ri_ocsp_response = "1.3.6.1.5.5.7.16.2";
/**

@@ -23,3 +23,3 @@ * ```asn

*/
export declare const id_ri_scvp: string;
export declare const id_ri_scvp = "1.3.6.1.5.5.7.16.4";
/**

@@ -26,0 +26,0 @@ * ```asn

@@ -10,3 +10,3 @@ import { AsnArray, OctetString } from "@peculiar/asn1-schema";

*/
export declare type SignedAttributes = Attribute[];
export type SignedAttributes = Attribute[];
/**

@@ -17,3 +17,3 @@ * ```asn

*/
export declare type UnsignedAttributes = Attribute[];
export type UnsignedAttributes = Attribute[];
/**

@@ -24,3 +24,3 @@ * ```asn

*/
export declare type SignatureValue = OctetString;
export type SignatureValue = OctetString;
/**

@@ -27,0 +27,0 @@ * ```asn

@@ -8,3 +8,3 @@ import { AlgorithmIdentifier } from "@peculiar/asn1-x509";

*/
export declare type ContentType = string;
export type ContentType = string;
/**

@@ -28,3 +28,3 @@ * ```asn

*/
export declare type EncryptedKey = OctetString;
export type EncryptedKey = OctetString;
/**

@@ -31,0 +31,0 @@ * ```asn

{
"name": "@peculiar/asn1-cms",
"version": "2.3.6",
"version": "2.3.8",
"description": "ASN.1 schema of `Cryptographic Message Syntax (CMS)` (RFC5652)",

@@ -37,9 +37,9 @@ "files": [

"dependencies": {
"@peculiar/asn1-schema": "^2.3.6",
"@peculiar/asn1-x509": "^2.3.6",
"@peculiar/asn1-x509-attr": "^2.3.6",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/asn1-x509-attr": "^2.3.8",
"asn1js": "^3.0.5",
"tslib": "^2.4.0"
"tslib": "^2.6.2"
},
"gitHead": "ece27cc0027104a1952ca49220b9f7063bc065c1"
"gitHead": "12e8c8084034c74d8972712d455e6ebb61a99af4"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc