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

Packages that use EnvelopedData
com.dstc.security.cms This package defines classes and interfaces for IETF RFC 2630 "Cryptographic Message Syntax" (CMS). 
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 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.