Class SPHINCSPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters
-
- org.bouncycastle.pqc.crypto.sphincs.SPHINCSPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class SPHINCSPublicKeyParameters extends SPHINCSKeyParameters
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters
SHA3_256, SHA512_256
-
-
Constructor Summary
Constructors Constructor Description SPHINCSPublicKeyParameters(byte[] keyData)
SPHINCSPublicKeyParameters(byte[] keyData, java.lang.String treeDigest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getKeyData()
-
Methods inherited from class org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters
getTreeDigest
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-