Class SIKEKeyParameters

java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.sike.SIKEKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
SIKEPrivateKeyParameters, SIKEPublicKeyParameters

public class SIKEKeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • SIKEKeyParameters

      public SIKEKeyParameters(boolean isPrivate, SIKEParameters params)
  • Method Details