Uses of Class
com.lacinato.tools.bdkim.BdkimAnalyzer.SignatureResults.DkimStatus

Packages that use BdkimAnalyzer.SignatureResults.DkimStatus
com.lacinato.tools.bdkim   
 

Uses of BdkimAnalyzer.SignatureResults.DkimStatus in com.lacinato.tools.bdkim
 

Methods in com.lacinato.tools.bdkim that return BdkimAnalyzer.SignatureResults.DkimStatus
 BdkimAnalyzer.SignatureResults.DkimStatus BdkimAnalyzer.SignatureResults.getResult(int index)
          Returns the result of the evaluation of the signature at the given index in the results arrays.
 BdkimAnalyzer.SignatureResults.DkimStatus BdkimAnalyzer.SignatureResults.getSummaryResult()
          If you say: "I just want one single pass/fail/none/invalid result for my message instead of an over-complex set of methods", then this method may be for you.
static BdkimAnalyzer.SignatureResults.DkimStatus BdkimAnalyzer.SignatureResults.DkimStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BdkimAnalyzer.SignatureResults.DkimStatus[] BdkimAnalyzer.SignatureResults.DkimStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.lacinato.tools.bdkim with parameters of type BdkimAnalyzer.SignatureResults.DkimStatus
static java.lang.String BdkimAnalyzer.SignatureResults.resultToString(BdkimAnalyzer.SignatureResults.DkimStatus result)
          Useful for translating the DkimStatus values into readable strings.