@peculiar/asn1-ecc
Advanced tools
Comparing version 2.3.14 to 2.3.15
import { __decorate } from "tslib"; | ||
import { AsnType, AsnTypeTypes, AsnProp, AsnPropTypes, OctetString, AsnIntegerArrayBufferConverter } from "@peculiar/asn1-schema"; | ||
import { AsnType, AsnTypeTypes, AsnProp, AsnPropTypes, OctetString, AsnIntegerArrayBufferConverter, } from "@peculiar/asn1-schema"; | ||
let FieldID = class FieldID { | ||
@@ -4,0 +4,0 @@ constructor(params = {}) { |
import { SpecifiedECDomain } from "./rfc3279"; | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* ECParameters ::= CHOICE { | ||
@@ -5,0 +5,0 @@ * namedCurve OBJECT IDENTIFIER |
import { OctetString } from "@peculiar/asn1-schema"; | ||
import { ECParameters } from "./ec_parameters"; | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* ECPrivateKey ::= SEQUENCE { | ||
@@ -6,0 +6,0 @@ * version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1), |
/** | ||
* ``` | ||
* ```asn1 | ||
* ECDSA-Sig-Value ::= SEQUENCE { | ||
@@ -4,0 +4,0 @@ * r INTEGER, |
/** | ||
* ``` | ||
* ```asn1 | ||
* id-ecPublicKey OBJECT IDENTIFIER ::= { | ||
@@ -9,3 +9,3 @@ * iso(1) member-body(2) us(840) ansi-X9-62(10045) keyType(2) 1 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* id-ecDH OBJECT IDENTIFIER ::= { | ||
@@ -18,3 +18,3 @@ * iso(1) identified-organization(3) certicom(132) schemes(1) | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* id-ecMQV OBJECT IDENTIFIER ::= { | ||
@@ -27,3 +27,3 @@ * iso(1) identified-organization(3) certicom(132) schemes(1) | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* ecdsa-with-SHA1 OBJECT IDENTIFIER ::= { | ||
@@ -35,3 +35,3 @@ * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 1 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* ecdsa-with-SHA224 OBJECT IDENTIFIER ::= { | ||
@@ -44,3 +44,3 @@ * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* ecdsa-with-SHA256 OBJECT IDENTIFIER ::= { | ||
@@ -53,3 +53,3 @@ * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* ecdsa-with-SHA384 OBJECT IDENTIFIER ::= { | ||
@@ -62,3 +62,3 @@ * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* ecdsa-with-SHA512 OBJECT IDENTIFIER ::= { | ||
@@ -71,3 +71,3 @@ * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* secp192r1 OBJECT IDENTIFIER ::= { | ||
@@ -80,3 +80,3 @@ * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect163k1 OBJECT IDENTIFIER ::= { | ||
@@ -88,3 +88,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 1 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect163r2 OBJECT IDENTIFIER ::= { | ||
@@ -96,3 +96,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 15 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* secp224r1 OBJECT IDENTIFIER ::= { | ||
@@ -104,3 +104,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 33 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect233k1 OBJECT IDENTIFIER ::= { | ||
@@ -112,3 +112,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 26 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect233r1 OBJECT IDENTIFIER ::= { | ||
@@ -120,3 +120,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 27 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* secp256r1 OBJECT IDENTIFIER ::= { | ||
@@ -129,3 +129,3 @@ * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect283k1 OBJECT IDENTIFIER ::= { | ||
@@ -137,3 +137,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 16 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect283r1 OBJECT IDENTIFIER ::= { | ||
@@ -145,3 +145,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 17 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* secp384r1 OBJECT IDENTIFIER ::= { | ||
@@ -153,3 +153,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 34 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect409k1 OBJECT IDENTIFIER ::= { | ||
@@ -161,3 +161,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 36 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect409r1 OBJECT IDENTIFIER ::= { | ||
@@ -169,3 +169,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 37 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* secp521r1 OBJECT IDENTIFIER ::= { | ||
@@ -177,3 +177,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 35 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect571k1 OBJECT IDENTIFIER ::= { | ||
@@ -185,3 +185,3 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 38 } | ||
/** | ||
* ``` | ||
* ```asn1 | ||
* sect571r1 OBJECT IDENTIFIER ::= { | ||
@@ -188,0 +188,0 @@ * iso(1) identified-organization(3) certicom(132) curve(0) 39 } |
{ | ||
"name": "@peculiar/asn1-ecc", | ||
"version": "2.3.14", | ||
"version": "2.3.15", | ||
"description": "ASN.1 schema of `Elliptic Curve Private Key Structure` (RFC5915)", | ||
@@ -41,8 +41,8 @@ "files": [ | ||
"dependencies": { | ||
"@peculiar/asn1-schema": "^2.3.13", | ||
"@peculiar/asn1-x509": "^2.3.13", | ||
"@peculiar/asn1-schema": "^2.3.15", | ||
"@peculiar/asn1-x509": "^2.3.15", | ||
"asn1js": "^3.0.5", | ||
"tslib": "^2.6.2" | ||
"tslib": "^2.8.1" | ||
}, | ||
"gitHead": "46ae90b52ee3b67eb3b112fa02aaa605d0def37e" | ||
"gitHead": "b6c7130efa9bc3ee5e2ea1da5d01aede5182921f" | ||
} |
27595
263719
Updated@peculiar/asn1-x509@^2.3.15
Updatedtslib@^2.8.1