Class SPHINCSKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
SPHINCSPrivateKeyParameters
,SPHINCSPublicKeyParameters
public class SPHINCSKeyParameters extends AsymmetricKeyParameter
-
-
Field Summary
Fields Modifier and Type Field Description static String
SHA3_256
Use SHA3-256 for the tree generation function.static String
SHA512_256
Use SHA512-256 for the tree generation function.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SPHINCSKeyParameters(boolean isPrivateKey, String treeDigest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTreeDigest()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Field Detail
-
SHA512_256
public static final String SHA512_256
Use SHA512-256 for the tree generation function.- See Also:
- Constant Field Values
-
SHA3_256
public static final String SHA3_256
Use SHA3-256 for the tree generation function.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SPHINCSKeyParameters
protected SPHINCSKeyParameters(boolean isPrivateKey, String treeDigest)
-
-
Method Detail
-
getTreeDigest
public String getTreeDigest()
-
-