Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.mqom
Class MQOMPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.mqom.MQOMKeyParameters
          extended byorg.bouncycastle.pqc.crypto.mqom.MQOMPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class MQOMPublicKeyParameters
extends MQOMKeyParameters


Constructor Summary
MQOMPublicKeyParameters(MQOMParameters params, byte[] encoded)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MQOMPublicKeyParameters

public MQOMPublicKeyParameters(MQOMParameters params,
                               byte[] encoded)
Method Detail

getEncoded

public byte[] getEncoded()

getMSeedEq

public byte[] getMSeedEq()

getY

public byte[] getY()

Bouncy Castle Cryptography Library 1.85