Uses of Interface
org.bouncycastle.pqc.crypto.StateAwareMessageSigner
-
Packages that use StateAwareMessageSigner Package Description org.bouncycastle.pqc.crypto org.bouncycastle.pqc.crypto.gmss org.bouncycastle.pqc.crypto.xmss -
-
Uses of StateAwareMessageSigner in org.bouncycastle.pqc.crypto
Constructors in org.bouncycastle.pqc.crypto with parameters of type StateAwareMessageSigner Constructor Description DigestingStateAwareMessageSigner(StateAwareMessageSigner messSigner, Digest messDigest)
-
Uses of StateAwareMessageSigner in org.bouncycastle.pqc.crypto.gmss
Classes in org.bouncycastle.pqc.crypto.gmss that implement StateAwareMessageSigner Modifier and Type Class Description class
GMSSStateAwareSigner
This class implements the GMSS signature scheme, but allows multiple signatures to be generated. -
Uses of StateAwareMessageSigner in org.bouncycastle.pqc.crypto.xmss
Classes in org.bouncycastle.pqc.crypto.xmss that implement StateAwareMessageSigner Modifier and Type Class Description class
XMSSMTSigner
XMSS^MT Signer class.class
XMSSSigner
-