Class 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 Details

    • HawkPrivateKeyParameters

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

    • getEncoded

      public byte[] getEncoded()