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