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

Packages that use EnvelopedData
com.dstc.security.cms This package defines classes and interfaces for the Cryptographic Message Syntax (CMS) specified in IETF RFC 2630. 
com.dstc.security.smime This package defines classes and interfaces for S/MIME v3 as specified in IETF RFC 2633. 
 

Uses of EnvelopedData in com.dstc.security.cms
 

Methods in com.dstc.security.cms that return EnvelopedData
 EnvelopedData DecryptionResult.getCMSEnvelopedData()
          Returns the CMS EnvelopedData for the encrypted message which can be queried for recipient and encryption information.
 

Uses of EnvelopedData in com.dstc.security.smime
 

Methods in com.dstc.security.smime that return EnvelopedData
 EnvelopedData DecryptionResult.getCMSEnvelopedData()
          Returns the CMS EnvelopedData for the encrypted message which can be queried for the encryption and recipient information.