|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.params.AsymmetricKeyParameter | +--org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeKeyParameters | +--org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimePrivateKeyParameters
Constructor Summary | |
SNTRUPrimePrivateKeyParameters(SNTRUPrimeParameters params,
byte[] f,
byte[] ginv,
byte[] pk,
byte[] rho,
byte[] hash)
|
Method Summary | |
byte[] |
getEncoded()
|
byte[] |
getF()
|
byte[] |
getGinv()
|
byte[] |
getHash()
|
byte[] |
getPk()
|
byte[] |
getRho()
|
Methods inherited from class org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeKeyParameters |
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 SNTRUPrimePrivateKeyParameters(SNTRUPrimeParameters params, byte[] f, byte[] ginv, byte[] pk, byte[] rho, byte[] hash)
Method Detail |
public byte[] getF()
public byte[] getGinv()
public byte[] getPk()
public byte[] getRho()
public byte[] getHash()
public byte[] getEncoded()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |