Class SPHINCSPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.sphincs.SPHINCSPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class SPHINCSPrivateKeyParameters extends AsymmetricKeyParameter
-
-
Constructor Summary
Constructors Constructor Description SPHINCSPrivateKeyParameters(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
-
-