Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.haetae
Class HAETAEPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.haetae.HAETAEKeyParameters
          extended byorg.bouncycastle.pqc.crypto.haetae.HAETAEPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class HAETAEPublicKeyParameters
extends HAETAEKeyParameters

Lightweight public key parameters for HAETAE. Wraps the raw encoded public key bytes produced by HAETAEKeyPairGenerator for the parameter set carried on the superclass.


Constructor Summary
HAETAEPublicKeyParameters(HAETAEParameters params, byte[] p)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getP()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.haetae.HAETAEKeyParameters
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

HAETAEPublicKeyParameters

public HAETAEPublicKeyParameters(HAETAEParameters params,
                                 byte[] p)
Method Detail

getP

public byte[] getP()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85