public static KeyAgreeRecipientInfo GetInstance( Asn1TaggedObject obj, bool explicitly) { return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); }
public static KeyAgreeRecipientInfo GetInstance(Asn1TaggedObject obj, bool explicitly) { return(KeyAgreeRecipientInfo.GetInstance(Asn1Sequence.GetInstance(obj, explicitly))); }