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

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

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

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

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