Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.bike
Class BIKEPublicKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.bike.BIKEPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class BIKEPublicKeyParameters
extends BIKEKeyParameters


Constructor Summary
BIKEPublicKeyParameters(BIKEParameters params, byte[] publicKey)
          Constructor.
 
Method Summary
 byte[] getEncoded()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters
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

BIKEPublicKeyParameters

public BIKEPublicKeyParameters(BIKEParameters params,
                               byte[] publicKey)
Constructor.
Parameters:
publicKey - byte
Method Detail

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.79