Bouncy Castle Cryptography Library 1.85

org.bouncycastle.crypto.params
Class FrodoKEMPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.crypto.params.FrodoKEMKeyParameters
          extended byorg.bouncycastle.crypto.params.FrodoKEMPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class FrodoKEMPublicKeyParameters
extends FrodoKEMKeyParameters


Constructor Summary
FrodoKEMPublicKeyParameters(FrodoKEMParameters params, byte[] publicKey)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPublicKey()
           
 
Methods inherited from class org.bouncycastle.crypto.params.FrodoKEMKeyParameters
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

FrodoKEMPublicKeyParameters

public FrodoKEMPublicKeyParameters(FrodoKEMParameters params,
                                   byte[] publicKey)
Method Detail

getPublicKey

public byte[] getPublicKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85