Class SLHDSAPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.slhdsa.SLHDSAKeyParameters
org.bouncycastle.pqc.crypto.slhdsa.SLHDSAPublicKeyParameters
- All Implemented Interfaces:
CipherParameters
Deprecated.
use org.bouncycastle.crypto.params.SLHDSAPublicKeyParameters
-
Constructor Summary
ConstructorsConstructorDescriptionSLHDSAPublicKeyParameters(SLHDSAParameters parameters, byte[] pkValues) Deprecated. -
Method Summary
Methods inherited from class SLHDSAKeyParameters
getParametersMethods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
SLHDSAPublicKeyParameters
Deprecated.
-
-
Method Details
-
getSeed
public byte[] getSeed()Deprecated. -
getRoot
public byte[] getRoot()Deprecated. -
getEncoded
public byte[] getEncoded()Deprecated.
-