- get() - Method in class bham.leakwatch.interrupts.InterruptQueue
-
- getCorrectedLeakage() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Returns the corrected information leakage from the secret data to the
observable data.
- getCorrectedLeakage() - Method in class bham.leakwatch.estimates.MinEntropyLeakageEstimate
-
- getCorrectedLeakage() - Method in class bham.leakwatch.estimates.MutualInformationEstimate
-
- getEstimatedLeakage() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Returns the estimated (i.e., uncorrected) information leakage from the
secret data to the observable data.
- getEstimatedLeakage() - Method in class bham.leakwatch.estimates.MinEntropyLeakageEstimate
-
- getEstimatedLeakage() - Method in class bham.leakwatch.estimates.MutualInformationEstimate
-
- getExecutions() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Returns the number of executions performed to produce this leakage
estimate.
- getInsufficientComponents() - Method in exception bham.leakwatch.exceptions.LeakageEstimationException
-
- getLeakageConfidenceInterval() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Return the confidence interval for the leakage estimate, which is defined
as half of the distance between the lower and upper bounds, or Double.NaN
if the confidence interval cannot be computed.
- getLeakageLowerBound() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Return the lower bound on the leakage estimate, or Double.NaN
if
this bound cannot be computed.
- getLeakageLowerBound() - Method in class bham.leakwatch.estimates.MinEntropyLeakageEstimate
-
- getLeakageLowerBound() - Method in class bham.leakwatch.estimates.MutualInformationEstimate
-
- getLeakageUpperBound() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Return the upper bound on the leakage estimate, or Double.NaN
if
this bound cannot be computed.
- getLeakageUpperBound() - Method in class bham.leakwatch.estimates.MinEntropyLeakageEstimate
-
- getLeakageUpperBound() - Method in class bham.leakwatch.estimates.MutualInformationEstimate
-
- getOptionParser() - Static method in class bham.leakwatch.tools.ExecutorTool
-
Builds an
OptionParser
object that can be used to parse command
line options supported by
Executor
.
- getUniqueObservationTotal() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Returns the total number of unique observations seen to produce this
leakage estimate.
- getUniqueSecretTotal() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Returns the total number of unique secrets seen to produce this leakage
estimate.
- getZeroLeakageUpperBound() - Method in class bham.leakwatch.estimates.LeakageEstimate
-
Returns the upper bound for an estimate that is consistent with no
information leakage, or Double.NaN
if this bound cannot be
computed.
- getZeroLeakageUpperBound() - Method in class bham.leakwatch.estimates.MinEntropyLeakageEstimate
-
- getZeroLeakageUpperBound() - Method in class bham.leakwatch.estimates.MutualInformationEstimate
-