public class FalconPrivateKeyParameters extends FalconKeyParameters
| Constructor and Description |
|---|
FalconPrivateKeyParameters(FalconParameters parameters,
byte[] f,
byte[] g,
byte[] F,
byte[] pk_encoded) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded() |
byte[] |
getG() |
byte[] |
getPublicKey() |
byte[] |
getSpolyf() |
byte[] |
getSpolyF() |
getParametersisPrivatepublic FalconPrivateKeyParameters(FalconParameters parameters, byte[] f, byte[] g, byte[] F, byte[] pk_encoded)