Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.slhdsa
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 Summary
protected SLHDSAKeyParameters(boolean isPrivate, SLHDSAParameters parameters)
           
 
Method Summary
 SLHDSAParameters getParameters()
           
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLHDSAKeyParameters

protected SLHDSAKeyParameters(boolean isPrivate,
                              SLHDSAParameters parameters)
Method Detail

getParameters

public SLHDSAParameters getParameters()

Bouncy Castle Cryptography Library 1.79