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