Uses of Class
com.digt.trusted.cms.RecipientInformation

Packages that use RecipientInformation
com.digt.trusted.cms   
 

Uses of RecipientInformation in com.digt.trusted.cms
 

Subclasses of RecipientInformation in com.digt.trusted.cms
 class KEKRecipientInformation
          the RecipientInfo class for a recipient who has been sent a message encrypted using a secret key known to the other side.
 class KeyTransRecipientInformation
          the KeyTransRecipientInformation class for a recipient who has been sent a secret key encrypted using their public key that needs to be used to extract the message.
 

Methods in com.digt.trusted.cms that return RecipientInformation
 RecipientInformation RecipientInformationStore.get(RecipientId selector)