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 Detail

      • HawkPrivateKeyParameters

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

      • getEncoded

        public byte[] getEncoded()