Comparing version 1.2.9 to 1.2.10
@@ -110,3 +110,3 @@ /* | ||
}; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -117,3 +117,3 @@ in_window.org.pkijs.getEngine = | ||
return local.engine; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -135,3 +135,3 @@ // #endregion | ||
}; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -149,3 +149,3 @@ in_window.org.pkijs.getNames = | ||
return names; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -162,3 +162,3 @@ in_window.org.pkijs.inheriteObjectFields = | ||
} | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -173,3 +173,3 @@ in_window.org.pkijs.getUTCDate = | ||
return new Date(current_date.getTime() + (current_date.getTimezoneOffset() * 60000)); | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -189,3 +189,3 @@ in_window.org.pkijs.padNumber = | ||
return padding_string.concat(str); | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -199,3 +199,3 @@ in_window.org.pkijs.getValue = | ||
return default_value; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -219,3 +219,3 @@ in_window.org.pkijs.isEqual_view = | ||
return true; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -236,3 +236,3 @@ in_window.org.pkijs.isEqual_buffer = | ||
return in_window.org.pkijs.isEqual_view(view1, view2); | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -259,3 +259,3 @@ in_window.org.pkijs.concat_buffers = | ||
return ret_buf; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -274,3 +274,3 @@ in_window.org.pkijs.copyBuffer = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -286,3 +286,3 @@ in_window.org.pkijs.getCrypto = | ||
return crypto_temp; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -301,3 +301,3 @@ in_window.org.pkijs.stringPrep = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -318,3 +318,3 @@ in_window.org.pkijs.bufferToHexCodes = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -378,3 +378,3 @@ in_window.org.pkijs.bufferFromHexCodes = | ||
return resultBuffer; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -390,3 +390,3 @@ in_window.org.pkijs.getRandomValues = | ||
throw new Error("No support for Web Cryptography API"); | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -417,3 +417,3 @@ in_window.org.pkijs.getAlgorithmParameters = | ||
name: "SHA-256" | ||
}, | ||
} | ||
}, | ||
@@ -431,3 +431,3 @@ usages: ["sign", "verify"] | ||
name: "SHA-256" | ||
}, | ||
} | ||
}, | ||
@@ -482,3 +482,3 @@ usages: ["verify"] // For importKey("pkcs8") usage must be "sign" only | ||
name: "SHA-1" | ||
}, | ||
} | ||
}, | ||
@@ -505,3 +505,3 @@ usages: ["verify"] // For importKey("pkcs8") usage must be "sign" only | ||
algorithm: { | ||
name: "RSA-OAEP", | ||
name: "RSA-OAEP" | ||
}, | ||
@@ -646,2 +646,3 @@ usages: ["encrypt", "decrypt"] | ||
}; | ||
break; | ||
default: | ||
@@ -679,2 +680,3 @@ return { | ||
}; | ||
break; | ||
default: | ||
@@ -712,2 +714,3 @@ return { | ||
}; | ||
break; | ||
default: | ||
@@ -754,3 +757,3 @@ return { | ||
algorithm: { | ||
name: "HMAC", | ||
name: "HMAC" | ||
}, | ||
@@ -834,3 +837,3 @@ usages: ["sign", "verify"] | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -1026,3 +1029,3 @@ in_window.org.pkijs.getOIDByAlgorithm = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -1292,3 +1295,3 @@ in_window.org.pkijs.getAlgorithmByOID = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -1348,3 +1351,3 @@ in_window.org.pkijs.getHashAlgorithm = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -1440,3 +1443,3 @@ in_window.org.pkijs.createCMSECDSASignature = | ||
return asn1.toBER(false); | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -1491,3 +1494,3 @@ in_window.org.pkijs.createECDSASignatureFromCMS = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -1538,3 +1541,3 @@ in_window.org.pkijs.getEncryptionAlgorithm = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -1565,3 +1568,3 @@ in_window.org.pkijs.getAlgorithmByEncryptionOID = | ||
return result; | ||
} | ||
}; | ||
//************************************************************************************** | ||
@@ -1571,2 +1574,2 @@ // #endregion | ||
} | ||
)(typeof exports !== "undefined" ? exports : window); | ||
)(typeof exports !== "undefined" ? exports : window); |
@@ -8,3 +8,3 @@ { | ||
"description": "ASN1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the web", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
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
310224
6275