Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.hqc
Class HQCKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.hqc.HQCKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
HQCPrivateKeyParameters, HQCPublicKeyParameters

public class HQCKeyParameters
extends AsymmetricKeyParameter


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

HQCKeyParameters

public HQCKeyParameters(boolean isPrivate,
                        HQCParameters params)
Method Detail

getParameters

public HQCParameters getParameters()

Bouncy Castle Cryptography Library 1.79