Uses of Class
com.amazon.corretto.crypto.provider.SelfTestStatus
-
Packages that use SelfTestStatus Package Description com.amazon.corretto.crypto.provider -
-
Uses of SelfTestStatus in com.amazon.corretto.crypto.provider
Methods in com.amazon.corretto.crypto.provider that return SelfTestStatus Modifier and Type Method Description SelfTestStatusSelfTestStatus. combineMultipleTests(SelfTestStatus other)Merges multiple results for different tests to determine the overall result for the suite.SelfTestStatusAmazonCorrettoCryptoProvider. getSelfTestStatus()Queries (but does not run) all available self-test functionality and returns the result.SelfTestStatusSelfTestResult. getStatus()SelfTestStatusAmazonCorrettoCryptoProvider. runSelfTests()Runs all available self-tests and returns the result.static SelfTestStatusSelfTestStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SelfTestStatus[]SelfTestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazon.corretto.crypto.provider with parameters of type SelfTestStatus Modifier and Type Method Description SelfTestStatusSelfTestStatus. combineMultipleTests(SelfTestStatus other)Merges multiple results for different tests to determine the overall result for the suite.Constructors in com.amazon.corretto.crypto.provider with parameters of type SelfTestStatus Constructor Description SelfTestResult(SelfTestStatus status)
-