• File: index.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/asn1/lib/index.js
  • Date Modified: 07/26/2018 10:00 PM
  • File size: 320 bytes
  • MIME-type: text/plain
  • Charset: utf-8
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.

// If you have no idea what ASN.1 or BER is, see this:
// ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc

var Ber = require('./ber/index');



// --- Exported API

module.exports = {

  Ber: Ber,

  BerReader: Ber.Reader,

  BerWriter: Ber.Writer

};