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
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SPHINCSKeyParameters
(boolean isPrivateKey, String treeDigest) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Field Details
-
SHA512_256
Use SHA512-256 for the tree generation function.- See Also:
-
SHA3_256
Use SHA3-256 for the tree generation function.- See Also:
-
-
Constructor Details
-
SPHINCSKeyParameters
-
-
Method Details
-
getTreeDigest
-