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

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

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

Methods in com.digt.trusted.asn1.cms that return KEKRecipientInfo
static KEKRecipientInfo KEKRecipientInfo.getInstance(ASN1TaggedObject obj, boolean explicit)
          return a KEKRecipientInfo object from a tagged object.
static KEKRecipientInfo KEKRecipientInfo.getInstance(java.lang.Object obj)
          return a KEKRecipientInfo object from the given object.
 

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

Uses of KEKRecipientInfo in com.digt.trusted.cms
 

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