Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.crypto.hqc
Class HQCPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.hqc.HQCKeyParameters
          extended byorg.bouncycastle.pqc.crypto.hqc.HQCPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class HQCPublicKeyParameters
extends HQCKeyParameters


Constructor Summary
HQCPublicKeyParameters(HQCParameters params, byte[] pk)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPublicKey()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.hqc.HQCKeyParameters
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

HQCPublicKeyParameters

public HQCPublicKeyParameters(HQCParameters params,
                              byte[] pk)
Method Detail

getPublicKey

public byte[] getPublicKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.81