Class SLHDSAKeyParameters

java.lang.Object
org.spongycastle.crypto.params.AsymmetricKeyParameter
org.spongycastle.pqc.crypto.slhdsa.SLHDSAKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
SLHDSAPrivateKeyParameters, SLHDSAPublicKeyParameters

public class SLHDSAKeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • SLHDSAKeyParameters

      protected SLHDSAKeyParameters(boolean isPrivate, SLHDSAParameters parameters)
  • Method Details