/**
* @fileOverview
* @name asn1-1.0.js
* @author Kenji Urushima kenji.urushima@gmail.com
* @version asn1 1.0.13 (2017-Jun-02)
* @since jsrsasign 2.1
* @license MIT License
*/
/**
* kjur's class library name space
*
* This name space provides following name spaces:
*
* - {@link KJUR.asn1} - ASN.1 primitive hexadecimal encoder
* - {@link KJUR.asn1.x509} - ASN.1 structure for X.509 certificate and CRL
* - {@link KJUR.crypto} - Java Cryptographic Extension(JCE) style MessageDigest/Signature
* class and utilities
*
*
* NOTE: Please ignore method summary and document of this namespace. This caused by a bug of jsdoc2.
* @name KJUR
* @namespace kjur's class library name space
*/
export declare var KJUR: any;