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 Details

    • BIKEKeyParameters

      public BIKEKeyParameters(boolean isPrivate, BIKEParameters params)
  • Method Details