Interface PrometheusCryptographyData.PrometheusCryptographicDataSet
- All Superinterfaces:
PrometheusData.PrometheusDataSetCtl,PrometheusData.PrometheusDataSetListCtl
- All Known Implementing Classes:
PrometheusDataSet
- Enclosing interface:
PrometheusCryptographyData
public static interface PrometheusCryptographyData.PrometheusCryptographicDataSet
extends PrometheusData.PrometheusDataSetCtl
PrometheusControlData interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet the control data.Get the control key.Methods inherited from interface io.github.tonywasher.joceanus.prometheus.data.PrometheusData.PrometheusDataSetCtl
getDataFormatter, getKeySetSpec, getNumActiveKeySets, getPasswordMgr, getValidator, getVersion, setVersionMethods inherited from interface io.github.tonywasher.joceanus.prometheus.data.PrometheusData.PrometheusDataSetListCtl
getDataList, hasDataType
-
Method Details
-
getControl
PrometheusCryptographyData.PrometheusControlDataCtl getControl()Get the control data.- Returns:
- the control data
-
getControlKey
PrometheusCryptographyData.PrometheusControlKeyCtl getControlKey()Get the control key.- Returns:
- the control key
-