Skip to main content

Crate confium_jce_provider

Crate confium_jce_provider 

Source
Expand description

Java Cryptography Extension (JCE) provider for Confium.

Allows Java applications using JCA (Java Cryptography Architecture) and JKS (Java KeyStore) to use Confium-backed threshold signing keys transparently.

Real Java integration requires JNI bindings; this crate provides the Rust-side logic that the JNI layer calls into.

See TODO.roadmap/28-mode2-pki-replacement.md for full spec.

Structs§

JceProviderInfo
JCE provider info (mirrors java.security.Provider).

Enums§

JavaAlgorithm
Java algorithm names this provider handles.
JceError
Errors during JCE operations.