Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.cmce
Class CMCEPublicKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.cmce.CMCEKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.cmce.CMCEPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class CMCEPublicKeyParameters
extends CMCEKeyParameters


Constructor Summary
CMCEPublicKeyParameters(CMCEParameters params, byte[] publicKey)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPublicKey()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.cmce.CMCEKeyParameters
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

CMCEPublicKeyParameters

public CMCEPublicKeyParameters(CMCEParameters params,
                               byte[] publicKey)
Method Detail

getPublicKey

public byte[] getPublicKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.79