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 java.lang.String
SHA3_256
Use SHA3-256 for the tree generation function.static java.lang.String
SHA512_256
Use SHA512-256 for the tree generation function.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SPHINCSKeyParameters(boolean isPrivateKey, java.lang.String treeDigest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTreeDigest()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Field Detail
-
SHA512_256
public static final java.lang.String SHA512_256
Use SHA512-256 for the tree generation function.- See Also:
- Constant Field Values
-
SHA3_256
public static final java.lang.String SHA3_256
Use SHA3-256 for the tree generation function.- See Also:
- Constant Field Values
-
-