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

@Deprecated public class SLHDSAKeyParameters extends AsymmetricKeyParameter
Deprecated.
use org.bouncycastle.crypto.params.SLHDSAKeyParameters
  • Constructor Details

    • SLHDSAKeyParameters

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