@Deprecated public class CMCEPrivateKeyParameters extends CMCEKeyParameters
| Constructor and Description |
|---|
CMCEPrivateKeyParameters(CMCEParameters params,
byte[] privateKey)
Deprecated.
|
CMCEPrivateKeyParameters(CMCEParameters params,
byte[] delta,
byte[] C,
byte[] g,
byte[] alpha,
byte[] s)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAlpha()
Deprecated.
|
byte[] |
getC()
Deprecated.
|
byte[] |
getDelta()
Deprecated.
|
byte[] |
getEncoded()
Deprecated.
|
byte[] |
getG()
Deprecated.
|
byte[] |
getPrivateKey()
Deprecated.
|
byte[] |
getS()
Deprecated.
|
byte[] |
reconstructPublicKey()
Deprecated.
|
getParametersisPrivatepublic CMCEPrivateKeyParameters(CMCEParameters params, byte[] privateKey)
public CMCEPrivateKeyParameters(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()