Registry / crypto / osdt-core

osdt-core

JSON →
library21.21.0.0javamavenunverified

Core components for Oracle Security Developer Tools, providing foundational classes for certificate and security operations.

<dependency> <groupId>com.oracle.database.security</groupId> <artifactId>osdt_core</artifactId> <version>21.21.0.0</version> </dependency>
INSTALL
IMPORT
SIG · OSDT-CORE
O
osdt-core
cryptojavav21.21.0.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.

Certificate
oracle.security.crypto.core.Certificate

Minimal example showing how to load and display a certificate using OSDT Core.

import oracle.security.crypto.core.Certificate; import java.io.FileInputStream; public class Quickstart { public static void main(String[] args) throws Exception { Certificate cert = new Certificate(new FileInputStream("certificate.cer")); System.out.println("Subject: " + cert.getSubjectName()); } }
Debug
Known issues
gotchaRequires Oracle JDK or specific security provider; may not work with OpenJDK without additional configuration.
fix
Ensure you are using Oracle JDK or add the Oracle security provider to your java.security file.
affects: all
Upgrade
Version history
21.21.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
osdt-core — mvn dependency:get osdt-core · libregistry