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
public class SLHDSAPublicKeyParameters extends SLHDSAKeyParameters
-
-
Constructor Summary
Constructors Constructor Description SLHDSAPublicKeyParameters(SLHDSAParameters parameters, byte[] pkValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
byte[]
getRoot()
byte[]
getSeed()
-
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)
-
-