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§
- JceProvider
Info - JCE provider info (mirrors
java.security.Provider).
Enums§
- Java
Algorithm - Java algorithm names this provider handles.
- JceError
- Errors during JCE operations.