Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.bike
Class BIKEKeyParameters

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

public class BIKEKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
BIKEKeyParameters(boolean isPrivate, BIKEParameters params)
           
 
Method Summary
 BIKEParameters 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

BIKEKeyParameters

public BIKEKeyParameters(boolean isPrivate,
                         BIKEParameters params)
Method Detail

getParameters

public BIKEParameters getParameters()

Bouncy Castle Cryptography Library 1.79