|
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.ntruprime.NTRULPRimeKeyParameters
org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimePrivateKeyParameters
| Constructor Summary | |
NTRULPRimePrivateKeyParameters(NTRULPRimeParameters params,
byte[] enca,
byte[] pk,
byte[] rho,
byte[] hash)
|
|
| Method Summary | |
byte[] |
getEnca()
|
byte[] |
getEncoded()
|
byte[] |
getHash()
|
byte[] |
getPk()
|
byte[] |
getRho()
|
| Methods inherited from class org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimeKeyParameters |
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 NTRULPRimePrivateKeyParameters(NTRULPRimeParameters params,
byte[] enca,
byte[] pk,
byte[] rho,
byte[] hash)
| Method Detail |
public byte[] getEnca()
public byte[] getPk()
public byte[] getRho()
public byte[] getHash()
public byte[] getEncoded()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||