Class QTESLAPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.qtesla.QTESLAPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public final class QTESLAPrivateKeyParameters extends AsymmetricKeyParameter
qTESLA private key
-
-
Constructor Summary
Constructors Constructor Description QTESLAPrivateKeyParameters(int securityCategory, byte[] privateKey)
Base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getSecret()
Return the key's secret value.int
getSecurityCategory()
Return the security category for this key.-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-