|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.haetae.HAETAEKeyParameters
org.bouncycastle.pqc.crypto.haetae.HAETAEPrivateKeyParameters
Lightweight private key parameters for HAETAE. Wraps the raw encoded private
key bytes (the secret seed) produced by HAETAEKeyPairGenerator for
the parameter set carried on the superclass.
| Constructor Summary | |
HAETAEPrivateKeyParameters(HAETAEParameters params,
byte[] seed_sk)
|
|
| Method Summary | |
byte[] |
getEncoded()
|
byte[] |
getSeedSk()
|
| Methods inherited from class org.bouncycastle.pqc.crypto.haetae.HAETAEKeyParameters |
getParameters |
| Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter |
isPrivate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HAETAEPrivateKeyParameters(HAETAEParameters params,
byte[] seed_sk)
| Method Detail |
public byte[] getEncoded()
public byte[] getSeedSk()
|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||