Inheritance: Asn1Encodable
 public static AuthEnvelopedData GetInstance(Asn1TaggedObject obj, bool isExplicit)
 {
     return(AuthEnvelopedData.GetInstance(Asn1Sequence.GetInstance(obj, isExplicit)));
 }