Class MTCSignatureAlgorithm

java.lang.Object
org.bouncycastle.cert.plants.MTCSignatureAlgorithm

public final class MTCSignatureAlgorithm extends Object
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.