Class AIMerPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.aimer.AIMerKeyParameters
-
- org.bouncycastle.pqc.crypto.aimer.AIMerPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class AIMerPublicKeyParameters extends AIMerKeyParameters
Lightweight public key parameters for AIMer. Wraps the raw encoded public key bytes produced byAIMerKeyPairGeneratorfor the parameter set carried on the superclass.
-
-
Constructor Summary
Constructors Constructor Description AIMerPublicKeyParameters(AIMerParameters params, byte[] keyData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()-
Methods inherited from class org.bouncycastle.pqc.crypto.aimer.AIMerKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
AIMerPublicKeyParameters
public AIMerPublicKeyParameters(AIMerParameters params, byte[] keyData)
-
-