Class AIMerPrivateKeyParameters

All Implemented Interfaces:
CipherParameters

public class AIMerPrivateKeyParameters extends AIMerKeyParameters
Lightweight private key parameters for AIMer. Wraps the raw encoded private key bytes produced by AIMerKeyPairGenerator for the parameter set carried on the superclass.
  • Constructor Details

    • AIMerPrivateKeyParameters

      public AIMerPrivateKeyParameters(AIMerParameters params, byte[] keyData)
  • Method Details

    • getEncoded

      public byte[] getEncoded()