Class AIMerKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.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 theAIMerParametersparameter set the key belongs to.
-
-
Constructor Summary
Constructors Constructor Description AIMerKeyParameters(boolean isPrivate, AIMerParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AIMerParametersgetParameters()-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
AIMerKeyParameters
public AIMerKeyParameters(boolean isPrivate, AIMerParameters params)
-
-
Method Detail
-
getParameters
public AIMerParameters getParameters()
-
-