@peculiar/asn1-cms
Advanced tools
Comparing version 2.0.10 to 2.0.11
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Attribute = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CounterSignature = exports.SigningTime = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CounterSignature = exports.id_counterSignature = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.id_contentType = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ tslib_1.__exportStar(require("./counter_signature"), exports); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MessageDigest = exports.id_messageDigest = void 0; | ||
const asn1_schema_1 = require("@peculiar/asn1-schema"); | ||
@@ -4,0 +5,0 @@ exports.id_messageDigest = "1.2.840.113549.1.9.4"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SigningTime = exports.id_signingTime = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_x509_1 = require("@peculiar/asn1-x509"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CertificateSet = exports.CertificateChoices = exports.OtherCertificateFormat = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ContentInfo = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EncapsulatedContentInfo = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IssuerAndSerialNumber = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.id_authData = exports.id_encryptedData = exports.id_digestedData = exports.id_envelopedData = exports.id_signedData = exports.id_data = exports.id_ct_contentInfo = void 0; | ||
exports.id_ct_contentInfo = "1.2.840.113549.1.9.16.1.6"; | ||
@@ -4,0 +5,0 @@ exports.id_data = "1.2.840.113549.1.7.1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RevocationInfoChoices = exports.RevocationInfoChoice = exports.OtherRevocationInfoFormat = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SignedData = exports.DigestAlgorithmIdentifiers = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SignerIdentifier = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SignerInfos = exports.SignerInfo = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SignatureAlgorithmIdentifier = exports.DigestAlgorithmIdentifier = exports.CMSVersion = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const asn1_x509_1 = require("@peculiar/asn1-x509"); |
@@ -1,2 +0,2 @@ | ||
import { AsnArray } from "@peculiar/asn1-schema"; | ||
import { AsnArray, OctetString } from "@peculiar/asn1-schema"; | ||
import { SignerIdentifier } from "./signer_identifier"; | ||
@@ -22,3 +22,3 @@ import { CMSVersion, SignatureAlgorithmIdentifier, DigestAlgorithmIdentifier } from "./types"; | ||
*/ | ||
export declare type SignatureValue = ArrayBuffer; | ||
export declare type SignatureValue = OctetString; | ||
/** | ||
@@ -25,0 +25,0 @@ * ``` |
{ | ||
"name": "@peculiar/asn1-cms", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "ASN.1 schema of `Cryptographic Message Syntax (CMS)` (RFC5652)", | ||
@@ -37,8 +37,8 @@ "files": [ | ||
"dependencies": { | ||
"@peculiar/asn1-schema": "^2.0.8", | ||
"@peculiar/asn1-x509": "^2.0.10", | ||
"@peculiar/asn1-schema": "^2.0.11", | ||
"@peculiar/asn1-x509": "^2.0.11", | ||
"asn1js": "^2.0.26", | ||
"tslib": "^1.11.1" | ||
}, | ||
"gitHead": "7af6ef39000a91320974ea6ada7357b742b69081" | ||
"gitHead": "bf81224663c06f0976bf0370275003f33f67c108" | ||
} |
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
43360
1088
Updated@peculiar/asn1-x509@^2.0.11