Class AIMerPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.aimer.AIMerKeyParameters
-
- org.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 byAIMerKeyPairGeneratorfor the parameter set carried on the superclass.
-
-
Constructor Summary
Constructors Constructor Description AIMerPrivateKeyParameters(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
-
AIMerPrivateKeyParameters
public AIMerPrivateKeyParameters(AIMerParameters params, byte[] keyData)
-
-