Uses of Interface
com.dstc.security.smime.Warning

Packages that use Warning
com.dstc.security.smime This package defines classes and interfaces for S/MIME v3 as specified in IETF RFC 2633 "S/MIME Version 3 Message Specification". 
 

Uses of Warning in com.dstc.security.smime
 

Subinterfaces of Warning in com.dstc.security.smime
 interface AddressMismatch
          An interface to represent a Warning generated from a mismatch between a sender e-mail address and address(es) in the sender certificate.
 

Methods in com.dstc.security.smime that return Warning
 Warning[] VerificationResult.getWarnings()
          Returns all the Warnings generated during verification.