public class CMCEPrivateKeyParameters
extends java.lang.Object
Constructor and Description |
---|
CMCEPrivateKeyParameters(org.bouncycastle.pqc.addon.CMCEParameters params,
byte[] privateKey) |
CMCEPrivateKeyParameters(org.bouncycastle.pqc.addon.CMCEParameters params,
byte[] delta,
byte[] C,
byte[] g,
byte[] alpha,
byte[] s) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAlpha() |
byte[] |
getC() |
byte[] |
getDelta() |
byte[] |
getEncoded() |
byte[] |
getG() |
org.bouncycastle.pqc.addon.CMCEParameters |
getParameters() |
byte[] |
getPrivateKey() |
byte[] |
getS() |
boolean |
isPrivate() |
byte[] |
reconstructPublicKey() |
public CMCEPrivateKeyParameters(org.bouncycastle.pqc.addon.CMCEParameters params, byte[] privateKey)
public CMCEPrivateKeyParameters(org.bouncycastle.pqc.addon.CMCEParameters params, byte[] delta, byte[] C, byte[] g, byte[] alpha, byte[] s)
public byte[] getPrivateKey()
public byte[] reconstructPublicKey()
public byte[] getEncoded()
public byte[] getDelta()
public byte[] getC()
public byte[] getG()
public byte[] getAlpha()
public byte[] getS()
public org.bouncycastle.pqc.addon.CMCEParameters getParameters()
public boolean isPrivate()