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

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

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

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

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