Class MTCSignatureAlgorithm
java.lang.Object
org.bouncycastle.cert.plants.MTCSignatureAlgorithm
String constants for the cosigner signature algorithms defined by Section
5.3.2 of draft-ietf-plants-merkle-tree-certs. These are the canonical names
passed to
MTCSignatureVerifier implementations (and their concrete
Bc* / Jca* forms) to select a signature primitive.
Using the constant instead of an inline string lets a CI-time check catch typos.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ECDSA_P256_SHA256
- See Also:
-
ECDSA_P384_SHA384
- See Also:
-
ED25519
- See Also:
-
ML_DSA_44
- See Also:
-
ML_DSA_65
- See Also:
-
ML_DSA_87
- See Also:
-