Registry / serialization / asn-one

asn-one

JSON →
library0.6.0javamavenunverified

A Java library for serializing and parsing ASN.1 encoded data structures.

<dependency> <groupId>com.hierynomus</groupId> <artifactId>asn-one</artifactId> <version>0.6.0</version> </dependency>
INSTALL
IMPORT
SIG · ASN-ONE
A
asn-one
serializationjavav0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ASN1InputStream
com.hierynomus.asn1.ASN1InputStream

Parse ASN.1 encoded data using ASN1InputStream.

import com.hierynomus.asn1.ASN1InputStream; import java.io.ByteArrayInputStream; public class AsnExample { public void parse(byte[] data) { ASN1InputStream asn1 = new ASN1InputStream(new ByteArrayInputStream(data)); // Parse ASN.1 objects } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
asn-one — mvn dependency:get asn-one · libregistry