Class XMSSSignatureSpi.withShake256andPrehash
- java.lang.Object
-
- java.security.SignatureSpi
-
- java.security.Signature
-
- org.bouncycastle.pqc.jcajce.provider.xmss.XMSSSignatureSpi
-
- org.bouncycastle.pqc.jcajce.provider.xmss.XMSSSignatureSpi.withShake256andPrehash
-
- All Implemented Interfaces:
StateAwareSignature
- Enclosing class:
- XMSSSignatureSpi
public static class XMSSSignatureSpi.withShake256andPrehash extends XMSSSignatureSpi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.pqc.jcajce.provider.xmss.XMSSSignatureSpi
XMSSSignatureSpi.generic, XMSSSignatureSpi.withSha256, XMSSSignatureSpi.withSha256andPrehash, XMSSSignatureSpi.withSha512, XMSSSignatureSpi.withSha512andPrehash, XMSSSignatureSpi.withShake128, XMSSSignatureSpi.withShake128andPrehash, XMSSSignatureSpi.withShake256, XMSSSignatureSpi.withShake256andPrehash
-
-
Constructor Summary
Constructors Constructor Description withShake256andPrehash()
-
Method Summary
-
Methods inherited from class org.bouncycastle.pqc.jcajce.provider.xmss.XMSSSignatureSpi
engineGetParameter, engineInitSign, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, getUpdatedPrivateKey, isSigningCapable
-
Methods inherited from class java.security.Signature
clone, getAlgorithm, getInstance, getInstance, getInstance, getParameter, getParameters, getProvider, initSign, initSign, initVerify, initVerify, setParameter, setParameter, sign, sign, toString, update, update, update, update, verify, verify
-
Methods inherited from class java.security.SignatureSpi
engineGetParameters, engineSign, engineUpdate, engineVerify
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.pqc.jcajce.interfaces.StateAwareSignature
getAlgorithm, initSign, initSign, initVerify, initVerify, sign, sign, update, update, update, update, verify, verify
-
-