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 Details

    • HQCKeyParameters

      public HQCKeyParameters(boolean isPrivate, HQCParameters params)
  • Method Details