Package org.bouncycastle.pqc.crypto.mqom
Class MQOMPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.mqom.MQOMKeyParameters
-
- org.bouncycastle.pqc.crypto.mqom.MQOMPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class MQOMPublicKeyParameters extends MQOMKeyParameters
-
-
Constructor Summary
Constructors Constructor Description MQOMPublicKeyParameters(MQOMParameters params, byte[] encoded)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()byte[]getMSeedEq()byte[]getY()-
Methods inherited from class org.bouncycastle.pqc.crypto.mqom.MQOMKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
MQOMPublicKeyParameters
public MQOMPublicKeyParameters(MQOMParameters params, byte[] encoded)
-
-