A B C D G H M R S T V

G

getConnectionTimeout() - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
 
getConnectTries() - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
 
getDataTimeout() - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
 
getDomain(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer.SignatureResults
Return the domain purportedly responsible for the signature with no whitespace, etc.
getHeaderList(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer.SignatureResults
This method returns the list of signed headers for the signature specified by the index argument as an array of string values containing no whitespace or colons.
getHost() - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
 
getNumberOfSignatures() - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer.SignatureResults
Returns the number of signtures represented in this SignatureResults object.
getPort() - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer
 
getRawHeaderList(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer.SignatureResults
Returns the raw string from Mail::DKIM representing the (colon-separated) list of headers that were signed by the signature at the given index.
getRawResult(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer.SignatureResults
Returns the raw result string from Mail::DKIM.
getResult(int) - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer.SignatureResults
Returns the result of the evaluation of the signature at the given index in the results arrays.
getSummaryResult() - Method in class com.lacinato.tools.bdkim.BdkimAnalyzer.SignatureResults
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.

A B C D G H M R S T V