a

asn1-der

API containing functionality used for encoding and decoding DER streams in blocking mode. This is stepping-stone code meant to facilitate the migration of Kerberos, which was developed outside of the ASF, to the Apache Directory project's ASN.1 Runtime.
Files download
File Operation
asn1-der-0.3.3.jar download
asn1-der-0.3.3.pom download
Apache Maven
<dependency>
  <groupId>directory-asn1</groupId>
  <artifactId>asn1-der</artifactId>
  <version>0.3.3</version>
</dependency>
Gradle Groovy
implementation 'directory-asn1:asn1-der:0.3.3'
Gradle Kotlin
implementation("directory-asn1:asn1-der:0.3.3")
Scala SBT
libraryDependencies += "directory-asn1" % "asn1-der" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='directory-asn1', module='asn1-der', version='0.3.3')
)
Apache Ivy
<dependency org="directory-asn1" name="asn1-der" rev="0.3.3" />
Leiningen
[directory-asn1/asn1-der "0.3.3"]
Apache Buildr
'directory-asn1:asn1-der:jar:0.3.3'
Dependencies
The project has no third-party dependencies