Registry / crypto / bcutil-jdk15on

bcutil-jdk15on

JSON →
library1.70javamavenunverified

Bouncy Castle Java APIs providing ASN.1 extension and utility APIs for cryptography support.

<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk15on</artifactId> <version>1.70</version> </dependency>
INSTALL
IMPORT
SIG · BCUTIL-JDK15ON
B
bcutil-jdk15on
cryptojavav1.70
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.

ASN1ObjectIdentifier
org.bouncycastle.asn1.ASN1ObjectIdentifier

Create and use an ASN.1 object identifier

import org.bouncycastle.asn1.ASN1ObjectIdentifier; public class Example { public static void main(String[] args) { ASN1ObjectIdentifier oid = new ASN1ObjectIdentifier("1.2.3.4"); System.out.println(oid.getId()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.70latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Resources
bcutil-jdk15on — mvn dependency:get bcutil-jdk15on · libregistry