Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.aimer
Class AIMerKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.aimer.AIMerKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
AIMerPrivateKeyParameters, AIMerPublicKeyParameters

public class AIMerKeyParameters
extends AsymmetricKeyParameter

Common base for AIMer public and private key parameter classes; carries the AIMerParameters parameter set the key belongs to.


Constructor Summary
AIMerKeyParameters(boolean isPrivate, AIMerParameters params)
           
 
Method Summary
 AIMerParameters 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

AIMerKeyParameters

public AIMerKeyParameters(boolean isPrivate,
                          AIMerParameters params)
Method Detail

getParameters

public AIMerParameters getParameters()

Bouncy Castle Cryptography Library 1.85