Interface QTESLAKey
-
- All Known Implementing Classes:
BCqTESLAPrivateKey
,BCqTESLAPublicKey
public interface QTESLAKey
Base interface for a qTESLA key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QTESLAParameterSpec
getParams()
Return the parameters for this key - in this case the security category.
-
-
-
Method Detail
-
getParams
QTESLAParameterSpec getParams()
Return the parameters for this key - in this case the security category.- Returns:
- a QTESLAParameterSpec
-
-