Class SPHINCSPlusPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters
-
- org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class SPHINCSPlusPublicKeyParameters extends SPHINCSPlusKeyParameters
-
-
Constructor Summary
Constructors Constructor Description SPHINCSPlusPublicKeyParameters(SPHINCSPlusParameters 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.sphincsplus.SPHINCSPlusKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
SPHINCSPlusPublicKeyParameters
public SPHINCSPlusPublicKeyParameters(SPHINCSPlusParameters parameters, byte[] pkValues)
-
-