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

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

Uses of RecipientInfo in com.dstc.security.cms
 

Subinterfaces of RecipientInfo in com.dstc.security.cms
 interface KeyAgreeRecipientInfo
          A class representing information on recipient and encrypted content encryption key for one or more recipients (related by a common set of key agreement algorithm parameters) in a CMS EnvelopedData.
 interface KeyTransRecipientInfo
          A class representing information on an intended recipient and the encrypted content encryption key carried in a CMS EnvelopedData in which the content encryption key is encrypted with the recipient's public key.
 

Methods in com.dstc.security.cms that return RecipientInfo
 RecipientInfo[] EnvelopedData.getRecipientInfos()
          Returns all the RecipientInfos (one per recipient) for this EnvelopedData