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
-
Constructor Summary
ConstructorDescriptionFalconPrivateKeyParameters
(FalconParameters parameters, byte[] f, byte[] g, byte[] F, byte[] pk_encoded) -
Method Summary
Methods inherited from class org.bouncycastle.pqc.crypto.falcon.FalconKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
FalconPrivateKeyParameters
public FalconPrivateKeyParameters(FalconParameters parameters, byte[] f, byte[] g, byte[] F, byte[] pk_encoded)
-
-
Method Details
-
getEncoded
public byte[] getEncoded() -
getPublicKey
public byte[] getPublicKey() -
getSpolyf
public byte[] getSpolyf() -
getG
public byte[] getG() -
getSpolyF
public byte[] getSpolyF()
-