Git Product home page Git Product logo

asn-one's Introduction

asn-one - ASN.1 library for Java

download Build Status Codacy code quality Javadoc Maven Central

What is asn-one

asn-one is a pure Java implementation of an ASN.1 encoder and decoder. It supports the BER and DER encoding rules of the bytestream. It is designed to be as lightweight as possible by having minimized the external dependencies. It only depends on the SLF4J logging API.

Getting asn-one

To get asn-one, you have two options:

  1. Add a dependency to asn-one to your project.

  2. Build asn-one yourself.

Binary releases of asn-one are not provided here, but you can download it straight from the Maven Central repository if you want to.

Depending on asn-one

If you’re building your project using Maven, you can add the following dependency to the pom.xml:

<dependency>
  <groupId>com.hierynomus</groupId>
  <artifactId>asn-one</artifactId>
  <version>0.7.0</version>
</dependency>

If your project is built using another build tool that uses the Maven Central repository, translate this dependency into the format used by your build tool.

Building asn-one

  1. Clone the asn-one repository.

  2. Run the command ./gradlew clean build.

Release History

v0.7.0 (2023-03-06)
  • Add support for Java Modules

v0.6.0 (2021-09-27)
  • Fix Java module name

  • Fix bug in parsing Tag numbers

v0.4.0 (2018-10-11)
  • Moved groupID to 'com.hierynomus' to be in line with other libraries

v0.3.0 (2018-10-10)
  • Implemented serialization and deserialization in streams

v0.2.0 (unreleased)
v0.1.0 (2016-11-25)
  • Initial release, containing most standard types

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.