Uses of Enum
com.blackhillsoftware.smf.smf90.CertFailureReason
Package
Description
Mapping for SMF type 90 (System Status) record - for usage details see
Smf90Record
.-
Uses of CertFailureReason in com.blackhillsoftware.smf.smf90
Modifier and TypeMethodDescriptionstatic CertFailureReason
CertFailureReason.from
(int value) Get the CertFailureReason for an integer valueValidatedBootBadCX.smf90t42BcxReasonBad()
SMF90T42_BCX_ReasonBad as a CertFailureReason.ValidatedBootCX.smf90t42CxReasonBad()
SMF90T42_CX_ReasonBad as a CertFailureReason.static CertFailureReason
Returns the enum constant of this type with the specified name.static CertFailureReason[]
CertFailureReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.