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