Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.hawk
Class HawkPrivateKeyParameters

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

public class HawkPrivateKeyParameters
extends HawkKeyParameters

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


Constructor Summary
HawkPrivateKeyParameters(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

HawkPrivateKeyParameters

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

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85