Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.hawk
Class HawkPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.hawk.HawkKeyParameters
          extended byorg.bouncycastle.pqc.crypto.hawk.HawkPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class HawkPublicKeyParameters
extends HawkKeyParameters

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


Constructor Summary
HawkPublicKeyParameters(HawkParameters params, byte[] input, int inOff, int len)
           
 
Method Summary
 byte[] getEncoded()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.hawk.HawkKeyParameters
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

HawkPublicKeyParameters

public HawkPublicKeyParameters(HawkParameters params,
                               byte[] input,
                               int inOff,
                               int len)
Method Detail

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85