Your IP : 216.73.217.13


Current Path : /var/www/fidelitychain/www/node_modules/jwk-to-pem/src/asn1/
Upload File :
Current File : /var/www/fidelitychain/www/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()
	);
});