org.bouncycastle.pqc.crypto.falcon
Class FalconPrivateKeyParameters
java.lang.Object
|
+--org.bouncycastle.crypto.params.AsymmetricKeyParameter
|
+--org.bouncycastle.pqc.crypto.falcon.FalconKeyParameters
|
+--org.bouncycastle.pqc.crypto.falcon.FalconPrivateKeyParameters
- All Implemented Interfaces:
- CipherParameters
- public class FalconPrivateKeyParameters
- extends FalconKeyParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FalconPrivateKeyParameters
public FalconPrivateKeyParameters(FalconParameters parameters,
byte[] f,
byte[] g,
byte[] F,
byte[] pk_encoded)
getEncoded
public byte[] getEncoded()
getPublicKey
public byte[] getPublicKey()
getSpolyf
public byte[] getSpolyf()
getG
public byte[] getG()
getSpolyF
public byte[] getSpolyF()