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

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

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

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

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