com.dstc.security.smime
Interface Warning

All Known Subinterfaces:
AddressMismatch

public interface Warning

An interface to represent abnormal (but non-fatal) conditions encountered during S/MIME signed message verification. It is up to the application to decide how to handle such warnings. Usually, displaying the warning message to the user is sufficient.

Currently, only one sub-interface, AddressMismatch, has been defined.

See Also:
VerificationResult

Method Summary
 String getWarningString()
          Returns a summary of the Warning message
 

Method Detail

getWarningString

public String getWarningString()
Returns a summary of the Warning message