示例#1
0
 public RecipientInfo(
     KekRecipientInfo info)
 {
     this.info = new DerTaggedObject(false, 2, info);
 }
示例#2
0
 private KekRecipientInfo GetKekInfo(
     Asn1TaggedObject o)
 {
     // For compatibility with erroneous version, we don't always pass 'false' here
     return(KekRecipientInfo.GetInstance(o, o.IsExplicit()));
 }