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

Packages that use DecryptionResult
com.dstc.security.cms This package defines classes and interfaces for IETF RFC 2630 "Cryptographic Message Syntax" (CMS). 
 

Uses of DecryptionResult in com.dstc.security.cms
 

Methods in com.dstc.security.cms that return DecryptionResult
 DecryptionResult CMSCipher.decrypt()
          Decrypts the previously supplied CMS enveloped data and returns a DecryptionResult instance from which the recovered plaintext data can be read.