Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.aimer
Class AIMerPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.aimer.AIMerKeyParameters
          extended byorg.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 by AIMerKeyPairGenerator for the parameter set carried on the superclass.


Constructor Summary
AIMerPublicKeyParameters(AIMerParameters params, byte[] keyData)
           
 
Method Summary
 byte[] getEncoded()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.aimer.AIMerKeyParameters
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

AIMerPublicKeyParameters

public AIMerPublicKeyParameters(AIMerParameters params,
                                byte[] keyData)
Method Detail

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85