Bouncy Castle Cryptography Library 1.79

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


Constructor Summary
FalconPrivateKeyParameters(FalconParameters parameters, byte[] f, byte[] g, byte[] F, byte[] pk_encoded)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getG()
           
 byte[] getPublicKey()
           
 byte[] getSpolyf()
           
 byte[] getSpolyF()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.falcon.FalconKeyParameters
getParameters
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FalconPrivateKeyParameters

public FalconPrivateKeyParameters(FalconParameters parameters,
                                  byte[] f,
                                  byte[] g,
                                  byte[] F,
                                  byte[] pk_encoded)
Method Detail

getEncoded

public byte[] getEncoded()

getPublicKey

public byte[] getPublicKey()

getSpolyf

public byte[] getSpolyf()

getG

public byte[] getG()

getSpolyF

public byte[] getSpolyF()

Bouncy Castle Cryptography Library 1.79