Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.falcon
Class FalconPublicKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.falcon.FalconKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.falcon.FalconPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class FalconPublicKeyParameters
extends FalconKeyParameters


Constructor Summary
FalconPublicKeyParameters(FalconParameters parameters, byte[] H)
           
 
Method Summary
 byte[] getH()
           
 
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

FalconPublicKeyParameters

public FalconPublicKeyParameters(FalconParameters parameters,
                                 byte[] H)
Method Detail

getH

public byte[] getH()

Bouncy Castle Cryptography Library 1.79