Class GeMSSKeyParameters

java.lang.Object
org.spongycastle.crypto.params.AsymmetricKeyParameter
org.spongycastle.pqc.crypto.gemss.GeMSSKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
GeMSSPrivateKeyParameters, GeMSSPublicKeyParameters

public class GeMSSKeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • GeMSSKeyParameters

      protected GeMSSKeyParameters(boolean isPrivate, GeMSSParameters parameters)
  • Method Details