Uses of Class
com.digt.trusted.asn1.cms.KeyTransRecipientInfo

Packages that use KeyTransRecipientInfo
com.digt.trusted.asn1.cms   
com.digt.trusted.cms   
 

Uses of KeyTransRecipientInfo in com.digt.trusted.asn1.cms
 

Methods in com.digt.trusted.asn1.cms that return KeyTransRecipientInfo
static KeyTransRecipientInfo KeyTransRecipientInfo.getInstance(java.lang.Object obj)
          return a KeyTransRecipientInfo object from the given object.
 

Constructors in com.digt.trusted.asn1.cms with parameters of type KeyTransRecipientInfo
RecipientInfo(KeyTransRecipientInfo info)
           
 

Uses of KeyTransRecipientInfo in com.digt.trusted.cms
 

Constructors in com.digt.trusted.cms with parameters of type KeyTransRecipientInfo
KeyTransRecipientInformation(KeyTransRecipientInfo info, EncryptedContentInfo data)