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 Detail

      • AIMerPrivateKeyParameters

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

      • getEncoded

        public byte[] getEncoded()