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 public class SLHDSAPublicKeyParameters extends SLHDSAKeyParameters
Deprecated.use org.bouncycastle.crypto.params.SLHDSAPublicKeyParameters
-
-
Constructor Summary
Constructors Constructor Description SLHDSAPublicKeyParameters(SLHDSAParameters parameters, byte[] pkValues)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]getEncoded()Deprecated.byte[]getRoot()Deprecated.byte[]getSeed()Deprecated.-
Methods inherited from class org.bouncycastle.pqc.crypto.slhdsa.SLHDSAKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
SLHDSAPublicKeyParameters
public SLHDSAPublicKeyParameters(SLHDSAParameters parameters, byte[] pkValues)
Deprecated.
-
-