|
Bouncy Castle Cryptography Library 1.69 | |||||||||
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.rainbow.RainbowKeyParameters
org.bouncycastle.pqc.crypto.rainbow.RainbowPublicKeyParameters
Constructor Summary | |
RainbowPublicKeyParameters(int docLength,
short[][] coeffQuadratic,
short[][] coeffSingular,
short[] coeffScalar)
Constructor |
Method Summary | |
short[][] |
getCoeffQuadratic()
|
short[] |
getCoeffScalar()
|
short[][] |
getCoeffSingular()
|
Methods inherited from class org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters |
getDocLength |
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 RainbowPublicKeyParameters(int docLength, short[][] coeffQuadratic, short[][] coeffSingular, short[] coeffScalar)
docLength
- coeffQuadratic
- coeffSingular
- coeffScalar
- Method Detail |
public short[][] getCoeffQuadratic()
public short[][] getCoeffSingular()
public short[] getCoeffScalar()
|
Bouncy Castle Cryptography Library 1.69 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |