|
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.cmce.CMCEKeyParameters
org.bouncycastle.pqc.crypto.cmce.CMCEPrivateKeyParameters
| Constructor Summary | |
CMCEPrivateKeyParameters(CMCEParameters params,
byte[] privateKey)
|
|
CMCEPrivateKeyParameters(CMCEParameters params,
byte[] delta,
byte[] C,
byte[] g,
byte[] alpha,
byte[] s)
|
|
| Method Summary | |
byte[] |
getAlpha()
|
byte[] |
getC()
|
byte[] |
getDelta()
|
byte[] |
getEncoded()
|
byte[] |
getG()
|
byte[] |
getPrivateKey()
|
byte[] |
getS()
|
byte[] |
reconstructPublicKey()
|
| Methods inherited from class org.bouncycastle.pqc.crypto.cmce.CMCEKeyParameters |
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 CMCEPrivateKeyParameters(CMCEParameters params,
byte[] privateKey)
public CMCEPrivateKeyParameters(CMCEParameters params,
byte[] delta,
byte[] C,
byte[] g,
byte[] alpha,
byte[] s)
| Method Detail |
public byte[] getPrivateKey()
public byte[] reconstructPublicKey()
public byte[] getEncoded()
public byte[] getDelta()
public byte[] getC()
public byte[] getG()
public byte[] getAlpha()
public byte[] getS()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||