芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/jwk-to-pem/src/asn1/algorithm-identifier.js
'use strict'; module.exports = require('asn1.js').define('AlgorithmIdentifer', /* @this */ function() { this.seq().obj( this.key('algorithm').objid(), this.key('parameters').optional().any() ); });