org.bouncycastle.crypto) operator implementations for the Merkle
Tree Certificate types in org.bouncycastle.cert.plants.See: Description
| Class | Description |
|---|---|
| BcMTCCosigner |
Lightweight implementation of
MTCCosigner for the MTC signature
algorithms enumerated in Section 6.1 of draft-ietf-plants-merkle-tree-certs:
"ECDSA-P256-SHA256", "ECDSA-P384-SHA384", "Ed25519",
"ML-DSA-44", "ML-DSA-65", "ML-DSA-87". |
| BcMTCCosignerVerifierProvider |
Lightweight-side
MTCCosignerVerifierProvider that holds a table of
cosigner trust anchor IDs mapped to MTCSignatureVerifier instances. |
| BcMTCCosignerVerifierProvider.Builder |
Builder for
BcMTCCosignerVerifierProvider. |
| BcMTCSignatureVerifier |
Lightweight implementation of
MTCSignatureVerifier. |
| BcSha256MerkleTreeHash |
Lightweight SHA-256 implementation of
MerkleTreeHash. |
org.bouncycastle.crypto) operator implementations for the Merkle
Tree Certificate types in org.bouncycastle.cert.plants.