|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| 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.crystals.dilithium.DilithiumKeyParameters
org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumPrivateKeyParameters
| Constructor Summary | |
DilithiumPrivateKeyParameters(DilithiumParameters params,
byte[] rho,
byte[] K,
byte[] tr,
byte[] s1,
byte[] s2,
byte[] t0,
byte[] t1)
|
|
DilithiumPrivateKeyParameters(DilithiumParameters params,
byte[] encoding,
DilithiumPublicKeyParameters pubKey)
|
|
| Method Summary | |
byte[] |
getEncoded()
|
byte[] |
getK()
|
byte[] |
getPrivateKey()
Deprecated. Use getEncoded() instead. |
byte[] |
getPublicKey()
|
DilithiumPublicKeyParameters |
getPublicKeyParameters()
|
byte[] |
getRho()
|
byte[] |
getS1()
|
byte[] |
getS2()
|
byte[] |
getT0()
|
byte[] |
getT1()
|
byte[] |
getTr()
|
| Methods inherited from class org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters |
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 DilithiumPrivateKeyParameters(DilithiumParameters params,
byte[] rho,
byte[] K,
byte[] tr,
byte[] s1,
byte[] s2,
byte[] t0,
byte[] t1)
public DilithiumPrivateKeyParameters(DilithiumParameters params,
byte[] encoding,
DilithiumPublicKeyParameters pubKey)
| Method Detail |
public byte[] getEncoded()
public byte[] getK()
public byte[] getPrivateKey()
getEncoded() instead.
public byte[] getPublicKey()
public DilithiumPublicKeyParameters getPublicKeyParameters()
public byte[] getRho()
public byte[] getS1()
public byte[] getS2()
public byte[] getT0()
public byte[] getT1()
public byte[] getTr()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||