Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.aimer
Class AIMerPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.aimer.AIMerKeyParameters
          extended byorg.bouncycastle.pqc.crypto.aimer.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 Summary
AIMerPrivateKeyParameters(AIMerParameters params, byte[] keyData)
           
 
Method Summary
 byte[] getEncoded()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.aimer.AIMerKeyParameters
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

AIMerPrivateKeyParameters

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

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85