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

Packages that use DecryptionResult
com.dstc.security.smime This package defines classes and interfaces for S/MIME v3 as specified in IETF RFC 2633. 
 

Uses of DecryptionResult in com.dstc.security.smime
 

Methods in com.dstc.security.smime that return DecryptionResult
 DecryptionResult SMIMECipher.decrypt()
          Decrypts the previously set MimeMessage, and if successful returns a DecryptionResult through which the decrypted MimeMessage can be retrieved.