Class SLHDSAKeyParameters

java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.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