|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.pqc.crypto.slhdsa.SLHDSAEngine
SLH-DSA signer.
| Nested Class Summary | |
static class |
SLHDSAEngine.Sha2Engine
Deprecated. |
static class |
SLHDSAEngine.Shake256Engine
Deprecated. |
| Constructor Summary | |
protected |
SLHDSAEngine(int n,
int w,
int d,
int a,
int k,
int h)
Deprecated. |
| Method Summary | |
static AsymmetricCipherKeyPair |
implGenerateKeyPair(SLHDSAParameters params,
byte[] skSeed,
byte[] skPrf,
byte[] pkSeed)
Deprecated. |
static byte[] |
internalGenerateSignature(SLHDSAPrivateKeyParameters privKey,
byte[] msgPrefix,
byte[] msg,
byte[] optRand)
Deprecated. |
static boolean |
internalVerifySignature(SLHDSAPublicKeyParameters pubKey,
byte[] msgPrefix,
byte[] msg,
byte[] signature)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SLHDSAEngine(int n,
int w,
int d,
int a,
int k,
int h)
| Method Detail |
public static AsymmetricCipherKeyPair implGenerateKeyPair(SLHDSAParameters params,
byte[] skSeed,
byte[] skPrf,
byte[] pkSeed)
public static boolean internalVerifySignature(SLHDSAPublicKeyParameters pubKey,
byte[] msgPrefix,
byte[] msg,
byte[] signature)
public static byte[] internalGenerateSignature(SLHDSAPrivateKeyParameters privKey,
byte[] msgPrefix,
byte[] msg,
byte[] optRand)
|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||