#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate[] struct CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] struct DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint[] struct DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; // System.Collections.IList[] struct IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue[] struct InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage[] struct PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo[] struct SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name[] struct X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream struct Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate struct AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder struct AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer struct AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CAKeyUpdAnnContent struct CAKeyUpdAnnContent_t607833B88C4B1296047C134BDB0C425766C75B19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertConfirmContent struct CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId struct CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage struct CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages struct CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus struct CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException struct CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException struct CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList struct CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest struct CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo struct CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate struct CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey struct CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo struct ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CrlAnnContent struct CrlAnnContent_t1DE89AFFF0B017BC13C852394E3FF354FDCC415F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint struct CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry struct CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String struct DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String struct DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint struct DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName struct DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters struct DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey struct EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue struct EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy struct EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData struct EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent struct ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C; // System.Exception struct Exception_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenMsgContent struct GenMsgContent_t726253B1D8B27B12DD110A2A8D90A23B55955514; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenRepContent struct GenRepContent_tA297CD33FFC8F5980AAE8B056A5C86A24018F7DD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree struct GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac struct HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet struct HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac struct IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable struct IMemoable_tCAA06406EC7801BBF87BFBDB788638640A87D5BC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet struct ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate struct IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension struct IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector struct IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store struct IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue struct InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidParameterException struct InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent struct KeyRecRepContent_t22F4C88ECE39C1F57BE1F388B10F38BE3CC44E01; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints struct NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08; // System.NullReferenceException struct NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator struct PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemGenerationException struct PemGenerationException_t6F4706635F256B918B6C8DAF001BA8091F7113B7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemObject struct PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser struct PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215; // BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.PemWriter struct PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemWriter struct PemWriter_tBD518860EFED3382051637D2372D21CFA33EED8C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator struct Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator struct Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey struct Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey struct Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding struct Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878; // BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator struct Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions struct PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody struct PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent struct PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFailureInfo struct PkiFailureInfo_tE2C7BFC82FECC34786EB5F2C590B707B10136FAC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText struct PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader struct PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder struct PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage struct PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages struct PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo struct PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable struct PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo struct PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertChecker struct PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathBuilder struct PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathValidator struct PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters struct PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath struct PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder struct PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException struct PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult struct PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker struct PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator struct PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException struct PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult struct PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities struct PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities struct PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator struct PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException struct PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters struct PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode struct PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation struct PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo struct PolicyQualifierInfo_t84E81B8C5345FA092451BFF0C64B64A5BFDA1CDE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollRepContent struct PollRepContent_t2F00E71B4E8C0D8E368F8D6B4D1A2C8BF7F41C3B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollReqContent struct PollReqContent_t9E088023390C965C9ED9B058D24AFF1CE29EEF24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyChallContent struct PopoDecKeyChallContent_tFDC0E8AEF1539F7EEE5F2C0626EBDBDC5AA5C345; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyRespContent struct PopoDecKeyRespContent_t716A2B787B5522556D78FC7EE4B6F38886EDB30F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo struct PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags struct ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent struct RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent struct RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent struct RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData struct SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo struct SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList struct TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time struct Time_tD684B1785E755395701D46F89A97609911CD6DDE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor struct TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector struct X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector struct X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl struct X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry struct X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector struct X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter struct X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PemGenerationException_t6F4706635F256B918B6C8DAF001BA8091F7113B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral005EFC8DD1A71D4910EBF02BEE567D0B43B27098; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral01402BB4A9FCAB937A1C9A87FCFB32406F457FAC; IL2CPP_EXTERN_C String_t* _stringLiteral036E74C8A3733EFAA04B4C0FE277C434A453E3DC; IL2CPP_EXTERN_C String_t* _stringLiteral0814F317FC8E7E39712C5E38C3CAA64E00EADD2C; IL2CPP_EXTERN_C String_t* _stringLiteral08BBB8048FA133B2E30EBC4A223440CBE46C54BA; IL2CPP_EXTERN_C String_t* _stringLiteral09CC21BFED18B556AC92A30E195901F82FF4F451; IL2CPP_EXTERN_C String_t* _stringLiteral0A66378D4FED77E93671B10191DBC2552FE47557; IL2CPP_EXTERN_C String_t* _stringLiteral0B7552DD729B73B6F00D373EEE1073AFA5E2989C; IL2CPP_EXTERN_C String_t* _stringLiteral0BA42751AA9DEBB680AA52C8FCA717A3AE6A9425; IL2CPP_EXTERN_C String_t* _stringLiteral0EBC566A72F985E28DD57BC09180A1E5FDF54E41; IL2CPP_EXTERN_C String_t* _stringLiteral0FC3AA992B48D0EE3DD80A9EEC4003CFB6BC3C94; IL2CPP_EXTERN_C String_t* _stringLiteral13451B7216BC16C8E6A7ADA10BAB5AA1BE011664; IL2CPP_EXTERN_C String_t* _stringLiteral1376EA77A3853909D307143AAACB5F5613704D06; IL2CPP_EXTERN_C String_t* _stringLiteral1726628B508BDFB8753927B5B2F7A3CC15692F4C; IL2CPP_EXTERN_C String_t* _stringLiteral174470CF178EB5B47B678C2E5ACAE523992D3FEB; IL2CPP_EXTERN_C String_t* _stringLiteral178336C300B99C5DC6E51C001D33C01CF5F93337; IL2CPP_EXTERN_C String_t* _stringLiteral19088A5D4151B71A0151316584575959251E5B35; IL2CPP_EXTERN_C String_t* _stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3; IL2CPP_EXTERN_C String_t* _stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8; IL2CPP_EXTERN_C String_t* _stringLiteral1AD5614E9C2D72B3353E39D84F66639128C9C2B0; IL2CPP_EXTERN_C String_t* _stringLiteral1B8555B2343B69EFCF27161C4AB0868484AC151E; IL2CPP_EXTERN_C String_t* _stringLiteral1BB9782CB45D51495CB2CF6D5B8E5D22437EF542; IL2CPP_EXTERN_C String_t* _stringLiteral1BF1C35143A3CA9DD71DC673598DF58C4CC915D6; IL2CPP_EXTERN_C String_t* _stringLiteral1D659159C94F6C7A679860D0692777BA26DBD7C5; IL2CPP_EXTERN_C String_t* _stringLiteral1D7E532EA242647676D2FDC0CEDAC8275E273296; IL2CPP_EXTERN_C String_t* _stringLiteral1DCC1AAED6D17886965C2B37D7CC8F495E1A299F; IL2CPP_EXTERN_C String_t* _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C; IL2CPP_EXTERN_C String_t* _stringLiteral1EC2D1359E35F2121186F62D6C56061760ED0159; IL2CPP_EXTERN_C String_t* _stringLiteral1F3B9EB4F5E9CE7CAF12174B2DCE4731058C5EB6; IL2CPP_EXTERN_C String_t* _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral25768B56E40BB7D0B325FBB98EB7C38D8EEC66A3; IL2CPP_EXTERN_C String_t* _stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA; IL2CPP_EXTERN_C String_t* _stringLiteral2611FBE313046A4FCD06A4A0A6228B3BC3257A91; IL2CPP_EXTERN_C String_t* _stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD; IL2CPP_EXTERN_C String_t* _stringLiteral27955FB8D63C3F46B50A93B4CF4891EDFA1F2F41; IL2CPP_EXTERN_C String_t* _stringLiteral285C554C2C06F8FF0B78DEC197EF4DD4861BB409; IL2CPP_EXTERN_C String_t* _stringLiteral286919B8E0AC58DBA0643A17AC3CF8BA926F0E1F; IL2CPP_EXTERN_C String_t* _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E; IL2CPP_EXTERN_C String_t* _stringLiteral2A06A38FCD9CFFE255B3A7E700B96A4B8A3E9BE6; IL2CPP_EXTERN_C String_t* _stringLiteral2A2720692A325C1FB1445835E1076C1C2FAE0A47; IL2CPP_EXTERN_C String_t* _stringLiteral2AD31780F6885AD0D34D5F937F273D786CF33C90; IL2CPP_EXTERN_C String_t* _stringLiteral2B7396D8705BB4595740286DDE14757E479B548D; IL2CPP_EXTERN_C String_t* _stringLiteral2B8359178FA3ADF071CE1E5A87D4A166BC6BC9D5; IL2CPP_EXTERN_C String_t* _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968; IL2CPP_EXTERN_C String_t* _stringLiteral2D90F919A888ADB87B410BA1FCB1198A389B2D2B; IL2CPP_EXTERN_C String_t* _stringLiteral2E1BBE488CB281AA6731D9CF4A0BED94902BD3F7; IL2CPP_EXTERN_C String_t* _stringLiteral2EA73E61A52642578E6F233EA96296F2FE417E45; IL2CPP_EXTERN_C String_t* _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD; IL2CPP_EXTERN_C String_t* _stringLiteral32BFB51D0F9E36A831C7B113F00F5FA79E54F8B3; IL2CPP_EXTERN_C String_t* _stringLiteral33FBB91C46EBD157F5D451FD1FDED65AC7B5C971; IL2CPP_EXTERN_C String_t* _stringLiteral344CEA01221302FD0E72345CDF3C8F613B31D61D; IL2CPP_EXTERN_C String_t* _stringLiteral35269FAC09D83564DF217A06B403F36EABEF04A5; IL2CPP_EXTERN_C String_t* _stringLiteral37918A1F3CDEBB1930F0F8A1AFE1CD6D6661F3CF; IL2CPP_EXTERN_C String_t* _stringLiteral38777F695E62D348BF8D886E3369EA4B131E49EF; IL2CPP_EXTERN_C String_t* _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741; IL2CPP_EXTERN_C String_t* _stringLiteral3914D8DE8DD9129E487DDA892230864DBC298BA5; IL2CPP_EXTERN_C String_t* _stringLiteral399095539927C61EFB2E08911796A86F101B79B0; IL2CPP_EXTERN_C String_t* _stringLiteral3A21D0D4D90DD657AE41CC654D42D0042B5F6C9D; IL2CPP_EXTERN_C String_t* _stringLiteral3A5193F4EE85622E8F5B22B7408F69E043DE2EFA; IL2CPP_EXTERN_C String_t* _stringLiteral3C179E011F690DED03D2803302759F790DD8E730; IL2CPP_EXTERN_C String_t* _stringLiteral3D7AAEF10E3DEE1F7205099AF52AD971FDA30A43; IL2CPP_EXTERN_C String_t* _stringLiteral3F17DB9541FCD5D0914C2E54D73F1724BB5D3336; IL2CPP_EXTERN_C String_t* _stringLiteral3F22646293895E748A7D7D7FFC81F086A164014E; IL2CPP_EXTERN_C String_t* _stringLiteral4019720F56181878A12D8F3BDC321C5772C7A8E9; IL2CPP_EXTERN_C String_t* _stringLiteral41405746C36531F9FA128010BE10FBE6952DD512; IL2CPP_EXTERN_C String_t* _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7; IL2CPP_EXTERN_C String_t* _stringLiteral420797F26BD96D1A40FA39CCB283872553710011; IL2CPP_EXTERN_C String_t* _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; IL2CPP_EXTERN_C String_t* _stringLiteral454A8ADF2CFC99A3F62AE32BACA2F7539AB082DE; IL2CPP_EXTERN_C String_t* _stringLiteral46042EA5661F92B06849C13B0ACFBB825CABF696; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4712BAAA2C409BBFDE642D1E71320C1CE0C7463F; IL2CPP_EXTERN_C String_t* _stringLiteral47A8AC0089A98BD0B9890EE031BDFCA17CA1CD3B; IL2CPP_EXTERN_C String_t* _stringLiteral48197AEAAE2AD9DA94F5D8CB5B279A542D28DD92; IL2CPP_EXTERN_C String_t* _stringLiteral48F0517694DE7937A4314AAB1DD33F5B4410EBC7; IL2CPP_EXTERN_C String_t* _stringLiteral492E7E0E8C467AD9F1BDA7B42220485D9B07817E; IL2CPP_EXTERN_C String_t* _stringLiteral4A8AAA7B34B1D1C94F0B34C78EFC9F607AD39161; IL2CPP_EXTERN_C String_t* _stringLiteral4BD1FBF0F7522E0576F1D45564B0512BFF1C1BA2; IL2CPP_EXTERN_C String_t* _stringLiteral4BD64CDDC726EEC9781AF7725F934C659848D974; IL2CPP_EXTERN_C String_t* _stringLiteral4C9E0359FA526E95B7B7DDF4382BCF51D88EAC56; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral4DA5711D4BCB73B47C8379042C761A491540C39D; IL2CPP_EXTERN_C String_t* _stringLiteral4DD0B356B39F6C5FFF9BD1147C45A38407006DF9; IL2CPP_EXTERN_C String_t* _stringLiteral4E95F152FED30265401A8CA428DE65CAE77E3FFD; IL2CPP_EXTERN_C String_t* _stringLiteral4E9D8F7589ACEE878D91DB97C6FE4922E50D9C3E; IL2CPP_EXTERN_C String_t* _stringLiteral4FC61A1400B3905DB6E3D9074B376EA32DA03ACC; IL2CPP_EXTERN_C String_t* _stringLiteral4FDD51342C154566375CD3A8728C523A379262F3; IL2CPP_EXTERN_C String_t* _stringLiteral51931B650163C62A4546E9E80B4E0DFAC75FC750; IL2CPP_EXTERN_C String_t* _stringLiteral524A02B897BABED5C30469E21902671642FCF6DC; IL2CPP_EXTERN_C String_t* _stringLiteral52BF3202F6DD91ABBF776600CE48AB69CE3977CE; IL2CPP_EXTERN_C String_t* _stringLiteral539EAF434F6EC7AE9B1B0A38F0CB0727CEDE0C77; IL2CPP_EXTERN_C String_t* _stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613; IL2CPP_EXTERN_C String_t* _stringLiteral59396EBA06221EC4CA66CD9B47BA9DD548D12F89; IL2CPP_EXTERN_C String_t* _stringLiteral5A9C299AB520882D916CD2B93A60F70B9DA05ED2; IL2CPP_EXTERN_C String_t* _stringLiteral5AC8D8EDDDC7D9E98EF82D30533C0980F4C90786; IL2CPP_EXTERN_C String_t* _stringLiteral6052195D87AF695356209909C0AB9B32090C0C7A; IL2CPP_EXTERN_C String_t* _stringLiteral6074BEA3FD21FB830124104648549A6614535E7E; IL2CPP_EXTERN_C String_t* _stringLiteral6103D409980DD5D9229CA14D6FC7877D37AC6CAA; IL2CPP_EXTERN_C String_t* _stringLiteral63B47CC07E08A2C305FDBA083EFFDAC524AF09E6; IL2CPP_EXTERN_C String_t* _stringLiteral65B18323431577E981A840144819F00323638E91; IL2CPP_EXTERN_C String_t* _stringLiteral6659CD62965B9F3A7EB603F9E713F1E8B3588B63; IL2CPP_EXTERN_C String_t* _stringLiteral6850440C23BA143D9F2B65081427091AA2A67176; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6B8874EF43A97BD3967D5859261715C046A4F377; IL2CPP_EXTERN_C String_t* _stringLiteral6C0EFE11A2DF0FF2828978500328949496082B7A; IL2CPP_EXTERN_C String_t* _stringLiteral6D1F359C2C4A319BA714DAA87FC19FC96905039C; IL2CPP_EXTERN_C String_t* _stringLiteral6DD06F77C0C0449AF36E4A47FCFD33DE5AD44F90; IL2CPP_EXTERN_C String_t* _stringLiteral6EA022A7AC4085772E0F26ACC29B626227EA945F; IL2CPP_EXTERN_C String_t* _stringLiteral6FE7F56575F8EB966E60EEB749FC5A2EC5555144; IL2CPP_EXTERN_C String_t* _stringLiteral706FB76960A6BA4BF55773B0C37D8CCC1647A1C5; IL2CPP_EXTERN_C String_t* _stringLiteral711F8FB7EBB7FDAC8B8722A4C60A0BFB244C05CD; IL2CPP_EXTERN_C String_t* _stringLiteral72A0A0044F0D175FA3CCD9D25BCEC68EA0EC7501; IL2CPP_EXTERN_C String_t* _stringLiteral72B50A8A8C2199B0A0B80BD852F6CDCBE83F48DB; IL2CPP_EXTERN_C String_t* _stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E; IL2CPP_EXTERN_C String_t* _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9; IL2CPP_EXTERN_C String_t* _stringLiteral76F3B33D9D4746897AAFFB79FFA66BD8D59B1BCB; IL2CPP_EXTERN_C String_t* _stringLiteral778E4FAC8E1C4CF63D82AC2AE1097053CF32406B; IL2CPP_EXTERN_C String_t* _stringLiteral77C49E3BBE5191C0835E330FBD83AF31DD745F46; IL2CPP_EXTERN_C String_t* _stringLiteral78E0C2EFCD02F6DAB86D6A3F91172B4C750DAF5A; IL2CPP_EXTERN_C String_t* _stringLiteral7CCAEC32B794736B9302E7DCD5B17ADD774C56FF; IL2CPP_EXTERN_C String_t* _stringLiteral816238D2C5B664EF76E039079E40C1492ADCF0EC; IL2CPP_EXTERN_C String_t* _stringLiteral862E4D8478B1C8CE4FBE61820C444DC11B898783; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209; IL2CPP_EXTERN_C String_t* _stringLiteral884346E92AD976BEB0286CCBF0A106D27834AEF8; IL2CPP_EXTERN_C String_t* _stringLiteral8862B3ECC8B7EA5F4E97CE04D29A2A845B56A8CF; IL2CPP_EXTERN_C String_t* _stringLiteral88FFE2599BCE71130089C4BF4E95318D9891000F; IL2CPP_EXTERN_C String_t* _stringLiteral897027A495220D281DE57BF8E2502DB5980F45B0; IL2CPP_EXTERN_C String_t* _stringLiteral8C45FF57616AD707D36B1268FB121A2AE06C3E4D; IL2CPP_EXTERN_C String_t* _stringLiteral8DA748026DEAE0A90C7386ADFEF1EDBC296374CB; IL2CPP_EXTERN_C String_t* _stringLiteral8E19F22C75789DF424CC224825B7C3B2B49E2CB8; IL2CPP_EXTERN_C String_t* _stringLiteral8E80AED46A8272D4EB565971A6B391880E400D5E; IL2CPP_EXTERN_C String_t* _stringLiteral8FE7B9E4379FA727669A5DD2E2B5591AE8C6D6FD; IL2CPP_EXTERN_C String_t* _stringLiteral9154EE511A1AA31D1AF779C85CC118B3C4AC0DFB; IL2CPP_EXTERN_C String_t* _stringLiteral96AAC50BE9EDEE8C698F2DAB30DE451C06AB68C1; IL2CPP_EXTERN_C String_t* _stringLiteral96B65D313E49EF3F0F25B26855791B5B8C975B4F; IL2CPP_EXTERN_C String_t* _stringLiteral983408186E1119D5B88EBC42C4B8BDDC413C53CA; IL2CPP_EXTERN_C String_t* _stringLiteral9A096340926A36CDAC00FDD3176AD3400AADB784; IL2CPP_EXTERN_C String_t* _stringLiteral9A88087E1088DF39C4E1BBC4735F507B9F8D54EB; IL2CPP_EXTERN_C String_t* _stringLiteral9ADF294AFD5288659A6D07C6FBA6849ED062B84F; IL2CPP_EXTERN_C String_t* _stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5; IL2CPP_EXTERN_C String_t* _stringLiteral9C532A4F4F5ED29A023CF3CE13143084C214486E; IL2CPP_EXTERN_C String_t* _stringLiteral9C7B7D2260F44BC0E223CB60371205CDBC6DFE3E; IL2CPP_EXTERN_C String_t* _stringLiteral9D8B651CA633B57D8DACE5FA15A2C0C4DB4C8466; IL2CPP_EXTERN_C String_t* _stringLiteral9D94BFB66AFC47F7E1050302749DFD8D34C35105; IL2CPP_EXTERN_C String_t* _stringLiteral9E6BA185CF46C7496C8977196B608B151E6CA640; IL2CPP_EXTERN_C String_t* _stringLiteralA000DE34A65CA26228148544C6FE74851EF5A8AE; IL2CPP_EXTERN_C String_t* _stringLiteralA14E17E882BFA722610ABC91F13F679900E3797C; IL2CPP_EXTERN_C String_t* _stringLiteralA36889091A25A938861326DCFE41C362C218B148; IL2CPP_EXTERN_C String_t* _stringLiteralA4C577F5B749AC98D954F7E0F639B3624E6D03B0; IL2CPP_EXTERN_C String_t* _stringLiteralA6A6AB007C12E7673D8479299FDC94A4D003EBF9; IL2CPP_EXTERN_C String_t* _stringLiteralA76594DA0BCBB1E28AE992107BDBE1081FDA164B; IL2CPP_EXTERN_C String_t* _stringLiteralA9330901144F26291582224CCF274CF541077FB9; IL2CPP_EXTERN_C String_t* _stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79; IL2CPP_EXTERN_C String_t* _stringLiteralAA54A59A7E63764E1F84998FF1EA8DB123B7F168; IL2CPP_EXTERN_C String_t* _stringLiteralABE01313B2A02FB0DC746095989B72E83CD196FE; IL2CPP_EXTERN_C String_t* _stringLiteralAC7EEE1FAF70E5D1767FE8797CEF8C6E6E403486; IL2CPP_EXTERN_C String_t* _stringLiteralACAE5205BBD48263DF0BF791BC6300ABA5874238; IL2CPP_EXTERN_C String_t* _stringLiteralAD9A4DBE6C65B6AE57C330CAED083B9BD8DE9230; IL2CPP_EXTERN_C String_t* _stringLiteralAEA77D5EF63F278131D936B44C26AFA3FE3CCF9E; IL2CPP_EXTERN_C String_t* _stringLiteralB05FDB48481194D9EDB3678E4AF516A5B03C60D9; IL2CPP_EXTERN_C String_t* _stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE; IL2CPP_EXTERN_C String_t* _stringLiteralB268254F6BB97A4A5EBF4D0219F78845D5C9C32A; IL2CPP_EXTERN_C String_t* _stringLiteralB2D86ECD4AC83B6EAB6E109A9F044C2E5EE60D4F; IL2CPP_EXTERN_C String_t* _stringLiteralB4A2649B7C0C70D0BC140DDC049CCD1AD201746E; IL2CPP_EXTERN_C String_t* _stringLiteralB694B55805960B515D0CD8980B431DCCF172857B; IL2CPP_EXTERN_C String_t* _stringLiteralB7ED64F230126C10FC9E65306CA18D9DE7BEB24D; IL2CPP_EXTERN_C String_t* _stringLiteralB8EC01F0D500A4E7FE84F84C9DE598ABB59118A1; IL2CPP_EXTERN_C String_t* _stringLiteralB905F945F6C802DA4F272200C498F96D835F53DE; IL2CPP_EXTERN_C String_t* _stringLiteralB938976C39642A3637BC2F334507FCBF34F9A773; IL2CPP_EXTERN_C String_t* _stringLiteralB9C6FDED6C2F4B1E22E1BCEAB25BB902E4F27111; IL2CPP_EXTERN_C String_t* _stringLiteralB9E15D36DACFA970D8917F8A2D25B3E56074B572; IL2CPP_EXTERN_C String_t* _stringLiteralBA238C1A4CD8314AE4867566942B59C9DB1550C8; IL2CPP_EXTERN_C String_t* _stringLiteralBB21CB0A2ADAE29320DE765A1D01163FDABAE123; IL2CPP_EXTERN_C String_t* _stringLiteralBB6D0D82A1D2CF2E0778327801C2903C072E1A02; IL2CPP_EXTERN_C String_t* _stringLiteralBBB49D2EBE90890F62714E4006FE978AEE3E6809; IL2CPP_EXTERN_C String_t* _stringLiteralBC3ACA04963388DC4190CA6B5759DD7189096FB4; IL2CPP_EXTERN_C String_t* _stringLiteralBC85E7B16C7589BC51F624AB9C9623C123498095; IL2CPP_EXTERN_C String_t* _stringLiteralBD7E187BEFE6216EF3FD50A595697878AA632635; IL2CPP_EXTERN_C String_t* _stringLiteralBD91F93EFB6DE15B5E650167CDB9B398A3EBD005; IL2CPP_EXTERN_C String_t* _stringLiteralBDDA27810124EA0F55FB10F1363AE8FCCE44CF61; IL2CPP_EXTERN_C String_t* _stringLiteralBF988EFAE8131F447CAC2B05914F25FD76ECE5E4; IL2CPP_EXTERN_C String_t* _stringLiteralBFFE19FDB5063D91F4DE6FEAEA906590DEDCD864; IL2CPP_EXTERN_C String_t* _stringLiteralC04F8B907814B0B9F1E2B2560884FB277BF70D56; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC24644CE174A9FCB2EF59B0D3F35DA6A777EFC00; IL2CPP_EXTERN_C String_t* _stringLiteralC25A9EB35027400851E0BCEDE157333E8EE1A48F; IL2CPP_EXTERN_C String_t* _stringLiteralC2D60D8ADA94B27720CD79461CBA587CBA86EE1B; IL2CPP_EXTERN_C String_t* _stringLiteralC3E64F68C869618593D12ADDE00C270F40348058; IL2CPP_EXTERN_C String_t* _stringLiteralC47756871C15D81B5CE7AB027E7C1DCEF6E72F17; IL2CPP_EXTERN_C String_t* _stringLiteralC47E7F7AEF16F78CE7B3D75756F38A67794AF4D0; IL2CPP_EXTERN_C String_t* _stringLiteralC56C736AE9B465ACA5E98CB8507B196BDE503ED6; IL2CPP_EXTERN_C String_t* _stringLiteralC5E7D42EDAE9559779BB3995FE55D1EFD81E4E97; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC71C74603A49E2AF0E907E06E41C50128DE85768; IL2CPP_EXTERN_C String_t* _stringLiteralC8B0C265B357D3CE7C73161F1771D1226DB222A9; IL2CPP_EXTERN_C String_t* _stringLiteralC92F8B32339C44D16B6FC8D5E9DAE5E035EFC716; IL2CPP_EXTERN_C String_t* _stringLiteralC94BBF91F1A7954FA6AB25C32A2D6E322A88A041; IL2CPP_EXTERN_C String_t* _stringLiteralCA32CE83E533343EE80B31300CCEDE255B1AAC5C; IL2CPP_EXTERN_C String_t* _stringLiteralCA78A2ED719A49499B0E3F1BAF38EB8DF561A780; IL2CPP_EXTERN_C String_t* _stringLiteralCB5D7E0DA251F540303F5F9DEAEDC766A82A410F; IL2CPP_EXTERN_C String_t* _stringLiteralCB5F8664BCC489F22D2E1A75F41264778E3141FC; IL2CPP_EXTERN_C String_t* _stringLiteralCFB7B03F540A91A9F9CDEDB051F97BE788740CF9; IL2CPP_EXTERN_C String_t* _stringLiteralD08FF04CF90D79C906F06B81EDB9B41E22D97A2A; IL2CPP_EXTERN_C String_t* _stringLiteralD4D1232BCC68E0694065D253BAF7571E0CEF2C4D; IL2CPP_EXTERN_C String_t* _stringLiteralD4FC262FFEFAB6372DB06C7A7AFE9EBEBC988BFC; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E; IL2CPP_EXTERN_C String_t* _stringLiteralD7E8F0A52C757429346ED5DC0C2A2B2262B4DE82; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralD9C01FAA32563B3A4511B60C44F58E316D631375; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDB47F5048004AA4E55585F6CC992D48EED668D93; IL2CPP_EXTERN_C String_t* _stringLiteralDB6F6FF562E2A5AB8E52A5FC41A10D6F957FB5C8; IL2CPP_EXTERN_C String_t* _stringLiteralDBC1B0E1CC5BE442112C328822B50AF6CFC1F0F1; IL2CPP_EXTERN_C String_t* _stringLiteralDD53635596569841E64C29B4519CB4A7E3F655C0; IL2CPP_EXTERN_C String_t* _stringLiteralDE1132A3F9A0BD7A63AD15A9923AA4FE7061F02D; IL2CPP_EXTERN_C String_t* _stringLiteralE0BFD9B4550CB3AE360EED2676EAAD7F7AFF8DF2; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE22A28D61FBE43D3CE21515AEB6A65AA08F9F83C; IL2CPP_EXTERN_C String_t* _stringLiteralE25FCB040761B302249B0BAD270434BBD4C0DDFA; IL2CPP_EXTERN_C String_t* _stringLiteralE311506C7544CA9ABC22BFADE7EEEF0AF25CD2B0; IL2CPP_EXTERN_C String_t* _stringLiteralE337D7D95B08842100D977875CCFC39E9D9056FF; IL2CPP_EXTERN_C String_t* _stringLiteralE5B5B0AD859123953C928C610BF1F35B7FC0961B; IL2CPP_EXTERN_C String_t* _stringLiteralE648A668EFD6670A41259EA7077E39E104304591; IL2CPP_EXTERN_C String_t* _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410; IL2CPP_EXTERN_C String_t* _stringLiteralE77C306E6B10C97785B8B8AA1D94CEDBD7A175BC; IL2CPP_EXTERN_C String_t* _stringLiteralE7BF5C91F159F0A22AC9F779FF186644FCC27DFD; IL2CPP_EXTERN_C String_t* _stringLiteralE811C2860875F50C7781757CF7476F86E70C6283; IL2CPP_EXTERN_C String_t* _stringLiteralE8C1B69DB375D3BAC01C7D1DE55BB66B35CF0BA3; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEA5CA26C177488527F16BA3B767C273E44541470; IL2CPP_EXTERN_C String_t* _stringLiteralEA9886E4F2C4A6802C316A24EEE315A59DF9E0B5; IL2CPP_EXTERN_C String_t* _stringLiteralEBB2E67AEC0639C5930976D0EA93490D87D7E516; IL2CPP_EXTERN_C String_t* _stringLiteralEBDBA0FC29166DD188FB7D18054B217E1B452235; IL2CPP_EXTERN_C String_t* _stringLiteralEC0A3B14867C1593F18D8F3DB9A17EB3A4D4AA2D; IL2CPP_EXTERN_C String_t* _stringLiteralEC779CFF6CC64D9BB3CF05D14654C35870050117; IL2CPP_EXTERN_C String_t* _stringLiteralED3F1381F57FE8D10DFAC58E325C417090550754; IL2CPP_EXTERN_C String_t* _stringLiteralEF7D2996F9C55CE019E9D05837734259CA76AD90; IL2CPP_EXTERN_C String_t* _stringLiteralF29BB1DE966B13F1BEA8F2BB4EE61249C006D6DD; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3C89F7DCC9DA9E0A8C847253DB2E3A651E2061C; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF422850993212057809CBD984B2F3DAEC17A02ED; IL2CPP_EXTERN_C String_t* _stringLiteralF4C6EB3004FDF453B81ED3763094DBD54296B30A; IL2CPP_EXTERN_C String_t* _stringLiteralF6B4073CEDB819BAA32DC98061C02789EC1FC8A0; IL2CPP_EXTERN_C String_t* _stringLiteralF7CFFC7AB0FD63A0930DF17784A1BCAB13A0B059; IL2CPP_EXTERN_C String_t* _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE; IL2CPP_EXTERN_C String_t* _stringLiteralF8591E019243177659D36C84E0F0DD536C62D029; IL2CPP_EXTERN_C String_t* _stringLiteralFA1DD0C284BA7C8A7344835C6AED475C9FA5FF31; IL2CPP_EXTERN_C String_t* _stringLiteralFA6E241C277940286582512FD06C880028653B79; IL2CPP_EXTERN_C String_t* _stringLiteralFB25BD3884F494E8D6AF50CCD4DD8CCCBD2610C4; IL2CPP_EXTERN_C String_t* _stringLiteralFCC8A8A9F779F952F9EF80E726943A0DF53C7EF7; IL2CPP_EXTERN_C String_t* _stringLiteralFCC8ACD7DDF06AA7F6F9299ABEF90CD87759F5EF; IL2CPP_EXTERN_C String_t* _stringLiteralFF01C47ABD568A459C8EA38273E930831E0F8561; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pkcs5S1ParametersGenerator_GenerateDerivedMacParameters_m688A2869B2010B47C5CA1EF99A8B3F11C2682EDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pkcs5S1ParametersGenerator_GenerateDerivedParameters_m34991842148B3DA98FC185AAF821781115D03427_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pkcs5S1ParametersGenerator_GenerateDerivedParameters_m5754734AF0E8247D3E20639217670635ED1B1B13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pkcs5S1ParametersGenerator_GenerateDerivedParameters_mD49A903F0C6D14C34043552A9DD488E9E069FB65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pkcs5S2ParametersGenerator_F_m7485D02D2D6B1EF7CF1BA217D0775355ADA2E192_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pkcs7Padding_PadCount_m7694E234E23EBC17428EF7ED6D69CB5761321FBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pkcs8Generator_Generate_m1F72BB4DA203FD6DB8C14D517962BC37DCA838F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiArchiveOptions_GetInstance_m61C61A162BB618EBB3D1B961829AB669E6FF7D51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiArchiveOptions__ctor_m3FCE7A4DA67C4D6B1984CBE7C90976E2E726534A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiBody_GetBodyForType_mDB368C40AD1F20CAC28CA7CBBCEE659BF0C198D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiBody_GetInstance_m505735FA5A5C18C57DC43A19C9DBF808839FE7A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiConfirmContent_GetInstance_m75C996153B0BCE6C5A6588340D42D9C57838A4DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiFreeText__ctor_m34AF1C192E1AED7258DFBD6EDCE61CE315B937DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiHeader_GetInstance_mCF83A2D7E6E72A8330C2D2658C5E9C96DB5AF927_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiHeader__ctor_m9EBCA39AED826E7C556807AD219AB225BDFEE40F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiMessages_GetInstance_mD1D0CEC37A546CEDAD50A072641036E625C7ACC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiPublicationInfo_GetInstance_mE1065FB8AFD3A6173AA7C77A90ACBD7B51BAB0F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiStatusEncodable_GetInstance_mB67D691DF771336843BC753016CEB9E3E05557B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixAttrCertPathValidator_Validate_mB96E38A2A6BC806699B0DA7DA813A6A2CD47230A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixBuilderParameters_set_MaxPathLength_mA824B80EBE412A42D6100D6FB0ACDB0BABF880E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathBuilderResult__ctor_mF5DF5A48669C4C246C464474749963C4914E3298_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathBuilder_Build_m5B73D5CA11538FFF2EAF1794C3FB027C99453A16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathBuilder_Build_m6B344F3C5AE6CBB9A6EF846BEA4FCD3B6A613987_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorResult__ctor_mEF308545DCC881F41B9DD01F2FF80D1541DA7739_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_AddAdditionalStoreFromLocation_m254431DBF318B860D8D43A5BE0E7905AE4919ED3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_AddAdditionalStoresFromCrlDistributionPoint_m59BB8809B5ADC894307319780A8128A0FD2223E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_FindCertificates_mDE414946ED6255E2BF6DCB3EB9476D0E0461664F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_FindIssuerCerts_m0B5DA81AC24D6A028995F6164514D40806B43903_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_FindTrustAnchor_m78D750012913D2C935FEA16E04C67BECF4AE77E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_GetAlgorithmIdentifier_m55E8EC96078652D734C1A7D18B49E3A2F501E3F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_GetCertStatus_m3A59789ED2B9C956C8A24C1E2FCDE079C2E0E119_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_GetCompleteCrls_mB17B4DDFD561AD03324A945906C2B8FE15F07048_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_GetCrlIssuersFromDistributionPoint_m924C45775297E252FBF36EA28F15BA1CB125515D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidatorUtilities_PrepareNextCertB1_m07BEB038EA02791FF41A1155661FE258616060C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidator_CheckCertificate_m72EEFB65A03200DA0664EC41D90E56D958612ABC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPath_GetEncoded_m93B030F590CEF8595147444DBA3D5A71DDF19033_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPath_ToAsn1Object_m3B9068E54462F401AAEA57F2FFD1FEF9677A3548_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPath_ToDerEncoded_m502B4A12ACE07689F96A6B26CDEA8183724997B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCertPath__ctor_m139910BBEA142ABBFD3A5050A20EA0D38AED69FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCrlUtilities_FindCrls_mB1AA9157229F5CE77A9131EA692928CD3B6A668C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCrlUtilities_FindCrls_mDC9F49F64BABA5455C609DF5CB1C5C7860995CD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixCrlUtilities_FindCrls_mF53937DE872FBCFE2FE1944EE9899AFF246D7D87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_CheckExcludedDN_mDE591F576EB9F3677A1313ACB1A4743B0BAE9024_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_CheckExcludedEmail_m46C84BD02998A5C98F430FAC8B5DEE85198DDC4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_CheckPermittedDNS_m0B847AED51D2CCBE821A50776C847F11743DF2E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_CheckPermittedDN_mBABA589D8DA6E66426E0DAF93D6F6239704CAAF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_CheckPermittedEmail_mFFB21A96B103ADAEB9AB706DCA0811C9A0EB7BCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_CheckPermittedIP_mA8354D14FB7B7CB73EA501AAA16215C96AE99346_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_CheckPermittedURI_m13D092F297332E818D9736F288429651BD3D95FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_checkExcludedDNS_m8A1A5AB411D9853A21EBEDB86DF2228478E09225_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_checkExcludedIP_mB9A901586F79782E926CB1F2ECD4A9FD83480165_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixNameConstraintValidator_checkExcludedURI_mC8CEA3E46EE4A718335DEDE7626C8E04789FF202_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixParameters_SetAttrCertCheckers_m7B387A8D23DBAFE9DA09D59A6C48524EBE52A009_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixParameters_SetNecessaryACAttributes_mD23324228351DE1FB574A7F1AEF6DA2D76DD48BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixParameters_SetProhibitedACAttributes_m57FED778671D4DEDA4B00138B1C8953CF56339BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixParameters_SetStores_m4230F9B08E1B6B2322FB7B9F78710C744F716D78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixParameters_SetTrustAnchors_m7B2603033CA2CD85D1628220CD3AE7BA17E92FA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PkixParameters_SetTrustedACIssuers_mB0FB2CB1EDA1B1166971BFAD48A6897743FE6843_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_0_0_0_var; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00; struct DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93; struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; struct IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B; struct InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA; struct SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer struct AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer::form Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___form_0; public: inline static int32_t get_offset_of_form_0() { return static_cast(offsetof(AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4, ___form_0)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_form_0() const { return ___form_0; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_form_0() { return &___form_0; } inline void set_form_0(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___form_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___form_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus struct CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::status int32_t ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::revocationDate DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___revocationDate_3; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940, ___status_2)); } inline int32_t get_status_2() const { return ___status_2; } inline int32_t* get_address_of_status_2() { return &___status_2; } inline void set_status_2(int32_t value) { ___status_2 = value; } inline static int32_t get_offset_of_revocationDate_3() { return static_cast(offsetof(CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940, ___revocationDate_3)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_revocationDate_3() const { return ___revocationDate_3; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_revocationDate_3() { return &___revocationDate_3; } inline void set_revocationDate_3(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___revocationDate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationDate_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 : public RuntimeObject { public: public: }; struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::Instance CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * ___Instance_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::KeySizes RuntimeObject* ___KeySizes_1; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::BaseCipherNames RuntimeObject* ___BaseCipherNames_2; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___Instance_0)); } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * get_Instance_0() const { return ___Instance_0; } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } inline static int32_t get_offset_of_KeySizes_1() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___KeySizes_1)); } inline RuntimeObject* get_KeySizes_1() const { return ___KeySizes_1; } inline RuntimeObject** get_address_of_KeySizes_1() { return &___KeySizes_1; } inline void set_KeySizes_1(RuntimeObject* value) { ___KeySizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeySizes_1), (void*)value); } inline static int32_t get_offset_of_BaseCipherNames_2() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___BaseCipherNames_2)); } inline RuntimeObject* get_BaseCipherNames_2() const { return ___BaseCipherNames_2; } inline RuntimeObject** get_address_of_BaseCipherNames_2() { return &___BaseCipherNames_2; } inline void set_BaseCipherNames_2(RuntimeObject* value) { ___BaseCipherNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseCipherNames_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey struct CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 : public RuntimeObject { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::password CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::salt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::iterationCount int32_t ___iterationCount_2; public: inline static int32_t get_offset_of_password_0() { return static_cast(offsetof(CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43, ___password_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_password_0() const { return ___password_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_password_0() { return &___password_0; } inline void set_password_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___password_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_0), (void*)value); } inline static int32_t get_offset_of_salt_1() { return static_cast(offsetof(CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43, ___salt_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_salt_1() const { return ___salt_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_salt_1() { return &___salt_1; } inline void set_salt_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___salt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___salt_1), (void*)value); } inline static int32_t get_offset_of_iterationCount_2() { return static_cast(offsetof(CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43, ___iterationCount_2)); } inline int32_t get_iterationCount_2() const { return ___iterationCount_2; } inline int32_t* get_address_of_iterationCount_2() { return &___iterationCount_2; } inline void set_iterationCount_2(int32_t value) { ___iterationCount_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::validation DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___validation_3; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___p_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_0() const { return ___p_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_0() { return &___p_0; } inline void set_p_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_q_1() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___q_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_1() const { return ___q_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_1() { return &___q_1; } inline void set_q_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___g_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_2() const { return ___g_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_validation_3() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___validation_3)); } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * get_validation_3() const { return ___validation_3; } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 ** get_address_of_validation_3() { return &___validation_3; } inline void set_validation_3(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * value) { ___validation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___validation_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy struct EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 : public RuntimeObject { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::inner RuntimeObject* ___inner_0; public: inline static int32_t get_offset_of_inner_0() { return static_cast(offsetof(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2, ___inner_0)); } inline RuntimeObject* get_inner_0() const { return ___inner_0; } inline RuntimeObject** get_address_of_inner_0() { return &___inner_0; } inline void set_inner_0(RuntimeObject* value) { ___inner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inner_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::byteCount int64_t ___byteCount_3; public: inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount_3() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___byteCount_3)); } inline int64_t get_byteCount_3() const { return ___byteCount_3; } inline int64_t* get_address_of_byteCount_3() { return &___byteCount_3; } inline void set_byteCount_3(int64_t value) { ___byteCount_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac struct HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::digest RuntimeObject* ___digest_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::digestSize int32_t ___digestSize_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::blockLength int32_t ___blockLength_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::ipadState RuntimeObject* ___ipadState_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::opadState RuntimeObject* ___opadState_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::inputPad ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inputPad_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::outputBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outputBuf_8; public: inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___digest_2)); } inline RuntimeObject* get_digest_2() const { return ___digest_2; } inline RuntimeObject** get_address_of_digest_2() { return &___digest_2; } inline void set_digest_2(RuntimeObject* value) { ___digest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_2), (void*)value); } inline static int32_t get_offset_of_digestSize_3() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___digestSize_3)); } inline int32_t get_digestSize_3() const { return ___digestSize_3; } inline int32_t* get_address_of_digestSize_3() { return &___digestSize_3; } inline void set_digestSize_3(int32_t value) { ___digestSize_3 = value; } inline static int32_t get_offset_of_blockLength_4() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___blockLength_4)); } inline int32_t get_blockLength_4() const { return ___blockLength_4; } inline int32_t* get_address_of_blockLength_4() { return &___blockLength_4; } inline void set_blockLength_4(int32_t value) { ___blockLength_4 = value; } inline static int32_t get_offset_of_ipadState_5() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___ipadState_5)); } inline RuntimeObject* get_ipadState_5() const { return ___ipadState_5; } inline RuntimeObject** get_address_of_ipadState_5() { return &___ipadState_5; } inline void set_ipadState_5(RuntimeObject* value) { ___ipadState_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ipadState_5), (void*)value); } inline static int32_t get_offset_of_opadState_6() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___opadState_6)); } inline RuntimeObject* get_opadState_6() const { return ___opadState_6; } inline RuntimeObject** get_address_of_opadState_6() { return &___opadState_6; } inline void set_opadState_6(RuntimeObject* value) { ___opadState_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___opadState_6), (void*)value); } inline static int32_t get_offset_of_inputPad_7() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___inputPad_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_inputPad_7() const { return ___inputPad_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_inputPad_7() { return &___inputPad_7; } inline void set_inputPad_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___inputPad_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputPad_7), (void*)value); } inline static int32_t get_offset_of_outputBuf_8() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___outputBuf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_outputBuf_8() const { return ___outputBuf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_outputBuf_8() { return &___outputBuf_8; } inline void set_outputBuf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___outputBuf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputBuf_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet struct HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::impl RuntimeObject* ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754, ___impl_0)); } inline RuntimeObject* get_impl_0() const { return ___impl_0; } inline RuntimeObject** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(RuntimeObject* value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers struct IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E : public RuntimeObject { public: public: }; struct IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMtt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMtt_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttCP DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttCP_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttCPAccredited DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttCPAccredited_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttAT DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttAT_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATDateOfCertGen DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATDateOfCertGen_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATProcuration DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATProcuration_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATAdmission DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATAdmission_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATMonetaryLimit DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATMonetaryLimit_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATDeclarationOfMajority DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATDeclarationOfMajority_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATIccsn DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATIccsn_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATPKReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATPKReference_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATRestriction DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATRestriction_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATRetrieveIfAllowed DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATRetrieveIfAllowed_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATRequestedCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATRequestedCertificate_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATNamingAuthorities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATNamingAuthorities_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATCertInDirSince DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATCertInDirSince_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATCertHash DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATCertHash_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATNameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATNameAtBirth_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATAdditionalInformation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATAdditionalInformation_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers::IdIsisMttATLiabilityLimitationFlag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATLiabilityLimitationFlag_19; public: inline static int32_t get_offset_of_IdIsisMtt_0() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMtt_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMtt_0() const { return ___IdIsisMtt_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMtt_0() { return &___IdIsisMtt_0; } inline void set_IdIsisMtt_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMtt_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMtt_0), (void*)value); } inline static int32_t get_offset_of_IdIsisMttCP_1() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttCP_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttCP_1() const { return ___IdIsisMttCP_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttCP_1() { return &___IdIsisMttCP_1; } inline void set_IdIsisMttCP_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttCP_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttCP_1), (void*)value); } inline static int32_t get_offset_of_IdIsisMttCPAccredited_2() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttCPAccredited_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttCPAccredited_2() const { return ___IdIsisMttCPAccredited_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttCPAccredited_2() { return &___IdIsisMttCPAccredited_2; } inline void set_IdIsisMttCPAccredited_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttCPAccredited_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttCPAccredited_2), (void*)value); } inline static int32_t get_offset_of_IdIsisMttAT_3() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttAT_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttAT_3() const { return ___IdIsisMttAT_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttAT_3() { return &___IdIsisMttAT_3; } inline void set_IdIsisMttAT_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttAT_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttAT_3), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATDateOfCertGen_4() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATDateOfCertGen_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATDateOfCertGen_4() const { return ___IdIsisMttATDateOfCertGen_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATDateOfCertGen_4() { return &___IdIsisMttATDateOfCertGen_4; } inline void set_IdIsisMttATDateOfCertGen_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATDateOfCertGen_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATDateOfCertGen_4), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATProcuration_5() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATProcuration_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATProcuration_5() const { return ___IdIsisMttATProcuration_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATProcuration_5() { return &___IdIsisMttATProcuration_5; } inline void set_IdIsisMttATProcuration_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATProcuration_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATProcuration_5), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATAdmission_6() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATAdmission_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATAdmission_6() const { return ___IdIsisMttATAdmission_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATAdmission_6() { return &___IdIsisMttATAdmission_6; } inline void set_IdIsisMttATAdmission_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATAdmission_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATAdmission_6), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATMonetaryLimit_7() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATMonetaryLimit_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATMonetaryLimit_7() const { return ___IdIsisMttATMonetaryLimit_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATMonetaryLimit_7() { return &___IdIsisMttATMonetaryLimit_7; } inline void set_IdIsisMttATMonetaryLimit_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATMonetaryLimit_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATMonetaryLimit_7), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATDeclarationOfMajority_8() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATDeclarationOfMajority_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATDeclarationOfMajority_8() const { return ___IdIsisMttATDeclarationOfMajority_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATDeclarationOfMajority_8() { return &___IdIsisMttATDeclarationOfMajority_8; } inline void set_IdIsisMttATDeclarationOfMajority_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATDeclarationOfMajority_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATDeclarationOfMajority_8), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATIccsn_9() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATIccsn_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATIccsn_9() const { return ___IdIsisMttATIccsn_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATIccsn_9() { return &___IdIsisMttATIccsn_9; } inline void set_IdIsisMttATIccsn_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATIccsn_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATIccsn_9), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATPKReference_10() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATPKReference_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATPKReference_10() const { return ___IdIsisMttATPKReference_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATPKReference_10() { return &___IdIsisMttATPKReference_10; } inline void set_IdIsisMttATPKReference_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATPKReference_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATPKReference_10), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATRestriction_11() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATRestriction_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATRestriction_11() const { return ___IdIsisMttATRestriction_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATRestriction_11() { return &___IdIsisMttATRestriction_11; } inline void set_IdIsisMttATRestriction_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATRestriction_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATRestriction_11), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATRetrieveIfAllowed_12() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATRetrieveIfAllowed_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATRetrieveIfAllowed_12() const { return ___IdIsisMttATRetrieveIfAllowed_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATRetrieveIfAllowed_12() { return &___IdIsisMttATRetrieveIfAllowed_12; } inline void set_IdIsisMttATRetrieveIfAllowed_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATRetrieveIfAllowed_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATRetrieveIfAllowed_12), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATRequestedCertificate_13() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATRequestedCertificate_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATRequestedCertificate_13() const { return ___IdIsisMttATRequestedCertificate_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATRequestedCertificate_13() { return &___IdIsisMttATRequestedCertificate_13; } inline void set_IdIsisMttATRequestedCertificate_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATRequestedCertificate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATRequestedCertificate_13), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATNamingAuthorities_14() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATNamingAuthorities_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATNamingAuthorities_14() const { return ___IdIsisMttATNamingAuthorities_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATNamingAuthorities_14() { return &___IdIsisMttATNamingAuthorities_14; } inline void set_IdIsisMttATNamingAuthorities_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATNamingAuthorities_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATNamingAuthorities_14), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATCertInDirSince_15() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATCertInDirSince_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATCertInDirSince_15() const { return ___IdIsisMttATCertInDirSince_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATCertInDirSince_15() { return &___IdIsisMttATCertInDirSince_15; } inline void set_IdIsisMttATCertInDirSince_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATCertInDirSince_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATCertInDirSince_15), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATCertHash_16() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATCertHash_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATCertHash_16() const { return ___IdIsisMttATCertHash_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATCertHash_16() { return &___IdIsisMttATCertHash_16; } inline void set_IdIsisMttATCertHash_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATCertHash_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATCertHash_16), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATNameAtBirth_17() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATNameAtBirth_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATNameAtBirth_17() const { return ___IdIsisMttATNameAtBirth_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATNameAtBirth_17() { return &___IdIsisMttATNameAtBirth_17; } inline void set_IdIsisMttATNameAtBirth_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATNameAtBirth_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATNameAtBirth_17), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATAdditionalInformation_18() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATAdditionalInformation_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATAdditionalInformation_18() const { return ___IdIsisMttATAdditionalInformation_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATAdditionalInformation_18() { return &___IdIsisMttATAdditionalInformation_18; } inline void set_IdIsisMttATAdditionalInformation_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATAdditionalInformation_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATAdditionalInformation_18), (void*)value); } inline static int32_t get_offset_of_IdIsisMttATLiabilityLimitationFlag_19() { return static_cast(offsetof(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields, ___IdIsisMttATLiabilityLimitationFlag_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATLiabilityLimitationFlag_19() const { return ___IdIsisMttATLiabilityLimitationFlag_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATLiabilityLimitationFlag_19() { return &___IdIsisMttATLiabilityLimitationFlag_19; } inline void set_IdIsisMttATLiabilityLimitationFlag_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATLiabilityLimitationFlag_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATLiabilityLimitationFlag_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_iv_1() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___iv_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_1() const { return ___iv_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_1() { return &___iv_1; } inline void set_iv_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator struct PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::mPassword ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPassword_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::mSalt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSalt_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::mIterationCount int32_t ___mIterationCount_2; public: inline static int32_t get_offset_of_mPassword_0() { return static_cast(offsetof(PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0, ___mPassword_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPassword_0() const { return ___mPassword_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPassword_0() { return &___mPassword_0; } inline void set_mPassword_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPassword_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPassword_0), (void*)value); } inline static int32_t get_offset_of_mSalt_1() { return static_cast(offsetof(PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0, ___mSalt_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSalt_1() const { return ___mSalt_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSalt_1() { return &___mSalt_1; } inline void set_mSalt_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSalt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSalt_1), (void*)value); } inline static int32_t get_offset_of_mIterationCount_2() { return static_cast(offsetof(PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0, ___mIterationCount_2)); } inline int32_t get_mIterationCount_2() const { return ___mIterationCount_2; } inline int32_t* get_address_of_mIterationCount_2() { return &___mIterationCount_2; } inline void set_mIterationCount_2(int32_t value) { ___mIterationCount_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemObject struct PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 : public RuntimeObject { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemObject::type String_t* ___type_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemObject::headers RuntimeObject* ___headers_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemObject::content ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___content_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5, ___type_0)); } inline String_t* get_type_0() const { return ___type_0; } inline String_t** get_address_of_type_0() { return &___type_0; } inline void set_type_0(String_t* value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } inline static int32_t get_offset_of_headers_1() { return static_cast(offsetof(PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5, ___headers_1)); } inline RuntimeObject* get_headers_1() const { return ___headers_1; } inline RuntimeObject** get_address_of_headers_1() { return &___headers_1; } inline void set_headers_1(RuntimeObject* value) { ___headers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___headers_1), (void*)value); } inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5, ___content_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_content_2() const { return ___content_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_content_2() { return &___content_2; } inline void set_content_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemWriter struct PemWriter_tBD518860EFED3382051637D2372D21CFA33EED8C : public RuntimeObject { public: // System.IO.TextWriter BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemWriter::writer TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemWriter::nlLength int32_t ___nlLength_2; // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemWriter::buf CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buf_3; public: inline static int32_t get_offset_of_writer_1() { return static_cast(offsetof(PemWriter_tBD518860EFED3382051637D2372D21CFA33EED8C, ___writer_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_writer_1() const { return ___writer_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_writer_1() { return &___writer_1; } inline void set_writer_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___writer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_1), (void*)value); } inline static int32_t get_offset_of_nlLength_2() { return static_cast(offsetof(PemWriter_tBD518860EFED3382051637D2372D21CFA33EED8C, ___nlLength_2)); } inline int32_t get_nlLength_2() const { return ___nlLength_2; } inline int32_t* get_address_of_nlLength_2() { return &___nlLength_2; } inline void set_nlLength_2(int32_t value) { ___nlLength_2 = value; } inline static int32_t get_offset_of_buf_3() { return static_cast(offsetof(PemWriter_tBD518860EFED3382051637D2372D21CFA33EED8C, ___buf_3)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_buf_3() const { return ___buf_3; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_buf_3() { return &___buf_3; } inline void set_buf_3(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___buf_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding struct Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator struct Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE : public RuntimeObject { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::password CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::algorithm String_t* ___algorithm_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::iterationCount int32_t ___iterationCount_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::privKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privKey_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_10; public: inline static int32_t get_offset_of_password_6() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE, ___password_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_password_6() const { return ___password_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_password_6() { return &___password_6; } inline void set_password_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___password_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_6), (void*)value); } inline static int32_t get_offset_of_algorithm_7() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE, ___algorithm_7)); } inline String_t* get_algorithm_7() const { return ___algorithm_7; } inline String_t** get_address_of_algorithm_7() { return &___algorithm_7; } inline void set_algorithm_7(String_t* value) { ___algorithm_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_7), (void*)value); } inline static int32_t get_offset_of_iterationCount_8() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE, ___iterationCount_8)); } inline int32_t get_iterationCount_8() const { return ___iterationCount_8; } inline int32_t* get_address_of_iterationCount_8() { return &___iterationCount_8; } inline void set_iterationCount_8(int32_t value) { ___iterationCount_8 = value; } inline static int32_t get_offset_of_privKey_9() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE, ___privKey_9)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_privKey_9() const { return ___privKey_9; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_privKey_9() { return &___privKey_9; } inline void set_privKey_9(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___privKey_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___privKey_9), (void*)value); } inline static int32_t get_offset_of_random_10() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE, ___random_10)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_10() const { return ___random_10; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_10() { return &___random_10; } inline void set_random_10(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_10), (void*)value); } }; struct Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::PbeSha1_RC4_128 String_t* ___PbeSha1_RC4_128_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::PbeSha1_RC4_40 String_t* ___PbeSha1_RC4_40_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::PbeSha1_3DES String_t* ___PbeSha1_3DES_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::PbeSha1_2DES String_t* ___PbeSha1_2DES_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::PbeSha1_RC2_128 String_t* ___PbeSha1_RC2_128_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::PbeSha1_RC2_40 String_t* ___PbeSha1_RC2_40_5; public: inline static int32_t get_offset_of_PbeSha1_RC4_128_0() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields, ___PbeSha1_RC4_128_0)); } inline String_t* get_PbeSha1_RC4_128_0() const { return ___PbeSha1_RC4_128_0; } inline String_t** get_address_of_PbeSha1_RC4_128_0() { return &___PbeSha1_RC4_128_0; } inline void set_PbeSha1_RC4_128_0(String_t* value) { ___PbeSha1_RC4_128_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeSha1_RC4_128_0), (void*)value); } inline static int32_t get_offset_of_PbeSha1_RC4_40_1() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields, ___PbeSha1_RC4_40_1)); } inline String_t* get_PbeSha1_RC4_40_1() const { return ___PbeSha1_RC4_40_1; } inline String_t** get_address_of_PbeSha1_RC4_40_1() { return &___PbeSha1_RC4_40_1; } inline void set_PbeSha1_RC4_40_1(String_t* value) { ___PbeSha1_RC4_40_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeSha1_RC4_40_1), (void*)value); } inline static int32_t get_offset_of_PbeSha1_3DES_2() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields, ___PbeSha1_3DES_2)); } inline String_t* get_PbeSha1_3DES_2() const { return ___PbeSha1_3DES_2; } inline String_t** get_address_of_PbeSha1_3DES_2() { return &___PbeSha1_3DES_2; } inline void set_PbeSha1_3DES_2(String_t* value) { ___PbeSha1_3DES_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeSha1_3DES_2), (void*)value); } inline static int32_t get_offset_of_PbeSha1_2DES_3() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields, ___PbeSha1_2DES_3)); } inline String_t* get_PbeSha1_2DES_3() const { return ___PbeSha1_2DES_3; } inline String_t** get_address_of_PbeSha1_2DES_3() { return &___PbeSha1_2DES_3; } inline void set_PbeSha1_2DES_3(String_t* value) { ___PbeSha1_2DES_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeSha1_2DES_3), (void*)value); } inline static int32_t get_offset_of_PbeSha1_RC2_128_4() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields, ___PbeSha1_RC2_128_4)); } inline String_t* get_PbeSha1_RC2_128_4() const { return ___PbeSha1_RC2_128_4; } inline String_t** get_address_of_PbeSha1_RC2_128_4() { return &___PbeSha1_RC2_128_4; } inline void set_PbeSha1_RC2_128_4(String_t* value) { ___PbeSha1_RC2_128_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeSha1_RC2_128_4), (void*)value); } inline static int32_t get_offset_of_PbeSha1_RC2_40_5() { return static_cast(offsetof(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields, ___PbeSha1_RC2_40_5)); } inline String_t* get_PbeSha1_RC2_40_5() const { return ___PbeSha1_RC2_40_5; } inline String_t** get_address_of_PbeSha1_RC2_40_5() { return &___PbeSha1_RC2_40_5; } inline void set_PbeSha1_RC2_40_5(String_t* value) { ___PbeSha1_RC2_40_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeSha1_RC2_40_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 : public RuntimeObject { public: public: }; struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs1Oid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs1Oid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2WithRsaEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsaEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha1WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsaEncryption_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SrsaOaepEncryptionSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SrsaOaepEncryptionSet_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaesOaep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaesOaep_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdMgf1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdMgf1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPSpecified DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPSpecified_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsassaPss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsassaPss_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha256WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha256WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha384WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha384WithRsaEncryption_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512WithRsaEncryption_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha224WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha224WithRsaEncryption_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_224WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_224WithRSAEncryption_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_256WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_256WithRSAEncryption_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DhKeyAgreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DhKeyAgreement_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndDesCbc_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndRC2Cbc_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndDesCbc_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndRC2Cbc_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndDesCbc_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndRC2Cbc_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbeS2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbeS2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbkdf2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbkdf2_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha224_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha256_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha384_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha512_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtEmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtEmailAddress_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredName_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtContentType_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtMessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtMessageDigest_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningTime_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtCounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtCounterSignature_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtChallengePassword DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtChallengePassword_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredAddress_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtendedCertificateAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtendedCertificateAttributes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningDescription DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningDescription_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtensionRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtensionRequest_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSmimeCapabilities_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSmime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSmime_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtFriendlyName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtFriendlyName_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtLocalKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtLocalKeyID_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509CertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509CertType_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Certificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Certificate_66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SdsiCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SdsiCertificate_67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Crl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Crl_69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlg_70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgEsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgEsdh_71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCms3DesWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCms3DesWrap_72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCmsRC2Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCmsRC2Wrap_73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgPwriKek DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgPwriKek_74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgSsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgSsdh_75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaKem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaKem_76; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAReceiptRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAReceiptRequest_80; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthData_82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTstInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTstInfo_83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTCompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTCompressedData_84; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthEnvelopedData_85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTimestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTimestampedData_86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfOrigin_88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfReceipt_89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfDelivery_90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfSender_91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfApproval_92; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfCreation_93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOid_95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentHint_96; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAMsgSigDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAMsgSigDigest_97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentReference_98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEncrypKeyPref_99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificate_100; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificateV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificateV2_101; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentIdentifier_102; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignatureTimeStampToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignatureTimeStampToken_103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSigPolicyID_104; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCommitmentType_105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerLocation_106; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerAttr_107; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsOtherSigCert_108; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsContentTimestamp_109; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertificateRefs_110; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationRefs_111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertValues_112; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationValues_113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsEscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsEscTimeStamp_114; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertCrlTimestamp_115; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsArchiveTimestamp_116; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAADecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAADecryptKeyID_117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCryptoAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCryptoAlgs_118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAAsymmDecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAAsymmDecryptKeyID_119; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCompressAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCompressAlgs_120; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommunityIdentifiers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommunityIdentifiers_121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigPolicyID_122; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommitmentType_123; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignerLocation_124; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOtherSigCert_125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUri_127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUNotice DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUNotice_128; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::KeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyBag_131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs8ShroudedKeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs8ShroudedKeyBag_132; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CertBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertBag_133; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CrlBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlBag_134; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SecretBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecretBag_135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SafeContentsBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SafeContentsBag_136; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC4_138; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd40BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd40BitRC4_139; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd3KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd3KeyTripleDesCbc_140; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd2KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd2KeyTripleDesCbc_141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC2Cbc_142; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbewithShaAnd40BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbewithShaAnd40BitRC2Cbc_143; public: inline static int32_t get_offset_of_Pkcs1Oid_1() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs1Oid_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs1Oid_1() const { return ___Pkcs1Oid_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs1Oid_1() { return &___Pkcs1Oid_1; } inline void set_Pkcs1Oid_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs1Oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs1Oid_1), (void*)value); } inline static int32_t get_offset_of_RsaEncryption_2() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaEncryption_2() const { return ___RsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaEncryption_2() { return &___RsaEncryption_2; } inline void set_RsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_MD2WithRsaEncryption_3() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2WithRsaEncryption_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2WithRsaEncryption_3() const { return ___MD2WithRsaEncryption_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2WithRsaEncryption_3() { return &___MD2WithRsaEncryption_3; } inline void set_MD2WithRsaEncryption_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2WithRsaEncryption_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2WithRsaEncryption_3), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_4() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4WithRsaEncryption_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_4() const { return ___MD4WithRsaEncryption_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_4() { return &___MD4WithRsaEncryption_4; } inline void set_MD4WithRsaEncryption_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_4), (void*)value); } inline static int32_t get_offset_of_MD5WithRsaEncryption_5() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5WithRsaEncryption_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsaEncryption_5() const { return ___MD5WithRsaEncryption_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsaEncryption_5() { return &___MD5WithRsaEncryption_5; } inline void set_MD5WithRsaEncryption_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsaEncryption_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsaEncryption_5), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsaEncryption_6() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha1WithRsaEncryption_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsaEncryption_6() const { return ___Sha1WithRsaEncryption_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsaEncryption_6() { return &___Sha1WithRsaEncryption_6; } inline void set_Sha1WithRsaEncryption_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsaEncryption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsaEncryption_6), (void*)value); } inline static int32_t get_offset_of_SrsaOaepEncryptionSet_7() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SrsaOaepEncryptionSet_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SrsaOaepEncryptionSet_7() const { return ___SrsaOaepEncryptionSet_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SrsaOaepEncryptionSet_7() { return &___SrsaOaepEncryptionSet_7; } inline void set_SrsaOaepEncryptionSet_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SrsaOaepEncryptionSet_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SrsaOaepEncryptionSet_7), (void*)value); } inline static int32_t get_offset_of_IdRsaesOaep_8() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaesOaep_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaesOaep_8() const { return ___IdRsaesOaep_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaesOaep_8() { return &___IdRsaesOaep_8; } inline void set_IdRsaesOaep_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaesOaep_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaesOaep_8), (void*)value); } inline static int32_t get_offset_of_IdMgf1_9() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdMgf1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdMgf1_9() const { return ___IdMgf1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdMgf1_9() { return &___IdMgf1_9; } inline void set_IdMgf1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdMgf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdMgf1_9), (void*)value); } inline static int32_t get_offset_of_IdPSpecified_10() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPSpecified_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPSpecified_10() const { return ___IdPSpecified_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPSpecified_10() { return &___IdPSpecified_10; } inline void set_IdPSpecified_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPSpecified_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPSpecified_10), (void*)value); } inline static int32_t get_offset_of_IdRsassaPss_11() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsassaPss_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsassaPss_11() const { return ___IdRsassaPss_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsassaPss_11() { return &___IdRsassaPss_11; } inline void set_IdRsassaPss_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsassaPss_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsassaPss_11), (void*)value); } inline static int32_t get_offset_of_Sha256WithRsaEncryption_12() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha256WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha256WithRsaEncryption_12() const { return ___Sha256WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha256WithRsaEncryption_12() { return &___Sha256WithRsaEncryption_12; } inline void set_Sha256WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha256WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha256WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_Sha384WithRsaEncryption_13() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha384WithRsaEncryption_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha384WithRsaEncryption_13() const { return ___Sha384WithRsaEncryption_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha384WithRsaEncryption_13() { return &___Sha384WithRsaEncryption_13; } inline void set_Sha384WithRsaEncryption_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha384WithRsaEncryption_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha384WithRsaEncryption_13), (void*)value); } inline static int32_t get_offset_of_Sha512WithRsaEncryption_14() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512WithRsaEncryption_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512WithRsaEncryption_14() const { return ___Sha512WithRsaEncryption_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512WithRsaEncryption_14() { return &___Sha512WithRsaEncryption_14; } inline void set_Sha512WithRsaEncryption_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512WithRsaEncryption_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512WithRsaEncryption_14), (void*)value); } inline static int32_t get_offset_of_Sha224WithRsaEncryption_15() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha224WithRsaEncryption_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha224WithRsaEncryption_15() const { return ___Sha224WithRsaEncryption_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha224WithRsaEncryption_15() { return &___Sha224WithRsaEncryption_15; } inline void set_Sha224WithRsaEncryption_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha224WithRsaEncryption_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha224WithRsaEncryption_15), (void*)value); } inline static int32_t get_offset_of_Sha512_224WithRSAEncryption_16() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_224WithRSAEncryption_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_224WithRSAEncryption_16() const { return ___Sha512_224WithRSAEncryption_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_224WithRSAEncryption_16() { return &___Sha512_224WithRSAEncryption_16; } inline void set_Sha512_224WithRSAEncryption_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_224WithRSAEncryption_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_224WithRSAEncryption_16), (void*)value); } inline static int32_t get_offset_of_Sha512_256WithRSAEncryption_17() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_256WithRSAEncryption_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_256WithRSAEncryption_17() const { return ___Sha512_256WithRSAEncryption_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_256WithRSAEncryption_17() { return &___Sha512_256WithRSAEncryption_17; } inline void set_Sha512_256WithRSAEncryption_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_256WithRSAEncryption_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_256WithRSAEncryption_17), (void*)value); } inline static int32_t get_offset_of_DhKeyAgreement_19() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DhKeyAgreement_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DhKeyAgreement_19() const { return ___DhKeyAgreement_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DhKeyAgreement_19() { return &___DhKeyAgreement_19; } inline void set_DhKeyAgreement_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DhKeyAgreement_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___DhKeyAgreement_19), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndDesCbc_21() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndDesCbc_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndDesCbc_21() const { return ___PbeWithMD2AndDesCbc_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndDesCbc_21() { return &___PbeWithMD2AndDesCbc_21; } inline void set_PbeWithMD2AndDesCbc_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndDesCbc_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndDesCbc_21), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndRC2Cbc_22() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndRC2Cbc_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndRC2Cbc_22() const { return ___PbeWithMD2AndRC2Cbc_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndRC2Cbc_22() { return &___PbeWithMD2AndRC2Cbc_22; } inline void set_PbeWithMD2AndRC2Cbc_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndRC2Cbc_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndRC2Cbc_22), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndDesCbc_23() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndDesCbc_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndDesCbc_23() const { return ___PbeWithMD5AndDesCbc_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndDesCbc_23() { return &___PbeWithMD5AndDesCbc_23; } inline void set_PbeWithMD5AndDesCbc_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndDesCbc_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndDesCbc_23), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndRC2Cbc_24() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndRC2Cbc_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndRC2Cbc_24() const { return ___PbeWithMD5AndRC2Cbc_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndRC2Cbc_24() { return &___PbeWithMD5AndRC2Cbc_24; } inline void set_PbeWithMD5AndRC2Cbc_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndRC2Cbc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndRC2Cbc_24), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndDesCbc_25() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndDesCbc_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndDesCbc_25() const { return ___PbeWithSha1AndDesCbc_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndDesCbc_25() { return &___PbeWithSha1AndDesCbc_25; } inline void set_PbeWithSha1AndDesCbc_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndDesCbc_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndDesCbc_25), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndRC2Cbc_26() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndRC2Cbc_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndRC2Cbc_26() const { return ___PbeWithSha1AndRC2Cbc_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndRC2Cbc_26() { return &___PbeWithSha1AndRC2Cbc_26; } inline void set_PbeWithSha1AndRC2Cbc_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndRC2Cbc_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndRC2Cbc_26), (void*)value); } inline static int32_t get_offset_of_IdPbeS2_27() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbeS2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbeS2_27() const { return ___IdPbeS2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbeS2_27() { return &___IdPbeS2_27; } inline void set_IdPbeS2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbeS2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbeS2_27), (void*)value); } inline static int32_t get_offset_of_IdPbkdf2_28() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbkdf2_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbkdf2_28() const { return ___IdPbkdf2_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbkdf2_28() { return &___IdPbkdf2_28; } inline void set_IdPbkdf2_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbkdf2_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbkdf2_28), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_30() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DesEde3Cbc_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_30() const { return ___DesEde3Cbc_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_30() { return &___DesEde3Cbc_30; } inline void set_DesEde3Cbc_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_30), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_31() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RC2Cbc_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_31() const { return ___RC2Cbc_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_31() { return &___RC2Cbc_31; } inline void set_RC2Cbc_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_31), (void*)value); } inline static int32_t get_offset_of_MD2_33() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2_33() const { return ___MD2_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2_33() { return &___MD2_33; } inline void set_MD2_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2_33), (void*)value); } inline static int32_t get_offset_of_MD4_34() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4_34() const { return ___MD4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4_34() { return &___MD4_34; } inline void set_MD4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4_34), (void*)value); } inline static int32_t get_offset_of_MD5_35() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5_35() const { return ___MD5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5_35() { return &___MD5_35; } inline void set_MD5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5_35), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha1_36() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha1_36() const { return ___IdHmacWithSha1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha1_36() { return &___IdHmacWithSha1_36; } inline void set_IdHmacWithSha1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha1_36), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha224_37() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha224_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha224_37() const { return ___IdHmacWithSha224_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha224_37() { return &___IdHmacWithSha224_37; } inline void set_IdHmacWithSha224_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha224_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha224_37), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha256_38() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha256_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha256_38() const { return ___IdHmacWithSha256_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha256_38() { return &___IdHmacWithSha256_38; } inline void set_IdHmacWithSha256_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha256_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha256_38), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha384_39() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha384_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha384_39() const { return ___IdHmacWithSha384_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha384_39() { return &___IdHmacWithSha384_39; } inline void set_IdHmacWithSha384_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha384_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha384_39), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha512_40() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha512_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha512_40() const { return ___IdHmacWithSha512_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha512_40() { return &___IdHmacWithSha512_40; } inline void set_IdHmacWithSha512_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha512_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha512_40), (void*)value); } inline static int32_t get_offset_of_Data_42() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Data_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_42() const { return ___Data_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_42() { return &___Data_42; } inline void set_Data_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_42), (void*)value); } inline static int32_t get_offset_of_SignedData_43() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedData_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_43() const { return ___SignedData_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_43() { return &___SignedData_43; } inline void set_SignedData_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_43), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_44() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EnvelopedData_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_44() const { return ___EnvelopedData_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_44() { return &___EnvelopedData_44; } inline void set_EnvelopedData_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_44), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_45() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedAndEnvelopedData_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_45() const { return ___SignedAndEnvelopedData_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_45() { return &___SignedAndEnvelopedData_45; } inline void set_SignedAndEnvelopedData_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_45), (void*)value); } inline static int32_t get_offset_of_DigestedData_46() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DigestedData_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_46() const { return ___DigestedData_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_46() { return &___DigestedData_46; } inline void set_DigestedData_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_46), (void*)value); } inline static int32_t get_offset_of_EncryptedData_47() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EncryptedData_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_47() const { return ___EncryptedData_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_47() { return &___EncryptedData_47; } inline void set_EncryptedData_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_47), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtEmailAddress_49() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtEmailAddress_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtEmailAddress_49() const { return ___Pkcs9AtEmailAddress_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtEmailAddress_49() { return &___Pkcs9AtEmailAddress_49; } inline void set_Pkcs9AtEmailAddress_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtEmailAddress_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtEmailAddress_49), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredName_50() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredName_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredName_50() const { return ___Pkcs9AtUnstructuredName_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredName_50() { return &___Pkcs9AtUnstructuredName_50; } inline void set_Pkcs9AtUnstructuredName_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredName_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredName_50), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtContentType_51() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtContentType_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtContentType_51() const { return ___Pkcs9AtContentType_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtContentType_51() { return &___Pkcs9AtContentType_51; } inline void set_Pkcs9AtContentType_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtContentType_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtContentType_51), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtMessageDigest_52() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtMessageDigest_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtMessageDigest_52() const { return ___Pkcs9AtMessageDigest_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtMessageDigest_52() { return &___Pkcs9AtMessageDigest_52; } inline void set_Pkcs9AtMessageDigest_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtMessageDigest_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtMessageDigest_52), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningTime_53() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningTime_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningTime_53() const { return ___Pkcs9AtSigningTime_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningTime_53() { return &___Pkcs9AtSigningTime_53; } inline void set_Pkcs9AtSigningTime_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningTime_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningTime_53), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtCounterSignature_54() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtCounterSignature_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtCounterSignature_54() const { return ___Pkcs9AtCounterSignature_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtCounterSignature_54() { return &___Pkcs9AtCounterSignature_54; } inline void set_Pkcs9AtCounterSignature_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtCounterSignature_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtCounterSignature_54), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtChallengePassword_55() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtChallengePassword_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtChallengePassword_55() const { return ___Pkcs9AtChallengePassword_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtChallengePassword_55() { return &___Pkcs9AtChallengePassword_55; } inline void set_Pkcs9AtChallengePassword_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtChallengePassword_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtChallengePassword_55), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredAddress_56() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredAddress_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredAddress_56() const { return ___Pkcs9AtUnstructuredAddress_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredAddress_56() { return &___Pkcs9AtUnstructuredAddress_56; } inline void set_Pkcs9AtUnstructuredAddress_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredAddress_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredAddress_56), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtendedCertificateAttributes_57() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtendedCertificateAttributes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtendedCertificateAttributes_57() const { return ___Pkcs9AtExtendedCertificateAttributes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtendedCertificateAttributes_57() { return &___Pkcs9AtExtendedCertificateAttributes_57; } inline void set_Pkcs9AtExtendedCertificateAttributes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtendedCertificateAttributes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtendedCertificateAttributes_57), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningDescription_58() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningDescription_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningDescription_58() const { return ___Pkcs9AtSigningDescription_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningDescription_58() { return &___Pkcs9AtSigningDescription_58; } inline void set_Pkcs9AtSigningDescription_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningDescription_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningDescription_58), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtensionRequest_59() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtensionRequest_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtensionRequest_59() const { return ___Pkcs9AtExtensionRequest_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtensionRequest_59() { return &___Pkcs9AtExtensionRequest_59; } inline void set_Pkcs9AtExtensionRequest_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtensionRequest_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtensionRequest_59), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSmimeCapabilities_60() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSmimeCapabilities_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSmimeCapabilities_60() const { return ___Pkcs9AtSmimeCapabilities_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSmimeCapabilities_60() { return &___Pkcs9AtSmimeCapabilities_60; } inline void set_Pkcs9AtSmimeCapabilities_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSmimeCapabilities_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSmimeCapabilities_60), (void*)value); } inline static int32_t get_offset_of_IdSmime_61() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSmime_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSmime_61() const { return ___IdSmime_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSmime_61() { return &___IdSmime_61; } inline void set_IdSmime_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSmime_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSmime_61), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtFriendlyName_62() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtFriendlyName_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtFriendlyName_62() const { return ___Pkcs9AtFriendlyName_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtFriendlyName_62() { return &___Pkcs9AtFriendlyName_62; } inline void set_Pkcs9AtFriendlyName_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtFriendlyName_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtFriendlyName_62), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtLocalKeyID_63() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtLocalKeyID_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtLocalKeyID_63() const { return ___Pkcs9AtLocalKeyID_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtLocalKeyID_63() { return &___Pkcs9AtLocalKeyID_63; } inline void set_Pkcs9AtLocalKeyID_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtLocalKeyID_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtLocalKeyID_63), (void*)value); } inline static int32_t get_offset_of_X509CertType_64() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509CertType_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509CertType_64() const { return ___X509CertType_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509CertType_64() { return &___X509CertType_64; } inline void set_X509CertType_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509CertType_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509CertType_64), (void*)value); } inline static int32_t get_offset_of_X509Certificate_66() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Certificate_66)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Certificate_66() const { return ___X509Certificate_66; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Certificate_66() { return &___X509Certificate_66; } inline void set_X509Certificate_66(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Certificate_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Certificate_66), (void*)value); } inline static int32_t get_offset_of_SdsiCertificate_67() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SdsiCertificate_67)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SdsiCertificate_67() const { return ___SdsiCertificate_67; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SdsiCertificate_67() { return &___SdsiCertificate_67; } inline void set_SdsiCertificate_67(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SdsiCertificate_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___SdsiCertificate_67), (void*)value); } inline static int32_t get_offset_of_X509Crl_69() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Crl_69)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Crl_69() const { return ___X509Crl_69; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Crl_69() { return &___X509Crl_69; } inline void set_X509Crl_69(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Crl_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Crl_69), (void*)value); } inline static int32_t get_offset_of_IdAlg_70() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlg_70)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlg_70() const { return ___IdAlg_70; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlg_70() { return &___IdAlg_70; } inline void set_IdAlg_70(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlg_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlg_70), (void*)value); } inline static int32_t get_offset_of_IdAlgEsdh_71() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgEsdh_71)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgEsdh_71() const { return ___IdAlgEsdh_71; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgEsdh_71() { return &___IdAlgEsdh_71; } inline void set_IdAlgEsdh_71(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgEsdh_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgEsdh_71), (void*)value); } inline static int32_t get_offset_of_IdAlgCms3DesWrap_72() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCms3DesWrap_72)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCms3DesWrap_72() const { return ___IdAlgCms3DesWrap_72; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCms3DesWrap_72() { return &___IdAlgCms3DesWrap_72; } inline void set_IdAlgCms3DesWrap_72(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCms3DesWrap_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCms3DesWrap_72), (void*)value); } inline static int32_t get_offset_of_IdAlgCmsRC2Wrap_73() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCmsRC2Wrap_73)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCmsRC2Wrap_73() const { return ___IdAlgCmsRC2Wrap_73; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCmsRC2Wrap_73() { return &___IdAlgCmsRC2Wrap_73; } inline void set_IdAlgCmsRC2Wrap_73(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCmsRC2Wrap_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCmsRC2Wrap_73), (void*)value); } inline static int32_t get_offset_of_IdAlgPwriKek_74() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgPwriKek_74)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgPwriKek_74() const { return ___IdAlgPwriKek_74; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgPwriKek_74() { return &___IdAlgPwriKek_74; } inline void set_IdAlgPwriKek_74(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgPwriKek_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgPwriKek_74), (void*)value); } inline static int32_t get_offset_of_IdAlgSsdh_75() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgSsdh_75)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgSsdh_75() const { return ___IdAlgSsdh_75; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgSsdh_75() { return &___IdAlgSsdh_75; } inline void set_IdAlgSsdh_75(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgSsdh_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgSsdh_75), (void*)value); } inline static int32_t get_offset_of_IdRsaKem_76() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaKem_76)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaKem_76() const { return ___IdRsaKem_76; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaKem_76() { return &___IdRsaKem_76; } inline void set_IdRsaKem_76(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaKem_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaKem_76), (void*)value); } inline static int32_t get_offset_of_PreferSignedData_77() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PreferSignedData_77)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_77() const { return ___PreferSignedData_77; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_77() { return &___PreferSignedData_77; } inline void set_PreferSignedData_77(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_77), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_78() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CannotDecryptAny_78)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_78() const { return ___CannotDecryptAny_78; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_78() { return &___CannotDecryptAny_78; } inline void set_CannotDecryptAny_78(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_78), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_79() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SmimeCapabilitiesVersions_79)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_79() const { return ___SmimeCapabilitiesVersions_79; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_79() { return &___SmimeCapabilitiesVersions_79; } inline void set_SmimeCapabilitiesVersions_79(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_79), (void*)value); } inline static int32_t get_offset_of_IdAAReceiptRequest_80() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAReceiptRequest_80)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAReceiptRequest_80() const { return ___IdAAReceiptRequest_80; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAReceiptRequest_80() { return &___IdAAReceiptRequest_80; } inline void set_IdAAReceiptRequest_80(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAReceiptRequest_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAReceiptRequest_80), (void*)value); } inline static int32_t get_offset_of_IdCTAuthData_82() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthData_82)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthData_82() const { return ___IdCTAuthData_82; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthData_82() { return &___IdCTAuthData_82; } inline void set_IdCTAuthData_82(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthData_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthData_82), (void*)value); } inline static int32_t get_offset_of_IdCTTstInfo_83() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTstInfo_83)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTstInfo_83() const { return ___IdCTTstInfo_83; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTstInfo_83() { return &___IdCTTstInfo_83; } inline void set_IdCTTstInfo_83(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTstInfo_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTstInfo_83), (void*)value); } inline static int32_t get_offset_of_IdCTCompressedData_84() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTCompressedData_84)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTCompressedData_84() const { return ___IdCTCompressedData_84; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTCompressedData_84() { return &___IdCTCompressedData_84; } inline void set_IdCTCompressedData_84(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTCompressedData_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTCompressedData_84), (void*)value); } inline static int32_t get_offset_of_IdCTAuthEnvelopedData_85() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthEnvelopedData_85)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthEnvelopedData_85() const { return ___IdCTAuthEnvelopedData_85; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthEnvelopedData_85() { return &___IdCTAuthEnvelopedData_85; } inline void set_IdCTAuthEnvelopedData_85(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthEnvelopedData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthEnvelopedData_85), (void*)value); } inline static int32_t get_offset_of_IdCTTimestampedData_86() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTimestampedData_86)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTimestampedData_86() const { return ___IdCTTimestampedData_86; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTimestampedData_86() { return &___IdCTTimestampedData_86; } inline void set_IdCTTimestampedData_86(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTimestampedData_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTimestampedData_86), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfOrigin_88() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfOrigin_88)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfOrigin_88() const { return ___IdCtiEtsProofOfOrigin_88; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfOrigin_88() { return &___IdCtiEtsProofOfOrigin_88; } inline void set_IdCtiEtsProofOfOrigin_88(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfOrigin_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfOrigin_88), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfReceipt_89() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfReceipt_89)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfReceipt_89() const { return ___IdCtiEtsProofOfReceipt_89; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfReceipt_89() { return &___IdCtiEtsProofOfReceipt_89; } inline void set_IdCtiEtsProofOfReceipt_89(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfReceipt_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfReceipt_89), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfDelivery_90() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfDelivery_90)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfDelivery_90() const { return ___IdCtiEtsProofOfDelivery_90; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfDelivery_90() { return &___IdCtiEtsProofOfDelivery_90; } inline void set_IdCtiEtsProofOfDelivery_90(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfDelivery_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfDelivery_90), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfSender_91() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfSender_91)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfSender_91() const { return ___IdCtiEtsProofOfSender_91; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfSender_91() { return &___IdCtiEtsProofOfSender_91; } inline void set_IdCtiEtsProofOfSender_91(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfSender_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfSender_91), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfApproval_92() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfApproval_92)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfApproval_92() const { return ___IdCtiEtsProofOfApproval_92; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfApproval_92() { return &___IdCtiEtsProofOfApproval_92; } inline void set_IdCtiEtsProofOfApproval_92(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfApproval_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfApproval_92), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfCreation_93() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfCreation_93)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfCreation_93() const { return ___IdCtiEtsProofOfCreation_93; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfCreation_93() { return &___IdCtiEtsProofOfCreation_93; } inline void set_IdCtiEtsProofOfCreation_93(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfCreation_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfCreation_93), (void*)value); } inline static int32_t get_offset_of_IdAAOid_95() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOid_95)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOid_95() const { return ___IdAAOid_95; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOid_95() { return &___IdAAOid_95; } inline void set_IdAAOid_95(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOid_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOid_95), (void*)value); } inline static int32_t get_offset_of_IdAAContentHint_96() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentHint_96)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentHint_96() const { return ___IdAAContentHint_96; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentHint_96() { return &___IdAAContentHint_96; } inline void set_IdAAContentHint_96(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentHint_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentHint_96), (void*)value); } inline static int32_t get_offset_of_IdAAMsgSigDigest_97() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAMsgSigDigest_97)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAMsgSigDigest_97() const { return ___IdAAMsgSigDigest_97; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAMsgSigDigest_97() { return &___IdAAMsgSigDigest_97; } inline void set_IdAAMsgSigDigest_97(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAMsgSigDigest_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAMsgSigDigest_97), (void*)value); } inline static int32_t get_offset_of_IdAAContentReference_98() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentReference_98)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentReference_98() const { return ___IdAAContentReference_98; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentReference_98() { return &___IdAAContentReference_98; } inline void set_IdAAContentReference_98(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentReference_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentReference_98), (void*)value); } inline static int32_t get_offset_of_IdAAEncrypKeyPref_99() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEncrypKeyPref_99)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEncrypKeyPref_99() const { return ___IdAAEncrypKeyPref_99; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEncrypKeyPref_99() { return &___IdAAEncrypKeyPref_99; } inline void set_IdAAEncrypKeyPref_99(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEncrypKeyPref_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEncrypKeyPref_99), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificate_100() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificate_100)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificate_100() const { return ___IdAASigningCertificate_100; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificate_100() { return &___IdAASigningCertificate_100; } inline void set_IdAASigningCertificate_100(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificate_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificate_100), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificateV2_101() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificateV2_101)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificateV2_101() const { return ___IdAASigningCertificateV2_101; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificateV2_101() { return &___IdAASigningCertificateV2_101; } inline void set_IdAASigningCertificateV2_101(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificateV2_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificateV2_101), (void*)value); } inline static int32_t get_offset_of_IdAAContentIdentifier_102() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentIdentifier_102)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentIdentifier_102() const { return ___IdAAContentIdentifier_102; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentIdentifier_102() { return &___IdAAContentIdentifier_102; } inline void set_IdAAContentIdentifier_102(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentIdentifier_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentIdentifier_102), (void*)value); } inline static int32_t get_offset_of_IdAASignatureTimeStampToken_103() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignatureTimeStampToken_103)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignatureTimeStampToken_103() const { return ___IdAASignatureTimeStampToken_103; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignatureTimeStampToken_103() { return &___IdAASignatureTimeStampToken_103; } inline void set_IdAASignatureTimeStampToken_103(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignatureTimeStampToken_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignatureTimeStampToken_103), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSigPolicyID_104() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSigPolicyID_104)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSigPolicyID_104() const { return ___IdAAEtsSigPolicyID_104; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSigPolicyID_104() { return &___IdAAEtsSigPolicyID_104; } inline void set_IdAAEtsSigPolicyID_104(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSigPolicyID_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSigPolicyID_104), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCommitmentType_105() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCommitmentType_105)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCommitmentType_105() const { return ___IdAAEtsCommitmentType_105; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCommitmentType_105() { return &___IdAAEtsCommitmentType_105; } inline void set_IdAAEtsCommitmentType_105(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCommitmentType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCommitmentType_105), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerLocation_106() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerLocation_106)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerLocation_106() const { return ___IdAAEtsSignerLocation_106; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerLocation_106() { return &___IdAAEtsSignerLocation_106; } inline void set_IdAAEtsSignerLocation_106(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerLocation_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerLocation_106), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerAttr_107() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerAttr_107)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerAttr_107() const { return ___IdAAEtsSignerAttr_107; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerAttr_107() { return &___IdAAEtsSignerAttr_107; } inline void set_IdAAEtsSignerAttr_107(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerAttr_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerAttr_107), (void*)value); } inline static int32_t get_offset_of_IdAAEtsOtherSigCert_108() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsOtherSigCert_108)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsOtherSigCert_108() const { return ___IdAAEtsOtherSigCert_108; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsOtherSigCert_108() { return &___IdAAEtsOtherSigCert_108; } inline void set_IdAAEtsOtherSigCert_108(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsOtherSigCert_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsOtherSigCert_108), (void*)value); } inline static int32_t get_offset_of_IdAAEtsContentTimestamp_109() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsContentTimestamp_109)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsContentTimestamp_109() const { return ___IdAAEtsContentTimestamp_109; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsContentTimestamp_109() { return &___IdAAEtsContentTimestamp_109; } inline void set_IdAAEtsContentTimestamp_109(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsContentTimestamp_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsContentTimestamp_109), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertificateRefs_110() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertificateRefs_110)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertificateRefs_110() const { return ___IdAAEtsCertificateRefs_110; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertificateRefs_110() { return &___IdAAEtsCertificateRefs_110; } inline void set_IdAAEtsCertificateRefs_110(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertificateRefs_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertificateRefs_110), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationRefs_111() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationRefs_111)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationRefs_111() const { return ___IdAAEtsRevocationRefs_111; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationRefs_111() { return &___IdAAEtsRevocationRefs_111; } inline void set_IdAAEtsRevocationRefs_111(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationRefs_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationRefs_111), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertValues_112() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertValues_112)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertValues_112() const { return ___IdAAEtsCertValues_112; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertValues_112() { return &___IdAAEtsCertValues_112; } inline void set_IdAAEtsCertValues_112(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertValues_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertValues_112), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationValues_113() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationValues_113)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationValues_113() const { return ___IdAAEtsRevocationValues_113; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationValues_113() { return &___IdAAEtsRevocationValues_113; } inline void set_IdAAEtsRevocationValues_113(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationValues_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationValues_113), (void*)value); } inline static int32_t get_offset_of_IdAAEtsEscTimeStamp_114() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsEscTimeStamp_114)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsEscTimeStamp_114() const { return ___IdAAEtsEscTimeStamp_114; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsEscTimeStamp_114() { return &___IdAAEtsEscTimeStamp_114; } inline void set_IdAAEtsEscTimeStamp_114(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsEscTimeStamp_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsEscTimeStamp_114), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertCrlTimestamp_115() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertCrlTimestamp_115)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertCrlTimestamp_115() const { return ___IdAAEtsCertCrlTimestamp_115; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertCrlTimestamp_115() { return &___IdAAEtsCertCrlTimestamp_115; } inline void set_IdAAEtsCertCrlTimestamp_115(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertCrlTimestamp_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertCrlTimestamp_115), (void*)value); } inline static int32_t get_offset_of_IdAAEtsArchiveTimestamp_116() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsArchiveTimestamp_116)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsArchiveTimestamp_116() const { return ___IdAAEtsArchiveTimestamp_116; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsArchiveTimestamp_116() { return &___IdAAEtsArchiveTimestamp_116; } inline void set_IdAAEtsArchiveTimestamp_116(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsArchiveTimestamp_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsArchiveTimestamp_116), (void*)value); } inline static int32_t get_offset_of_IdAADecryptKeyID_117() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAADecryptKeyID_117)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAADecryptKeyID_117() const { return ___IdAADecryptKeyID_117; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAADecryptKeyID_117() { return &___IdAADecryptKeyID_117; } inline void set_IdAADecryptKeyID_117(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAADecryptKeyID_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAADecryptKeyID_117), (void*)value); } inline static int32_t get_offset_of_IdAAImplCryptoAlgs_118() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCryptoAlgs_118)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCryptoAlgs_118() const { return ___IdAAImplCryptoAlgs_118; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCryptoAlgs_118() { return &___IdAAImplCryptoAlgs_118; } inline void set_IdAAImplCryptoAlgs_118(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCryptoAlgs_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCryptoAlgs_118), (void*)value); } inline static int32_t get_offset_of_IdAAAsymmDecryptKeyID_119() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAAsymmDecryptKeyID_119)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAAsymmDecryptKeyID_119() const { return ___IdAAAsymmDecryptKeyID_119; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAAsymmDecryptKeyID_119() { return &___IdAAAsymmDecryptKeyID_119; } inline void set_IdAAAsymmDecryptKeyID_119(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAAsymmDecryptKeyID_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAAsymmDecryptKeyID_119), (void*)value); } inline static int32_t get_offset_of_IdAAImplCompressAlgs_120() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCompressAlgs_120)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCompressAlgs_120() const { return ___IdAAImplCompressAlgs_120; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCompressAlgs_120() { return &___IdAAImplCompressAlgs_120; } inline void set_IdAAImplCompressAlgs_120(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCompressAlgs_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCompressAlgs_120), (void*)value); } inline static int32_t get_offset_of_IdAACommunityIdentifiers_121() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommunityIdentifiers_121)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommunityIdentifiers_121() const { return ___IdAACommunityIdentifiers_121; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommunityIdentifiers_121() { return &___IdAACommunityIdentifiers_121; } inline void set_IdAACommunityIdentifiers_121(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommunityIdentifiers_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommunityIdentifiers_121), (void*)value); } inline static int32_t get_offset_of_IdAASigPolicyID_122() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigPolicyID_122)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigPolicyID_122() const { return ___IdAASigPolicyID_122; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigPolicyID_122() { return &___IdAASigPolicyID_122; } inline void set_IdAASigPolicyID_122(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigPolicyID_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigPolicyID_122), (void*)value); } inline static int32_t get_offset_of_IdAACommitmentType_123() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommitmentType_123)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommitmentType_123() const { return ___IdAACommitmentType_123; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommitmentType_123() { return &___IdAACommitmentType_123; } inline void set_IdAACommitmentType_123(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommitmentType_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommitmentType_123), (void*)value); } inline static int32_t get_offset_of_IdAASignerLocation_124() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignerLocation_124)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignerLocation_124() const { return ___IdAASignerLocation_124; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignerLocation_124() { return &___IdAASignerLocation_124; } inline void set_IdAASignerLocation_124(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignerLocation_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignerLocation_124), (void*)value); } inline static int32_t get_offset_of_IdAAOtherSigCert_125() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOtherSigCert_125)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOtherSigCert_125() const { return ___IdAAOtherSigCert_125; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOtherSigCert_125() { return &___IdAAOtherSigCert_125; } inline void set_IdAAOtherSigCert_125(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOtherSigCert_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOtherSigCert_125), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUri_127() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUri_127)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUri_127() const { return ___IdSpqEtsUri_127; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUri_127() { return &___IdSpqEtsUri_127; } inline void set_IdSpqEtsUri_127(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUri_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUri_127), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUNotice_128() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUNotice_128)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUNotice_128() const { return ___IdSpqEtsUNotice_128; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUNotice_128() { return &___IdSpqEtsUNotice_128; } inline void set_IdSpqEtsUNotice_128(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUNotice_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUNotice_128), (void*)value); } inline static int32_t get_offset_of_KeyBag_131() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___KeyBag_131)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyBag_131() const { return ___KeyBag_131; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyBag_131() { return &___KeyBag_131; } inline void set_KeyBag_131(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyBag_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyBag_131), (void*)value); } inline static int32_t get_offset_of_Pkcs8ShroudedKeyBag_132() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs8ShroudedKeyBag_132)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs8ShroudedKeyBag_132() const { return ___Pkcs8ShroudedKeyBag_132; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs8ShroudedKeyBag_132() { return &___Pkcs8ShroudedKeyBag_132; } inline void set_Pkcs8ShroudedKeyBag_132(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs8ShroudedKeyBag_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs8ShroudedKeyBag_132), (void*)value); } inline static int32_t get_offset_of_CertBag_133() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CertBag_133)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertBag_133() const { return ___CertBag_133; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertBag_133() { return &___CertBag_133; } inline void set_CertBag_133(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertBag_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertBag_133), (void*)value); } inline static int32_t get_offset_of_CrlBag_134() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CrlBag_134)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlBag_134() const { return ___CrlBag_134; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlBag_134() { return &___CrlBag_134; } inline void set_CrlBag_134(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlBag_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlBag_134), (void*)value); } inline static int32_t get_offset_of_SecretBag_135() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SecretBag_135)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecretBag_135() const { return ___SecretBag_135; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecretBag_135() { return &___SecretBag_135; } inline void set_SecretBag_135(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecretBag_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecretBag_135), (void*)value); } inline static int32_t get_offset_of_SafeContentsBag_136() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SafeContentsBag_136)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SafeContentsBag_136() const { return ___SafeContentsBag_136; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SafeContentsBag_136() { return &___SafeContentsBag_136; } inline void set_SafeContentsBag_136(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SafeContentsBag_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeContentsBag_136), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC4_138() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC4_138)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC4_138() const { return ___PbeWithShaAnd128BitRC4_138; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC4_138() { return &___PbeWithShaAnd128BitRC4_138; } inline void set_PbeWithShaAnd128BitRC4_138(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC4_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC4_138), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd40BitRC4_139() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd40BitRC4_139)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd40BitRC4_139() const { return ___PbeWithShaAnd40BitRC4_139; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd40BitRC4_139() { return &___PbeWithShaAnd40BitRC4_139; } inline void set_PbeWithShaAnd40BitRC4_139(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd40BitRC4_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd40BitRC4_139), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd3KeyTripleDesCbc_140)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd3KeyTripleDesCbc_140() const { return ___PbeWithShaAnd3KeyTripleDesCbc_140; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return &___PbeWithShaAnd3KeyTripleDesCbc_140; } inline void set_PbeWithShaAnd3KeyTripleDesCbc_140(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd3KeyTripleDesCbc_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd3KeyTripleDesCbc_140), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd2KeyTripleDesCbc_141)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd2KeyTripleDesCbc_141() const { return ___PbeWithShaAnd2KeyTripleDesCbc_141; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return &___PbeWithShaAnd2KeyTripleDesCbc_141; } inline void set_PbeWithShaAnd2KeyTripleDesCbc_141(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd2KeyTripleDesCbc_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd2KeyTripleDesCbc_141), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC2Cbc_142() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC2Cbc_142)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC2Cbc_142() const { return ___PbeWithShaAnd128BitRC2Cbc_142; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC2Cbc_142() { return &___PbeWithShaAnd128BitRC2Cbc_142; } inline void set_PbeWithShaAnd128BitRC2Cbc_142(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC2Cbc_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC2Cbc_142), (void*)value); } inline static int32_t get_offset_of_PbewithShaAnd40BitRC2Cbc_143() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbewithShaAnd40BitRC2Cbc_143)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbewithShaAnd40BitRC2Cbc_143() const { return ___PbewithShaAnd40BitRC2Cbc_143; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbewithShaAnd40BitRC2Cbc_143() { return &___PbewithShaAnd40BitRC2Cbc_143; } inline void set_PbewithShaAnd40BitRC2Cbc_143(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbewithShaAnd40BitRC2Cbc_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbewithShaAnd40BitRC2Cbc_143), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder struct PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::pvno DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pvno_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::sender GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::recipient GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::messageTime DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___messageTime_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::protectionAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___protectionAlg_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::senderKID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___senderKID_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::recipKID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___recipKID_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::transactionID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___transactionID_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::senderNonce Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___senderNonce_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::recipNonce Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___recipNonce_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::freeText PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___freeText_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::generalInfo Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___generalInfo_11; public: inline static int32_t get_offset_of_pvno_0() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___pvno_0)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_pvno_0() const { return ___pvno_0; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_pvno_0() { return &___pvno_0; } inline void set_pvno_0(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___pvno_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pvno_0), (void*)value); } inline static int32_t get_offset_of_sender_1() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___sender_1)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_sender_1() const { return ___sender_1; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_sender_1() { return &___sender_1; } inline void set_sender_1(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___sender_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sender_1), (void*)value); } inline static int32_t get_offset_of_recipient_2() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___recipient_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_recipient_2() const { return ___recipient_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_recipient_2() { return &___recipient_2; } inline void set_recipient_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___recipient_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipient_2), (void*)value); } inline static int32_t get_offset_of_messageTime_3() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___messageTime_3)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_messageTime_3() const { return ___messageTime_3; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_messageTime_3() { return &___messageTime_3; } inline void set_messageTime_3(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___messageTime_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___messageTime_3), (void*)value); } inline static int32_t get_offset_of_protectionAlg_4() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___protectionAlg_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_protectionAlg_4() const { return ___protectionAlg_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_protectionAlg_4() { return &___protectionAlg_4; } inline void set_protectionAlg_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___protectionAlg_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___protectionAlg_4), (void*)value); } inline static int32_t get_offset_of_senderKID_5() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___senderKID_5)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_senderKID_5() const { return ___senderKID_5; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_senderKID_5() { return &___senderKID_5; } inline void set_senderKID_5(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___senderKID_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___senderKID_5), (void*)value); } inline static int32_t get_offset_of_recipKID_6() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___recipKID_6)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_recipKID_6() const { return ___recipKID_6; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_recipKID_6() { return &___recipKID_6; } inline void set_recipKID_6(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___recipKID_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipKID_6), (void*)value); } inline static int32_t get_offset_of_transactionID_7() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___transactionID_7)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_transactionID_7() const { return ___transactionID_7; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_transactionID_7() { return &___transactionID_7; } inline void set_transactionID_7(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___transactionID_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___transactionID_7), (void*)value); } inline static int32_t get_offset_of_senderNonce_8() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___senderNonce_8)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_senderNonce_8() const { return ___senderNonce_8; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_senderNonce_8() { return &___senderNonce_8; } inline void set_senderNonce_8(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___senderNonce_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___senderNonce_8), (void*)value); } inline static int32_t get_offset_of_recipNonce_9() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___recipNonce_9)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_recipNonce_9() const { return ___recipNonce_9; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_recipNonce_9() { return &___recipNonce_9; } inline void set_recipNonce_9(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___recipNonce_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipNonce_9), (void*)value); } inline static int32_t get_offset_of_freeText_10() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___freeText_10)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_freeText_10() const { return ___freeText_10; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_freeText_10() { return &___freeText_10; } inline void set_freeText_10(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___freeText_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___freeText_10), (void*)value); } inline static int32_t get_offset_of_generalInfo_11() { return static_cast(offsetof(PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67, ___generalInfo_11)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_generalInfo_11() const { return ___generalInfo_11; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_generalInfo_11() { return &___generalInfo_11; } inline void set_generalInfo_11(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___generalInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalInfo_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertChecker struct PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathBuilder struct PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976 : public RuntimeObject { public: // System.Exception BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathBuilder::certPathException Exception_t * ___certPathException_0; public: inline static int32_t get_offset_of_certPathException_0() { return static_cast(offsetof(PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976, ___certPathException_0)); } inline Exception_t * get_certPathException_0() const { return ___certPathException_0; } inline Exception_t ** get_address_of_certPathException_0() { return &___certPathException_0; } inline void set_certPathException_0(Exception_t * value) { ___certPathException_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPathException_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathValidator struct PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath struct PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::certificates RuntimeObject* ___certificates_1; public: inline static int32_t get_offset_of_certificates_1() { return static_cast(offsetof(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89, ___certificates_1)); } inline RuntimeObject* get_certificates_1() const { return ___certificates_1; } inline RuntimeObject** get_address_of_certificates_1() { return &___certificates_1; } inline void set_certificates_1(RuntimeObject* value) { ___certificates_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_1), (void*)value); } }; struct PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_StaticFields { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::certPathEncodings RuntimeObject* ___certPathEncodings_0; public: inline static int32_t get_offset_of_certPathEncodings_0() { return static_cast(offsetof(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_StaticFields, ___certPathEncodings_0)); } inline RuntimeObject* get_certPathEncodings_0() const { return ___certPathEncodings_0; } inline RuntimeObject** get_address_of_certPathEncodings_0() { return &___certPathEncodings_0; } inline void set_certPathEncodings_0(RuntimeObject* value) { ___certPathEncodings_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPathEncodings_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder struct PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 : public RuntimeObject { public: // System.Exception BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::certPathException Exception_t * ___certPathException_0; public: inline static int32_t get_offset_of_certPathException_0() { return static_cast(offsetof(PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0, ___certPathException_0)); } inline Exception_t * get_certPathException_0() const { return ___certPathException_0; } inline Exception_t ** get_address_of_certPathException_0() { return &___certPathException_0; } inline void set_certPathException_0(Exception_t * value) { ___certPathException_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPathException_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker struct PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator struct PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult struct PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::trustAnchor TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * ___trustAnchor_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::policyTree PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___policyTree_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::subjectPublicKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___subjectPublicKey_2; public: inline static int32_t get_offset_of_trustAnchor_0() { return static_cast(offsetof(PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA, ___trustAnchor_0)); } inline TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * get_trustAnchor_0() const { return ___trustAnchor_0; } inline TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F ** get_address_of_trustAnchor_0() { return &___trustAnchor_0; } inline void set_trustAnchor_0(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * value) { ___trustAnchor_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___trustAnchor_0), (void*)value); } inline static int32_t get_offset_of_policyTree_1() { return static_cast(offsetof(PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA, ___policyTree_1)); } inline PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * get_policyTree_1() const { return ___policyTree_1; } inline PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 ** get_address_of_policyTree_1() { return &___policyTree_1; } inline void set_policyTree_1(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * value) { ___policyTree_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyTree_1), (void*)value); } inline static int32_t get_offset_of_subjectPublicKey_2() { return static_cast(offsetof(PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA, ___subjectPublicKey_2)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_subjectPublicKey_2() const { return ___subjectPublicKey_2; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_subjectPublicKey_2() { return &___subjectPublicKey_2; } inline void set_subjectPublicKey_2(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___subjectPublicKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKey_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities struct PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE : public RuntimeObject { public: public: }; struct PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::CrlUtilities PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * ___CrlUtilities_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::ANY_POLICY String_t* ___ANY_POLICY_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::CRL_NUMBER String_t* ___CRL_NUMBER_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::KEY_CERT_SIGN int32_t ___KEY_CERT_SIGN_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::CRL_SIGN int32_t ___CRL_SIGN_4; // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::crlReasons StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___crlReasons_5; public: inline static int32_t get_offset_of_CrlUtilities_0() { return static_cast(offsetof(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields, ___CrlUtilities_0)); } inline PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * get_CrlUtilities_0() const { return ___CrlUtilities_0; } inline PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 ** get_address_of_CrlUtilities_0() { return &___CrlUtilities_0; } inline void set_CrlUtilities_0(PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * value) { ___CrlUtilities_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlUtilities_0), (void*)value); } inline static int32_t get_offset_of_ANY_POLICY_1() { return static_cast(offsetof(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields, ___ANY_POLICY_1)); } inline String_t* get_ANY_POLICY_1() const { return ___ANY_POLICY_1; } inline String_t** get_address_of_ANY_POLICY_1() { return &___ANY_POLICY_1; } inline void set_ANY_POLICY_1(String_t* value) { ___ANY_POLICY_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ANY_POLICY_1), (void*)value); } inline static int32_t get_offset_of_CRL_NUMBER_2() { return static_cast(offsetof(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields, ___CRL_NUMBER_2)); } inline String_t* get_CRL_NUMBER_2() const { return ___CRL_NUMBER_2; } inline String_t** get_address_of_CRL_NUMBER_2() { return &___CRL_NUMBER_2; } inline void set_CRL_NUMBER_2(String_t* value) { ___CRL_NUMBER_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CRL_NUMBER_2), (void*)value); } inline static int32_t get_offset_of_KEY_CERT_SIGN_3() { return static_cast(offsetof(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields, ___KEY_CERT_SIGN_3)); } inline int32_t get_KEY_CERT_SIGN_3() const { return ___KEY_CERT_SIGN_3; } inline int32_t* get_address_of_KEY_CERT_SIGN_3() { return &___KEY_CERT_SIGN_3; } inline void set_KEY_CERT_SIGN_3(int32_t value) { ___KEY_CERT_SIGN_3 = value; } inline static int32_t get_offset_of_CRL_SIGN_4() { return static_cast(offsetof(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields, ___CRL_SIGN_4)); } inline int32_t get_CRL_SIGN_4() const { return ___CRL_SIGN_4; } inline int32_t* get_address_of_CRL_SIGN_4() { return &___CRL_SIGN_4; } inline void set_CRL_SIGN_4(int32_t value) { ___CRL_SIGN_4 = value; } inline static int32_t get_offset_of_crlReasons_5() { return static_cast(offsetof(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields, ___crlReasons_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_crlReasons_5() const { return ___crlReasons_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_crlReasons_5() { return &___crlReasons_5; } inline void set_crlReasons_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___crlReasons_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlReasons_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities struct PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator struct PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesDN RuntimeObject* ___excludedSubtreesDN_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesDNS RuntimeObject* ___excludedSubtreesDNS_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesEmail RuntimeObject* ___excludedSubtreesEmail_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesURI RuntimeObject* ___excludedSubtreesURI_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesIP RuntimeObject* ___excludedSubtreesIP_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesDN RuntimeObject* ___permittedSubtreesDN_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesDNS RuntimeObject* ___permittedSubtreesDNS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesEmail RuntimeObject* ___permittedSubtreesEmail_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesURI RuntimeObject* ___permittedSubtreesURI_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesIP RuntimeObject* ___permittedSubtreesIP_9; public: inline static int32_t get_offset_of_excludedSubtreesDN_0() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesDN_0)); } inline RuntimeObject* get_excludedSubtreesDN_0() const { return ___excludedSubtreesDN_0; } inline RuntimeObject** get_address_of_excludedSubtreesDN_0() { return &___excludedSubtreesDN_0; } inline void set_excludedSubtreesDN_0(RuntimeObject* value) { ___excludedSubtreesDN_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesDN_0), (void*)value); } inline static int32_t get_offset_of_excludedSubtreesDNS_1() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesDNS_1)); } inline RuntimeObject* get_excludedSubtreesDNS_1() const { return ___excludedSubtreesDNS_1; } inline RuntimeObject** get_address_of_excludedSubtreesDNS_1() { return &___excludedSubtreesDNS_1; } inline void set_excludedSubtreesDNS_1(RuntimeObject* value) { ___excludedSubtreesDNS_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesDNS_1), (void*)value); } inline static int32_t get_offset_of_excludedSubtreesEmail_2() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesEmail_2)); } inline RuntimeObject* get_excludedSubtreesEmail_2() const { return ___excludedSubtreesEmail_2; } inline RuntimeObject** get_address_of_excludedSubtreesEmail_2() { return &___excludedSubtreesEmail_2; } inline void set_excludedSubtreesEmail_2(RuntimeObject* value) { ___excludedSubtreesEmail_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesEmail_2), (void*)value); } inline static int32_t get_offset_of_excludedSubtreesURI_3() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesURI_3)); } inline RuntimeObject* get_excludedSubtreesURI_3() const { return ___excludedSubtreesURI_3; } inline RuntimeObject** get_address_of_excludedSubtreesURI_3() { return &___excludedSubtreesURI_3; } inline void set_excludedSubtreesURI_3(RuntimeObject* value) { ___excludedSubtreesURI_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesURI_3), (void*)value); } inline static int32_t get_offset_of_excludedSubtreesIP_4() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesIP_4)); } inline RuntimeObject* get_excludedSubtreesIP_4() const { return ___excludedSubtreesIP_4; } inline RuntimeObject** get_address_of_excludedSubtreesIP_4() { return &___excludedSubtreesIP_4; } inline void set_excludedSubtreesIP_4(RuntimeObject* value) { ___excludedSubtreesIP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesIP_4), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesDN_5() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesDN_5)); } inline RuntimeObject* get_permittedSubtreesDN_5() const { return ___permittedSubtreesDN_5; } inline RuntimeObject** get_address_of_permittedSubtreesDN_5() { return &___permittedSubtreesDN_5; } inline void set_permittedSubtreesDN_5(RuntimeObject* value) { ___permittedSubtreesDN_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesDN_5), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesDNS_6() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesDNS_6)); } inline RuntimeObject* get_permittedSubtreesDNS_6() const { return ___permittedSubtreesDNS_6; } inline RuntimeObject** get_address_of_permittedSubtreesDNS_6() { return &___permittedSubtreesDNS_6; } inline void set_permittedSubtreesDNS_6(RuntimeObject* value) { ___permittedSubtreesDNS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesDNS_6), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesEmail_7() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesEmail_7)); } inline RuntimeObject* get_permittedSubtreesEmail_7() const { return ___permittedSubtreesEmail_7; } inline RuntimeObject** get_address_of_permittedSubtreesEmail_7() { return &___permittedSubtreesEmail_7; } inline void set_permittedSubtreesEmail_7(RuntimeObject* value) { ___permittedSubtreesEmail_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesEmail_7), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesURI_8() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesURI_8)); } inline RuntimeObject* get_permittedSubtreesURI_8() const { return ___permittedSubtreesURI_8; } inline RuntimeObject** get_address_of_permittedSubtreesURI_8() { return &___permittedSubtreesURI_8; } inline void set_permittedSubtreesURI_8(RuntimeObject* value) { ___permittedSubtreesURI_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesURI_8), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesIP_9() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesIP_9)); } inline RuntimeObject* get_permittedSubtreesIP_9() const { return ___permittedSubtreesIP_9; } inline RuntimeObject** get_address_of_permittedSubtreesIP_9() { return &___permittedSubtreesIP_9; } inline void set_permittedSubtreesIP_9(RuntimeObject* value) { ___permittedSubtreesIP_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesIP_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters struct PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::trustAnchors RuntimeObject* ___trustAnchors_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::date DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___date_3; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::certPathCheckers RuntimeObject* ___certPathCheckers_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::revocationEnabled bool ___revocationEnabled_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::initialPolicies RuntimeObject* ___initialPolicies_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::explicitPolicyRequired bool ___explicitPolicyRequired_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::anyPolicyInhibited bool ___anyPolicyInhibited_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::policyMappingInhibited bool ___policyMappingInhibited_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::policyQualifiersRejected bool ___policyQualifiersRejected_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::certSelector RuntimeObject* ___certSelector_11; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::stores RuntimeObject* ___stores_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::selector RuntimeObject* ___selector_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::additionalLocationsEnabled bool ___additionalLocationsEnabled_14; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::additionalStores RuntimeObject* ___additionalStores_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::trustedACIssuers RuntimeObject* ___trustedACIssuers_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::necessaryACAttributes RuntimeObject* ___necessaryACAttributes_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::prohibitedACAttributes RuntimeObject* ___prohibitedACAttributes_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::attrCertCheckers RuntimeObject* ___attrCertCheckers_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::validityModel int32_t ___validityModel_20; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::useDeltas bool ___useDeltas_21; public: inline static int32_t get_offset_of_trustAnchors_2() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___trustAnchors_2)); } inline RuntimeObject* get_trustAnchors_2() const { return ___trustAnchors_2; } inline RuntimeObject** get_address_of_trustAnchors_2() { return &___trustAnchors_2; } inline void set_trustAnchors_2(RuntimeObject* value) { ___trustAnchors_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___trustAnchors_2), (void*)value); } inline static int32_t get_offset_of_date_3() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___date_3)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_date_3() const { return ___date_3; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_date_3() { return &___date_3; } inline void set_date_3(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___date_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___date_3), (void*)value); } inline static int32_t get_offset_of_certPathCheckers_4() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___certPathCheckers_4)); } inline RuntimeObject* get_certPathCheckers_4() const { return ___certPathCheckers_4; } inline RuntimeObject** get_address_of_certPathCheckers_4() { return &___certPathCheckers_4; } inline void set_certPathCheckers_4(RuntimeObject* value) { ___certPathCheckers_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPathCheckers_4), (void*)value); } inline static int32_t get_offset_of_revocationEnabled_5() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___revocationEnabled_5)); } inline bool get_revocationEnabled_5() const { return ___revocationEnabled_5; } inline bool* get_address_of_revocationEnabled_5() { return &___revocationEnabled_5; } inline void set_revocationEnabled_5(bool value) { ___revocationEnabled_5 = value; } inline static int32_t get_offset_of_initialPolicies_6() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___initialPolicies_6)); } inline RuntimeObject* get_initialPolicies_6() const { return ___initialPolicies_6; } inline RuntimeObject** get_address_of_initialPolicies_6() { return &___initialPolicies_6; } inline void set_initialPolicies_6(RuntimeObject* value) { ___initialPolicies_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialPolicies_6), (void*)value); } inline static int32_t get_offset_of_explicitPolicyRequired_7() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___explicitPolicyRequired_7)); } inline bool get_explicitPolicyRequired_7() const { return ___explicitPolicyRequired_7; } inline bool* get_address_of_explicitPolicyRequired_7() { return &___explicitPolicyRequired_7; } inline void set_explicitPolicyRequired_7(bool value) { ___explicitPolicyRequired_7 = value; } inline static int32_t get_offset_of_anyPolicyInhibited_8() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___anyPolicyInhibited_8)); } inline bool get_anyPolicyInhibited_8() const { return ___anyPolicyInhibited_8; } inline bool* get_address_of_anyPolicyInhibited_8() { return &___anyPolicyInhibited_8; } inline void set_anyPolicyInhibited_8(bool value) { ___anyPolicyInhibited_8 = value; } inline static int32_t get_offset_of_policyMappingInhibited_9() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___policyMappingInhibited_9)); } inline bool get_policyMappingInhibited_9() const { return ___policyMappingInhibited_9; } inline bool* get_address_of_policyMappingInhibited_9() { return &___policyMappingInhibited_9; } inline void set_policyMappingInhibited_9(bool value) { ___policyMappingInhibited_9 = value; } inline static int32_t get_offset_of_policyQualifiersRejected_10() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___policyQualifiersRejected_10)); } inline bool get_policyQualifiersRejected_10() const { return ___policyQualifiersRejected_10; } inline bool* get_address_of_policyQualifiersRejected_10() { return &___policyQualifiersRejected_10; } inline void set_policyQualifiersRejected_10(bool value) { ___policyQualifiersRejected_10 = value; } inline static int32_t get_offset_of_certSelector_11() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___certSelector_11)); } inline RuntimeObject* get_certSelector_11() const { return ___certSelector_11; } inline RuntimeObject** get_address_of_certSelector_11() { return &___certSelector_11; } inline void set_certSelector_11(RuntimeObject* value) { ___certSelector_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___certSelector_11), (void*)value); } inline static int32_t get_offset_of_stores_12() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___stores_12)); } inline RuntimeObject* get_stores_12() const { return ___stores_12; } inline RuntimeObject** get_address_of_stores_12() { return &___stores_12; } inline void set_stores_12(RuntimeObject* value) { ___stores_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stores_12), (void*)value); } inline static int32_t get_offset_of_selector_13() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___selector_13)); } inline RuntimeObject* get_selector_13() const { return ___selector_13; } inline RuntimeObject** get_address_of_selector_13() { return &___selector_13; } inline void set_selector_13(RuntimeObject* value) { ___selector_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_13), (void*)value); } inline static int32_t get_offset_of_additionalLocationsEnabled_14() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___additionalLocationsEnabled_14)); } inline bool get_additionalLocationsEnabled_14() const { return ___additionalLocationsEnabled_14; } inline bool* get_address_of_additionalLocationsEnabled_14() { return &___additionalLocationsEnabled_14; } inline void set_additionalLocationsEnabled_14(bool value) { ___additionalLocationsEnabled_14 = value; } inline static int32_t get_offset_of_additionalStores_15() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___additionalStores_15)); } inline RuntimeObject* get_additionalStores_15() const { return ___additionalStores_15; } inline RuntimeObject** get_address_of_additionalStores_15() { return &___additionalStores_15; } inline void set_additionalStores_15(RuntimeObject* value) { ___additionalStores_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalStores_15), (void*)value); } inline static int32_t get_offset_of_trustedACIssuers_16() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___trustedACIssuers_16)); } inline RuntimeObject* get_trustedACIssuers_16() const { return ___trustedACIssuers_16; } inline RuntimeObject** get_address_of_trustedACIssuers_16() { return &___trustedACIssuers_16; } inline void set_trustedACIssuers_16(RuntimeObject* value) { ___trustedACIssuers_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___trustedACIssuers_16), (void*)value); } inline static int32_t get_offset_of_necessaryACAttributes_17() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___necessaryACAttributes_17)); } inline RuntimeObject* get_necessaryACAttributes_17() const { return ___necessaryACAttributes_17; } inline RuntimeObject** get_address_of_necessaryACAttributes_17() { return &___necessaryACAttributes_17; } inline void set_necessaryACAttributes_17(RuntimeObject* value) { ___necessaryACAttributes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___necessaryACAttributes_17), (void*)value); } inline static int32_t get_offset_of_prohibitedACAttributes_18() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___prohibitedACAttributes_18)); } inline RuntimeObject* get_prohibitedACAttributes_18() const { return ___prohibitedACAttributes_18; } inline RuntimeObject** get_address_of_prohibitedACAttributes_18() { return &___prohibitedACAttributes_18; } inline void set_prohibitedACAttributes_18(RuntimeObject* value) { ___prohibitedACAttributes_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___prohibitedACAttributes_18), (void*)value); } inline static int32_t get_offset_of_attrCertCheckers_19() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___attrCertCheckers_19)); } inline RuntimeObject* get_attrCertCheckers_19() const { return ___attrCertCheckers_19; } inline RuntimeObject** get_address_of_attrCertCheckers_19() { return &___attrCertCheckers_19; } inline void set_attrCertCheckers_19(RuntimeObject* value) { ___attrCertCheckers_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrCertCheckers_19), (void*)value); } inline static int32_t get_offset_of_validityModel_20() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___validityModel_20)); } inline int32_t get_validityModel_20() const { return ___validityModel_20; } inline int32_t* get_address_of_validityModel_20() { return &___validityModel_20; } inline void set_validityModel_20(int32_t value) { ___validityModel_20 = value; } inline static int32_t get_offset_of_useDeltas_21() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___useDeltas_21)); } inline bool get_useDeltas_21() const { return ___useDeltas_21; } inline bool* get_address_of_useDeltas_21() { return &___useDeltas_21; } inline void set_useDeltas_21(bool value) { ___useDeltas_21 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode struct PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mChildren RuntimeObject* ___mChildren_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mDepth int32_t ___mDepth_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mExpectedPolicies RuntimeObject* ___mExpectedPolicies_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mParent PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___mParent_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mPolicyQualifiers RuntimeObject* ___mPolicyQualifiers_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mValidPolicy String_t* ___mValidPolicy_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mCritical bool ___mCritical_6; public: inline static int32_t get_offset_of_mChildren_0() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mChildren_0)); } inline RuntimeObject* get_mChildren_0() const { return ___mChildren_0; } inline RuntimeObject** get_address_of_mChildren_0() { return &___mChildren_0; } inline void set_mChildren_0(RuntimeObject* value) { ___mChildren_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mChildren_0), (void*)value); } inline static int32_t get_offset_of_mDepth_1() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mDepth_1)); } inline int32_t get_mDepth_1() const { return ___mDepth_1; } inline int32_t* get_address_of_mDepth_1() { return &___mDepth_1; } inline void set_mDepth_1(int32_t value) { ___mDepth_1 = value; } inline static int32_t get_offset_of_mExpectedPolicies_2() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mExpectedPolicies_2)); } inline RuntimeObject* get_mExpectedPolicies_2() const { return ___mExpectedPolicies_2; } inline RuntimeObject** get_address_of_mExpectedPolicies_2() { return &___mExpectedPolicies_2; } inline void set_mExpectedPolicies_2(RuntimeObject* value) { ___mExpectedPolicies_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mExpectedPolicies_2), (void*)value); } inline static int32_t get_offset_of_mParent_3() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mParent_3)); } inline PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * get_mParent_3() const { return ___mParent_3; } inline PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 ** get_address_of_mParent_3() { return &___mParent_3; } inline void set_mParent_3(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * value) { ___mParent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mParent_3), (void*)value); } inline static int32_t get_offset_of_mPolicyQualifiers_4() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mPolicyQualifiers_4)); } inline RuntimeObject* get_mPolicyQualifiers_4() const { return ___mPolicyQualifiers_4; } inline RuntimeObject** get_address_of_mPolicyQualifiers_4() { return &___mPolicyQualifiers_4; } inline void set_mPolicyQualifiers_4(RuntimeObject* value) { ___mPolicyQualifiers_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPolicyQualifiers_4), (void*)value); } inline static int32_t get_offset_of_mValidPolicy_5() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mValidPolicy_5)); } inline String_t* get_mValidPolicy_5() const { return ___mValidPolicy_5; } inline String_t** get_address_of_mValidPolicy_5() { return &___mValidPolicy_5; } inline void set_mValidPolicy_5(String_t* value) { ___mValidPolicy_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mValidPolicy_5), (void*)value); } inline static int32_t get_offset_of_mCritical_6() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mCritical_6)); } inline bool get_mCritical_6() const { return ___mCritical_6; } inline bool* get_address_of_mCritical_6() { return &___mCritical_6; } inline void set_mCritical_6(bool value) { ___mCritical_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform struct Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804 : public RuntimeObject { public: public: }; struct Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields { public: // System.Globalization.CompareInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::InvariantCompareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___InvariantCompareInfo_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::NewLine String_t* ___NewLine_1; public: inline static int32_t get_offset_of_InvariantCompareInfo_0() { return static_cast(offsetof(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields, ___InvariantCompareInfo_0)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_InvariantCompareInfo_0() const { return ___InvariantCompareInfo_0; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_InvariantCompareInfo_0() { return &___InvariantCompareInfo_0; } inline void set_InvariantCompareInfo_0(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___InvariantCompareInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvariantCompareInfo_0), (void*)value); } inline static int32_t get_offset_of_NewLine_1() { return static_cast(offsetof(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields, ___NewLine_1)); } inline String_t* get_NewLine_1() const { return ___NewLine_1; } inline String_t** get_address_of_NewLine_1() { return &___NewLine_1; } inline void set_NewLine_1(String_t* value) { ___NewLine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NewLine_1), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities struct Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C : public RuntimeObject { public: public: }; struct Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CrlUtilities PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * ___CrlUtilities_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ANY_POLICY String_t* ___ANY_POLICY_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::KEY_CERT_SIGN int32_t ___KEY_CERT_SIGN_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CRL_SIGN int32_t ___CRL_SIGN_3; // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CrlReasons StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___CrlReasons_4; public: inline static int32_t get_offset_of_CrlUtilities_0() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___CrlUtilities_0)); } inline PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * get_CrlUtilities_0() const { return ___CrlUtilities_0; } inline PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 ** get_address_of_CrlUtilities_0() { return &___CrlUtilities_0; } inline void set_CrlUtilities_0(PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * value) { ___CrlUtilities_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlUtilities_0), (void*)value); } inline static int32_t get_offset_of_ANY_POLICY_1() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___ANY_POLICY_1)); } inline String_t* get_ANY_POLICY_1() const { return ___ANY_POLICY_1; } inline String_t** get_address_of_ANY_POLICY_1() { return &___ANY_POLICY_1; } inline void set_ANY_POLICY_1(String_t* value) { ___ANY_POLICY_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ANY_POLICY_1), (void*)value); } inline static int32_t get_offset_of_KEY_CERT_SIGN_2() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___KEY_CERT_SIGN_2)); } inline int32_t get_KEY_CERT_SIGN_2() const { return ___KEY_CERT_SIGN_2; } inline int32_t* get_address_of_KEY_CERT_SIGN_2() { return &___KEY_CERT_SIGN_2; } inline void set_KEY_CERT_SIGN_2(int32_t value) { ___KEY_CERT_SIGN_2 = value; } inline static int32_t get_offset_of_CRL_SIGN_3() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___CRL_SIGN_3)); } inline int32_t get_CRL_SIGN_3() const { return ___CRL_SIGN_3; } inline int32_t* get_address_of_CRL_SIGN_3() { return &___CRL_SIGN_3; } inline void set_CRL_SIGN_3(int32_t value) { ___CRL_SIGN_3 = value; } inline static int32_t get_offset_of_CrlReasons_4() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___CrlReasons_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_CrlReasons_4() const { return ___CrlReasons_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_CrlReasons_4() { return &___CrlReasons_4; } inline void set_CrlReasons_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___CrlReasons_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlReasons_4), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor struct TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::pubKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___pubKey_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::caName String_t* ___caName_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::caPrincipal X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___caPrincipal_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::trustedCert X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___trustedCert_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::ncBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ncBytes_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::nc NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * ___nc_5; public: inline static int32_t get_offset_of_pubKey_0() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___pubKey_0)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_pubKey_0() const { return ___pubKey_0; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_pubKey_0() { return &___pubKey_0; } inline void set_pubKey_0(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___pubKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubKey_0), (void*)value); } inline static int32_t get_offset_of_caName_1() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___caName_1)); } inline String_t* get_caName_1() const { return ___caName_1; } inline String_t** get_address_of_caName_1() { return &___caName_1; } inline void set_caName_1(String_t* value) { ___caName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___caName_1), (void*)value); } inline static int32_t get_offset_of_caPrincipal_2() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___caPrincipal_2)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_caPrincipal_2() const { return ___caPrincipal_2; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_caPrincipal_2() { return &___caPrincipal_2; } inline void set_caPrincipal_2(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___caPrincipal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___caPrincipal_2), (void*)value); } inline static int32_t get_offset_of_trustedCert_3() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___trustedCert_3)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_trustedCert_3() const { return ___trustedCert_3; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_trustedCert_3() { return &___trustedCert_3; } inline void set_trustedCert_3(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___trustedCert_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___trustedCert_3), (void*)value); } inline static int32_t get_offset_of_ncBytes_4() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___ncBytes_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ncBytes_4() const { return ___ncBytes_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ncBytes_4() { return &___ncBytes_4; } inline void set_ncBytes_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ncBytes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ncBytes_4), (void*)value); } inline static int32_t get_offset_of_nc_5() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___nc_5)); } inline NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * get_nc_5() const { return ___nc_5; } inline NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 ** get_address_of_nc_5() { return &___nc_5; } inline void set_nc_5(NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * value) { ___nc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nc_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector struct X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector::attributeCert RuntimeObject* ___attributeCert_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector::attributeCertificateValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___attributeCertificateValid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector::holder AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * ___holder_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector::issuer AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * ___issuer_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector::serialNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serialNumber_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector::targetNames RuntimeObject* ___targetNames_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector::targetGroups RuntimeObject* ___targetGroups_6; public: inline static int32_t get_offset_of_attributeCert_0() { return static_cast(offsetof(X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3, ___attributeCert_0)); } inline RuntimeObject* get_attributeCert_0() const { return ___attributeCert_0; } inline RuntimeObject** get_address_of_attributeCert_0() { return &___attributeCert_0; } inline void set_attributeCert_0(RuntimeObject* value) { ___attributeCert_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCert_0), (void*)value); } inline static int32_t get_offset_of_attributeCertificateValid_1() { return static_cast(offsetof(X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3, ___attributeCertificateValid_1)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_attributeCertificateValid_1() const { return ___attributeCertificateValid_1; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_attributeCertificateValid_1() { return &___attributeCertificateValid_1; } inline void set_attributeCertificateValid_1(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___attributeCertificateValid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCertificateValid_1), (void*)value); } inline static int32_t get_offset_of_holder_2() { return static_cast(offsetof(X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3, ___holder_2)); } inline AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * get_holder_2() const { return ___holder_2; } inline AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D ** get_address_of_holder_2() { return &___holder_2; } inline void set_holder_2(AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * value) { ___holder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___holder_2), (void*)value); } inline static int32_t get_offset_of_issuer_3() { return static_cast(offsetof(X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3, ___issuer_3)); } inline AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * get_issuer_3() const { return ___issuer_3; } inline AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 ** get_address_of_issuer_3() { return &___issuer_3; } inline void set_issuer_3(AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * value) { ___issuer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_3), (void*)value); } inline static int32_t get_offset_of_serialNumber_4() { return static_cast(offsetof(X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3, ___serialNumber_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_serialNumber_4() const { return ___serialNumber_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_serialNumber_4() { return &___serialNumber_4; } inline void set_serialNumber_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___serialNumber_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_4), (void*)value); } inline static int32_t get_offset_of_targetNames_5() { return static_cast(offsetof(X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3, ___targetNames_5)); } inline RuntimeObject* get_targetNames_5() const { return ___targetNames_5; } inline RuntimeObject** get_address_of_targetNames_5() { return &___targetNames_5; } inline void set_targetNames_5(RuntimeObject* value) { ___targetNames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNames_5), (void*)value); } inline static int32_t get_offset_of_targetGroups_6() { return static_cast(offsetof(X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3, ___targetGroups_6)); } inline RuntimeObject* get_targetGroups_6() const { return ___targetGroups_6; } inline RuntimeObject** get_address_of_targetGroups_6() { return &___targetGroups_6; } inline void set_targetGroups_6(RuntimeObject* value) { ___targetGroups_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetGroups_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector struct X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::authorityKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___authorityKeyIdentifier_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::basicConstraints int32_t ___basicConstraints_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::certificate X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificate_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::certificateValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___certificateValid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::extendedKeyUsage RuntimeObject* ___extendedKeyUsage_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::ignoreX509NameOrdering bool ___ignoreX509NameOrdering_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::policy RuntimeObject* ___policy_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::privateKeyValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___privateKeyValid_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::serialNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serialNumber_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyIdentifier_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectPublicKey SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___subjectPublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectPublicKeyAlgID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___subjectPublicKeyAlgID_14; public: inline static int32_t get_offset_of_authorityKeyIdentifier_0() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___authorityKeyIdentifier_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_authorityKeyIdentifier_0() const { return ___authorityKeyIdentifier_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_authorityKeyIdentifier_0() { return &___authorityKeyIdentifier_0; } inline void set_authorityKeyIdentifier_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___authorityKeyIdentifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___authorityKeyIdentifier_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___basicConstraints_1)); } inline int32_t get_basicConstraints_1() const { return ___basicConstraints_1; } inline int32_t* get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(int32_t value) { ___basicConstraints_1 = value; } inline static int32_t get_offset_of_certificate_2() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___certificate_2)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_certificate_2() const { return ___certificate_2; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_certificate_2() { return &___certificate_2; } inline void set_certificate_2(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___certificate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_2), (void*)value); } inline static int32_t get_offset_of_certificateValid_3() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___certificateValid_3)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_certificateValid_3() const { return ___certificateValid_3; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_certificateValid_3() { return &___certificateValid_3; } inline void set_certificateValid_3(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___certificateValid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValid_3), (void*)value); } inline static int32_t get_offset_of_extendedKeyUsage_4() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___extendedKeyUsage_4)); } inline RuntimeObject* get_extendedKeyUsage_4() const { return ___extendedKeyUsage_4; } inline RuntimeObject** get_address_of_extendedKeyUsage_4() { return &___extendedKeyUsage_4; } inline void set_extendedKeyUsage_4(RuntimeObject* value) { ___extendedKeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendedKeyUsage_4), (void*)value); } inline static int32_t get_offset_of_ignoreX509NameOrdering_5() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___ignoreX509NameOrdering_5)); } inline bool get_ignoreX509NameOrdering_5() const { return ___ignoreX509NameOrdering_5; } inline bool* get_address_of_ignoreX509NameOrdering_5() { return &___ignoreX509NameOrdering_5; } inline void set_ignoreX509NameOrdering_5(bool value) { ___ignoreX509NameOrdering_5 = value; } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___issuer_6)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_6() const { return ___issuer_6; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_6() { return &___issuer_6; } inline void set_issuer_6(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_6), (void*)value); } inline static int32_t get_offset_of_keyUsage_7() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___keyUsage_7)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_7() const { return ___keyUsage_7; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_7() { return &___keyUsage_7; } inline void set_keyUsage_7(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_7), (void*)value); } inline static int32_t get_offset_of_policy_8() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___policy_8)); } inline RuntimeObject* get_policy_8() const { return ___policy_8; } inline RuntimeObject** get_address_of_policy_8() { return &___policy_8; } inline void set_policy_8(RuntimeObject* value) { ___policy_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_8), (void*)value); } inline static int32_t get_offset_of_privateKeyValid_9() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___privateKeyValid_9)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_privateKeyValid_9() const { return ___privateKeyValid_9; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_privateKeyValid_9() { return &___privateKeyValid_9; } inline void set_privateKeyValid_9(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___privateKeyValid_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKeyValid_9), (void*)value); } inline static int32_t get_offset_of_serialNumber_10() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___serialNumber_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_serialNumber_10() const { return ___serialNumber_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_serialNumber_10() { return &___serialNumber_10; } inline void set_serialNumber_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___serialNumber_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_10), (void*)value); } inline static int32_t get_offset_of_subject_11() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subject_11)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_11() const { return ___subject_11; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_11() { return &___subject_11; } inline void set_subject_11(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_11), (void*)value); } inline static int32_t get_offset_of_subjectKeyIdentifier_12() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectKeyIdentifier_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_subjectKeyIdentifier_12() const { return ___subjectKeyIdentifier_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_subjectKeyIdentifier_12() { return &___subjectKeyIdentifier_12; } inline void set_subjectKeyIdentifier_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___subjectKeyIdentifier_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectKeyIdentifier_12), (void*)value); } inline static int32_t get_offset_of_subjectPublicKey_13() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectPublicKey_13)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_subjectPublicKey_13() const { return ___subjectPublicKey_13; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_subjectPublicKey_13() { return &___subjectPublicKey_13; } inline void set_subjectPublicKey_13(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___subjectPublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKey_13), (void*)value); } inline static int32_t get_offset_of_subjectPublicKeyAlgID_14() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectPublicKeyAlgID_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_subjectPublicKeyAlgID_14() const { return ___subjectPublicKeyAlgID_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_subjectPublicKeyAlgID_14() { return &___subjectPublicKeyAlgID_14; } inline void set_subjectPublicKeyAlgID_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___subjectPublicKeyAlgID_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKeyAlgID_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::sData Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___sData_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::sDataObjectCount int32_t ___sDataObjectCount_2; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::currentStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___currentStream_3; public: inline static int32_t get_offset_of_sData_1() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___sData_1)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_sData_1() const { return ___sData_1; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_sData_1() { return &___sData_1; } inline void set_sData_1(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___sData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sData_1), (void*)value); } inline static int32_t get_offset_of_sDataObjectCount_2() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___sDataObjectCount_2)); } inline int32_t get_sDataObjectCount_2() const { return ___sDataObjectCount_2; } inline int32_t* get_address_of_sDataObjectCount_2() { return &___sDataObjectCount_2; } inline void set_sDataObjectCount_2(int32_t value) { ___sDataObjectCount_2 = value; } inline static int32_t get_offset_of_currentStream_3() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___currentStream_3)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_currentStream_3() const { return ___currentStream_3; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_currentStream_3() { return &___currentStream_3; } inline void set_currentStream_3(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___currentStream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentStream_3), (void*)value); } }; struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::PemCertParser PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * ___PemCertParser_0; public: inline static int32_t get_offset_of_PemCertParser_0() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_StaticFields, ___PemCertParser_0)); } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * get_PemCertParser_0() const { return ___PemCertParser_0; } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 ** get_address_of_PemCertParser_0() { return &___PemCertParser_0; } inline void set_PemCertParser_0(PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * value) { ___PemCertParser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PemCertParser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector struct X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::certificateChecking X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificateChecking_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::dateAndTime DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___dateAndTime_1; // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::issuers RuntimeObject* ___issuers_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::maxCrlNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___maxCrlNumber_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::minCrlNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___minCrlNumber_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::attrCertChecking RuntimeObject* ___attrCertChecking_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::completeCrlEnabled bool ___completeCrlEnabled_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::deltaCrlIndicatorEnabled bool ___deltaCrlIndicatorEnabled_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::issuingDistributionPoint ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___issuingDistributionPoint_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::issuingDistributionPointEnabled bool ___issuingDistributionPointEnabled_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::maxBaseCrlNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___maxBaseCrlNumber_10; public: inline static int32_t get_offset_of_certificateChecking_0() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___certificateChecking_0)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_certificateChecking_0() const { return ___certificateChecking_0; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_certificateChecking_0() { return &___certificateChecking_0; } inline void set_certificateChecking_0(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___certificateChecking_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateChecking_0), (void*)value); } inline static int32_t get_offset_of_dateAndTime_1() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___dateAndTime_1)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_dateAndTime_1() const { return ___dateAndTime_1; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_dateAndTime_1() { return &___dateAndTime_1; } inline void set_dateAndTime_1(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___dateAndTime_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateAndTime_1), (void*)value); } inline static int32_t get_offset_of_issuers_2() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___issuers_2)); } inline RuntimeObject* get_issuers_2() const { return ___issuers_2; } inline RuntimeObject** get_address_of_issuers_2() { return &___issuers_2; } inline void set_issuers_2(RuntimeObject* value) { ___issuers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuers_2), (void*)value); } inline static int32_t get_offset_of_maxCrlNumber_3() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___maxCrlNumber_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_maxCrlNumber_3() const { return ___maxCrlNumber_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_maxCrlNumber_3() { return &___maxCrlNumber_3; } inline void set_maxCrlNumber_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___maxCrlNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___maxCrlNumber_3), (void*)value); } inline static int32_t get_offset_of_minCrlNumber_4() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___minCrlNumber_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_minCrlNumber_4() const { return ___minCrlNumber_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_minCrlNumber_4() { return &___minCrlNumber_4; } inline void set_minCrlNumber_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___minCrlNumber_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___minCrlNumber_4), (void*)value); } inline static int32_t get_offset_of_attrCertChecking_5() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___attrCertChecking_5)); } inline RuntimeObject* get_attrCertChecking_5() const { return ___attrCertChecking_5; } inline RuntimeObject** get_address_of_attrCertChecking_5() { return &___attrCertChecking_5; } inline void set_attrCertChecking_5(RuntimeObject* value) { ___attrCertChecking_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrCertChecking_5), (void*)value); } inline static int32_t get_offset_of_completeCrlEnabled_6() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___completeCrlEnabled_6)); } inline bool get_completeCrlEnabled_6() const { return ___completeCrlEnabled_6; } inline bool* get_address_of_completeCrlEnabled_6() { return &___completeCrlEnabled_6; } inline void set_completeCrlEnabled_6(bool value) { ___completeCrlEnabled_6 = value; } inline static int32_t get_offset_of_deltaCrlIndicatorEnabled_7() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___deltaCrlIndicatorEnabled_7)); } inline bool get_deltaCrlIndicatorEnabled_7() const { return ___deltaCrlIndicatorEnabled_7; } inline bool* get_address_of_deltaCrlIndicatorEnabled_7() { return &___deltaCrlIndicatorEnabled_7; } inline void set_deltaCrlIndicatorEnabled_7(bool value) { ___deltaCrlIndicatorEnabled_7 = value; } inline static int32_t get_offset_of_issuingDistributionPoint_8() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___issuingDistributionPoint_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_issuingDistributionPoint_8() const { return ___issuingDistributionPoint_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_issuingDistributionPoint_8() { return &___issuingDistributionPoint_8; } inline void set_issuingDistributionPoint_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___issuingDistributionPoint_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuingDistributionPoint_8), (void*)value); } inline static int32_t get_offset_of_issuingDistributionPointEnabled_9() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___issuingDistributionPointEnabled_9)); } inline bool get_issuingDistributionPointEnabled_9() const { return ___issuingDistributionPointEnabled_9; } inline bool* get_address_of_issuingDistributionPointEnabled_9() { return &___issuingDistributionPointEnabled_9; } inline void set_issuingDistributionPointEnabled_9(bool value) { ___issuingDistributionPointEnabled_9 = value; } inline static int32_t get_offset_of_maxBaseCrlNumber_10() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___maxBaseCrlNumber_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_maxBaseCrlNumber_10() const { return ___maxBaseCrlNumber_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_maxBaseCrlNumber_10() { return &___maxBaseCrlNumber_10; } inline void set_maxBaseCrlNumber_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___maxBaseCrlNumber_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___maxBaseCrlNumber_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CAKeyUpdAnnContent struct CAKeyUpdAnnContent_t607833B88C4B1296047C134BDB0C425766C75B19 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CAKeyUpdAnnContent::oldWithNew CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * ___oldWithNew_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CAKeyUpdAnnContent::newWithOld CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * ___newWithOld_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CAKeyUpdAnnContent::newWithNew CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * ___newWithNew_4; public: inline static int32_t get_offset_of_oldWithNew_2() { return static_cast(offsetof(CAKeyUpdAnnContent_t607833B88C4B1296047C134BDB0C425766C75B19, ___oldWithNew_2)); } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * get_oldWithNew_2() const { return ___oldWithNew_2; } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 ** get_address_of_oldWithNew_2() { return &___oldWithNew_2; } inline void set_oldWithNew_2(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * value) { ___oldWithNew_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldWithNew_2), (void*)value); } inline static int32_t get_offset_of_newWithOld_3() { return static_cast(offsetof(CAKeyUpdAnnContent_t607833B88C4B1296047C134BDB0C425766C75B19, ___newWithOld_3)); } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * get_newWithOld_3() const { return ___newWithOld_3; } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 ** get_address_of_newWithOld_3() { return &___newWithOld_3; } inline void set_newWithOld_3(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * value) { ___newWithOld_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___newWithOld_3), (void*)value); } inline static int32_t get_offset_of_newWithNew_4() { return static_cast(offsetof(CAKeyUpdAnnContent_t607833B88C4B1296047C134BDB0C425766C75B19, ___newWithNew_4)); } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * get_newWithNew_4() const { return ___newWithNew_4; } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 ** get_address_of_newWithNew_4() { return &___newWithNew_4; } inline void set_newWithNew_4(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * value) { ___newWithNew_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___newWithNew_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertConfirmContent struct CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertConfirmContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage struct CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage::caPubs Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___caPubs_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage::response Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___response_3; public: inline static int32_t get_offset_of_caPubs_2() { return static_cast(offsetof(CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7, ___caPubs_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_caPubs_2() const { return ___caPubs_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_caPubs_2() { return &___caPubs_2; } inline void set_caPubs_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___caPubs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___caPubs_2), (void*)value); } inline static int32_t get_offset_of_response_3() { return static_cast(offsetof(CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7, ___response_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_response_3() const { return ___response_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_response_3() { return &___response_3; } inline void set_response_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___response_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___response_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages struct CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList struct CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::tbsCertList TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * ___tbsCertList_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCertList_2() { return static_cast(offsetof(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___tbsCertList_2)); } inline TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * get_tbsCertList_2() const { return ___tbsCertList_2; } inline TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 ** get_address_of_tbsCertList_2() { return &___tbsCertList_2; } inline void set_tbsCertList_2(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * value) { ___tbsCertList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCertList_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___sigAlgID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgID_3() const { return ___sigAlgID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgID_3() { return &___sigAlgID_3; } inline void set_sigAlgID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgID_3), (void*)value); } inline static int32_t get_offset_of_sig_4() { return static_cast(offsetof(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___sig_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sig_4() const { return ___sig_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sig_4() { return &___sig_4; } inline void set_sig_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sig_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest struct CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::reqInfo CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * ___reqInfo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::sigAlgId AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgId_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::sigBits DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sigBits_4; public: inline static int32_t get_offset_of_reqInfo_2() { return static_cast(offsetof(CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB, ___reqInfo_2)); } inline CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * get_reqInfo_2() const { return ___reqInfo_2; } inline CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C ** get_address_of_reqInfo_2() { return &___reqInfo_2; } inline void set_reqInfo_2(CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * value) { ___reqInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___reqInfo_2), (void*)value); } inline static int32_t get_offset_of_sigAlgId_3() { return static_cast(offsetof(CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB, ___sigAlgId_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgId_3() const { return ___sigAlgId_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgId_3() { return &___sigAlgId_3; } inline void set_sigAlgId_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgId_3), (void*)value); } inline static int32_t get_offset_of_sigBits_4() { return static_cast(offsetof(CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB, ___sigBits_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sigBits_4() const { return ___sigBits_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sigBits_4() { return &___sigBits_4; } inline void set_sigBits_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sigBits_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigBits_4), (void*)value); } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate struct CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::x509v3PKCert X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___x509v3PKCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::x509v2AttrCert AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * ___x509v2AttrCert_3; public: inline static int32_t get_offset_of_x509v3PKCert_2() { return static_cast(offsetof(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894, ___x509v3PKCert_2)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_x509v3PKCert_2() const { return ___x509v3PKCert_2; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_x509v3PKCert_2() { return &___x509v3PKCert_2; } inline void set_x509v3PKCert_2(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___x509v3PKCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___x509v3PKCert_2), (void*)value); } inline static int32_t get_offset_of_x509v2AttrCert_3() { return static_cast(offsetof(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894, ___x509v2AttrCert_3)); } inline AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * get_x509v2AttrCert_3() const { return ___x509v2AttrCert_3; } inline AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 ** get_address_of_x509v2AttrCert_3() { return &___x509v2AttrCert_3; } inline void set_x509v2AttrCert_3(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * value) { ___x509v2AttrCert_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___x509v2AttrCert_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo struct ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo::content Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content_3; public: inline static int32_t get_offset_of_contentType_2() { return static_cast(offsetof(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0, ___contentType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_2() const { return ___contentType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_2() { return &___contentType_2; } inline void set_contentType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_2), (void*)value); } inline static int32_t get_offset_of_content_3() { return static_cast(offsetof(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0, ___content_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_content_3() const { return ___content_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_content_3() { return &___content_3; } inline void set_content_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___content_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CrlAnnContent struct CrlAnnContent_t1DE89AFFF0B017BC13C852394E3FF354FDCC415F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CrlAnnContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(CrlAnnContent_t1DE89AFFF0B017BC13C852394E3FF354FDCC415F, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint struct CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint struct DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::distributionPoint DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * ___distributionPoint_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::reasons ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * ___reasons_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::cRLIssuer GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___cRLIssuer_4; public: inline static int32_t get_offset_of_distributionPoint_2() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___distributionPoint_2)); } inline DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * get_distributionPoint_2() const { return ___distributionPoint_2; } inline DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E ** get_address_of_distributionPoint_2() { return &___distributionPoint_2; } inline void set_distributionPoint_2(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * value) { ___distributionPoint_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___distributionPoint_2), (void*)value); } inline static int32_t get_offset_of_reasons_3() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___reasons_3)); } inline ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * get_reasons_3() const { return ___reasons_3; } inline ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF ** get_address_of_reasons_3() { return &___reasons_3; } inline void set_reasons_3(ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * value) { ___reasons_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___reasons_3), (void*)value); } inline static int32_t get_offset_of_cRLIssuer_4() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___cRLIssuer_4)); } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * get_cRLIssuer_4() const { return ___cRLIssuer_4; } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 ** get_address_of_cRLIssuer_4() { return &___cRLIssuer_4; } inline void set_cRLIssuer_4(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * value) { ___cRLIssuer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cRLIssuer_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName struct DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::name Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___name_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::type int32_t ___type_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E, ___name_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_name_2() const { return ___name_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E, ___type_3)); } inline int32_t get_type_3() const { return ___type_3; } inline int32_t* get_address_of_type_3() { return &___type_3; } inline void set_type_3(int32_t value) { ___type_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::parameters DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81, ___parameters_1)); } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * get_parameters_1() const { return ___parameters_1; } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey struct EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::envelopedData EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * ___envelopedData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::encryptedValue EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___encryptedValue_3; public: inline static int32_t get_offset_of_envelopedData_2() { return static_cast(offsetof(EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC, ___envelopedData_2)); } inline EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * get_envelopedData_2() const { return ___envelopedData_2; } inline EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 ** get_address_of_envelopedData_2() { return &___envelopedData_2; } inline void set_envelopedData_2(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * value) { ___envelopedData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___envelopedData_2), (void*)value); } inline static int32_t get_offset_of_encryptedValue_3() { return static_cast(offsetof(EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC, ___encryptedValue_3)); } inline EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * get_encryptedValue_3() const { return ___encryptedValue_3; } inline EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 ** get_address_of_encryptedValue_3() { return &___encryptedValue_3; } inline void set_encryptedValue_3(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * value) { ___encryptedValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedValue_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::algId AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo::data Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___data_3; public: inline static int32_t get_offset_of_algId_2() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60, ___algId_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algId_2() const { return ___algId_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algId_2() { return &___algId_2; } inline void set_algId_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algId_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60, ___data_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_data_3() const { return ___data_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_data_3() { return &___data_3; } inline void set_data_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent struct ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::pkiStatusInfo PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___pkiStatusInfo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::errorCode DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___errorCode_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::errorDetails PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___errorDetails_4; public: inline static int32_t get_offset_of_pkiStatusInfo_2() { return static_cast(offsetof(ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C, ___pkiStatusInfo_2)); } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * get_pkiStatusInfo_2() const { return ___pkiStatusInfo_2; } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 ** get_address_of_pkiStatusInfo_2() { return &___pkiStatusInfo_2; } inline void set_pkiStatusInfo_2(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * value) { ___pkiStatusInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pkiStatusInfo_2), (void*)value); } inline static int32_t get_offset_of_errorCode_3() { return static_cast(offsetof(ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C, ___errorCode_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_errorCode_3() const { return ___errorCode_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_errorCode_3() { return &___errorCode_3; } inline void set_errorCode_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___errorCode_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___errorCode_3), (void*)value); } inline static int32_t get_offset_of_errorDetails_4() { return static_cast(offsetof(ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C, ___errorDetails_4)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_errorDetails_4() const { return ___errorDetails_4; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_errorDetails_4() { return &___errorDetails_4; } inline void set_errorDetails_4(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___errorDetails_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___errorDetails_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenMsgContent struct GenMsgContent_t726253B1D8B27B12DD110A2A8D90A23B55955514 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenMsgContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(GenMsgContent_t726253B1D8B27B12DD110A2A8D90A23B55955514, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenRepContent struct GenRepContent_tA297CD33FFC8F5980AAE8B056A5C86A24018F7DD : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenRepContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(GenRepContent_tA297CD33FFC8F5980AAE8B056A5C86A24018F7DD, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::tag int32_t ___tag_12; public: inline static int32_t get_offset_of_obj_11() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___obj_11)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_11() const { return ___obj_11; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_11() { return &___obj_11; } inline void set_obj_11(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_11), (void*)value); } inline static int32_t get_offset_of_tag_12() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___tag_12)); } inline int32_t get_tag_12() const { return ___tag_12; } inline int32_t* get_address_of_tag_12() { return &___tag_12; } inline void set_tag_12(int32_t value) { ___tag_12 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::names GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* ___names_2; public: inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5, ___names_2)); } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* get_names_2() const { return ___names_2; } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E** get_address_of_names_2() { return &___names_2; } inline void set_names_2(GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree struct GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::baseName GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___baseName_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::minimum DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___minimum_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::maximum DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___maximum_4; public: inline static int32_t get_offset_of_baseName_2() { return static_cast(offsetof(GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1, ___baseName_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_baseName_2() const { return ___baseName_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_baseName_2() { return &___baseName_2; } inline void set_baseName_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___baseName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseName_2), (void*)value); } inline static int32_t get_offset_of_minimum_3() { return static_cast(offsetof(GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1, ___minimum_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_minimum_3() const { return ___minimum_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_minimum_3() { return &___minimum_3; } inline void set_minimum_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___minimum_3), (void*)value); } inline static int32_t get_offset_of_maximum_4() { return static_cast(offsetof(GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1, ___maximum_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_maximum_4() const { return ___maximum_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_maximum_4() { return &___maximum_4; } inline void set_maximum_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___maximum_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___maximum_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue struct InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue::infoType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___infoType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue::infoValue Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___infoValue_3; public: inline static int32_t get_offset_of_infoType_2() { return static_cast(offsetof(InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650, ___infoType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_infoType_2() const { return ___infoType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_infoType_2() { return &___infoType_2; } inline void set_infoType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___infoType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___infoType_2), (void*)value); } inline static int32_t get_offset_of_infoValue_3() { return static_cast(offsetof(InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650, ___infoValue_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_infoValue_3() const { return ___infoValue_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_infoValue_3() { return &___infoValue_3; } inline void set_infoValue_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___infoValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___infoValue_3), (void*)value); } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent struct KeyRecRepContent_t22F4C88ECE39C1F57BE1F388B10F38BE3CC44E01 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent::status PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent::newSigCert CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * ___newSigCert_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent::caCerts Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___caCerts_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent::keyPairHist Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___keyPairHist_5; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(KeyRecRepContent_t22F4C88ECE39C1F57BE1F388B10F38BE3CC44E01, ___status_2)); } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * get_status_2() const { return ___status_2; } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 ** get_address_of_status_2() { return &___status_2; } inline void set_status_2(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * value) { ___status_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_2), (void*)value); } inline static int32_t get_offset_of_newSigCert_3() { return static_cast(offsetof(KeyRecRepContent_t22F4C88ECE39C1F57BE1F388B10F38BE3CC44E01, ___newSigCert_3)); } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * get_newSigCert_3() const { return ___newSigCert_3; } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 ** get_address_of_newSigCert_3() { return &___newSigCert_3; } inline void set_newSigCert_3(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * value) { ___newSigCert_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___newSigCert_3), (void*)value); } inline static int32_t get_offset_of_caCerts_4() { return static_cast(offsetof(KeyRecRepContent_t22F4C88ECE39C1F57BE1F388B10F38BE3CC44E01, ___caCerts_4)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_caCerts_4() const { return ___caCerts_4; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_caCerts_4() { return &___caCerts_4; } inline void set_caCerts_4(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___caCerts_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___caCerts_4), (void*)value); } inline static int32_t get_offset_of_keyPairHist_5() { return static_cast(offsetof(KeyRecRepContent_t22F4C88ECE39C1F57BE1F388B10F38BE3CC44E01, ___keyPairHist_5)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_keyPairHist_5() const { return ___keyPairHist_5; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_keyPairHist_5() { return &___keyPairHist_5; } inline void set_keyPairHist_5(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___keyPairHist_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyPairHist_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.PemWriter struct PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2 : public PemWriter_tBD518860EFED3382051637D2372D21CFA33EED8C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator struct Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B : public PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::digest RuntimeObject* ___digest_3; public: inline static int32_t get_offset_of_digest_3() { return static_cast(offsetof(Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B, ___digest_3)); } inline RuntimeObject* get_digest_3() const { return ___digest_3; } inline RuntimeObject** get_address_of_digest_3() { return &___digest_3; } inline void set_digest_3(RuntimeObject* value) { ___digest_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator struct Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F : public PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::hMac RuntimeObject* ___hMac_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::state ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___state_4; public: inline static int32_t get_offset_of_hMac_3() { return static_cast(offsetof(Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F, ___hMac_3)); } inline RuntimeObject* get_hMac_3() const { return ___hMac_3; } inline RuntimeObject** get_address_of_hMac_3() { return &___hMac_3; } inline void set_hMac_3(RuntimeObject* value) { ___hMac_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hMac_3), (void*)value); } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F, ___state_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_state_4() const { return ___state_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_state_4() { return &___state_4; } inline void set_state_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey struct Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C : public CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey struct Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08 : public CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions struct PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::value Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___value_5; public: inline static int32_t get_offset_of_value_5() { return static_cast(offsetof(PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B, ___value_5)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_value_5() const { return ___value_5; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_value_5() { return &___value_5; } inline void set_value_5(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___value_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody struct PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::tagNo int32_t ___tagNo_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::body Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___body_30; public: inline static int32_t get_offset_of_tagNo_29() { return static_cast(offsetof(PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC, ___tagNo_29)); } inline int32_t get_tagNo_29() const { return ___tagNo_29; } inline int32_t* get_address_of_tagNo_29() { return &___tagNo_29; } inline void set_tagNo_29(int32_t value) { ___tagNo_29 = value; } inline static int32_t get_offset_of_body_30() { return static_cast(offsetof(PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC, ___body_30)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_body_30() const { return ___body_30; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_body_30() { return &___body_30; } inline void set_body_30(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___body_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_30), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent struct PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText struct PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::strings Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___strings_2; public: inline static int32_t get_offset_of_strings_2() { return static_cast(offsetof(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74, ___strings_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_strings_2() const { return ___strings_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_strings_2() { return &___strings_2; } inline void set_strings_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___strings_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___strings_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader struct PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::pvno DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pvno_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::sender GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::recipient GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::messageTime DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___messageTime_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::protectionAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___protectionAlg_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::senderKID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___senderKID_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::recipKID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___recipKID_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::transactionID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___transactionID_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::senderNonce Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___senderNonce_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::recipNonce Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___recipNonce_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::freeText PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___freeText_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::generalInfo Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___generalInfo_16; public: inline static int32_t get_offset_of_pvno_5() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___pvno_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_pvno_5() const { return ___pvno_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_pvno_5() { return &___pvno_5; } inline void set_pvno_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___pvno_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pvno_5), (void*)value); } inline static int32_t get_offset_of_sender_6() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___sender_6)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_sender_6() const { return ___sender_6; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_sender_6() { return &___sender_6; } inline void set_sender_6(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___sender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___sender_6), (void*)value); } inline static int32_t get_offset_of_recipient_7() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___recipient_7)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_recipient_7() const { return ___recipient_7; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_recipient_7() { return &___recipient_7; } inline void set_recipient_7(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___recipient_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipient_7), (void*)value); } inline static int32_t get_offset_of_messageTime_8() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___messageTime_8)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_messageTime_8() const { return ___messageTime_8; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_messageTime_8() { return &___messageTime_8; } inline void set_messageTime_8(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___messageTime_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___messageTime_8), (void*)value); } inline static int32_t get_offset_of_protectionAlg_9() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___protectionAlg_9)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_protectionAlg_9() const { return ___protectionAlg_9; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_protectionAlg_9() { return &___protectionAlg_9; } inline void set_protectionAlg_9(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___protectionAlg_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___protectionAlg_9), (void*)value); } inline static int32_t get_offset_of_senderKID_10() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___senderKID_10)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_senderKID_10() const { return ___senderKID_10; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_senderKID_10() { return &___senderKID_10; } inline void set_senderKID_10(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___senderKID_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___senderKID_10), (void*)value); } inline static int32_t get_offset_of_recipKID_11() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___recipKID_11)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_recipKID_11() const { return ___recipKID_11; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_recipKID_11() { return &___recipKID_11; } inline void set_recipKID_11(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___recipKID_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipKID_11), (void*)value); } inline static int32_t get_offset_of_transactionID_12() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___transactionID_12)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_transactionID_12() const { return ___transactionID_12; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_transactionID_12() { return &___transactionID_12; } inline void set_transactionID_12(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___transactionID_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___transactionID_12), (void*)value); } inline static int32_t get_offset_of_senderNonce_13() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___senderNonce_13)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_senderNonce_13() const { return ___senderNonce_13; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_senderNonce_13() { return &___senderNonce_13; } inline void set_senderNonce_13(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___senderNonce_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___senderNonce_13), (void*)value); } inline static int32_t get_offset_of_recipNonce_14() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___recipNonce_14)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_recipNonce_14() const { return ___recipNonce_14; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_recipNonce_14() { return &___recipNonce_14; } inline void set_recipNonce_14(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___recipNonce_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipNonce_14), (void*)value); } inline static int32_t get_offset_of_freeText_15() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___freeText_15)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_freeText_15() const { return ___freeText_15; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_freeText_15() { return &___freeText_15; } inline void set_freeText_15(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___freeText_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___freeText_15), (void*)value); } inline static int32_t get_offset_of_generalInfo_16() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___generalInfo_16)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_generalInfo_16() const { return ___generalInfo_16; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_generalInfo_16() { return &___generalInfo_16; } inline void set_generalInfo_16(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___generalInfo_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalInfo_16), (void*)value); } }; struct PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::NULL_NAME GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___NULL_NAME_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::CMP_1999 int32_t ___CMP_1999_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::CMP_2000 int32_t ___CMP_2000_4; public: inline static int32_t get_offset_of_NULL_NAME_2() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields, ___NULL_NAME_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_NULL_NAME_2() const { return ___NULL_NAME_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_NULL_NAME_2() { return &___NULL_NAME_2; } inline void set_NULL_NAME_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___NULL_NAME_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___NULL_NAME_2), (void*)value); } inline static int32_t get_offset_of_CMP_1999_3() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields, ___CMP_1999_3)); } inline int32_t get_CMP_1999_3() const { return ___CMP_1999_3; } inline int32_t* get_address_of_CMP_1999_3() { return &___CMP_1999_3; } inline void set_CMP_1999_3(int32_t value) { ___CMP_1999_3 = value; } inline static int32_t get_offset_of_CMP_2000_4() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields, ___CMP_2000_4)); } inline int32_t get_CMP_2000_4() const { return ___CMP_2000_4; } inline int32_t* get_address_of_CMP_2000_4() { return &___CMP_2000_4; } inline void set_CMP_2000_4(int32_t value) { ___CMP_2000_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage struct PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::header PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * ___header_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::body PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * ___body_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::protection DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___protection_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::extraCerts Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___extraCerts_5; public: inline static int32_t get_offset_of_header_2() { return static_cast(offsetof(PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26, ___header_2)); } inline PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * get_header_2() const { return ___header_2; } inline PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 ** get_address_of_header_2() { return &___header_2; } inline void set_header_2(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * value) { ___header_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___header_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26, ___body_3)); } inline PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * get_body_3() const { return ___body_3; } inline PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC ** get_address_of_body_3() { return &___body_3; } inline void set_body_3(PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } inline static int32_t get_offset_of_protection_4() { return static_cast(offsetof(PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26, ___protection_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_protection_4() const { return ___protection_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_protection_4() { return &___protection_4; } inline void set_protection_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___protection_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___protection_4), (void*)value); } inline static int32_t get_offset_of_extraCerts_5() { return static_cast(offsetof(PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26, ___extraCerts_5)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_extraCerts_5() const { return ___extraCerts_5; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_extraCerts_5() { return &___extraCerts_5; } inline void set_extraCerts_5(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___extraCerts_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___extraCerts_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages struct PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo struct PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo::action DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___action_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo::pubInfos Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___pubInfos_3; public: inline static int32_t get_offset_of_action_2() { return static_cast(offsetof(PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC, ___action_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_action_2() const { return ___action_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_action_2() { return &___action_2; } inline void set_action_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___action_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_2), (void*)value); } inline static int32_t get_offset_of_pubInfos_3() { return static_cast(offsetof(PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC, ___pubInfos_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_pubInfos_3() const { return ___pubInfos_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_pubInfos_3() { return &___pubInfos_3; } inline void set_pubInfos_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___pubInfos_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubInfos_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable struct PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::status DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___status_9; public: inline static int32_t get_offset_of_status_9() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE, ___status_9)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_status_9() const { return ___status_9; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_status_9() { return &___status_9; } inline void set_status_9(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___status_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_9), (void*)value); } }; struct PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::granted PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___granted_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::grantedWithMods PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___grantedWithMods_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::rejection PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___rejection_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::waiting PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___waiting_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::revocationWarning PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___revocationWarning_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::revocationNotification PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___revocationNotification_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::keyUpdateWaiting PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___keyUpdateWaiting_8; public: inline static int32_t get_offset_of_granted_2() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___granted_2)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_granted_2() const { return ___granted_2; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_granted_2() { return &___granted_2; } inline void set_granted_2(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___granted_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___granted_2), (void*)value); } inline static int32_t get_offset_of_grantedWithMods_3() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___grantedWithMods_3)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_grantedWithMods_3() const { return ___grantedWithMods_3; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_grantedWithMods_3() { return &___grantedWithMods_3; } inline void set_grantedWithMods_3(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___grantedWithMods_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___grantedWithMods_3), (void*)value); } inline static int32_t get_offset_of_rejection_4() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___rejection_4)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_rejection_4() const { return ___rejection_4; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_rejection_4() { return &___rejection_4; } inline void set_rejection_4(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___rejection_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___rejection_4), (void*)value); } inline static int32_t get_offset_of_waiting_5() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___waiting_5)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_waiting_5() const { return ___waiting_5; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_waiting_5() { return &___waiting_5; } inline void set_waiting_5(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___waiting_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___waiting_5), (void*)value); } inline static int32_t get_offset_of_revocationWarning_6() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___revocationWarning_6)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_revocationWarning_6() const { return ___revocationWarning_6; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_revocationWarning_6() { return &___revocationWarning_6; } inline void set_revocationWarning_6(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___revocationWarning_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationWarning_6), (void*)value); } inline static int32_t get_offset_of_revocationNotification_7() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___revocationNotification_7)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_revocationNotification_7() const { return ___revocationNotification_7; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_revocationNotification_7() { return &___revocationNotification_7; } inline void set_revocationNotification_7(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___revocationNotification_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationNotification_7), (void*)value); } inline static int32_t get_offset_of_keyUpdateWaiting_8() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___keyUpdateWaiting_8)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_keyUpdateWaiting_8() const { return ___keyUpdateWaiting_8; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_keyUpdateWaiting_8() { return &___keyUpdateWaiting_8; } inline void set_keyUpdateWaiting_8(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___keyUpdateWaiting_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUpdateWaiting_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo struct PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::status DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::statusString PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___statusString_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::failInfo DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___failInfo_4; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___status_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_status_2() const { return ___status_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_status_2() { return &___status_2; } inline void set_status_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___status_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_2), (void*)value); } inline static int32_t get_offset_of_statusString_3() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___statusString_3)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_statusString_3() const { return ___statusString_3; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_statusString_3() { return &___statusString_3; } inline void set_statusString_3(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___statusString_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___statusString_3), (void*)value); } inline static int32_t get_offset_of_failInfo_4() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___failInfo_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_failInfo_4() const { return ___failInfo_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_failInfo_4() { return &___failInfo_4; } inline void set_failInfo_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___failInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___failInfo_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters struct PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE : public PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::maxPathLength int32_t ___maxPathLength_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::excludedCerts RuntimeObject* ___excludedCerts_23; public: inline static int32_t get_offset_of_maxPathLength_22() { return static_cast(offsetof(PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE, ___maxPathLength_22)); } inline int32_t get_maxPathLength_22() const { return ___maxPathLength_22; } inline int32_t* get_address_of_maxPathLength_22() { return &___maxPathLength_22; } inline void set_maxPathLength_22(int32_t value) { ___maxPathLength_22 = value; } inline static int32_t get_offset_of_excludedCerts_23() { return static_cast(offsetof(PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE, ___excludedCerts_23)); } inline RuntimeObject* get_excludedCerts_23() const { return ___excludedCerts_23; } inline RuntimeObject** get_address_of_excludedCerts_23() { return &___excludedCerts_23; } inline void set_excludedCerts_23(RuntimeObject* value) { ___excludedCerts_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedCerts_23), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult struct PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 : public PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult::certPath PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath_3; public: inline static int32_t get_offset_of_certPath_3() { return static_cast(offsetof(PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063, ___certPath_3)); } inline PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * get_certPath_3() const { return ___certPath_3; } inline PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 ** get_address_of_certPath_3() { return &___certPath_3; } inline void set_certPath_3(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * value) { ___certPath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPath_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation struct PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::policyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___policyIdentifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::policyQualifiers Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___policyQualifiers_3; public: inline static int32_t get_offset_of_policyIdentifier_2() { return static_cast(offsetof(PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15, ___policyIdentifier_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_policyIdentifier_2() const { return ___policyIdentifier_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_policyIdentifier_2() { return &___policyIdentifier_2; } inline void set_policyIdentifier_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___policyIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyIdentifier_2), (void*)value); } inline static int32_t get_offset_of_policyQualifiers_3() { return static_cast(offsetof(PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15, ___policyQualifiers_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_policyQualifiers_3() const { return ___policyQualifiers_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_policyQualifiers_3() { return &___policyQualifiers_3; } inline void set_policyQualifiers_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___policyQualifiers_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyQualifiers_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo struct PolicyQualifierInfo_t84E81B8C5345FA092451BFF0C64B64A5BFDA1CDE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo::policyQualifierId DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___policyQualifierId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo::qualifier Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___qualifier_3; public: inline static int32_t get_offset_of_policyQualifierId_2() { return static_cast(offsetof(PolicyQualifierInfo_t84E81B8C5345FA092451BFF0C64B64A5BFDA1CDE, ___policyQualifierId_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_policyQualifierId_2() const { return ___policyQualifierId_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_policyQualifierId_2() { return &___policyQualifierId_2; } inline void set_policyQualifierId_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___policyQualifierId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyQualifierId_2), (void*)value); } inline static int32_t get_offset_of_qualifier_3() { return static_cast(offsetof(PolicyQualifierInfo_t84E81B8C5345FA092451BFF0C64B64A5BFDA1CDE, ___qualifier_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_qualifier_3() const { return ___qualifier_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_qualifier_3() { return &___qualifier_3; } inline void set_qualifier_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___qualifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___qualifier_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollRepContent struct PollRepContent_t2F00E71B4E8C0D8E368F8D6B4D1A2C8BF7F41C3B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollRepContent::certReqId DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollRepContent::checkAfter DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___checkAfter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollRepContent::reason PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___reason_4; public: inline static int32_t get_offset_of_certReqId_2() { return static_cast(offsetof(PollRepContent_t2F00E71B4E8C0D8E368F8D6B4D1A2C8BF7F41C3B, ___certReqId_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_certReqId_2() const { return ___certReqId_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_certReqId_2() { return &___certReqId_2; } inline void set_certReqId_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___certReqId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certReqId_2), (void*)value); } inline static int32_t get_offset_of_checkAfter_3() { return static_cast(offsetof(PollRepContent_t2F00E71B4E8C0D8E368F8D6B4D1A2C8BF7F41C3B, ___checkAfter_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_checkAfter_3() const { return ___checkAfter_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_checkAfter_3() { return &___checkAfter_3; } inline void set_checkAfter_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___checkAfter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___checkAfter_3), (void*)value); } inline static int32_t get_offset_of_reason_4() { return static_cast(offsetof(PollRepContent_t2F00E71B4E8C0D8E368F8D6B4D1A2C8BF7F41C3B, ___reason_4)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_reason_4() const { return ___reason_4; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_reason_4() { return &___reason_4; } inline void set_reason_4(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___reason_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reason_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollReqContent struct PollReqContent_t9E088023390C965C9ED9B058D24AFF1CE29EEF24 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollReqContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(PollReqContent_t9E088023390C965C9ED9B058D24AFF1CE29EEF24, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyChallContent struct PopoDecKeyChallContent_tFDC0E8AEF1539F7EEE5F2C0626EBDBDC5AA5C345 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyChallContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(PopoDecKeyChallContent_tFDC0E8AEF1539F7EEE5F2C0626EBDBDC5AA5C345, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyRespContent struct PopoDecKeyRespContent_t716A2B787B5522556D78FC7EE4B6F38886EDB30F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyRespContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(PopoDecKeyRespContent_t716A2B787B5522556D78FC7EE4B6F38886EDB30F, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo struct PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::privateKeyAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___privateKeyAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::privateKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___privateKey_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::attributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attributes_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo::publicKey DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___publicKey_6; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_privateKeyAlgorithm_3() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___privateKeyAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_privateKeyAlgorithm_3() const { return ___privateKeyAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_privateKeyAlgorithm_3() { return &___privateKeyAlgorithm_3; } inline void set_privateKeyAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___privateKeyAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKeyAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_privateKey_4() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___privateKey_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_privateKey_4() const { return ___privateKey_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_privateKey_4() { return &___privateKey_4; } inline void set_privateKey_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___privateKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_4), (void*)value); } inline static int32_t get_offset_of_attributes_5() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___attributes_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_attributes_5() const { return ___attributes_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_attributes_5() { return &___attributes_5; } inline void set_attributes_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___attributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_5), (void*)value); } inline static int32_t get_offset_of_publicKey_6() { return static_cast(offsetof(PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA, ___publicKey_6)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_publicKey_6() const { return ___publicKey_6; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_publicKey_6() { return &___publicKey_6; } inline void set_publicKey_6(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___publicKey_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent struct RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::status PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::certId CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * ___certId_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::willBeRevokedAt DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___willBeRevokedAt_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::badSinceDate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___badSinceDate_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::crlDetails X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlDetails_6; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___status_2)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_status_2() const { return ___status_2; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_status_2() { return &___status_2; } inline void set_status_2(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___status_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_2), (void*)value); } inline static int32_t get_offset_of_certId_3() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___certId_3)); } inline CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * get_certId_3() const { return ___certId_3; } inline CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 ** get_address_of_certId_3() { return &___certId_3; } inline void set_certId_3(CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * value) { ___certId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certId_3), (void*)value); } inline static int32_t get_offset_of_willBeRevokedAt_4() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___willBeRevokedAt_4)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_willBeRevokedAt_4() const { return ___willBeRevokedAt_4; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_willBeRevokedAt_4() { return &___willBeRevokedAt_4; } inline void set_willBeRevokedAt_4(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___willBeRevokedAt_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___willBeRevokedAt_4), (void*)value); } inline static int32_t get_offset_of_badSinceDate_5() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___badSinceDate_5)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_badSinceDate_5() const { return ___badSinceDate_5; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_badSinceDate_5() { return &___badSinceDate_5; } inline void set_badSinceDate_5(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___badSinceDate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___badSinceDate_5), (void*)value); } inline static int32_t get_offset_of_crlDetails_6() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___crlDetails_6)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_crlDetails_6() const { return ___crlDetails_6; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_crlDetails_6() { return &___crlDetails_6; } inline void set_crlDetails_6(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___crlDetails_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlDetails_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent struct RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::status Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::revCerts Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___revCerts_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::crls Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___crls_4; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2, ___status_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_status_2() const { return ___status_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_status_2() { return &___status_2; } inline void set_status_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___status_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_2), (void*)value); } inline static int32_t get_offset_of_revCerts_3() { return static_cast(offsetof(RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2, ___revCerts_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_revCerts_3() const { return ___revCerts_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_revCerts_3() { return &___revCerts_3; } inline void set_revCerts_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___revCerts_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___revCerts_3), (void*)value); } inline static int32_t get_offset_of_crls_4() { return static_cast(offsetof(RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2, ___crls_4)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_crls_4() const { return ___crls_4; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_crls_4() { return &___crls_4; } inline void set_crls_4(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___crls_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent struct RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H5 uint32_t ___H5_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___X_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_10() const { return ___X_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_10() { return &___X_10; } inline void set_X_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___xOff_11)); } inline int32_t get_xOff_11() const { return ___xOff_11; } inline int32_t* get_address_of_xOff_11() { return &___xOff_11; } inline void set_xOff_11(int32_t value) { ___xOff_11 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData struct SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::digestAlgorithms Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___digestAlgorithms_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::contentInfo ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * ___contentInfo_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::certificates Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certificates_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::crls Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::signerInfos Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signerInfos_7; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_digestAlgorithms_3() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___digestAlgorithms_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_digestAlgorithms_3() const { return ___digestAlgorithms_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_digestAlgorithms_3() { return &___digestAlgorithms_3; } inline void set_digestAlgorithms_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___digestAlgorithms_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithms_3), (void*)value); } inline static int32_t get_offset_of_contentInfo_4() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___contentInfo_4)); } inline ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * get_contentInfo_4() const { return ___contentInfo_4; } inline ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 ** get_address_of_contentInfo_4() { return &___contentInfo_4; } inline void set_contentInfo_4(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * value) { ___contentInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_4), (void*)value); } inline static int32_t get_offset_of_certificates_5() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___certificates_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_certificates_5() const { return ___certificates_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_certificates_5() { return &___certificates_5; } inline void set_certificates_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___certificates_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_5), (void*)value); } inline static int32_t get_offset_of_crls_6() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___crls_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_crls_6() const { return ___crls_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_crls_6() { return &___crls_6; } inline void set_crls_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___crls_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_6), (void*)value); } inline static int32_t get_offset_of_signerInfos_7() { return static_cast(offsetof(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4, ___signerInfos_7)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_signerInfos_7() const { return ___signerInfos_7; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_signerInfos_7() { return &___signerInfos_7; } inline void set_signerInfos_7(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___signerInfos_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInfos_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo struct SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::pubMethod DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pubMethod_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::pubLocation GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___pubLocation_3; public: inline static int32_t get_offset_of_pubMethod_2() { return static_cast(offsetof(SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6, ___pubMethod_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_pubMethod_2() const { return ___pubMethod_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_pubMethod_2() { return &___pubMethod_2; } inline void set_pubMethod_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___pubMethod_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubMethod_2), (void*)value); } inline static int32_t get_offset_of_pubLocation_3() { return static_cast(offsetof(SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6, ___pubLocation_3)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_pubLocation_3() const { return ___pubLocation_3; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_pubLocation_3() { return &___pubLocation_3; } inline void set_pubLocation_3(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___pubLocation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubLocation_3), (void*)value); } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::keyData DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___keyData_3; public: inline static int32_t get_offset_of_algID_2() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___algID_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_2() const { return ___algID_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_2() { return &___algID_2; } inline void set_algID_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_2), (void*)value); } inline static int32_t get_offset_of_keyData_3() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___keyData_3)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_keyData_3() const { return ___keyData_3; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_keyData_3() { return &___keyData_3; } inline void set_keyData_3(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___keyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyData_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::signature AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signature_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::startDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___startDate_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::endDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___endDate_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subjectPublicKeyInfo SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___subjectPublicKeyInfo_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::issuerUniqueID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___issuerUniqueID_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subjectUniqueID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___subjectUniqueID_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::extensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions_13; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___version_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_3() const { return ___version_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_3() { return &___version_3; } inline void set_version_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_3), (void*)value); } inline static int32_t get_offset_of_serialNumber_4() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___serialNumber_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_4() const { return ___serialNumber_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_4() { return &___serialNumber_4; } inline void set_serialNumber_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_4), (void*)value); } inline static int32_t get_offset_of_signature_5() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___signature_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signature_5() const { return ___signature_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signature_5() { return &___signature_5; } inline void set_signature_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signature_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_5), (void*)value); } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___issuer_6)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_6() const { return ___issuer_6; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_6() { return &___issuer_6; } inline void set_issuer_6(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_6), (void*)value); } inline static int32_t get_offset_of_startDate_7() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___startDate_7)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_startDate_7() const { return ___startDate_7; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_startDate_7() { return &___startDate_7; } inline void set_startDate_7(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___startDate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___startDate_7), (void*)value); } inline static int32_t get_offset_of_endDate_8() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___endDate_8)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_endDate_8() const { return ___endDate_8; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_endDate_8() { return &___endDate_8; } inline void set_endDate_8(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___endDate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___endDate_8), (void*)value); } inline static int32_t get_offset_of_subject_9() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subject_9)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_9() const { return ___subject_9; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_9() { return &___subject_9; } inline void set_subject_9(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_9), (void*)value); } inline static int32_t get_offset_of_subjectPublicKeyInfo_10() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subjectPublicKeyInfo_10)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_subjectPublicKeyInfo_10() const { return ___subjectPublicKeyInfo_10; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_subjectPublicKeyInfo_10() { return &___subjectPublicKeyInfo_10; } inline void set_subjectPublicKeyInfo_10(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___subjectPublicKeyInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKeyInfo_10), (void*)value); } inline static int32_t get_offset_of_issuerUniqueID_11() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___issuerUniqueID_11)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_issuerUniqueID_11() const { return ___issuerUniqueID_11; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_issuerUniqueID_11() { return &___issuerUniqueID_11; } inline void set_issuerUniqueID_11(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___issuerUniqueID_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUniqueID_11), (void*)value); } inline static int32_t get_offset_of_subjectUniqueID_12() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subjectUniqueID_12)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_subjectUniqueID_12() const { return ___subjectUniqueID_12; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_subjectUniqueID_12() { return &___subjectUniqueID_12; } inline void set_subjectUniqueID_12(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___subjectUniqueID_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUniqueID_12), (void*)value); } inline static int32_t get_offset_of_extensions_13() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___extensions_13)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_extensions_13() const { return ___extensions_13; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_extensions_13() { return &___extensions_13; } inline void set_extensions_13(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___extensions_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_13), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::c X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___c_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::basicConstraints BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * ___basicConstraints_1; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValueSet bool ___hashValueSet_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValue int32_t ___hashValue_4; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___c_0)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_c_0() const { return ___c_0; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___basicConstraints_1)); } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * get_basicConstraints_1() const { return ___basicConstraints_1; } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C ** get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * value) { ___basicConstraints_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___basicConstraints_1), (void*)value); } inline static int32_t get_offset_of_keyUsage_2() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___keyUsage_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_2() const { return ___keyUsage_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_2() { return &___keyUsage_2; } inline void set_keyUsage_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_2), (void*)value); } inline static int32_t get_offset_of_hashValueSet_3() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValueSet_3)); } inline bool get_hashValueSet_3() const { return ___hashValueSet_3; } inline bool* get_address_of_hashValueSet_3() { return &___hashValueSet_3; } inline void set_hashValueSet_3(bool value) { ___hashValueSet_3 = value; } inline static int32_t get_offset_of_hashValue_4() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValue_4)); } inline int32_t get_hashValue_4() const { return ___hashValue_4; } inline int32_t* get_address_of_hashValue_4() { return &___hashValue_4; } inline void set_hashValue_4(int32_t value) { ___hashValue_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::tbsCert TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * ___tbsCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCert_2() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___tbsCert_2)); } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * get_tbsCert_2() const { return ___tbsCert_2; } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 ** get_address_of_tbsCert_2() { return &___tbsCert_2; } inline void set_tbsCert_2(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * value) { ___tbsCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCert_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sigAlgID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgID_3() const { return ___sigAlgID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgID_3() { return &___sigAlgID_3; } inline void set_sigAlgID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgID_3), (void*)value); } inline static int32_t get_offset_of_sig_4() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sig_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sig_4() const { return ___sig_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sig_4() { return &___sig_4; } inline void set_sig_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sig_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl struct X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::c CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * ___c_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::sigAlgName String_t* ___sigAlgName_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::sigAlgParams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigAlgParams_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::isIndirect bool ___isIndirect_3; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___c_0)); } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * get_c_0() const { return ___c_0; } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_sigAlgName_1() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___sigAlgName_1)); } inline String_t* get_sigAlgName_1() const { return ___sigAlgName_1; } inline String_t** get_address_of_sigAlgName_1() { return &___sigAlgName_1; } inline void set_sigAlgName_1(String_t* value) { ___sigAlgName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgName_1), (void*)value); } inline static int32_t get_offset_of_sigAlgParams_2() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___sigAlgParams_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_sigAlgParams_2() const { return ___sigAlgParams_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_sigAlgParams_2() { return &___sigAlgParams_2; } inline void set_sigAlgParams_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___sigAlgParams_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgParams_2), (void*)value); } inline static int32_t get_offset_of_isIndirect_3() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___isIndirect_3)); } inline bool get_isIndirect_3() const { return ___isIndirect_3; } inline bool* get_address_of_isIndirect_3() { return &___isIndirect_3; } inline void set_isIndirect_3(bool value) { ___isIndirect_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry struct X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry::c CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * ___c_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry::isIndirect bool ___isIndirect_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry::previousCertificateIssuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___previousCertificateIssuer_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry::certificateIssuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___certificateIssuer_3; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C, ___c_0)); } inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * get_c_0() const { return ___c_0; } inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_isIndirect_1() { return static_cast(offsetof(X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C, ___isIndirect_1)); } inline bool get_isIndirect_1() const { return ___isIndirect_1; } inline bool* get_address_of_isIndirect_1() { return &___isIndirect_1; } inline void set_isIndirect_1(bool value) { ___isIndirect_1 = value; } inline static int32_t get_offset_of_previousCertificateIssuer_2() { return static_cast(offsetof(X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C, ___previousCertificateIssuer_2)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_previousCertificateIssuer_2() const { return ___previousCertificateIssuer_2; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_previousCertificateIssuer_2() { return &___previousCertificateIssuer_2; } inline void set_previousCertificateIssuer_2(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___previousCertificateIssuer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___previousCertificateIssuer_2), (void*)value); } inline static int32_t get_offset_of_certificateIssuer_3() { return static_cast(offsetof(X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C, ___certificateIssuer_3)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_certificateIssuer_3() const { return ___certificateIssuer_3; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_certificateIssuer_3() { return &___certificateIssuer_3; } inline void set_certificateIssuer_3(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___certificateIssuer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateIssuer_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::extensions RuntimeObject* ___extensions_34; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ordering RuntimeObject* ___ordering_35; public: inline static int32_t get_offset_of_extensions_34() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___extensions_34)); } inline RuntimeObject* get_extensions_34() const { return ___extensions_34; } inline RuntimeObject** get_address_of_extensions_34() { return &___extensions_34; } inline void set_extensions_34(RuntimeObject* value) { ___extensions_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_34), (void*)value); } inline static int32_t get_offset_of_ordering_35() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___ordering_35)); } inline RuntimeObject* get_ordering_35() const { return ___ordering_35; } inline RuntimeObject** get_address_of_ordering_35() { return &___ordering_35; } inline void set_ordering_35(RuntimeObject* value) { ___ordering_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_35), (void*)value); } }; struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectDirectoryAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectDirectoryAttributes_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectKeyIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::KeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyUsage_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PrivateKeyUsagePeriod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrivateKeyUsagePeriod_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectAlternativeName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuerAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuerAlternativeName_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BasicConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BasicConstraints_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlNumber_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ReasonCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ReasonCode_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InstructionCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InstructionCode_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InvalidityDate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InvalidityDate_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::DeltaCrlIndicator DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DeltaCrlIndicator_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuingDistributionPoint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuingDistributionPoint_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificateIssuer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificateIssuer_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NameConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameConstraints_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlDistributionPoints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlDistributionPoints_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificatePolicies DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificatePolicies_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyMappings DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyMappings_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityKeyIdentifier_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyConstraints_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExtendedKeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExtendedKeyUsage_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::FreshestCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___FreshestCrl_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InhibitAnyPolicy DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InhibitAnyPolicy_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityInfoAccess_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectInfoAccess_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::LogoType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LogoType_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BiometricInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BiometricInfo_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::QCStatements DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___QCStatements_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuditIdentity DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuditIdentity_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NoRevAvail DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NoRevAvail_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::TargetInformation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TargetInformation_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExpiredCertsOnCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExpiredCertsOnCrl_33; public: inline static int32_t get_offset_of_SubjectDirectoryAttributes_2() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectDirectoryAttributes_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectDirectoryAttributes_2() const { return ___SubjectDirectoryAttributes_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectDirectoryAttributes_2() { return &___SubjectDirectoryAttributes_2; } inline void set_SubjectDirectoryAttributes_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectDirectoryAttributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectDirectoryAttributes_2), (void*)value); } inline static int32_t get_offset_of_SubjectKeyIdentifier_3() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectKeyIdentifier_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectKeyIdentifier_3() const { return ___SubjectKeyIdentifier_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectKeyIdentifier_3() { return &___SubjectKeyIdentifier_3; } inline void set_SubjectKeyIdentifier_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectKeyIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectKeyIdentifier_3), (void*)value); } inline static int32_t get_offset_of_KeyUsage_4() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___KeyUsage_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyUsage_4() const { return ___KeyUsage_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyUsage_4() { return &___KeyUsage_4; } inline void set_KeyUsage_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyUsage_4), (void*)value); } inline static int32_t get_offset_of_PrivateKeyUsagePeriod_5() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PrivateKeyUsagePeriod_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrivateKeyUsagePeriod_5() const { return ___PrivateKeyUsagePeriod_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrivateKeyUsagePeriod_5() { return &___PrivateKeyUsagePeriod_5; } inline void set_PrivateKeyUsagePeriod_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrivateKeyUsagePeriod_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateKeyUsagePeriod_5), (void*)value); } inline static int32_t get_offset_of_SubjectAlternativeName_6() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectAlternativeName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectAlternativeName_6() const { return ___SubjectAlternativeName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectAlternativeName_6() { return &___SubjectAlternativeName_6; } inline void set_SubjectAlternativeName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectAlternativeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectAlternativeName_6), (void*)value); } inline static int32_t get_offset_of_IssuerAlternativeName_7() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuerAlternativeName_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuerAlternativeName_7() const { return ___IssuerAlternativeName_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuerAlternativeName_7() { return &___IssuerAlternativeName_7; } inline void set_IssuerAlternativeName_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuerAlternativeName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuerAlternativeName_7), (void*)value); } inline static int32_t get_offset_of_BasicConstraints_8() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BasicConstraints_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BasicConstraints_8() const { return ___BasicConstraints_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BasicConstraints_8() { return &___BasicConstraints_8; } inline void set_BasicConstraints_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BasicConstraints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___BasicConstraints_8), (void*)value); } inline static int32_t get_offset_of_CrlNumber_9() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlNumber_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlNumber_9() const { return ___CrlNumber_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlNumber_9() { return &___CrlNumber_9; } inline void set_CrlNumber_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlNumber_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlNumber_9), (void*)value); } inline static int32_t get_offset_of_ReasonCode_10() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ReasonCode_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ReasonCode_10() const { return ___ReasonCode_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ReasonCode_10() { return &___ReasonCode_10; } inline void set_ReasonCode_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ReasonCode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonCode_10), (void*)value); } inline static int32_t get_offset_of_InstructionCode_11() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InstructionCode_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InstructionCode_11() const { return ___InstructionCode_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InstructionCode_11() { return &___InstructionCode_11; } inline void set_InstructionCode_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InstructionCode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___InstructionCode_11), (void*)value); } inline static int32_t get_offset_of_InvalidityDate_12() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InvalidityDate_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InvalidityDate_12() const { return ___InvalidityDate_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InvalidityDate_12() { return &___InvalidityDate_12; } inline void set_InvalidityDate_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InvalidityDate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidityDate_12), (void*)value); } inline static int32_t get_offset_of_DeltaCrlIndicator_13() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___DeltaCrlIndicator_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DeltaCrlIndicator_13() const { return ___DeltaCrlIndicator_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DeltaCrlIndicator_13() { return &___DeltaCrlIndicator_13; } inline void set_DeltaCrlIndicator_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DeltaCrlIndicator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeltaCrlIndicator_13), (void*)value); } inline static int32_t get_offset_of_IssuingDistributionPoint_14() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuingDistributionPoint_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuingDistributionPoint_14() const { return ___IssuingDistributionPoint_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuingDistributionPoint_14() { return &___IssuingDistributionPoint_14; } inline void set_IssuingDistributionPoint_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuingDistributionPoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuingDistributionPoint_14), (void*)value); } inline static int32_t get_offset_of_CertificateIssuer_15() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificateIssuer_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificateIssuer_15() const { return ___CertificateIssuer_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificateIssuer_15() { return &___CertificateIssuer_15; } inline void set_CertificateIssuer_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificateIssuer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificateIssuer_15), (void*)value); } inline static int32_t get_offset_of_NameConstraints_16() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NameConstraints_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameConstraints_16() const { return ___NameConstraints_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameConstraints_16() { return &___NameConstraints_16; } inline void set_NameConstraints_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameConstraints_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameConstraints_16), (void*)value); } inline static int32_t get_offset_of_CrlDistributionPoints_17() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlDistributionPoints_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlDistributionPoints_17() const { return ___CrlDistributionPoints_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlDistributionPoints_17() { return &___CrlDistributionPoints_17; } inline void set_CrlDistributionPoints_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlDistributionPoints_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlDistributionPoints_17), (void*)value); } inline static int32_t get_offset_of_CertificatePolicies_18() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificatePolicies_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificatePolicies_18() const { return ___CertificatePolicies_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificatePolicies_18() { return &___CertificatePolicies_18; } inline void set_CertificatePolicies_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificatePolicies_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificatePolicies_18), (void*)value); } inline static int32_t get_offset_of_PolicyMappings_19() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyMappings_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyMappings_19() const { return ___PolicyMappings_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyMappings_19() { return &___PolicyMappings_19; } inline void set_PolicyMappings_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyMappings_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyMappings_19), (void*)value); } inline static int32_t get_offset_of_AuthorityKeyIdentifier_20() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityKeyIdentifier_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityKeyIdentifier_20() const { return ___AuthorityKeyIdentifier_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityKeyIdentifier_20() { return &___AuthorityKeyIdentifier_20; } inline void set_AuthorityKeyIdentifier_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityKeyIdentifier_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityKeyIdentifier_20), (void*)value); } inline static int32_t get_offset_of_PolicyConstraints_21() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyConstraints_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyConstraints_21() const { return ___PolicyConstraints_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyConstraints_21() { return &___PolicyConstraints_21; } inline void set_PolicyConstraints_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyConstraints_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyConstraints_21), (void*)value); } inline static int32_t get_offset_of_ExtendedKeyUsage_22() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExtendedKeyUsage_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExtendedKeyUsage_22() const { return ___ExtendedKeyUsage_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExtendedKeyUsage_22() { return &___ExtendedKeyUsage_22; } inline void set_ExtendedKeyUsage_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExtendedKeyUsage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtendedKeyUsage_22), (void*)value); } inline static int32_t get_offset_of_FreshestCrl_23() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___FreshestCrl_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_FreshestCrl_23() const { return ___FreshestCrl_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_FreshestCrl_23() { return &___FreshestCrl_23; } inline void set_FreshestCrl_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___FreshestCrl_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreshestCrl_23), (void*)value); } inline static int32_t get_offset_of_InhibitAnyPolicy_24() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InhibitAnyPolicy_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InhibitAnyPolicy_24() const { return ___InhibitAnyPolicy_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InhibitAnyPolicy_24() { return &___InhibitAnyPolicy_24; } inline void set_InhibitAnyPolicy_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InhibitAnyPolicy_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___InhibitAnyPolicy_24), (void*)value); } inline static int32_t get_offset_of_AuthorityInfoAccess_25() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityInfoAccess_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityInfoAccess_25() const { return ___AuthorityInfoAccess_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityInfoAccess_25() { return &___AuthorityInfoAccess_25; } inline void set_AuthorityInfoAccess_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityInfoAccess_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityInfoAccess_25), (void*)value); } inline static int32_t get_offset_of_SubjectInfoAccess_26() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectInfoAccess_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectInfoAccess_26() const { return ___SubjectInfoAccess_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectInfoAccess_26() { return &___SubjectInfoAccess_26; } inline void set_SubjectInfoAccess_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectInfoAccess_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectInfoAccess_26), (void*)value); } inline static int32_t get_offset_of_LogoType_27() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___LogoType_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LogoType_27() const { return ___LogoType_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LogoType_27() { return &___LogoType_27; } inline void set_LogoType_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LogoType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogoType_27), (void*)value); } inline static int32_t get_offset_of_BiometricInfo_28() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BiometricInfo_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BiometricInfo_28() const { return ___BiometricInfo_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BiometricInfo_28() { return &___BiometricInfo_28; } inline void set_BiometricInfo_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BiometricInfo_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BiometricInfo_28), (void*)value); } inline static int32_t get_offset_of_QCStatements_29() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___QCStatements_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_QCStatements_29() const { return ___QCStatements_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_QCStatements_29() { return &___QCStatements_29; } inline void set_QCStatements_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___QCStatements_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___QCStatements_29), (void*)value); } inline static int32_t get_offset_of_AuditIdentity_30() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuditIdentity_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuditIdentity_30() const { return ___AuditIdentity_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuditIdentity_30() { return &___AuditIdentity_30; } inline void set_AuditIdentity_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuditIdentity_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuditIdentity_30), (void*)value); } inline static int32_t get_offset_of_NoRevAvail_31() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NoRevAvail_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NoRevAvail_31() const { return ___NoRevAvail_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NoRevAvail_31() { return &___NoRevAvail_31; } inline void set_NoRevAvail_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NoRevAvail_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoRevAvail_31), (void*)value); } inline static int32_t get_offset_of_TargetInformation_32() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___TargetInformation_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TargetInformation_32() const { return ___TargetInformation_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TargetInformation_32() { return &___TargetInformation_32; } inline void set_TargetInformation_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TargetInformation_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetInformation_32), (void*)value); } inline static int32_t get_offset_of_ExpiredCertsOnCrl_33() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExpiredCertsOnCrl_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExpiredCertsOnCrl_33() const { return ___ExpiredCertsOnCrl_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExpiredCertsOnCrl_33() { return &___ExpiredCertsOnCrl_33; } inline void set_ExpiredCertsOnCrl_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExpiredCertsOnCrl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpiredCertsOnCrl_33), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ordering RuntimeObject* ___ordering_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::converter X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * ___converter_43; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::values RuntimeObject* ___values_44; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::added RuntimeObject* ___added_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_46; public: inline static int32_t get_offset_of_ordering_42() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___ordering_42)); } inline RuntimeObject* get_ordering_42() const { return ___ordering_42; } inline RuntimeObject** get_address_of_ordering_42() { return &___ordering_42; } inline void set_ordering_42(RuntimeObject* value) { ___ordering_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_42), (void*)value); } inline static int32_t get_offset_of_converter_43() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___converter_43)); } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * get_converter_43() const { return ___converter_43; } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 ** get_address_of_converter_43() { return &___converter_43; } inline void set_converter_43(X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * value) { ___converter_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_43), (void*)value); } inline static int32_t get_offset_of_values_44() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___values_44)); } inline RuntimeObject* get_values_44() const { return ___values_44; } inline RuntimeObject** get_address_of_values_44() { return &___values_44; } inline void set_values_44(RuntimeObject* value) { ___values_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_44), (void*)value); } inline static int32_t get_offset_of_added_45() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___added_45)); } inline RuntimeObject* get_added_45() const { return ___added_45; } inline RuntimeObject** get_address_of_added_45() { return &___added_45; } inline void set_added_45(RuntimeObject* value) { ___added_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___added_45), (void*)value); } inline static int32_t get_offset_of_seq_46() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___seq_46)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_46() const { return ___seq_46; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_46() { return &___seq_46; } inline void set_seq_46(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_46), (void*)value); } }; struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::C DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::O DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___O_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OU DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OU_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::T DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___T_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CN DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CN_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Street DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Street_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::SerialNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SerialNumber_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::L DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___L_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ST DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ST_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Surname DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Surname_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GivenName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GivenName_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Initials DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Initials_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Generation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Generation_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UniqueIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UniqueIdentifier_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::BusinessCategory DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BusinessCategory_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalCode_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DnQualifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DnQualifier_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Pseudonym DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pseudonym_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DateOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DateOfBirth_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PlaceOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PlaceOfBirth_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Gender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Gender_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfCitizenship DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfCitizenship_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfResidence DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfResidence_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::NameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameAtBirth_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalAddress_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DmdName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DmdName_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::TelephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TelephoneNumber_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OrganizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationIdentifier_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Name_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::EmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EmailAddress_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredName_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredAddress_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::E DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___E_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DC_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UID_36; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::defaultReverse BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___defaultReverse_37; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultSymbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultSymbols_38; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC2253Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC2253Symbols_39; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC1779Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC1779Symbols_40; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultLookup Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultLookup_41; public: inline static int32_t get_offset_of_C_2() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___C_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C_2() const { return ___C_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C_2() { return &___C_2; } inline void set_C_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_2), (void*)value); } inline static int32_t get_offset_of_O_3() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___O_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_O_3() const { return ___O_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_O_3() { return &___O_3; } inline void set_O_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___O_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___O_3), (void*)value); } inline static int32_t get_offset_of_OU_4() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OU_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OU_4() const { return ___OU_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OU_4() { return &___OU_4; } inline void set_OU_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OU_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OU_4), (void*)value); } inline static int32_t get_offset_of_T_5() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___T_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_T_5() const { return ___T_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_T_5() { return &___T_5; } inline void set_T_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___T_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_5), (void*)value); } inline static int32_t get_offset_of_CN_6() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CN_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CN_6() const { return ___CN_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CN_6() { return &___CN_6; } inline void set_CN_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CN_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CN_6), (void*)value); } inline static int32_t get_offset_of_Street_7() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Street_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Street_7() const { return ___Street_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Street_7() { return &___Street_7; } inline void set_Street_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Street_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Street_7), (void*)value); } inline static int32_t get_offset_of_SerialNumber_8() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___SerialNumber_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SerialNumber_8() const { return ___SerialNumber_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SerialNumber_8() { return &___SerialNumber_8; } inline void set_SerialNumber_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SerialNumber_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerialNumber_8), (void*)value); } inline static int32_t get_offset_of_L_9() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___L_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_L_9() const { return ___L_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_L_9() { return &___L_9; } inline void set_L_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___L_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_9), (void*)value); } inline static int32_t get_offset_of_ST_10() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___ST_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ST_10() const { return ___ST_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ST_10() { return &___ST_10; } inline void set_ST_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ST_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ST_10), (void*)value); } inline static int32_t get_offset_of_Surname_11() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Surname_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Surname_11() const { return ___Surname_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Surname_11() { return &___Surname_11; } inline void set_Surname_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Surname_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Surname_11), (void*)value); } inline static int32_t get_offset_of_GivenName_12() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___GivenName_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GivenName_12() const { return ___GivenName_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GivenName_12() { return &___GivenName_12; } inline void set_GivenName_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GivenName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GivenName_12), (void*)value); } inline static int32_t get_offset_of_Initials_13() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Initials_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Initials_13() const { return ___Initials_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Initials_13() { return &___Initials_13; } inline void set_Initials_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Initials_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Initials_13), (void*)value); } inline static int32_t get_offset_of_Generation_14() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Generation_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Generation_14() const { return ___Generation_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Generation_14() { return &___Generation_14; } inline void set_Generation_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Generation_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generation_14), (void*)value); } inline static int32_t get_offset_of_UniqueIdentifier_15() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UniqueIdentifier_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UniqueIdentifier_15() const { return ___UniqueIdentifier_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UniqueIdentifier_15() { return &___UniqueIdentifier_15; } inline void set_UniqueIdentifier_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UniqueIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdentifier_15), (void*)value); } inline static int32_t get_offset_of_BusinessCategory_16() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___BusinessCategory_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BusinessCategory_16() const { return ___BusinessCategory_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BusinessCategory_16() { return &___BusinessCategory_16; } inline void set_BusinessCategory_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BusinessCategory_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BusinessCategory_16), (void*)value); } inline static int32_t get_offset_of_PostalCode_17() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalCode_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalCode_17() const { return ___PostalCode_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalCode_17() { return &___PostalCode_17; } inline void set_PostalCode_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalCode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalCode_17), (void*)value); } inline static int32_t get_offset_of_DnQualifier_18() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DnQualifier_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DnQualifier_18() const { return ___DnQualifier_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DnQualifier_18() { return &___DnQualifier_18; } inline void set_DnQualifier_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DnQualifier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnQualifier_18), (void*)value); } inline static int32_t get_offset_of_Pseudonym_19() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Pseudonym_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pseudonym_19() const { return ___Pseudonym_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pseudonym_19() { return &___Pseudonym_19; } inline void set_Pseudonym_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pseudonym_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pseudonym_19), (void*)value); } inline static int32_t get_offset_of_DateOfBirth_20() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DateOfBirth_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DateOfBirth_20() const { return ___DateOfBirth_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DateOfBirth_20() { return &___DateOfBirth_20; } inline void set_DateOfBirth_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DateOfBirth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateOfBirth_20), (void*)value); } inline static int32_t get_offset_of_PlaceOfBirth_21() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PlaceOfBirth_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PlaceOfBirth_21() const { return ___PlaceOfBirth_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PlaceOfBirth_21() { return &___PlaceOfBirth_21; } inline void set_PlaceOfBirth_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PlaceOfBirth_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlaceOfBirth_21), (void*)value); } inline static int32_t get_offset_of_Gender_22() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Gender_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Gender_22() const { return ___Gender_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Gender_22() { return &___Gender_22; } inline void set_Gender_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Gender_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Gender_22), (void*)value); } inline static int32_t get_offset_of_CountryOfCitizenship_23() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfCitizenship_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfCitizenship_23() const { return ___CountryOfCitizenship_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfCitizenship_23() { return &___CountryOfCitizenship_23; } inline void set_CountryOfCitizenship_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfCitizenship_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfCitizenship_23), (void*)value); } inline static int32_t get_offset_of_CountryOfResidence_24() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfResidence_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfResidence_24() const { return ___CountryOfResidence_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfResidence_24() { return &___CountryOfResidence_24; } inline void set_CountryOfResidence_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfResidence_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfResidence_24), (void*)value); } inline static int32_t get_offset_of_NameAtBirth_25() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___NameAtBirth_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameAtBirth_25() const { return ___NameAtBirth_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameAtBirth_25() { return &___NameAtBirth_25; } inline void set_NameAtBirth_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameAtBirth_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameAtBirth_25), (void*)value); } inline static int32_t get_offset_of_PostalAddress_26() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalAddress_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalAddress_26() const { return ___PostalAddress_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalAddress_26() { return &___PostalAddress_26; } inline void set_PostalAddress_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalAddress_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalAddress_26), (void*)value); } inline static int32_t get_offset_of_DmdName_27() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DmdName_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DmdName_27() const { return ___DmdName_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DmdName_27() { return &___DmdName_27; } inline void set_DmdName_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DmdName_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DmdName_27), (void*)value); } inline static int32_t get_offset_of_TelephoneNumber_28() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___TelephoneNumber_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TelephoneNumber_28() const { return ___TelephoneNumber_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TelephoneNumber_28() { return &___TelephoneNumber_28; } inline void set_TelephoneNumber_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TelephoneNumber_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelephoneNumber_28), (void*)value); } inline static int32_t get_offset_of_OrganizationIdentifier_29() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OrganizationIdentifier_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationIdentifier_29() const { return ___OrganizationIdentifier_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationIdentifier_29() { return &___OrganizationIdentifier_29; } inline void set_OrganizationIdentifier_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationIdentifier_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationIdentifier_29), (void*)value); } inline static int32_t get_offset_of_Name_30() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Name_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Name_30() const { return ___Name_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Name_30() { return &___Name_30; } inline void set_Name_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Name_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_30), (void*)value); } inline static int32_t get_offset_of_EmailAddress_31() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___EmailAddress_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EmailAddress_31() const { return ___EmailAddress_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EmailAddress_31() { return &___EmailAddress_31; } inline void set_EmailAddress_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EmailAddress_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmailAddress_31), (void*)value); } inline static int32_t get_offset_of_UnstructuredName_32() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredName_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredName_32() const { return ___UnstructuredName_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredName_32() { return &___UnstructuredName_32; } inline void set_UnstructuredName_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredName_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredName_32), (void*)value); } inline static int32_t get_offset_of_UnstructuredAddress_33() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredAddress_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredAddress_33() const { return ___UnstructuredAddress_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredAddress_33() { return &___UnstructuredAddress_33; } inline void set_UnstructuredAddress_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredAddress_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredAddress_33), (void*)value); } inline static int32_t get_offset_of_E_34() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___E_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_E_34() const { return ___E_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_E_34() { return &___E_34; } inline void set_E_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___E_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___E_34), (void*)value); } inline static int32_t get_offset_of_DC_35() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DC_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DC_35() const { return ___DC_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DC_35() { return &___DC_35; } inline void set_DC_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DC_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___DC_35), (void*)value); } inline static int32_t get_offset_of_UID_36() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UID_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UID_36() const { return ___UID_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UID_36() { return &___UID_36; } inline void set_UID_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UID_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___UID_36), (void*)value); } inline static int32_t get_offset_of_defaultReverse_37() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___defaultReverse_37)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_defaultReverse_37() const { return ___defaultReverse_37; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_defaultReverse_37() { return &___defaultReverse_37; } inline void set_defaultReverse_37(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___defaultReverse_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultReverse_37), (void*)value); } inline static int32_t get_offset_of_DefaultSymbols_38() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultSymbols_38)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultSymbols_38() const { return ___DefaultSymbols_38; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultSymbols_38() { return &___DefaultSymbols_38; } inline void set_DefaultSymbols_38(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultSymbols_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSymbols_38), (void*)value); } inline static int32_t get_offset_of_RFC2253Symbols_39() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC2253Symbols_39)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC2253Symbols_39() const { return ___RFC2253Symbols_39; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC2253Symbols_39() { return &___RFC2253Symbols_39; } inline void set_RFC2253Symbols_39(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC2253Symbols_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC2253Symbols_39), (void*)value); } inline static int32_t get_offset_of_RFC1779Symbols_40() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC1779Symbols_40)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC1779Symbols_40() const { return ___RFC1779Symbols_40; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC1779Symbols_40() { return &___RFC1779Symbols_40; } inline void set_RFC1779Symbols_40(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC1779Symbols_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC1779Symbols_40), (void*)value); } inline static int32_t get_offset_of_DefaultLookup_41() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultLookup_41)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultLookup_41() const { return ___DefaultLookup_41; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultLookup_41() { return &___DefaultLookup_41; } inline void set_DefaultLookup_41(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultLookup_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultLookup_41), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Null struct Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::_set RuntimeObject* ____set_2; public: inline static int32_t get_offset_of__set_2() { return static_cast(offsetof(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49, ____set_2)); } inline RuntimeObject* get__set_2() const { return ____set_2; } inline RuntimeObject** get_address_of__set_2() { return &____set_2; } inline void set__set_2(RuntimeObject* value) { ____set_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 : public RuntimeObject { public: // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject::dt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; public: inline static int32_t get_offset_of_dt_0() { return static_cast(offsetof(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54, ___dt_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dt_0() const { return ___dt_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dt_0() { return &___dt_0; } inline void set_dt_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dt_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::value uint8_t ___value_2; public: inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE, ___value_2)); } inline uint8_t get_value_2() const { return ___value_2; } inline uint8_t* get_address_of_value_2() { return &___value_2; } inline void set_value_2(uint8_t value) { ___value_2 = value; } }; struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::False DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * ___False_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::True DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * ___True_4; public: inline static int32_t get_offset_of_False_3() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields, ___False_3)); } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * get_False_3() const { return ___False_3; } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE ** get_address_of_False_3() { return &___False_3; } inline void set_False_3(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * value) { ___False_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___False_3), (void*)value); } inline static int32_t get_offset_of_True_4() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields, ___True_4)); } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * get_True_4() const { return ___True_4; } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE ** get_address_of_True_4() { return &___True_4; } inline void set_True_4(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * value) { ___True_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___True_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_2; public: inline static int32_t get_offset_of_bytes_2() { return static_cast(offsetof(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229, ___bytes_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_2() const { return ___bytes_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_2() { return &___bytes_2; } inline void set_bytes_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_2), (void*)value); } }; struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::cache DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* ___cache_3; public: inline static int32_t get_offset_of_cache_3() { return static_cast(offsetof(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields, ___cache_3)); } inline DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* get_cache_3() const { return ___cache_3; } inline DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D** get_address_of_cache_3() { return &___cache_3; } inline void set_cache_3(DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* value) { ___cache_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0, ___time_2)); } inline String_t* get_time_2() const { return ___time_2; } inline String_t** get_address_of_time_2() { return &___time_2; } inline void set_time_2(String_t* value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 : public DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9, ___y_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_2() const { return ___y_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatus struct PkiStatus_t938EAA56C425AE9489132D06A844C2D5E06E9370 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PkiStatus_t938EAA56C425AE9489132D06A844C2D5E06E9370, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_16; // System.Int32 System.IO.StreamWriter::charPos int32_t ___charPos_17; // System.Int32 System.IO.StreamWriter::charLen int32_t ___charLen_18; // System.Boolean System.IO.StreamWriter::autoFlush bool ___autoFlush_19; // System.Boolean System.IO.StreamWriter::haveWrittenPreamble bool ___haveWrittenPreamble_20; // System.Boolean System.IO.StreamWriter::closable bool ___closable_21; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___stream_12)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_12() const { return ___stream_12; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoding_13)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_13() const { return ___encoding_13; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoder_14)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_14() const { return ___encoder_14; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___byteBuffer_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charBuffer_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charPos_17)); } inline int32_t get_charPos_17() const { return ___charPos_17; } inline int32_t* get_address_of_charPos_17() { return &___charPos_17; } inline void set_charPos_17(int32_t value) { ___charPos_17 = value; } inline static int32_t get_offset_of_charLen_18() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charLen_18)); } inline int32_t get_charLen_18() const { return ___charLen_18; } inline int32_t* get_address_of_charLen_18() { return &___charLen_18; } inline void set_charLen_18(int32_t value) { ___charLen_18 = value; } inline static int32_t get_offset_of_autoFlush_19() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___autoFlush_19)); } inline bool get_autoFlush_19() const { return ___autoFlush_19; } inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; } inline void set_autoFlush_19(bool value) { ___autoFlush_19 = value; } inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___haveWrittenPreamble_20)); } inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; } inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; } inline void set_haveWrittenPreamble_20(bool value) { ___haveWrittenPreamble_20 = value; } inline static int32_t get_offset_of_closable_21() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___closable_21)); } inline bool get_closable_21() const { return ___closable_21; } inline bool* get_address_of_closable_21() { return &___closable_21; } inline void set_closable_21(bool value) { ___closable_21 = value; } inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ____asyncWriteTask_22)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ___Null_11)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_Null_11() const { return ___Null_11; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate struct X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::cert AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * ___cert_0; // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::notBefore DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___notBefore_1; // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::notAfter DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___notAfter_2; public: inline static int32_t get_offset_of_cert_0() { return static_cast(offsetof(X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3, ___cert_0)); } inline AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * get_cert_0() const { return ___cert_0; } inline AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 ** get_address_of_cert_0() { return &___cert_0; } inline void set_cert_0(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * value) { ___cert_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cert_0), (void*)value); } inline static int32_t get_offset_of_notBefore_1() { return static_cast(offsetof(X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3, ___notBefore_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_notBefore_1() const { return ___notBefore_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_notBefore_1() { return &___notBefore_1; } inline void set_notBefore_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___notBefore_1 = value; } inline static int32_t get_offset_of_notAfter_2() { return static_cast(offsetof(X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3, ___notAfter_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_notAfter_2() const { return ___notAfter_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_notAfter_2() { return &___notAfter_2; } inline void set_notAfter_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___notAfter_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream struct Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::limit int32_t ___limit_6; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::tmpBuffers ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___tmpBuffers_7; public: inline static int32_t get_offset_of_limit_6() { return static_cast(offsetof(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06, ___limit_6)); } inline int32_t get_limit_6() const { return ___limit_6; } inline int32_t* get_address_of_limit_6() { return &___limit_6; } inline void set_limit_6(int32_t value) { ___limit_6 = value; } inline static int32_t get_offset_of_tmpBuffers_7() { return static_cast(offsetof(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06, ___tmpBuffers_7)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_tmpBuffers_7() const { return ___tmpBuffers_7; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_tmpBuffers_7() { return &___tmpBuffers_7; } inline void set_tmpBuffers_7(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___tmpBuffers_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpBuffers_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String struct DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239 : public Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::zeroBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zeroBytes_3; public: inline static int32_t get_offset_of_zeroBytes_3() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239, ___zeroBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_zeroBytes_3() const { return ___zeroBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_zeroBytes_3() { return &___zeroBytes_3; } inline void set_zeroBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___zeroBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___zeroBytes_3), (void*)value); } }; struct DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Instance DerNull_t020168AF07318033108544C00C803CD7AEB97239 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields, ___Instance_2)); } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 * get_Instance_2() const { return ___Instance_2; } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(DerNull_t020168AF07318033108544C00C803CD7AEB97239 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA : public Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 { public: public: }; struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::Empty DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields, ___Empty_3)); } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * get_Empty_3() const { return ___Empty_3; } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String struct DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemGenerationException struct PemGenerationException_t6F4706635F256B918B6C8DAF001BA8091F7113B7 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException struct PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 : public Exception_t { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509StoreException struct X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 : public Exception_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException struct CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // System.NullReferenceException struct NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFailureInfo struct PkiFailureInfo_tE2C7BFC82FECC34786EB5F2C590B707B10136FAC : public DerBitString_t305465793A47445626D3541AB8CEDE347D874524 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException struct PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException struct PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: // System.Exception BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::cause Exception_t * ___cause_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::certPath PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath_18; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::index int32_t ___index_19; public: inline static int32_t get_offset_of_cause_17() { return static_cast(offsetof(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD, ___cause_17)); } inline Exception_t * get_cause_17() const { return ___cause_17; } inline Exception_t ** get_address_of_cause_17() { return &___cause_17; } inline void set_cause_17(Exception_t * value) { ___cause_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___cause_17), (void*)value); } inline static int32_t get_offset_of_certPath_18() { return static_cast(offsetof(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD, ___certPath_18)); } inline PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * get_certPath_18() const { return ___certPath_18; } inline PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 ** get_address_of_certPath_18() { return &___certPath_18; } inline void set_certPath_18(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * value) { ___certPath_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPath_18), (void*)value); } inline static int32_t get_offset_of_index_19() { return static_cast(offsetof(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD, ___index_19)); } inline int32_t get_index_19() const { return ___index_19; } inline int32_t* get_address_of_index_19() { return &___index_19; } inline void set_index_19(int32_t value) { ___index_19 = value; } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException struct CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D : public CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException struct CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 : public CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidParameterException struct InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337 : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue[] struct InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE : public RuntimeArray { public: ALIGN_FIELD (8) InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * m_Items[1]; public: inline InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate[] struct CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00 : public RuntimeArray { public: ALIGN_FIELD (8) CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * m_Items[1]; public: inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage[] struct PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA : public RuntimeArray { public: ALIGN_FIELD (8) PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * m_Items[1]; public: inline PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo[] struct SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B : public RuntimeArray { public: ALIGN_FIELD (8) SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * m_Items[1]; public: inline SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name[] struct X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D : public RuntimeArray { public: ALIGN_FIELD (8) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * m_Items[1]; public: inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Collections.IList[] struct IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject* m_Items[1]; public: inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E : public RuntimeArray { public: ALIGN_FIELD (8) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * m_Items[1]; public: inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint[] struct DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93 : public RuntimeArray { public: ALIGN_FIELD (8) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * m_Items[1]; public: inline DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D : public RuntimeArray { public: ALIGN_FIELD (8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* m_Items[1]; public: inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PbeParametersGenerator__ctor_mC3123AA3736489D6215ECCC91B6BF492520CD086 (PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::GenerateDerivedKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Pkcs5S1ParametersGenerator_GenerateDerivedKey_mE38ECFC1FCA9D5D07ABAE176DF4CE3B7D13264C4 (Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Security.ParameterUtilities::CreateKeyParameter(System.String,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ParameterUtilities_CreateKeyParameter_m07893AAECD8EEB3F8EC5817EDFFAE284E66F57EA (String_t* ___algorithm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyBytes1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithIV__ctor_m012DD2304E0C24B39AD257B371C1A8285EC533FE (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, RuntimeObject* ___parameters0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, int32_t ___ivOff2, int32_t ___ivLen3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5S2ParametersGenerator__ctor_mC94C3CAC5A822C24A56A1F8B2DEE185B02556FC9 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMac__ctor_m2F116E272494B59F6E93CF539BBAE3A571D0FBFE (HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67 (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::F(System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5S2ParametersGenerator_F_m7485D02D2D6B1EF7CF1BA217D0775355ADA2E192 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S0, int32_t ___c1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iBuf2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes3, int32_t ___outOff4, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::GenerateDerivedKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Pkcs5S2ParametersGenerator_GenerateDerivedKey_m18B7537D18595B3A9421BD299D7357EF65F4E15E (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, int32_t ___dkLen0, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C (String_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey::.ctor(System.Char[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2PbeKey__ctor_m2CF1C4F9A66DD2D9D6FFA0FDEF8A806E30400112 (Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey::.ctor(System.Char[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2PbeKey__ctor_m24C7EB986EC662D88ED129DCBF266FD9B2C18DAD (Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::.ctor(System.Char[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey__ctor_mFEF60EA58D5328DD6D5957E72D367CD17308558A (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::.ctor(System.Char[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey__ctor_m75BC089C689D7DDF3DA6077718DB8CCEBDCF9B75 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5S2ParametersGenerator__ctor_mE3DACAE3753297A100EFDF649D2D33FE64D04FC1 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::Pkcs5PasswordToBytes(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PbeParametersGenerator_Pkcs5PasswordToBytes_mFB9EC6EBB7C57E5AF4E1094A029EF79A2F3B4649 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::GetKeySize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CmsEnvelopedHelper_GetKeySize_mCEEB74071F0735365161D3A1ED6C14264DCEBA44 (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey::.ctor(System.Char[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2Utf8PbeKey__ctor_mBD4101E434DEFF0C837AA5A9769D6BBBE074BBF3 (Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey::.ctor(System.Char[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2Utf8PbeKey__ctor_mA626F68180FAEAE1AA644E485D908236C685D900 (Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::Pkcs5PasswordToUtf8Bytes(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PbeParametersGenerator_Pkcs5PasswordToUtf8Bytes_m3841F4C6548596DE33455BB29393463E831D1E71 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043 (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.PrivateKeyInfoFactory::CreatePrivateKeyInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * PrivateKeyInfoFactory_CreatePrivateKeyInfo_m1AE444AE0B185BF4C7965C724E9474E765D924A6 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemObject::.ctor(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PemObject__ctor_m45EABD21E5D4834B477D91DB59652697C6360AC1 (PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 * __this, String_t* ___type0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___content1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory::CreateEncryptedPrivateKeyInfo(System.String,System.Char[],System.Byte[],System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_m78D4DFAE55B1D846516A9C6CC1E1D2020080B788 (String_t* ___algorithm0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___passPhrase1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, int32_t ___iterationCount3, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemGenerationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PemGenerationException__ctor_mC51459D0761266ABA912F3D6B589546F36FAC1B7 (PemGenerationException_t6F4706635F256B918B6C8DAF001BA8091F7113B7 * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiArchiveOptions__ctor_m3FCE7A4DA67C4D6B1984CBE7C90976E2E726534A (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * EncryptedKey_GetInstance_mF046316CE194E45DB6CD3190BD653CF6553FAAEF (RuntimeObject * ___o0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * DerBoolean_GetInstance_m74FD192952FA720246827A4F5DF72F15E6698DB4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::GetInstance(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * DerBoolean_GetInstance_mD18D31D756ED58E7FCD4DF395D892FEF2D766A01 (bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiBody__ctor_m567F35B033DDE07C6BCD84A2791E2BD0E40D31E0 (PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::GetBodyForType(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * PkiBody_GetBodyForType_mDB368C40AD1F20CAC28CA7CBBCEE659BF0C198D4 (int32_t ___type0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___o1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * CertReqMessages_GetInstance_m068D435ADEA76F2F0965E09F70957953B09AC667 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * CertRepMessage_GetInstance_mD28003B1303318A4A3177EA556B275A7558981D4 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * CertificationRequest_GetInstance_mDBEFA2765C719F73FCB1A49790D35A6F1E1E5761 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyChallContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyChallContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PopoDecKeyChallContent_tFDC0E8AEF1539F7EEE5F2C0626EBDBDC5AA5C345 * PopoDecKeyChallContent_GetInstance_mF47B548306626D4D3E3F70B6DB02810EFDC14E57 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyRespContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PopoDecKeyRespContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PopoDecKeyRespContent_t716A2B787B5522556D78FC7EE4B6F38886EDB30F * PopoDecKeyRespContent_GetInstance_m0703E9FEEDE1D24D21FACA29C01784FBD385AC45 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyRecRepContent_t22F4C88ECE39C1F57BE1F388B10F38BE3CC44E01 * KeyRecRepContent_GetInstance_m2BBAC3C9C7CFE7012782FD2C19ADAE4DE0363047 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * RevReqContent_GetInstance_mEFAEEACC852AB9918AAE1AB0AEBFB3071CFF7110 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * RevRepContent_GetInstance_m253FD5147D1E49010631D9EE5FD9CD72F90232E5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CAKeyUpdAnnContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CAKeyUpdAnnContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CAKeyUpdAnnContent_t607833B88C4B1296047C134BDB0C425766C75B19 * CAKeyUpdAnnContent_GetInstance_mEAF037F9D93B0A5252ACA1A900A57FA8C1C6F3F0 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * CmpCertificate_GetInstance_mA319EAF3013759A5DD807397463555B70791BBD9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * RevAnnContent_GetInstance_m151DC80249153149543F5CE1A9ABD2BC5AEF0910 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CrlAnnContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CrlAnnContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrlAnnContent_t1DE89AFFF0B017BC13C852394E3FF354FDCC415F * CrlAnnContent_GetInstance_m7BB73CA5A29D392C9DB99B305D90DCA7A4AA6327 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D * PkiConfirmContent_GetInstance_m75C996153B0BCE6C5A6588340D42D9C57838A4DA (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * PkiMessages_GetInstance_mD1D0CEC37A546CEDAD50A072641036E625C7ACC3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenMsgContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenMsgContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenMsgContent_t726253B1D8B27B12DD110A2A8D90A23B55955514 * GenMsgContent_GetInstance_m140AF13DE12F47EDC6EE774969712C3E41937C41 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenRepContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.GenRepContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenRepContent_tA297CD33FFC8F5980AAE8B056A5C86A24018F7DD * GenRepContent_GetInstance_m46E4B5179D5F21BFC1EFA82E0AFE603CA7EA63E7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * ErrorMsgContent_GetInstance_m3A6DD2D9AD400C09F9A732F6EDBEEF96E617B488 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertConfirmContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertConfirmContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 * CertConfirmContent_GetInstance_m7C5402B1C1F8B7250D9D7C96424747B4F7DDD671 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollReqContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollReqContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PollReqContent_t9E088023390C965C9ED9B058D24AFF1CE29EEF24 * PollReqContent_GetInstance_m121520D0BC2ACF4993EE69C2EB148BE16D52471D (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollRepContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PollRepContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PollRepContent_t2F00E71B4E8C0D8E368F8D6B4D1A2C8BF7F41C3B * PollRepContent_GetInstance_mFEA9379D77AE46D6D1680CF941E0DC72EB2558BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiConfirmContent__ctor_m42744358EA05FAD5AB4F0E214DF26EFBB445F5C2 (PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_mF701223D0F3716183973E4CEF77F5558E23321F0 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, int32_t ___namedBits0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___padBits1, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiFreeText__ctor_m34AF1C192E1AED7258DFBD6EDCE61CE315B937DA (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * PkiFreeText_get_Item_mF9DF65BF1611351A599684B0E8BF12733E6BDECF (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, int32_t ___index0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * DerGeneralizedTime_GetInstance_m94235D85D82B622C125EFE58779A25EC726C7500 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AlgorithmIdentifier_GetInstance_m480D23C39BAF9958D210AD19D4895D5520987CDB (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * PkiFreeText_GetInstance_mF195AF9B9464B3492E16A978EEBABCE506A30A82 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeader__ctor_m9EBCA39AED826E7C556807AD219AB225BDFEE40F (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeader__ctor_mD851028904F642BB89C4BC558752EE102F9B98A5 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pvno0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender1, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * InfoTypeAndValue_GetInstance_m71119E7FE6820A1003276A35CC946F5130820782 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mDAFDA71D7496938B5DF404A9D61EAD156F51C963 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralName__ctor_mCF1689CCA82897AAE0F5D2152376A2A44AE6593F (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___directoryName0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeaderBuilder__ctor_m28995E7F5C6EC0B584115BB4C28190EFC850C6A8 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pvno0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender1, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::MakeGeneralInfoSeq(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * PkiHeaderBuilder_MakeGeneralInfoSeq_m7379594710C1B5FDA5B5E93F88B73E0AEA692050 (InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * ___generalInfo0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::MakeGeneralInfoSeq(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * PkiHeaderBuilder_MakeGeneralInfoSeq_mC24382E252F5CECA0A9E94E144B9E6D46A07BB0E (InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* ___generalInfos0, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * PkiHeader_GetInstance_mCF83A2D7E6E72A8330C2D2658C5E9C96DB5AF927 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * PkiBody_GetInstance_m505735FA5A5C18C57DC43A19C9DBF808839FE7A3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessage__ctor_m8716644F8E3AEB760444A29476E0FDBE1E7B3751 (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessage__ctor_m9E4312DD470F73227D392AB83E2D73F50275CF25 (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * ___header0, PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * ___body1, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___protection2, CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* ___extraCerts3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessage_AddOptional_m8FEF4C13CFA28E256508AA9BE18114B78425C1C9 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessages__ctor_m03A2CEF08BCD696520BBD467ABC065B6CC857788 (PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * PkiMessage_GetInstance_m84F95E05ABBE864DA263172725E8998B7332E818 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiPublicationInfo__ctor_mAD6A0C4A6E3C474A0FC315CDC6379FD9C7C4476B (PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * SinglePubInfo_GetInstance_m4D6998578F224EDFEAD46BF373E06D9B8CAD705D (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusEncodable__ctor_mAFF038B46837F4F55AF72E0BF96A9922E537FF1B (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___status0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028 (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * __this, int32_t ___status0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusInfo__ctor_m5C5703DB95B973B5F1D7A273917A3B4024D51AD8 (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167 (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * __this, String_t* ___message0, const RuntimeMethod* method); // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_FindCertificates_mDE414946ED6255E2BF6DCB3EB9476D0E0461664F (X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 * ___certSelect0, RuntimeObject* ___certStores1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilderException__ctor_m6932D40D6F934BF36A236C9F4B8B747B79A32CD7 (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer::GetPrincipals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* AttributeCertificateIssuer_GetPrincipals_m1062BA09DFD0202C405E1BFFDC0E770C5DAD6A23 (AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::set_Subject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Subject_m88B68C68D101561C5A6DF2EBBDA5717D63655BEA_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___value0, const RuntimeMethod* method); // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * ___certSelect0, RuntimeObject* ___certStores1, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143 (const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D (PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976 * __this, RuntimeObject* ___attrCert0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___tbvCert1, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * ___pkixParams2, RuntimeObject* ___tbvPath3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathValidator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixAttrCertPathValidator__ctor_m6D03A77E935E1FCE96319FBF20C1E425189F04E7 (PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::IsIssuerTrustAnchor(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_IsIssuerTrustAnchor_m97EE6F67040187C1FD6345B70922A339210558AD (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, RuntimeObject* ___trustAnchors1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPath__ctor_m44D6C58FEE98B669202B6F4B5A223FC67EC3C949 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, RuntimeObject* ___certificates0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::get_TrustAnchor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * PkixCertPathValidatorResult_get_TrustAnchor_m9599498918AED71AAB8BE151DA59AF13B5463A0F_inline (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::get_PolicyTree() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixCertPathValidatorResult_get_PolicyTree_mC167B45D040249679E34E0D19FCEB39C330B39F3_inline (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::get_SubjectPublicKey() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PkixCertPathValidatorResult_get_SubjectPublicKey_mE6434A3064AA48C04D5A3AEB8A47BD2D506B8827_inline (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilderResult__ctor_mF5DF5A48669C4C246C464474749963C4914E3298 (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * __this, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * ___trustAnchor1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___policyTree2, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___subjectPublicKey3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::AddAdditionalStoresFromAltNames(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_AddAdditionalStoresFromAltNames_mF8CD5EA9C8BD922AB5299803B507E0AEF9FF7169 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindIssuerCerts(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_FindIssuerCerts_m0B5DA81AC24D6A028995F6164514D40806B43903 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * ___pkixParams1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::IsSelfIssued(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector::get_AttributeCert() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* X509AttrCertStoreSelector_get_AttributeCert_m5CAF30F5E30F2354FE54632A75CC6D089D33F70E_inline (X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert1(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3 (RuntimeObject* ___attrCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert2(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * Rfc3281CertPathUtilities_ProcessAttrCert2_mFBB130F2DCAFD1FB6FD19B14EF80E1503BC80D97 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert3(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_ProcessAttrCert3_m73C0EB011A67B63A5CF93990176A7188D604EB65 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___acIssuerCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert4(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_ProcessAttrCert4_m09DE02A722D10C16E5FCF4EBFDD627914F6C1CBA (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___acIssuerCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert5(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_ProcessAttrCert5_m0E9B9BA54C6E589F673FADB2B99E70E7D8F68E5E (RuntimeObject* ___attrCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert7(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_ProcessAttrCert7_m014F2EB4428B2D021C1CE19B181D6CFE1BC46A76 (RuntimeObject* ___attrCert0, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath1, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___holderCertPath2, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::AdditionalChecks(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_AdditionalChecks_m67125173C522467B9191E05E2E5F158F2B488227 (RuntimeObject* ___attrCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetValidCertDateFromValidityModel(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPkix0, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath1, int32_t ___index2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, Exception_t * ___cause1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::CheckCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.DateTime,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF (RuntimeObject* ___attrCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___issuerCert2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate3, RuntimeObject* ___certPathCerts4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertStoreSelector__ctor_mDF6C8858B58F3E4DFC132E3F07A9CDA247196AC7 (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * ___o0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixBuilderParameters__ctor_m4537E706918E243CCDEB48C00958641C846D3B1C (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, RuntimeObject* ___trustAnchors0, RuntimeObject* ___targetConstraints1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters__ctor_m1D836B4B95399258DE7C95EDC87AF90793F66882 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___trustAnchors0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidParameterException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidParameterException__ctor_mFD577449A2FA2F45A741ADB59929E0BFF2D4936D (InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetParams(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetParams_m90602D7108CDA2C8921AB2439B84FE2F0AC9C336 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___parameters0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Object::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_ToString_m6EEDE9678ACEB962C586D13EC873DE2948668B06 (RuntimeObject * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::ReadOnly(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtilities_ReadOnly_m7180467DC1832120E9CFA1DC708A28576698AE14 (RuntimeObject* ___l0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Equivalent(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606 (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___other0, bool ___inOrder1, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546 (int32_t ___capacity0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8 (RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::SortCerts(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPath_SortCerts_mC629F230A0213D70AAA8F36699D1EA959C69E062 (RuntimeObject* ___certs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::.ctor(System.IO.Stream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPath__ctor_m139910BBEA142ABBFD3A5050A20EA0D38AED69FF (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, String_t* ___encoding1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::ToUpperInvariant(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1InputStream__ctor_m6A1D90D90DD9564DB9C18970A162832C6B4296EF (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inputStream0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1InputStream_ReadObject_mBA53F889AA1DF42134B2BBAC4FB0A3DD8F278832 (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateException__ctor_m398B660736A1863961155734E5883CDECCF07B32 (CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, String_t* ___encoding0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, bool ___writable1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateParser__ctor_m25758CA99259833BE3DF47D56D48106D7D424256 (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::ReadCertificate(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * X509CertificateParser_ReadCertificate_m7C2D74412009D621E15407B2293351B504C76ED9 (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, const RuntimeMethod* method); // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::ReadCertificates(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X509CertificateParser_ReadCertificates_mCD1CA993AE0477D3BE6A2B7BE017D0E0EE8B3AE2 (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5 (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * __this, RuntimeObject* ___inner0, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::EqualsIgnoreCase(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::ToAsn1Object(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkixCertPath_ToAsn1Object_m3B9068E54462F401AAEA57F2FFD1FEF9677A3548 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::ToDerEncoded(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixCertPath_ToDerEncoded_m502B4A12ACE07689F96A6B26CDEA8183724997B3 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mA64C4EE1E1667D5D9837A0FB6E7CF7EF2B3503FA (ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_mAB1CF56A11D9FAFC0638A9EB49517F96CEF55DD0 (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.SignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignedData__ctor_m065C7B7F57A573EDCD62DDAACEAF3837A71C64C6 (SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ____version0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ____digestAlgorithms1, ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * ____contentInfo2, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ____certificates3, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ____crls4, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ____signerInfos5, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3D516CFFEDAC2849A8C3E997FD0233A61A482762 (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.PemWriter::.ctor(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PemWriter__ctor_m01F123FBF083207A4CCFB1A69B190656ADB99E12 (PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.PemWriter::WriteObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PemWriter_WriteObject_m2357E9258320E8EED89994AF6D76E293620A2E02 (PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.IO.TextWriter BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemWriter::get_Writer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * PemWriter_get_Writer_m8CA2F21066B2384A2B68D36B9EB182F558086677_inline (PemWriter_tBD518860EFED3382051637D2372D21CFA33EED8C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::Dispose(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_mC25B30AE75DB93D591E76620C5B0F7E323AD4A33 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateEncodingException__ctor_m0F8416DE29D3C84DFEDB487621A8D7EEF9D28C1C (CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * __this, String_t* ___msg0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::FromByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateEncodingException__ctor_m5F42D10FF83095947D51D1A5995858DDAA080D10 (CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method); // System.Exception System.Exception::get_InnerException() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline (Exception_t * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidator__ctor_m8CD74CF2B705525A01B44C2492C9144EBA96C8EE (PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralSecurityException__ctor_m9F2B5464CFE88726238594C5BC58617B9217B22C (GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralSecurityException__ctor_m489A96C69DCB3F2633EF024AD3A3104F394BA51D (GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralSecurityException__ctor_m8281CA2286C5173479C6BD01CC65700A62AE2F9D (GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorResult__ctor_mEF308545DCC881F41B9DD01F2FF80D1541DA7739 (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * ___trustAnchor0, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___policyTree1, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___subjectPublicKey2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult::get_CertPath() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * PkixCertPathBuilderResult_get_CertPath_mD11AA5E9852928530E108C7BC132806E1541DD50_inline (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::get_TrustedCert() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m0AEE84C38E9A87C372139B4C342454553F0F6392 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String,System.Exception,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, Exception_t * ___cause1, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath2, int32_t ___index3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindTrustAnchor(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * PkixCertPathValidatorUtilities_FindTrustAnchor_m78D750012913D2C935FEA16E04C67BECF4AE77E3 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, RuntimeObject* ___trustAnchors1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator::CheckCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidator_CheckCertificate_m72EEFB65A03200DA0664EC41D90E56D958612ABC (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::.ctor(System.Collections.IList,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, RuntimeObject* ___children0, int32_t ___depth1, RuntimeObject* ___expectedPolicies2, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___parent3, RuntimeObject* ___policyQualifiers4, String_t* ___validPolicy5, bool ___critical6, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator__ctor_mD20EA2853AC8873080051F2B4B9BE18B19ADBCF7 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::get_CAName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TrustAnchor_get_CAName_mEA2D7D435E63546C785007E4B8FAD402A0C7E583_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Name__ctor_mCC41164D1E99147020203EEF7756443AAA004FB0 (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * __this, String_t* ___dirName0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::get_CAPublicKey() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * TrustAnchor_get_CAPublicKey_m1AA6DF9C2F0B15E67B226409F1BA3D6FDDE07EB6_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetAlgorithmIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * PkixCertPathValidatorUtilities_GetAlgorithmIdentifier_m55E8EC96078652D734C1A7D18B49E3A2F501E3F7 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertA(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, int32_t ___index2, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___workingPublicKey3, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___workingIssuerName4, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___sign5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertBC(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * ___nameConstraintValidator2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertD(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Collections.IList[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * Rfc3280CertPathUtilities_ProcessCertD_m710370EBBDE7182DAE270B0BED06754E6E6DC886 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, RuntimeObject* ___acceptablePolicies2, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree3, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes4, int32_t ___inhibitAnyPolicy5, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertE(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * Rfc3280CertPathUtilities_ProcessCertE_m76CE7FC60FE63C4042C74145D66BEB4FCE382680 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertF(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCertF_mB2A69897B32815A51FAF321B72E1E8BA38555FC4 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree2, int32_t ___explicitPolicy3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertA(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertA_m73A13A7FDE0E45720439B7DEF39D5E5E71ABD184 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareCertB(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * Rfc3280CertPathUtilities_PrepareCertB_m989DD6B731CAD31FC58B33E8E1AFF46BF8DA78E7 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes2, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree3, int32_t ___policyMapping4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertG(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertG_m578C2E9FDBFDB4655C113F2AD920393DBEC27CCB (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * ___nameConstraintValidator2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertH1(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertH1_mF61A7C8433E3D742B8AF1A1D90B03FA4055915A4 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___explicitPolicy2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertH2(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertH2_mA9EB001017B63257E34891A5D167646986BE05BE (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___policyMapping2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertH3(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertH3_m6DF50862355C4EF58C55BD7D06D8D643731D3829 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___inhibitAnyPolicy2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertI1(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertI1_m47F1866D37AEB30940B53BF5AC949AEC36591F46 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___explicitPolicy2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertI2(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertI2_mCBDCE8FF5B236B63FE507798AFD2471B08032A2A (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___policyMapping2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertJ(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertJ_m3355D9C0EB0E71AB340992B2148C2D9513424CD7 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___inhibitAnyPolicy2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertK(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertK_mCEC196014799D3006CFBFB586098CDB0989B36AE (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertL(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertL_m42E74CC7BFB9437574DB1EA3A4EDD34A78BB5B22 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___maxPathLength2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertM(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertM_mABF86083CCF64837C4DE5FB308F12554BD1F7651 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___maxPathLength2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertN(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertN_m9172D885AFF3E3653FE2AA657299F54426FC5E36 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertO(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertO_m7329BA6BAD1BF31F33E53AC23D44941D5BF8688B (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, RuntimeObject* ___criticalExtensions2, RuntimeObject* ___pathCheckers3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetNextWorkingKey(System.Collections.IList,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9 (RuntimeObject* ___certs0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::WrapupCertA(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_WrapupCertA_m2850215D2CB745C4DD71111831660D3CC55FF87A (int32_t ___explicitPolicy0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::WrapupCertB(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_WrapupCertB_m521CBEDCD2E073B82F067872F219AC1D4AEA18E5 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___explicitPolicy2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::WrapupCertF(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_WrapupCertF_mF43C68C0E77F7B946E42E65A61FBC191F41AD518 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, RuntimeObject* ___pathCheckers2, RuntimeObject* ___criticalExtensions3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::WrapupCertG(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Int32,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * Rfc3280CertPathUtilities_WrapupCertG_m8319BC59F6C15FB17955B366718B38B9682C094F (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, RuntimeObject* ___userInitialPolicySet2, int32_t ___index3, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes4, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree5, RuntimeObject* ___acceptablePolicies6, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::get_TbsCertificate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * X509CertificateStructure_get_TbsCertificate_mA53317D40AE7394FECF249D089333BF51D2D6240_inline (X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * TbsCertificateStructure_GetInstance_mDEF4996E745E7C794E90280350E18664322DEF0F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Exception::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F (Exception_t * __this, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mF1733893E10358B400E817297D686A48AB3FB7B3 (NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetIssuerPrincipal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465 (RuntimeObject * ___cert0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::AddAdditionalStoreFromLocation(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_AddAdditionalStoreFromLocation_m254431DBF318B860D8D43A5BE0E7905AE4919ED3 (String_t* ___location0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory::CreateSubjectPublicKeyInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicKey0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::get_AlgorithmID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SubjectPublicKeyInfo_get_AlgorithmID_mC6D1FC4034C33A9CE53D197B4704A328D8E6AF52_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::StartsWith(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524 (String_t* ___source0, String_t* ___prefix1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Exception BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateNotImplementedException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Platform_CreateNotImplementedException_m354FC98BB8605016FF125C0BE509AB24921F6ED2 (String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PolicyQualifierInfo_t84E81B8C5345FA092451BFF0C64B64A5BFDA1CDE * PolicyQualifierInfo_GetInstance_m291B2516D0AF52862F9B5DC15F72C947A1505059 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::RemovePolicyNodeRecurse(System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_RemovePolicyNodeRecurse_m690213C7859E081960C0DE84ADB40CADCAA59D24 (IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes0, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ____node1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62 (RuntimeObject* ___ext0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::get_PolicyIdentifier() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * PolicyInformation_get_PolicyIdentifier_mA0BF2F411410C1FC04DEAD93EECD80737F11A2BD_inline (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::get_PolicyQualifiers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * PolicyInformation_get_PolicyQualifiers_m37313A092B7BDFB8C6436227110FBFDA2F5D71C2_inline (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetQualifierSet(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___qualifiers0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::RemovePolicyNode(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ____node2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Crl__ctor_mCF0DB4A0B34DF5164A6A8759DDE7346755CC5052 (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * __this, CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * ___c0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetSerialNumber(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * PkixCertPathValidatorUtilities_GetSerialNumber_mD857111CE519EEA5E40735987F81EE76E89CB045 (RuntimeObject * ___cert0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry::GetCertificateIssuer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509CrlEntry_GetCertificateIssuer_mD9454800C132CD5C68318E57BFF125B42E01725B_inline (X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry::get_HasExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CrlEntry_get_HasExtensions_mD83CCD0E2B49161B0DCA568A047F3658EB3A45F7 (X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * DerEnumerated_GetInstance_mF97F0C282F514FF2D8973BC65FDB4D3A771143BD (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry::get_RevocationDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 X509CrlEntry_get_RevocationDate_mB79B05762C5639FA3202D698BAD47CD6FE7281A9 (X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::TestBit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::set_Status(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeObject__ctor_m0269A13B4BB92FFF26673518D2770600ED2D8D86 (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::set_RevocationDate(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CertStatus_set_RevocationDate_m2A10FD69B9E8183093CBC66684FB972DBF7ECDE3_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaPublicKeyParameters__ctor_mCE26A1766E3B5A728500CE48CEFB95E8ACBF00BF (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetValidDate(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 PkixCertPathValidatorUtilities_GetValidDate_mB5293CF6D027D0ABACAFFE569A8295421A836CDD (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::ToDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::get_CrlIssuer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::GetNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::get_DistributionPointName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * DistributionPoint_get_DistributionPointName_m2325DC79A48733F8AF8359BAE787B1AA131461B3_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_Issuers(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_Issuers_m1C165E3A7E12B6583B4F45D0E17FAD90EA9E9EC7 (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CrlStoreSelector__ctor_mDB250A91FD7C734D29760606B5FE7D1449B1460A (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetCrlIssuersFromDistributionPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Collections.ICollection,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_GetCrlIssuersFromDistributionPoint_m924C45775297E252FBF36EA28F15BA1CB125515D (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject* ___issuerPrincipals1, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * ___selector2, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_CertificateChecking(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_CertificateChecking_m12E6844E89659DB3A2007521B4010091086D0011_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_AttrCertChecking(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_AttrCertChecking_mC6AB70E48D763D5A3471F97D9B8973BF36A83FD1_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_CompleteCrlEnabled(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_CompleteCrlEnabled_m8B5CF21EDCDD1B03C33A1DF0A0BAD01AE6A82FE4_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, bool ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_PositiveValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetDerEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_MinCrlNumber(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_MinCrlNumber_mDF8603EEC875FE747966BCE3ADBA5ECDC585E4C6_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_IssuingDistributionPoint(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_IssuingDistributionPoint_mDEBDDCD62BF7C83744FEC6078822104CF117EB1E (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_IssuingDistributionPointEnabled(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_IssuingDistributionPointEnabled_m5111B3BBB30A8A585EE446E5D9D834EC2C53BBB7_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_MaxBaseCrlNumber(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_MaxBaseCrlNumber_m7772F5D176758C1AAD59DA1FD4165DE9F27392BE_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::isDeltaCrl(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_isDeltaCrl_m26137B997641077DC7E4B9A56C8480942C587747 (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint::GetDistributionPoints() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* CrlDistPoint_GetDistributionPoints_m989D7BB0C145533ADEEDE6A933BC4C5A872E122F (CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::get_PointType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * GeneralNames_GetInstance_mC9C464CE24BBF9B6446FFEF3614A68A1DC18D575 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.X509ExtensionUtilities::FromExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * X509ExtensionUtilities_FromExtensionValue_mB3EF41D2786974D71033FD2A97181A5C5C75CAAD (Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___extensionValue0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCrlUtilities__ctor_m7834F2D98F4FFBC3FF95B4CF5B2613830EA2CD44 (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * __this, const RuntimeMethod* method); // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::FindCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCrlUtilities_FindCrls_mDC9F49F64BABA5455C609DF5CB1C5C7860995CD4 (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * __this, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * ___crlSelect0, RuntimeObject* ___crlStores1, const RuntimeMethod* method); // System.Int32 System.DateTime::CompareTo(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::get_CertificateChecking() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * X509CrlStoreSelector_get_CertificateChecking_m816015DAEAE48AE2CE566E1568626EB51D54A658_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedDN_mBABA589D8DA6E66426E0DAF93D6F6239704CAAF7 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckExcludedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckExcludedDN_mDE591F576EB9F3677A1313ACB1A4743B0BAE9024 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::WithinDNSubtree(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_WithinDNSubtree_m2A32671538136D927F1B70A79FCB3B889401130C (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___subtree1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766 (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * __this, String_t* ___msg0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::get_Base() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline (GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::ExtractNameAsString(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___name0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::intersectEmail(System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_intersectEmail_m1E53F2D9EC6FB0657F916E5F0B9136FAE16A1AD9 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email10, String_t* ___email21, RuntimeObject* ___intersect2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::unionEmail(System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_unionEmail_m6354048A7ED0AE150C2EB12199C4E594B1B06DAD (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email10, String_t* ___email21, RuntimeObject* ___union2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectIPRange(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_IntersectIPRange_mF168C54D9038D249911C1475137C2C2EE6B1E69E (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask21, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::UnionIPRange(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_UnionIPRange_mE57EC862BE18D85143C57C9BCA64022EDF284FF2 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask21, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::ExtractIPsAndSubnetMasks(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* PkixNameConstraintValidator_ExtractIPsAndSubnetMasks_m11647F59DBC91A488E7CA3311DEB55FE988C0AA5 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask21, const RuntimeMethod* method); // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::MinMaxIPs(System.Byte[],System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* PkixNameConstraintValidator_MinMaxIPs_mA9A44928174E5E9056FA4BC1D15D913BBE0B7FF8 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subnetmask11, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip22, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subnetmask23, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::Min(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixNameConstraintValidator_Min_m7AE156668EED823B6991256C681097A89EA87A15 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip21, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::Max(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixNameConstraintValidator_Max_m77DE8859D815DD21615A871D51172C39588008D4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip21, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CompareTo(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixNameConstraintValidator_CompareTo_m41AF0738649D880B44374377E5916F561BC9C962 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip21, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::Or(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixNameConstraintValidator_Or_m268AAA883C054F99DC899717FA9CA662384C6632 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip21, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IpWithSubnetMask(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixNameConstraintValidator_IpWithSubnetMask_mA3E3F764AB1D51781787D81D516FEEC3496BBB03 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subnetMask1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::EmailIsConstrained(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_EmailIsConstrained_mC9153CE6F0BFDEA724FF6C52EEA7C3B69C423579 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email0, String_t* ___constraint1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IsIPConstrained(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_IsIPConstrained_m8CCFE0B8A1C6F4E94251BDB79665287050EAEE47 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___constraint1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_Equals_m9A48E390489A3A6074F4FE5A37058A208C35A919 (Il2CppChar* __this, Il2CppChar ___obj0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::WithinDomain(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___testDomain0, String_t* ___domain1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IsUriConstrained(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_IsUriConstrained_m794620124215770FDC673778B6273F9CC572AFCF (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___uri0, String_t* ___constraint1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::intersectURI(System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_intersectURI_m55FE5BF1E8BC52D305C7F551B30CBF3396BD3A7F (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email10, String_t* ___email21, RuntimeObject* ___intersect2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::unionURI(System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_unionURI_m28993A237112F5C3BD0427F0BB6DE476F237A1A7 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email10, String_t* ___email21, RuntimeObject* ___union2, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::ExtractHostFromURL(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_ExtractHostFromURL_mDB0D123750011CA637C27A426697F6F841475CB0 (String_t* ___url0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::IndexOf(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_IndexOf_mDB70E24C7BA422B47279D3D583624C32D134B398 (String_t* ___source0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedEmail(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedEmail_mFFB21A96B103ADAEB9AB706DCA0811C9A0EB7BCF (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, String_t* ___email1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedDNS(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedDNS_m0B847AED51D2CCBE821A50776C847F11743DF2E7 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, String_t* ___dns1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedDN_mE762405C630D96F1C78D1F80DD7EDDAEB79EE1F0 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedURI(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedURI_m13D092F297332E818D9736F288429651BD3D95FB (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, String_t* ___uri1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedIP(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedIP_mA8354D14FB7B7CB73EA501AAA16215C96AE99346 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckExcludedEmail(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckExcludedEmail_m46C84BD02998A5C98F430FAC8B5DEE85198DDC4F (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___email1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkExcludedDNS(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkExcludedDNS_m8A1A5AB411D9853A21EBEDB86DF2228478E09225 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___dns1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckExcludedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckExcludedDN_m9728473B2B7CD0806A3E8741534E4FEEE7ABCD14 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkExcludedURI(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkExcludedURI_mC8CEA3E46EE4A718335DEDE7626C8E04789FF202 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___uri1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkExcludedIP(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkExcludedIP_mB9A901586F79782E926CB1F2ECD4A9FD83480165 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip1, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * GeneralSubtree_GetInstance_mD170ABE05AFB3CE170A04D4FCDD1C05F09AC073F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectEmail(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_IntersectEmail_m197D0DC77E4EBB4EA6C597075A70A1D9C593533D (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___emails1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::intersectDNS(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_intersectDNS_mEE68F18830534C2744BC792FAC2277D88056D263 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___dnss1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_IntersectDN_m33598CAAC22CBC24A0165BBA58DD671CC09C5607 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___dns1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::intersectURI(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_intersectURI_mDFE3675484B89653DF0EF1979ECE31277E4AB167 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___uris1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectIP(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_IntersectIP_m3FA8AC49109B5816068FC2F1564C7E62544F9ADE (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___ips1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::UnionEmail(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_UnionEmail_m2D5BA883D68A451A6E5BA6EE5116083E48E99122 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___email1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::unionDNS(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_unionDNS_mE2ACC7F2B1A634475349C4C419226BC1B5AE9ACC (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___dns1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::UnionDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_UnionDN_mC66706F448F10A5E8732EF4CCC711FC3A92BFFAA (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dn1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::unionURI(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_unionURI_m2D6A6593FBE51E21A8ACB00E9725FDE12BAD2BFE (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___uri1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::UnionIP(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_UnionIP_mC6E73291D97DB5D86AC089174A03519411859D0C (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::HashCollection(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___coll0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CollectionsAreEqual(System.Collections.ICollection,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___coll10, RuntimeObject* ___coll21, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::SpecialEquals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_SpecialEquals_mA8B13530EB204F1F52C2FF34B1EB46A7A2A76986 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::StringifyIP(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_StringifyIP_m01E2C938E7BABD5610EBB4E1193C66F2EC1DADFE (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::StringifyIPCollection(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_StringifyIPCollection_m1D0A2157A31C59B527AD5829CCE7E4C0FDFC05B8 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___ips0, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, String_t* ___message0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5S1ParametersGenerator__ctor_mA1F3DA54850D5377E6D9C6DACFBB6561B9DBC6D8 (Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B * __this, RuntimeObject* ___digest0, const RuntimeMethod* method) { { // public Pkcs5S1ParametersGenerator( // IDigest digest) PbeParametersGenerator__ctor_mC3123AA3736489D6215ECCC91B6BF492520CD086(__this, /*hidden argument*/NULL); // this.digest = digest; RuntimeObject* L_0 = ___digest0; __this->set_digest_3(L_0); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::GenerateDerivedKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Pkcs5S1ParametersGenerator_GenerateDerivedKey_mE38ECFC1FCA9D5D07ABAE176DF4CE3B7D13264C4 (Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] digestBytes = new byte[digest.GetDigestSize()]; RuntimeObject* L_0 = __this->get_digest_3(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // digest.BlockUpdate(mPassword, 0, mPassword.Length); RuntimeObject* L_3 = __this->get_digest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 *)__this)->get_mPassword_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 *)__this)->get_mPassword_0(); NullCheck(L_5); NullCheck(L_3); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); // digest.BlockUpdate(mSalt, 0, mSalt.Length); RuntimeObject* L_6 = __this->get_digest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ((PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 *)__this)->get_mSalt_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 *)__this)->get_mSalt_1(); NullCheck(L_8); NullCheck(L_6); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_6, L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))); // digest.DoFinal(digestBytes, 0); RuntimeObject* L_9 = __this->get_digest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_9); int32_t L_11; L_11 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_9, L_10, 0); // for (int i = 1; i < mIterationCount; i++) V_1 = 1; goto IL_0079; } IL_0057: { // digest.BlockUpdate(digestBytes, 0, digestBytes.Length); RuntimeObject* L_12 = __this->get_digest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; NullCheck(L_14); NullCheck(L_12); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_12, L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))); // digest.DoFinal(digestBytes, 0); RuntimeObject* L_15 = __this->get_digest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; NullCheck(L_15); int32_t L_17; L_17 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_15, L_16, 0); // for (int i = 1; i < mIterationCount; i++) int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0079: { // for (int i = 1; i < mIterationCount; i++) int32_t L_19 = V_1; int32_t L_20 = ((PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 *)__this)->get_mIterationCount_2(); if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0057; } } { // return digestBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_0; return L_21; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::GenerateDerivedParameters(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S1ParametersGenerator_GenerateDerivedParameters_mF96B22499C0FA523F996013F5D0158EB41EA4079 (Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B * __this, int32_t ___keySize0, const RuntimeMethod* method) { { // return GenerateDerivedMacParameters(keySize); int32_t L_0 = ___keySize0; RuntimeObject* L_1; L_1 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::GenerateDerivedMacParameters(System.Int32) */, __this, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::GenerateDerivedParameters(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S1ParametersGenerator_GenerateDerivedParameters_m34991842148B3DA98FC185AAF821781115D03427 (Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B * __this, String_t* ___algorithm0, int32_t ___keySize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // keySize /= 8; int32_t L_0 = ___keySize1; ___keySize1 = ((int32_t)((int32_t)L_0/(int32_t)8)); // if (keySize > digest.GetDigestSize()) int32_t L_1 = ___keySize1; RuntimeObject* L_2 = __this->get_digest_3(); NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_002f; } } { // throw new ArgumentException( // "Can't Generate a derived key " + keySize + " bytes long."); String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___keySize1), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52BF3202F6DD91ABBF776600CE48AB69CE3977CE)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DCC1AAED6D17886965C2B37D7CC8F495E1A299F)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pkcs5S1ParametersGenerator_GenerateDerivedParameters_m34991842148B3DA98FC185AAF821781115D03427_RuntimeMethod_var))); } IL_002f: { // byte[] dKey = GenerateDerivedKey(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Pkcs5S1ParametersGenerator_GenerateDerivedKey_mE38ECFC1FCA9D5D07ABAE176DF4CE3B7D13264C4(__this, /*hidden argument*/NULL); V_0 = L_7; // return ParameterUtilities.CreateKeyParameter(algorithm, dKey, 0, keySize); String_t* L_8 = ___algorithm0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10 = ___keySize1; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_11; L_11 = ParameterUtilities_CreateKeyParameter_m07893AAECD8EEB3F8EC5817EDFFAE284E66F57EA(L_8, L_9, 0, L_10, /*hidden argument*/NULL); return L_11; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::GenerateDerivedParameters(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S1ParametersGenerator_GenerateDerivedParameters_m5754734AF0E8247D3E20639217670635ED1B1B13 (Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B * __this, int32_t ___keySize0, int32_t ___ivSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // keySize /= 8; int32_t L_0 = ___keySize0; ___keySize0 = ((int32_t)((int32_t)L_0/(int32_t)8)); // ivSize /= 8; int32_t L_1 = ___ivSize1; ___ivSize1 = ((int32_t)((int32_t)L_1/(int32_t)8)); // if ((keySize + ivSize) > digest.GetDigestSize()) int32_t L_2 = ___keySize0; int32_t L_3 = ___ivSize1; RuntimeObject* L_4 = __this->get_digest_3(); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) <= ((int32_t)L_5))) { goto IL_003a; } } { // throw new ArgumentException( // "Can't Generate a derived key " + (keySize + ivSize) + " bytes long."); int32_t L_6 = ___keySize0; int32_t L_7 = ___ivSize1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); String_t* L_8; L_8 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52BF3202F6DD91ABBF776600CE48AB69CE3977CE)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DCC1AAED6D17886965C2B37D7CC8F495E1A299F)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pkcs5S1ParametersGenerator_GenerateDerivedParameters_m5754734AF0E8247D3E20639217670635ED1B1B13_RuntimeMethod_var))); } IL_003a: { // byte[] dKey = GenerateDerivedKey(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = Pkcs5S1ParametersGenerator_GenerateDerivedKey_mE38ECFC1FCA9D5D07ABAE176DF4CE3B7D13264C4(__this, /*hidden argument*/NULL); V_0 = L_11; // return new ParametersWithIV(new KeyParameter(dKey, 0, keySize), dKey, keySize, ivSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; int32_t L_13 = ___keySize0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_14 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(L_14, L_12, 0, L_13, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; int32_t L_16 = ___keySize0; int32_t L_17 = ___ivSize1; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_18 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_m012DD2304E0C24B39AD257B371C1A8285EC533FE(L_18, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::GenerateDerivedParameters(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S1ParametersGenerator_GenerateDerivedParameters_mD49A903F0C6D14C34043552A9DD488E9E069FB65 (Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B * __this, String_t* ___algorithm0, int32_t ___keySize1, int32_t ___ivSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // keySize /= 8; int32_t L_0 = ___keySize1; ___keySize1 = ((int32_t)((int32_t)L_0/(int32_t)8)); // ivSize /= 8; int32_t L_1 = ___ivSize2; ___ivSize2 = ((int32_t)((int32_t)L_1/(int32_t)8)); // if ((keySize + ivSize) > digest.GetDigestSize()) int32_t L_2 = ___keySize1; int32_t L_3 = ___ivSize2; RuntimeObject* L_4 = __this->get_digest_3(); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) <= ((int32_t)L_5))) { goto IL_003a; } } { // throw new ArgumentException( // "Can't Generate a derived key " + (keySize + ivSize) + " bytes long."); int32_t L_6 = ___keySize1; int32_t L_7 = ___ivSize2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); String_t* L_8; L_8 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52BF3202F6DD91ABBF776600CE48AB69CE3977CE)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DCC1AAED6D17886965C2B37D7CC8F495E1A299F)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pkcs5S1ParametersGenerator_GenerateDerivedParameters_mD49A903F0C6D14C34043552A9DD488E9E069FB65_RuntimeMethod_var))); } IL_003a: { // byte[] dKey = GenerateDerivedKey(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = Pkcs5S1ParametersGenerator_GenerateDerivedKey_mE38ECFC1FCA9D5D07ABAE176DF4CE3B7D13264C4(__this, /*hidden argument*/NULL); V_0 = L_11; // KeyParameter key = ParameterUtilities.CreateKeyParameter(algorithm, dKey, 0, keySize); String_t* L_12 = ___algorithm0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; int32_t L_14 = ___keySize1; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_15; L_15 = ParameterUtilities_CreateKeyParameter_m07893AAECD8EEB3F8EC5817EDFFAE284E66F57EA(L_12, L_13, 0, L_14, /*hidden argument*/NULL); // return new ParametersWithIV(key, dKey, keySize, ivSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; int32_t L_17 = ___keySize1; int32_t L_18 = ___ivSize2; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_19 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_m012DD2304E0C24B39AD257B371C1A8285EC533FE(L_19, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator::GenerateDerivedMacParameters(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S1ParametersGenerator_GenerateDerivedMacParameters_m688A2869B2010B47C5CA1EF99A8B3F11C2682EDD (Pkcs5S1ParametersGenerator_tEE4FCBDC52A16FE98CBA99A531CC1D218213789B * __this, int32_t ___keySize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // keySize /= 8; int32_t L_0 = ___keySize0; ___keySize0 = ((int32_t)((int32_t)L_0/(int32_t)8)); // if (keySize > digest.GetDigestSize()) int32_t L_1 = ___keySize0; RuntimeObject* L_2 = __this->get_digest_3(); NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_002f; } } { // throw new ArgumentException( // "Can't Generate a derived key " + keySize + " bytes long."); String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___keySize0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52BF3202F6DD91ABBF776600CE48AB69CE3977CE)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DCC1AAED6D17886965C2B37D7CC8F495E1A299F)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pkcs5S1ParametersGenerator_GenerateDerivedMacParameters_m688A2869B2010B47C5CA1EF99A8B3F11C2682EDD_RuntimeMethod_var))); } IL_002f: { // byte[] dKey = GenerateDerivedKey(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Pkcs5S1ParametersGenerator_GenerateDerivedKey_mE38ECFC1FCA9D5D07ABAE176DF4CE3B7D13264C4(__this, /*hidden argument*/NULL); // return new KeyParameter(dKey, 0, keySize); int32_t L_8 = ___keySize0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_9 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(L_9, L_7, 0, L_8, /*hidden argument*/NULL); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5S2ParametersGenerator__ctor_mE3DACAE3753297A100EFDF649D2D33FE64D04FC1 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new Sha1Digest()) Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_0 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_0, /*hidden argument*/NULL); Pkcs5S2ParametersGenerator__ctor_mC94C3CAC5A822C24A56A1F8B2DEE185B02556FC9(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5S2ParametersGenerator__ctor_mC94C3CAC5A822C24A56A1F8B2DEE185B02556FC9 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, RuntimeObject* ___digest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Pkcs5S2ParametersGenerator(IDigest digest) PbeParametersGenerator__ctor_mC3123AA3736489D6215ECCC91B6BF492520CD086(__this, /*hidden argument*/NULL); // this.hMac = new HMac(digest); RuntimeObject* L_0 = ___digest0; HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_1 = (HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B *)il2cpp_codegen_object_new(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var); HMac__ctor_m2F116E272494B59F6E93CF539BBAE3A571D0FBFE(L_1, L_0, /*hidden argument*/NULL); __this->set_hMac_3(L_1); // this.state = new byte[hMac.GetMacSize()]; RuntimeObject* L_2 = __this->get_hMac_3(); NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::GetMacSize() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->set_state_4(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::F(System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5S2ParametersGenerator_F_m7485D02D2D6B1EF7CF1BA217D0775355ADA2E192 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S0, int32_t ___c1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iBuf2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes3, int32_t ___outOff4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (c == 0) int32_t L_0 = ___c1; if (L_0) { goto IL_000e; } } { // throw new ArgumentException("iteration count must be at least 1."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B7396D8705BB4595740286DDE14757E479B548D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pkcs5S2ParametersGenerator_F_m7485D02D2D6B1EF7CF1BA217D0775355ADA2E192_RuntimeMethod_var))); } IL_000e: { // if (S != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___S0; if (!L_2) { goto IL_0021; } } { // hMac.BlockUpdate(S, 0, S.Length); RuntimeObject* L_3 = __this->get_hMac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___S0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___S0; NullCheck(L_5); NullCheck(L_3); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); } IL_0021: { // hMac.BlockUpdate(iBuf, 0, iBuf.Length); RuntimeObject* L_6 = __this->get_hMac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___iBuf2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___iBuf2; NullCheck(L_8); NullCheck(L_6); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_6, L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))); // hMac.DoFinal(state, 0); RuntimeObject* L_9 = __this->get_hMac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_state_4(); NullCheck(L_9); int32_t L_11; L_11 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::DoFinal(System.Byte[],System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_9, L_10, 0); // Array.Copy(state, 0, outBytes, outOff, state.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_state_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___outBytes3; int32_t L_14 = ___outOff4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_state_4(); NullCheck(L_15); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, L_14, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); // for (int count = 1; count < c; ++count) V_0 = 1; goto IL_00bc; } IL_0060: { // hMac.BlockUpdate(state, 0, state.Length); RuntimeObject* L_16 = __this->get_hMac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_state_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_state_4(); NullCheck(L_18); NullCheck(L_16); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_16, L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))); // hMac.DoFinal(state, 0); RuntimeObject* L_19 = __this->get_hMac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_state_4(); NullCheck(L_19); int32_t L_21; L_21 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::DoFinal(System.Byte[],System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_19, L_20, 0); // for (int j = 0; j < state.Length; ++j) V_1 = 0; goto IL_00ad; } IL_0091: { // outBytes[outOff + j] ^= state[j]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___outBytes3; int32_t L_23 = ___outOff4; int32_t L_24 = V_1; NullCheck(L_22); uint8_t* L_25 = ((L_22)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))))); int32_t L_26 = *((uint8_t*)L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_state_4(); int32_t L_28 = V_1; NullCheck(L_27); int32_t L_29 = L_28; uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); *((int8_t*)L_25) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_26^(int32_t)L_30)))); // for (int j = 0; j < state.Length; ++j) int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ad: { // for (int j = 0; j < state.Length; ++j) int32_t L_32 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_state_4(); NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_0091; } } { // for (int count = 1; count < c; ++count) int32_t L_34 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00bc: { // for (int count = 1; count < c; ++count) int32_t L_35 = V_0; int32_t L_36 = ___c1; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0060; } } { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::GenerateDerivedKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Pkcs5S2ParametersGenerator_GenerateDerivedKey_m18B7537D18595B3A9421BD299D7357EF65F4E15E (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, int32_t ___dkLen0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; uint8_t V_8 = 0x0; { // int hLen = hMac.GetMacSize(); RuntimeObject* L_0 = __this->get_hMac_3(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::GetMacSize() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_0); V_0 = L_1; // int l = (dkLen + hLen - 1) / hLen; int32_t L_2 = ___dkLen0; int32_t L_3 = V_0; int32_t L_4 = V_0; V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), (int32_t)1))/(int32_t)L_4)); // byte[] iBuf = new byte[4]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_5; // byte[] outBytes = new byte[l * hLen]; int32_t L_6 = V_1; int32_t L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7))); V_3 = L_8; // int outPos = 0; V_4 = 0; // ICipherParameters param = new KeyParameter(mPassword); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ((PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 *)__this)->get_mPassword_0(); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_10 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(L_10, L_9, /*hidden argument*/NULL); V_5 = L_10; // hMac.Init(param); RuntimeObject* L_11 = __this->get_hMac_3(); RuntimeObject* L_12 = V_5; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_11, L_12); // for (int i = 1; i <= l; i++) V_6 = 1; goto IL_0089; } IL_0046: { // int pos = 3; V_7 = 3; goto IL_0051; } IL_004b: { // --pos; int32_t L_13 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } IL_0051: { // while (++iBuf[pos] == 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; int32_t L_15 = V_7; NullCheck(L_14); uint8_t* L_16 = ((L_14)->GetAddressAt(static_cast(L_15))); int32_t L_17 = *((uint8_t*)L_16); V_8 = (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)))); uint8_t L_18 = V_8; *((int8_t*)L_16) = (int8_t)L_18; uint8_t L_19 = V_8; if (!L_19) { goto IL_004b; } } { // F(mSalt, mIterationCount, iBuf, outBytes, outPos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ((PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 *)__this)->get_mSalt_1(); int32_t L_21 = ((PbeParametersGenerator_tC2462C70A4D8F16F12866BCED5DA847140B3BBE0 *)__this)->get_mIterationCount_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_3; int32_t L_24 = V_4; Pkcs5S2ParametersGenerator_F_m7485D02D2D6B1EF7CF1BA217D0775355ADA2E192(__this, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL); // outPos += hLen; int32_t L_25 = V_4; int32_t L_26 = V_0; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); // for (int i = 1; i <= l; i++) int32_t L_27 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0089: { // for (int i = 1; i <= l; i++) int32_t L_28 = V_6; int32_t L_29 = V_1; if ((((int32_t)L_28) <= ((int32_t)L_29))) { goto IL_0046; } } { // return outBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_3; return L_30; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::GenerateDerivedParameters(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S2ParametersGenerator_GenerateDerivedParameters_m7E4598C018AA781CC289596D22408F67D19B3E7C (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, int32_t ___keySize0, const RuntimeMethod* method) { { // return GenerateDerivedMacParameters(keySize); int32_t L_0 = ___keySize0; RuntimeObject* L_1; L_1 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::GenerateDerivedMacParameters(System.Int32) */, __this, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::GenerateDerivedParameters(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S2ParametersGenerator_GenerateDerivedParameters_mA2F0E99BC336DA6E892BE51E4D18D0AF90720B1F (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, String_t* ___algorithm0, int32_t ___keySize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // keySize /= 8; int32_t L_0 = ___keySize1; ___keySize1 = ((int32_t)((int32_t)L_0/(int32_t)8)); // byte[] dKey = GenerateDerivedKey(keySize); int32_t L_1 = ___keySize1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Pkcs5S2ParametersGenerator_GenerateDerivedKey_m18B7537D18595B3A9421BD299D7357EF65F4E15E(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; // return ParameterUtilities.CreateKeyParameter(algorithm, dKey, 0, keySize); String_t* L_3 = ___algorithm0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; int32_t L_5 = ___keySize1; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_6; L_6 = ParameterUtilities_CreateKeyParameter_m07893AAECD8EEB3F8EC5817EDFFAE284E66F57EA(L_3, L_4, 0, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::GenerateDerivedParameters(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S2ParametersGenerator_GenerateDerivedParameters_m9557D02E9F791E46F5819F9F1A99FC06E1C7377E (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, int32_t ___keySize0, int32_t ___ivSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // keySize /= 8; int32_t L_0 = ___keySize0; ___keySize0 = ((int32_t)((int32_t)L_0/(int32_t)8)); // ivSize /= 8; int32_t L_1 = ___ivSize1; ___ivSize1 = ((int32_t)((int32_t)L_1/(int32_t)8)); // byte[] dKey = GenerateDerivedKey(keySize + ivSize); int32_t L_2 = ___keySize0; int32_t L_3 = ___ivSize1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Pkcs5S2ParametersGenerator_GenerateDerivedKey_m18B7537D18595B3A9421BD299D7357EF65F4E15E(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); V_0 = L_4; // return new ParametersWithIV(new KeyParameter(dKey, 0, keySize), dKey, keySize, ivSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6 = ___keySize0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_7 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(L_7, L_5, 0, L_6, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; int32_t L_9 = ___keySize0; int32_t L_10 = ___ivSize1; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_11 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_m012DD2304E0C24B39AD257B371C1A8285EC533FE(L_11, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::GenerateDerivedParameters(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S2ParametersGenerator_GenerateDerivedParameters_mE4E29BBE8AD0CB5A55C96173F01B183239182C54 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, String_t* ___algorithm0, int32_t ___keySize1, int32_t ___ivSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // keySize /= 8; int32_t L_0 = ___keySize1; ___keySize1 = ((int32_t)((int32_t)L_0/(int32_t)8)); // ivSize /= 8; int32_t L_1 = ___ivSize2; ___ivSize2 = ((int32_t)((int32_t)L_1/(int32_t)8)); // byte[] dKey = GenerateDerivedKey(keySize + ivSize); int32_t L_2 = ___keySize1; int32_t L_3 = ___ivSize2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Pkcs5S2ParametersGenerator_GenerateDerivedKey_m18B7537D18595B3A9421BD299D7357EF65F4E15E(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); V_0 = L_4; // KeyParameter key = ParameterUtilities.CreateKeyParameter(algorithm, dKey, 0, keySize); String_t* L_5 = ___algorithm0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; int32_t L_7 = ___keySize1; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_8; L_8 = ParameterUtilities_CreateKeyParameter_m07893AAECD8EEB3F8EC5817EDFFAE284E66F57EA(L_5, L_6, 0, L_7, /*hidden argument*/NULL); // return new ParametersWithIV(key, dKey, keySize, ivSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10 = ___keySize1; int32_t L_11 = ___ivSize2; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_12 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_m012DD2304E0C24B39AD257B371C1A8285EC533FE(L_12, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator::GenerateDerivedMacParameters(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Pkcs5S2ParametersGenerator_GenerateDerivedMacParameters_mF19B458F3111FB7F8CA4FAEA403A1462956B6031 (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * __this, int32_t ___keySize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // keySize /= 8; int32_t L_0 = ___keySize0; ___keySize0 = ((int32_t)((int32_t)L_0/(int32_t)8)); // byte[] dKey = GenerateDerivedKey(keySize); int32_t L_1 = ___keySize0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Pkcs5S2ParametersGenerator_GenerateDerivedKey_m18B7537D18595B3A9421BD299D7357EF65F4E15E(__this, L_1, /*hidden argument*/NULL); // return new KeyParameter(dKey, 0, keySize); int32_t L_3 = ___keySize0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_4 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(L_4, L_2, 0, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey::.ctor(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2PbeKey__ctor_mC9397A4A1C68EF96BE15FA5B8060C9D6AD139D20 (Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C * __this, String_t* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method) { { // : this(password.ToCharArray(), salt, iterationCount) String_t* L_0 = ___password0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___salt1; int32_t L_3 = ___iterationCount2; Pkcs5Scheme2PbeKey__ctor_m2CF1C4F9A66DD2D9D6FFA0FDEF8A806E30400112(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2PbeKey__ctor_m748F8F5787E78AB165C407D91344188878FBF80C (Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C * __this, String_t* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method) { { // : this(password.ToCharArray(), keyDerivationAlgorithm) String_t* L_0 = ___password0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = ___keyDerivationAlgorithm1; Pkcs5Scheme2PbeKey__ctor_m24C7EB986EC662D88ED129DCBF266FD9B2C18DAD(__this, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey::.ctor(System.Char[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2PbeKey__ctor_m2CF1C4F9A66DD2D9D6FFA0FDEF8A806E30400112 (Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method) { { // : base(password, salt, iterationCount) CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___password0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___salt1; int32_t L_2 = ___iterationCount2; CmsPbeKey__ctor_mFEF60EA58D5328DD6D5957E72D367CD17308558A(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey::.ctor(System.Char[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2PbeKey__ctor_m24C7EB986EC662D88ED129DCBF266FD9B2C18DAD (Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method) { { // : base(password, keyDerivationAlgorithm) CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___password0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1 = ___keyDerivationAlgorithm1; CmsPbeKey__ctor_m75BC089C689D7DDF3DA6077718DB8CCEBDCF9B75(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey::GetEncoded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * Pkcs5Scheme2PbeKey_GetEncoded_mCF9D7AC5BF7DC4DA81517CB0B0BA72E286C317C6 (Pkcs5Scheme2PbeKey_t11A54CA171F30028B695ABE90BBDA6E09DAA516C * __this, String_t* ___algorithmOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Pkcs5S2ParametersGenerator gen = new Pkcs5S2ParametersGenerator(); Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * L_0 = (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F *)il2cpp_codegen_object_new(Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F_il2cpp_TypeInfo_var); Pkcs5S2ParametersGenerator__ctor_mE3DACAE3753297A100EFDF649D2D33FE64D04FC1(L_0, /*hidden argument*/NULL); // gen.Init( // PbeParametersGenerator.Pkcs5PasswordToBytes(password), // salt, // iterationCount); Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * L_1 = L_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 *)__this)->get_password_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = PbeParametersGenerator_Pkcs5PasswordToBytes_mFB9EC6EBB7C57E5AF4E1094A029EF79A2F3B4649(L_2, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 *)__this)->get_salt_1(); int32_t L_5 = ((CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 *)__this)->get_iterationCount_2(); NullCheck(L_1); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::Init(System.Byte[],System.Byte[],System.Int32) */, L_1, L_3, L_4, L_5); // return (KeyParameter) gen.GenerateDerivedParameters( // algorithmOid, // CmsEnvelopedHelper.Instance.GetKeySize(algorithmOid)); String_t* L_6 = ___algorithmOid0; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * L_7 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_Instance_0(); String_t* L_8 = ___algorithmOid0; NullCheck(L_7); int32_t L_9; L_9 = CmsEnvelopedHelper_GetKeySize_mCEEB74071F0735365161D3A1ED6C14264DCEBA44(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_10; L_10 = VirtualFuncInvoker2< RuntimeObject*, String_t*, int32_t >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::GenerateDerivedParameters(System.String,System.Int32) */, L_1, L_6, L_9); return ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_10, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey::.ctor(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2Utf8PbeKey__ctor_mA45AABAE426439337738952A5161C56E1A7319A9 (Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08 * __this, String_t* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method) { { // : this(password.ToCharArray(), salt, iterationCount) String_t* L_0 = ___password0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___salt1; int32_t L_3 = ___iterationCount2; Pkcs5Scheme2Utf8PbeKey__ctor_mBD4101E434DEFF0C837AA5A9769D6BBBE074BBF3(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2Utf8PbeKey__ctor_m4BCE6E35BBACD036375B140DC575714B51850DC2 (Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08 * __this, String_t* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method) { { // : this(password.ToCharArray(), keyDerivationAlgorithm) String_t* L_0 = ___password0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = ___keyDerivationAlgorithm1; Pkcs5Scheme2Utf8PbeKey__ctor_mA626F68180FAEAE1AA644E485D908236C685D900(__this, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey::.ctor(System.Char[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2Utf8PbeKey__ctor_mBD4101E434DEFF0C837AA5A9769D6BBBE074BBF3 (Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method) { { // : base(password, salt, iterationCount) CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___password0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___salt1; int32_t L_2 = ___iterationCount2; CmsPbeKey__ctor_mFEF60EA58D5328DD6D5957E72D367CD17308558A(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey::.ctor(System.Char[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs5Scheme2Utf8PbeKey__ctor_mA626F68180FAEAE1AA644E485D908236C685D900 (Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method) { { // : base(password, keyDerivationAlgorithm) CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___password0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1 = ___keyDerivationAlgorithm1; CmsPbeKey__ctor_m75BC089C689D7DDF3DA6077718DB8CCEBDCF9B75(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey::GetEncoded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * Pkcs5Scheme2Utf8PbeKey_GetEncoded_mCF5982ED50138ADCC2AD5A2D643756933AED7A1D (Pkcs5Scheme2Utf8PbeKey_tA3024E4B5CDDC6642D29CB1E4A85C549B7C0FC08 * __this, String_t* ___algorithmOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Pkcs5S2ParametersGenerator gen = new Pkcs5S2ParametersGenerator(); Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * L_0 = (Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F *)il2cpp_codegen_object_new(Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F_il2cpp_TypeInfo_var); Pkcs5S2ParametersGenerator__ctor_mE3DACAE3753297A100EFDF649D2D33FE64D04FC1(L_0, /*hidden argument*/NULL); // gen.Init( // PbeParametersGenerator.Pkcs5PasswordToUtf8Bytes(password), // salt, // iterationCount); Pkcs5S2ParametersGenerator_tB60224E77A62F2C25854CD558CDE82B1C485BC0F * L_1 = L_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 *)__this)->get_password_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = PbeParametersGenerator_Pkcs5PasswordToUtf8Bytes_m3841F4C6548596DE33455BB29393463E831D1E71(L_2, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 *)__this)->get_salt_1(); int32_t L_5 = ((CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 *)__this)->get_iterationCount_2(); NullCheck(L_1); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::Init(System.Byte[],System.Byte[],System.Int32) */, L_1, L_3, L_4, L_5); // return (KeyParameter) gen.GenerateDerivedParameters( // algorithmOid, // CmsEnvelopedHelper.Instance.GetKeySize(algorithmOid)); String_t* L_6 = ___algorithmOid0; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * L_7 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_Instance_0(); String_t* L_8 = ___algorithmOid0; NullCheck(L_7); int32_t L_9; L_9 = CmsEnvelopedHelper_GetKeySize_mCEEB74071F0735365161D3A1ED6C14264DCEBA44(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_10; L_10 = VirtualFuncInvoker2< RuntimeObject*, String_t*, int32_t >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.PbeParametersGenerator::GenerateDerivedParameters(System.String,System.Int32) */, L_1, L_6, L_9); return ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_10, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs7Padding_Init_mDE59B285564C4FD7B296B54BE72F87D1DDE1DFC9 (Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method) { { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding::get_PaddingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Pkcs7Padding_get_PaddingName_m3C07F325C102CA1DEE0F2921ACDB73191B1A7F19 (Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209); s_Il2CppMethodInitialized = true; } { // get { return "PKCS7"; } return _stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding::AddPadding(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Pkcs7Padding_AddPadding_m7A150FE8EF95C9FD9BFC0242B0FE57A16F6CF3B3 (Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { uint8_t V_0 = 0x0; { // byte code = (byte)(input.Length - inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; NullCheck(L_0); int32_t L_1 = ___inOff1; V_0 = (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)L_1)))); goto IL_0012; } IL_0009: { // input[inOff] = code; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; uint8_t L_4 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_4); // inOff++; int32_t L_5 = ___inOff1; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0012: { // while (inOff < input.Length) int32_t L_6 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_0009; } } { // return code; uint8_t L_8 = V_0; return L_8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding::PadCount(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Pkcs7Padding_PadCount_m7694E234E23EBC17428EF7ED6D69CB5761321FBE (Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; int32_t V_1 = 0; int32_t V_2 = 0; { // byte countAsByte = input[input.Length - 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; NullCheck(L_1); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)1)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // int count = countAsByte; uint8_t L_4 = V_0; V_1 = L_4; // if (count < 1 || count > input.Length) int32_t L_5 = V_1; if ((((int32_t)L_5) < ((int32_t)1))) { goto IL_0014; } } { int32_t L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; NullCheck(L_7); if ((((int32_t)L_6) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_001f; } } IL_0014: { // throw new InvalidCipherTextException("pad block corrupted"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_8 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0EBC566A72F985E28DD57BC09180A1E5FDF54E41)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pkcs7Padding_PadCount_m7694E234E23EBC17428EF7ED6D69CB5761321FBE_RuntimeMethod_var))); } IL_001f: { // for (int i = 2; i <= count; i++) V_2 = 2; goto IL_003c; } IL_0023: { // if (input[input.Length - i] != countAsByte) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___input0; NullCheck(L_10); int32_t L_11 = V_2; NullCheck(L_9); int32_t L_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), (int32_t)L_11)); uint8_t L_13 = (L_9)->GetAt(static_cast(L_12)); uint8_t L_14 = V_0; if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0038; } } { // throw new InvalidCipherTextException("pad block corrupted"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_15 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0EBC566A72F985E28DD57BC09180A1E5FDF54E41)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pkcs7Padding_PadCount_m7694E234E23EBC17428EF7ED6D69CB5761321FBE_RuntimeMethod_var))); } IL_0038: { // for (int i = 2; i <= count; i++) int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_003c: { // for (int i = 2; i <= count; i++) int32_t L_17 = V_2; int32_t L_18 = V_1; if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_0023; } } { // return count; int32_t L_19 = V_1; return L_19; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs7Padding__ctor_mFAE5EE69D6F5FD5F58B35C99825EE72E08DC541D (Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs8Generator__ctor_mC0AD30CB8C0564D84EB018C22DEE43560D602F8C (Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privKey0, const RuntimeMethod* method) { { // public Pkcs8Generator(AsymmetricKeyParameter privKey) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.privKey = privKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privKey0; __this->set_privKey_9(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs8Generator__ctor_m9753F055A4289DC0A345E56503EC2D8766712701 (Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privKey0, String_t* ___algorithm1, const RuntimeMethod* method) { { // public Pkcs8Generator(AsymmetricKeyParameter privKey, string algorithm) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.privKey = privKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privKey0; __this->set_privKey_9(L_0); // this.algorithm = algorithm; String_t* L_1 = ___algorithm1; __this->set_algorithm_7(L_1); // this.iterationCount = 2048; __this->set_iterationCount_8(((int32_t)2048)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::set_SecureRandom(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs8Generator_set_SecureRandom_m794486E06E63B43190DBAE680973270304CFAFDB (Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___value0, const RuntimeMethod* method) { { // set { this.random = value; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___value0; __this->set_random_10(L_0); // set { this.random = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::set_Password(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs8Generator_set_Password_m25A5C768219C9B651615C67E99221E781B98276D (Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, const RuntimeMethod* method) { { // set { this.password = value; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___value0; __this->set_password_6(L_0); // set { this.password = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::set_IterationCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs8Generator_set_IterationCount_m68606AC140ABC51174E54EF2064A39B8715EFCB9 (Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { this.iterationCount = value; } int32_t L_0 = ___value0; __this->set_iterationCount_8(L_0); // set { this.iterationCount = value; } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem.PemObject BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::Generate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 * Pkcs8Generator_Generate_m1F72BB4DA203FD6DB8C14D517962BC37DCA838F6 (Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D90F919A888ADB87B410BA1FCB1198A389B2D2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3914D8DE8DD9129E487DDA892230864DBC298BA5); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * V_1 = NULL; EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * V_2 = NULL; PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 * V_3 = NULL; Exception_t * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (algorithm == null) String_t* L_0 = __this->get_algorithm_7(); if (L_0) { goto IL_0025; } } { // PrivateKeyInfo pki = PrivateKeyInfoFactory.CreatePrivateKeyInfo(privKey); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_1 = __this->get_privKey_9(); PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_2; L_2 = PrivateKeyInfoFactory_CreatePrivateKeyInfo_m1AE444AE0B185BF4C7965C724E9474E765D924A6(L_1, /*hidden argument*/NULL); V_1 = L_2; // return new PemObject("PRIVATE KEY", pki.GetEncoded()); PrivateKeyInfo_t2C1C0514E07F6048B5892B9D988A1CEFE90975AA * L_3 = V_1; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_3, /*hidden argument*/NULL); PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 * L_5 = (PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 *)il2cpp_codegen_object_new(PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5_il2cpp_TypeInfo_var); PemObject__ctor_m45EABD21E5D4834B477D91DB59652697C6360AC1(L_5, _stringLiteral2D90F919A888ADB87B410BA1FCB1198A389B2D2B, L_4, /*hidden argument*/NULL); return L_5; } IL_0025: { // byte[] salt = new byte[20]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_0 = L_6; // if (random == null) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_7 = __this->get_random_10(); if (L_7) { goto IL_0040; } } { // random = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_8 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_8, /*hidden argument*/NULL); __this->set_random_10(L_8); } IL_0040: { // random.NextBytes(salt); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_9 = __this->get_random_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_9); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_9, L_10); } IL_004c: try {// begin try (depth: 1) // EncryptedPrivateKeyInfo epki = EncryptedPrivateKeyInfoFactory.CreateEncryptedPrivateKeyInfo( // algorithm, password, salt, iterationCount, privKey); String_t* L_11 = __this->get_algorithm_7(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = __this->get_password_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; int32_t L_14 = __this->get_iterationCount_8(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_15 = __this->get_privKey_9(); EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * L_16; L_16 = EncryptedPrivateKeyInfoFactory_CreateEncryptedPrivateKeyInfo_m78D4DFAE55B1D846516A9C6CC1E1D2020080B788(L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; // return new PemObject("ENCRYPTED PRIVATE KEY", epki.GetEncoded()); EncryptedPrivateKeyInfo_t71DA33AAC6A7D5DCFF48BE911C32F82B2FCF5F60 * L_17 = V_2; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_17, /*hidden argument*/NULL); PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 * L_19 = (PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 *)il2cpp_codegen_object_new(PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5_il2cpp_TypeInfo_var); PemObject__ctor_m45EABD21E5D4834B477D91DB59652697C6360AC1(L_19, _stringLiteral3914D8DE8DD9129E487DDA892230864DBC298BA5, L_18, /*hidden argument*/NULL); V_3 = L_19; goto IL_008d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007e; } throw e; } CATCH_007e: {// begin catch(System.Exception) // catch (Exception e) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PemGenerationException("Couldn't encrypt private key", e); Exception_t * L_20 = V_4; PemGenerationException_t6F4706635F256B918B6C8DAF001BA8091F7113B7 * L_21 = (PemGenerationException_t6F4706635F256B918B6C8DAF001BA8091F7113B7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PemGenerationException_t6F4706635F256B918B6C8DAF001BA8091F7113B7_il2cpp_TypeInfo_var))); PemGenerationException__ctor_mC51459D0761266ABA912F3D6B589546F36FAC1B7(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral35269FAC09D83564DF217A06B403F36EABEF04A5)), L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Pkcs8Generator_Generate_m1F72BB4DA203FD6DB8C14D517962BC37DCA838F6_RuntimeMethod_var))); }// end catch (depth: 1) IL_008d: { // } PemObject_tEC1D288DDCA42638704F21E9BB403BF9F00D45D5 * L_22 = V_3; return L_22; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.Pkcs8Generator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs8Generator__cctor_m4F2FB4265E553354DF387491DB35363957885D8F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly string PbeSha1_RC4_128 = PkcsObjectIdentifiers.PbeWithShaAnd128BitRC4.Id; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd128BitRC4_138(); NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); ((Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields*)il2cpp_codegen_static_fields_for(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_il2cpp_TypeInfo_var))->set_PbeSha1_RC4_128_0(L_1); // public static readonly string PbeSha1_RC4_40 = PkcsObjectIdentifiers.PbeWithShaAnd40BitRC4.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd40BitRC4_139(); NullCheck(L_2); String_t* L_3; L_3 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_2, /*hidden argument*/NULL); ((Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields*)il2cpp_codegen_static_fields_for(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_il2cpp_TypeInfo_var))->set_PbeSha1_RC4_40_1(L_3); // public static readonly string PbeSha1_3DES = PkcsObjectIdentifiers.PbeWithShaAnd3KeyTripleDesCbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd3KeyTripleDesCbc_140(); NullCheck(L_4); String_t* L_5; L_5 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_4, /*hidden argument*/NULL); ((Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields*)il2cpp_codegen_static_fields_for(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_il2cpp_TypeInfo_var))->set_PbeSha1_3DES_2(L_5); // public static readonly string PbeSha1_2DES = PkcsObjectIdentifiers.PbeWithShaAnd2KeyTripleDesCbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd2KeyTripleDesCbc_141(); NullCheck(L_6); String_t* L_7; L_7 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_6, /*hidden argument*/NULL); ((Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields*)il2cpp_codegen_static_fields_for(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_il2cpp_TypeInfo_var))->set_PbeSha1_2DES_3(L_7); // public static readonly string PbeSha1_RC2_128 = PkcsObjectIdentifiers.PbeWithShaAnd128BitRC2Cbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd128BitRC2Cbc_142(); NullCheck(L_8); String_t* L_9; L_9 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_8, /*hidden argument*/NULL); ((Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields*)il2cpp_codegen_static_fields_for(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_il2cpp_TypeInfo_var))->set_PbeSha1_RC2_128_4(L_9); // public static readonly string PbeSha1_RC2_40 = PkcsObjectIdentifiers.PbewithShaAnd40BitRC2Cbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbewithShaAnd40BitRC2Cbc_143(); NullCheck(L_10); String_t* L_11; L_11 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_10, /*hidden argument*/NULL); ((Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_StaticFields*)il2cpp_codegen_static_fields_for(Pkcs8Generator_t0437FA90111D89D49332B7532EC215CBBC10E0EE_il2cpp_TypeInfo_var))->set_PbeSha1_RC2_40_5(L_11); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkcsObjectIdentifiers__ctor_m93CE4DB520ACC1C304636C7F28E53F7A20E1E100 (PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkcsObjectIdentifiers__cctor_m17E73282006B6AD660749E638EFE9C0D407CAB2A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral005EFC8DD1A71D4910EBF02BEE567D0B43B27098); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral036E74C8A3733EFAA04B4C0FE277C434A453E3DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08BBB8048FA133B2E30EBC4A223440CBE46C54BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09CC21BFED18B556AC92A30E195901F82FF4F451); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A66378D4FED77E93671B10191DBC2552FE47557); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B7552DD729B73B6F00D373EEE1073AFA5E2989C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13451B7216BC16C8E6A7ADA10BAB5AA1BE011664); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1376EA77A3853909D307143AAACB5F5613704D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1726628B508BDFB8753927B5B2F7A3CC15692F4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral174470CF178EB5B47B678C2E5ACAE523992D3FEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral178336C300B99C5DC6E51C001D33C01CF5F93337); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19088A5D4151B71A0151316584575959251E5B35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8555B2343B69EFCF27161C4AB0868484AC151E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BB9782CB45D51495CB2CF6D5B8E5D22437EF542); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7E532EA242647676D2FDC0CEDAC8275E273296); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2611FBE313046A4FCD06A4A0A6228B3BC3257A91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral285C554C2C06F8FF0B78DEC197EF4DD4861BB409); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD31780F6885AD0D34D5F937F273D786CF33C90); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33FBB91C46EBD157F5D451FD1FDED65AC7B5C971); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral399095539927C61EFB2E08911796A86F101B79B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A21D0D4D90DD657AE41CC654D42D0042B5F6C9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D7AAEF10E3DEE1F7205099AF52AD971FDA30A43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42F629CC32087815BDEE088698E50CE910A82D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46042EA5661F92B06849C13B0ACFBB825CABF696); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4712BAAA2C409BBFDE642D1E71320C1CE0C7463F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48197AEAAE2AD9DA94F5D8CB5B279A542D28DD92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral492E7E0E8C467AD9F1BDA7B42220485D9B07817E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD1FBF0F7522E0576F1D45564B0512BFF1C1BA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD64CDDC726EEC9781AF7725F934C659848D974); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DD0B356B39F6C5FFF9BD1147C45A38407006DF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FC61A1400B3905DB6E3D9074B376EA32DA03ACC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51931B650163C62A4546E9E80B4E0DFAC75FC750); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral524A02B897BABED5C30469E21902671642FCF6DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A9C299AB520882D916CD2B93A60F70B9DA05ED2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6659CD62965B9F3A7EB603F9E713F1E8B3588B63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6850440C23BA143D9F2B65081427091AA2A67176); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DD06F77C0C0449AF36E4A47FCFD33DE5AD44F90); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EA022A7AC4085772E0F26ACC29B626227EA945F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FE7F56575F8EB966E60EEB749FC5A2EC5555144); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral711F8FB7EBB7FDAC8B8722A4C60A0BFB244C05CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72B50A8A8C2199B0A0B80BD852F6CDCBE83F48DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76F3B33D9D4746897AAFFB79FFA66BD8D59B1BCB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral778E4FAC8E1C4CF63D82AC2AE1097053CF32406B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C49E3BBE5191C0835E330FBD83AF31DD745F46); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CCAEC32B794736B9302E7DCD5B17ADD774C56FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral816238D2C5B664EF76E039079E40C1492ADCF0EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8862B3ECC8B7EA5F4E97CE04D29A2A845B56A8CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88FFE2599BCE71130089C4BF4E95318D9891000F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C45FF57616AD707D36B1268FB121A2AE06C3E4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DA748026DEAE0A90C7386ADFEF1EDBC296374CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E80AED46A8272D4EB565971A6B391880E400D5E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FE7B9E4379FA727669A5DD2E2B5591AE8C6D6FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9154EE511A1AA31D1AF779C85CC118B3C4AC0DFB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96B65D313E49EF3F0F25B26855791B5B8C975B4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral983408186E1119D5B88EBC42C4B8BDDC413C53CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A096340926A36CDAC00FDD3176AD3400AADB784); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9ADF294AFD5288659A6D07C6FBA6849ED062B84F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C532A4F4F5ED29A023CF3CE13143084C214486E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D8B651CA633B57D8DACE5FA15A2C0C4DB4C8466); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D94BFB66AFC47F7E1050302749DFD8D34C35105); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E6BA185CF46C7496C8977196B608B151E6CA640); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA000DE34A65CA26228148544C6FE74851EF5A8AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA14E17E882BFA722610ABC91F13F679900E3797C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4C577F5B749AC98D954F7E0F639B3624E6D03B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6A6AB007C12E7673D8479299FDC94A4D003EBF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA76594DA0BCBB1E28AE992107BDBE1081FDA164B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA54A59A7E63764E1F84998FF1EA8DB123B7F168); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB268254F6BB97A4A5EBF4D0219F78845D5C9C32A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4A2649B7C0C70D0BC140DDC049CCD1AD201746E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9E15D36DACFA970D8917F8A2D25B3E56074B572); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA238C1A4CD8314AE4867566942B59C9DB1550C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB6D0D82A1D2CF2E0778327801C2903C072E1A02); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD7E187BEFE6216EF3FD50A595697878AA632635); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDDA27810124EA0F55FB10F1363AE8FCCE44CF61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC04F8B907814B0B9F1E2B2560884FB277BF70D56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC47E7F7AEF16F78CE7B3D75756F38A67794AF4D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5E7D42EDAE9559779BB3995FE55D1EFD81E4E97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA32CE83E533343EE80B31300CCEDE255B1AAC5C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA78A2ED719A49499B0E3F1BAF38EB8DF561A780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCFB7B03F540A91A9F9CDEDB051F97BE788740CF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD08FF04CF90D79C906F06B81EDB9B41E22D97A2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB6F6FF562E2A5AB8E52A5FC41A10D6F957FB5C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD53635596569841E64C29B4519CB4A7E3F655C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE1132A3F9A0BD7A63AD15A9923AA4FE7061F02D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE648A668EFD6670A41259EA7077E39E104304591); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE77C306E6B10C97785B8B8AA1D94CEDBD7A175BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA5CA26C177488527F16BA3B767C273E44541470); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA9886E4F2C4A6802C316A24EEE315A59DF9E0B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC0A3B14867C1593F18D8F3DB9A17EB3A4D4AA2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29BB1DE966B13F1BEA8F2BB4EE61249C006D6DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C89F7DCC9DA9E0A8C847253DB2E3A651E2061C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7CFFC7AB0FD63A0930DF17784A1BCAB13A0B059); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8591E019243177659D36C84E0F0DD536C62D029); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA1DD0C284BA7C8A7344835C6AED475C9FA5FF31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA6E241C277940286582512FD06C880028653B79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCC8ACD7DDF06AA7F6F9299ABEF90CD87759F5EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF01C47ABD568A459C8EA38273E930831E0F8561); s_Il2CppMethodInitialized = true; } { // internal static readonly DerObjectIdentifier Pkcs1Oid = new DerObjectIdentifier(Pkcs1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteral005EFC8DD1A71D4910EBF02BEE567D0B43B27098, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs1Oid_1(L_0); // public static readonly DerObjectIdentifier RsaEncryption = Pkcs1Oid.Branch("1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_1, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_RsaEncryption_2(L_2); // public static readonly DerObjectIdentifier MD2WithRsaEncryption = Pkcs1Oid.Branch("2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_3); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4; L_4 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_3, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_MD2WithRsaEncryption_3(L_4); // public static readonly DerObjectIdentifier MD4WithRsaEncryption = Pkcs1Oid.Branch("3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_5); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6; L_6 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_5, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_MD4WithRsaEncryption_4(L_6); // public static readonly DerObjectIdentifier MD5WithRsaEncryption = Pkcs1Oid.Branch("4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_7); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8; L_8 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_7, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_MD5WithRsaEncryption_5(L_8); // public static readonly DerObjectIdentifier Sha1WithRsaEncryption = Pkcs1Oid.Branch("5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_9); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10; L_10 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_9, _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Sha1WithRsaEncryption_6(L_10); // public static readonly DerObjectIdentifier SrsaOaepEncryptionSet = Pkcs1Oid.Branch("6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_11); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12; L_12 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_11, _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_SrsaOaepEncryptionSet_7(L_12); // public static readonly DerObjectIdentifier IdRsaesOaep = Pkcs1Oid.Branch("7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_13); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14; L_14 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_13, _stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdRsaesOaep_8(L_14); // public static readonly DerObjectIdentifier IdMgf1 = Pkcs1Oid.Branch("8"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_15); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16; L_16 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_15, _stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdMgf1_9(L_16); // public static readonly DerObjectIdentifier IdPSpecified = Pkcs1Oid.Branch("9"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_17); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18; L_18 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_17, _stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdPSpecified_10(L_18); // public static readonly DerObjectIdentifier IdRsassaPss = Pkcs1Oid.Branch("10"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_19); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20; L_20 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_19, _stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdRsassaPss_11(L_20); // public static readonly DerObjectIdentifier Sha256WithRsaEncryption = Pkcs1Oid.Branch("11"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_21); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22; L_22 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_21, _stringLiteral816238D2C5B664EF76E039079E40C1492ADCF0EC); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Sha256WithRsaEncryption_12(L_22); // public static readonly DerObjectIdentifier Sha384WithRsaEncryption = Pkcs1Oid.Branch("12"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_23 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_23); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24; L_24 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_23, _stringLiteralB9E15D36DACFA970D8917F8A2D25B3E56074B572); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Sha384WithRsaEncryption_13(L_24); // public static readonly DerObjectIdentifier Sha512WithRsaEncryption = Pkcs1Oid.Branch("13"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_25); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26; L_26 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_25, _stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Sha512WithRsaEncryption_14(L_26); // public static readonly DerObjectIdentifier Sha224WithRsaEncryption = Pkcs1Oid.Branch("14"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_27 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_27); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_28; L_28 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_27, _stringLiteralC47E7F7AEF16F78CE7B3D75756F38A67794AF4D0); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Sha224WithRsaEncryption_15(L_28); // public static readonly DerObjectIdentifier Sha512_224WithRSAEncryption = Pkcs1Oid.Branch("15"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_29 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_29); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_30; L_30 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_29, _stringLiteralF8591E019243177659D36C84E0F0DD536C62D029); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Sha512_224WithRSAEncryption_16(L_30); // public static readonly DerObjectIdentifier Sha512_256WithRSAEncryption = Pkcs1Oid.Branch("16"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs1Oid_1(); NullCheck(L_31); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32; L_32 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_31, _stringLiteralFF01C47ABD568A459C8EA38273E930831E0F8561); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Sha512_256WithRSAEncryption_17(L_32); // public static readonly DerObjectIdentifier DhKeyAgreement = new DerObjectIdentifier(Pkcs3 + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_33 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_33, _stringLiteral08BBB8048FA133B2E30EBC4A223440CBE46C54BA, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_DhKeyAgreement_19(L_33); // public static readonly DerObjectIdentifier PbeWithMD2AndDesCbc = new DerObjectIdentifier(Pkcs5 + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_34 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_34, _stringLiteralFA1DD0C284BA7C8A7344835C6AED475C9FA5FF31, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithMD2AndDesCbc_21(L_34); // public static readonly DerObjectIdentifier PbeWithMD2AndRC2Cbc = new DerObjectIdentifier(Pkcs5 + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_35, _stringLiteral77C49E3BBE5191C0835E330FBD83AF31DD745F46, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithMD2AndRC2Cbc_22(L_35); // public static readonly DerObjectIdentifier PbeWithMD5AndDesCbc = new DerObjectIdentifier(Pkcs5 + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_36 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_36, _stringLiteralC04F8B907814B0B9F1E2B2560884FB277BF70D56, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithMD5AndDesCbc_23(L_36); // public static readonly DerObjectIdentifier PbeWithMD5AndRC2Cbc = new DerObjectIdentifier(Pkcs5 + ".6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_37, _stringLiteralCA32CE83E533343EE80B31300CCEDE255B1AAC5C, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithMD5AndRC2Cbc_24(L_37); // public static readonly DerObjectIdentifier PbeWithSha1AndDesCbc = new DerObjectIdentifier(Pkcs5 + ".10"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_38 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_38, _stringLiteral96B65D313E49EF3F0F25B26855791B5B8C975B4F, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithSha1AndDesCbc_25(L_38); // public static readonly DerObjectIdentifier PbeWithSha1AndRC2Cbc = new DerObjectIdentifier(Pkcs5 + ".11"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_39 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_39, _stringLiteral178336C300B99C5DC6E51C001D33C01CF5F93337, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithSha1AndRC2Cbc_26(L_39); // public static readonly DerObjectIdentifier IdPbeS2 = new DerObjectIdentifier(Pkcs5 + ".13"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_40 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_40, _stringLiteral1376EA77A3853909D307143AAACB5F5613704D06, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdPbeS2_27(L_40); // public static readonly DerObjectIdentifier IdPbkdf2 = new DerObjectIdentifier(Pkcs5 + ".12"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_41 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_41, _stringLiteral33FBB91C46EBD157F5D451FD1FDED65AC7B5C971, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdPbkdf2_28(L_41); // public static readonly DerObjectIdentifier DesEde3Cbc = new DerObjectIdentifier(EncryptionAlgorithm + ".7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_42 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_42, _stringLiteral19088A5D4151B71A0151316584575959251E5B35, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_DesEde3Cbc_30(L_42); // public static readonly DerObjectIdentifier RC2Cbc = new DerObjectIdentifier(EncryptionAlgorithm + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_43 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_43, _stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_RC2Cbc_31(L_43); // public static readonly DerObjectIdentifier MD2 = new DerObjectIdentifier(DigestAlgorithm + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_44 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_44, _stringLiteral524A02B897BABED5C30469E21902671642FCF6DC, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_MD2_33(L_44); // public static readonly DerObjectIdentifier MD4 = new DerObjectIdentifier(DigestAlgorithm + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_45 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_45, _stringLiteral9E6BA185CF46C7496C8977196B608B151E6CA640, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_MD4_34(L_45); // public static readonly DerObjectIdentifier MD5 = new DerObjectIdentifier(DigestAlgorithm + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_46 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_46, _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_MD5_35(L_46); // public static readonly DerObjectIdentifier IdHmacWithSha1 = new DerObjectIdentifier(DigestAlgorithm + ".7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_47 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_47, _stringLiteral036E74C8A3733EFAA04B4C0FE277C434A453E3DC, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdHmacWithSha1_36(L_47); // public static readonly DerObjectIdentifier IdHmacWithSha224 = new DerObjectIdentifier(DigestAlgorithm + ".8"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_48 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_48, _stringLiteral9D8B651CA633B57D8DACE5FA15A2C0C4DB4C8466, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdHmacWithSha224_37(L_48); // public static readonly DerObjectIdentifier IdHmacWithSha256 = new DerObjectIdentifier(DigestAlgorithm + ".9"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_49 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_49, _stringLiteralBB6D0D82A1D2CF2E0778327801C2903C072E1A02, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdHmacWithSha256_38(L_49); // public static readonly DerObjectIdentifier IdHmacWithSha384 = new DerObjectIdentifier(DigestAlgorithm + ".10"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_50 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_50, _stringLiteralF7CFFC7AB0FD63A0930DF17784A1BCAB13A0B059, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdHmacWithSha384_39(L_50); // public static readonly DerObjectIdentifier IdHmacWithSha512 = new DerObjectIdentifier(DigestAlgorithm + ".11"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_51 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_51, _stringLiteral4FC61A1400B3905DB6E3D9074B376EA32DA03ACC, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdHmacWithSha512_40(L_51); // public static readonly DerObjectIdentifier Data = new DerObjectIdentifier(Pkcs7 + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_52 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_52, _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Data_42(L_52); // public static readonly DerObjectIdentifier SignedData = new DerObjectIdentifier(Pkcs7 + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_53 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_53, _stringLiteralEA9886E4F2C4A6802C316A24EEE315A59DF9E0B5, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_SignedData_43(L_53); // public static readonly DerObjectIdentifier EnvelopedData = new DerObjectIdentifier(Pkcs7 + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_54 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_54, _stringLiteralE648A668EFD6670A41259EA7077E39E104304591, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_EnvelopedData_44(L_54); // public static readonly DerObjectIdentifier SignedAndEnvelopedData = new DerObjectIdentifier(Pkcs7 + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_55 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_55, _stringLiteral8C45FF57616AD707D36B1268FB121A2AE06C3E4D, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_SignedAndEnvelopedData_45(L_55); // public static readonly DerObjectIdentifier DigestedData = new DerObjectIdentifier(Pkcs7 + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_56 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_56, _stringLiteralDD53635596569841E64C29B4519CB4A7E3F655C0, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_DigestedData_46(L_56); // public static readonly DerObjectIdentifier EncryptedData = new DerObjectIdentifier(Pkcs7 + ".6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_57 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_57, _stringLiteral2AD31780F6885AD0D34D5F937F273D786CF33C90, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_EncryptedData_47(L_57); // public static readonly DerObjectIdentifier Pkcs9AtEmailAddress = new DerObjectIdentifier(Pkcs9 + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_58 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_58, _stringLiteral4BD64CDDC726EEC9781AF7725F934C659848D974, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtEmailAddress_49(L_58); // public static readonly DerObjectIdentifier Pkcs9AtUnstructuredName = new DerObjectIdentifier(Pkcs9 + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_59 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_59, _stringLiteral09CC21BFED18B556AC92A30E195901F82FF4F451, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtUnstructuredName_50(L_59); // public static readonly DerObjectIdentifier Pkcs9AtContentType = new DerObjectIdentifier(Pkcs9 + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_60 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_60, _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtContentType_51(L_60); // public static readonly DerObjectIdentifier Pkcs9AtMessageDigest = new DerObjectIdentifier(Pkcs9 + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_61 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_61, _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtMessageDigest_52(L_61); // public static readonly DerObjectIdentifier Pkcs9AtSigningTime = new DerObjectIdentifier(Pkcs9 + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_62 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_62, _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtSigningTime_53(L_62); // public static readonly DerObjectIdentifier Pkcs9AtCounterSignature = new DerObjectIdentifier(Pkcs9 + ".6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_63 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_63, _stringLiteral46042EA5661F92B06849C13B0ACFBB825CABF696, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtCounterSignature_54(L_63); // public static readonly DerObjectIdentifier Pkcs9AtChallengePassword = new DerObjectIdentifier(Pkcs9 + ".7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_64 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_64, _stringLiteral778E4FAC8E1C4CF63D82AC2AE1097053CF32406B, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtChallengePassword_55(L_64); // public static readonly DerObjectIdentifier Pkcs9AtUnstructuredAddress = new DerObjectIdentifier(Pkcs9 + ".8"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_65 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_65, _stringLiteral8E80AED46A8272D4EB565971A6B391880E400D5E, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtUnstructuredAddress_56(L_65); // public static readonly DerObjectIdentifier Pkcs9AtExtendedCertificateAttributes = new DerObjectIdentifier(Pkcs9 + ".9"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_66 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_66, _stringLiteral3D7AAEF10E3DEE1F7205099AF52AD971FDA30A43, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtExtendedCertificateAttributes_57(L_66); // public static readonly DerObjectIdentifier Pkcs9AtSigningDescription = new DerObjectIdentifier(Pkcs9 + ".13"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_67 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_67, _stringLiteralB268254F6BB97A4A5EBF4D0219F78845D5C9C32A, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtSigningDescription_58(L_67); // public static readonly DerObjectIdentifier Pkcs9AtExtensionRequest = new DerObjectIdentifier(Pkcs9 + ".14"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_68 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_68, _stringLiteralF29BB1DE966B13F1BEA8F2BB4EE61249C006D6DD, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtExtensionRequest_59(L_68); // public static readonly DerObjectIdentifier Pkcs9AtSmimeCapabilities = new DerObjectIdentifier(Pkcs9 + ".15"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_69 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_69, _stringLiteral48197AEAAE2AD9DA94F5D8CB5B279A542D28DD92, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtSmimeCapabilities_60(L_69); // public static readonly DerObjectIdentifier IdSmime = new DerObjectIdentifier(Pkcs9 + ".16"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_70 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_70, _stringLiteral8DA748026DEAE0A90C7386ADFEF1EDBC296374CB, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdSmime_61(L_70); // public static readonly DerObjectIdentifier Pkcs9AtFriendlyName = new DerObjectIdentifier(Pkcs9 + ".20"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_71 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_71, _stringLiteral0A66378D4FED77E93671B10191DBC2552FE47557, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtFriendlyName_62(L_71); // public static readonly DerObjectIdentifier Pkcs9AtLocalKeyID = new DerObjectIdentifier(Pkcs9 + ".21"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_72 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_72, _stringLiteralDB6F6FF562E2A5AB8E52A5FC41A10D6F957FB5C8, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs9AtLocalKeyID_63(L_72); // public static readonly DerObjectIdentifier X509CertType = new DerObjectIdentifier(Pkcs9 + ".22.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_73 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_73, _stringLiteralCFB7B03F540A91A9F9CDEDB051F97BE788740CF9, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_X509CertType_64(L_73); // public static readonly DerObjectIdentifier X509Certificate = new DerObjectIdentifier(CertTypes + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_74 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_74, _stringLiteralCFB7B03F540A91A9F9CDEDB051F97BE788740CF9, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_X509Certificate_66(L_74); // public static readonly DerObjectIdentifier SdsiCertificate = new DerObjectIdentifier(CertTypes + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_75 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_75, _stringLiteral1B8555B2343B69EFCF27161C4AB0868484AC151E, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_SdsiCertificate_67(L_75); // public static readonly DerObjectIdentifier X509Crl = new DerObjectIdentifier(CrlTypes + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_76 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_76, _stringLiteral2611FBE313046A4FCD06A4A0A6228B3BC3257A91, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_X509Crl_69(L_76); // public static readonly DerObjectIdentifier IdAlg = IdSmime.Branch("3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_77 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdSmime_61(); NullCheck(L_77); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_78; L_78 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_77, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAlg_70(L_78); // public static readonly DerObjectIdentifier IdAlgEsdh = IdAlg.Branch("5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_79 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlg_70(); NullCheck(L_79); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_80; L_80 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_79, _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAlgEsdh_71(L_80); // public static readonly DerObjectIdentifier IdAlgCms3DesWrap = IdAlg.Branch("6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_81 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlg_70(); NullCheck(L_81); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_82; L_82 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_81, _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAlgCms3DesWrap_72(L_82); // public static readonly DerObjectIdentifier IdAlgCmsRC2Wrap = IdAlg.Branch("7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_83 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlg_70(); NullCheck(L_83); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_84; L_84 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_83, _stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAlgCmsRC2Wrap_73(L_84); // public static readonly DerObjectIdentifier IdAlgPwriKek = IdAlg.Branch("9"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_85 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlg_70(); NullCheck(L_85); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_86; L_86 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_85, _stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAlgPwriKek_74(L_86); // public static readonly DerObjectIdentifier IdAlgSsdh = IdAlg.Branch("10"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_87 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlg_70(); NullCheck(L_87); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_88; L_88 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_87, _stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAlgSsdh_75(L_88); // public static readonly DerObjectIdentifier IdRsaKem = IdAlg.Branch("14"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_89 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlg_70(); NullCheck(L_89); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_90; L_90 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_89, _stringLiteralC47E7F7AEF16F78CE7B3D75756F38A67794AF4D0); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdRsaKem_76(L_90); // public static readonly DerObjectIdentifier PreferSignedData = Pkcs9AtSmimeCapabilities.Branch("1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_91 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs9AtSmimeCapabilities_60(); NullCheck(L_91); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_92; L_92 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_91, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PreferSignedData_77(L_92); // public static readonly DerObjectIdentifier CannotDecryptAny = Pkcs9AtSmimeCapabilities.Branch("2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_93 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs9AtSmimeCapabilities_60(); NullCheck(L_93); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_94; L_94 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_93, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_CannotDecryptAny_78(L_94); // public static readonly DerObjectIdentifier SmimeCapabilitiesVersions = Pkcs9AtSmimeCapabilities.Branch("3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_95 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs9AtSmimeCapabilities_60(); NullCheck(L_95); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_96; L_96 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_95, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_SmimeCapabilitiesVersions_79(L_96); // public static readonly DerObjectIdentifier IdAAReceiptRequest = IdSmime.Branch("2.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_97 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdSmime_61(); NullCheck(L_97); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_98; L_98 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_97, _stringLiteral13451B7216BC16C8E6A7ADA10BAB5AA1BE011664); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAReceiptRequest_80(L_98); // public static readonly DerObjectIdentifier IdCTAuthData = new DerObjectIdentifier(IdCT + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_99 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_99, _stringLiteral399095539927C61EFB2E08911796A86F101B79B0, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCTAuthData_82(L_99); // public static readonly DerObjectIdentifier IdCTTstInfo = new DerObjectIdentifier(IdCT + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_100 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_100, _stringLiteral5A9C299AB520882D916CD2B93A60F70B9DA05ED2, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCTTstInfo_83(L_100); // public static readonly DerObjectIdentifier IdCTCompressedData = new DerObjectIdentifier(IdCT + ".9"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_101 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_101, _stringLiteral8862B3ECC8B7EA5F4E97CE04D29A2A845B56A8CF, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCTCompressedData_84(L_101); // public static readonly DerObjectIdentifier IdCTAuthEnvelopedData = new DerObjectIdentifier(IdCT + ".23"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_102 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_102, _stringLiteral1BB9782CB45D51495CB2CF6D5B8E5D22437EF542, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCTAuthEnvelopedData_85(L_102); // public static readonly DerObjectIdentifier IdCTTimestampedData = new DerObjectIdentifier(IdCT + ".31"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_103 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_103, _stringLiteral88FFE2599BCE71130089C4BF4E95318D9891000F, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCTTimestampedData_86(L_103); // public static readonly DerObjectIdentifier IdCtiEtsProofOfOrigin = new DerObjectIdentifier(IdCti + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_104 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_104, _stringLiteral76F3B33D9D4746897AAFFB79FFA66BD8D59B1BCB, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCtiEtsProofOfOrigin_88(L_104); // public static readonly DerObjectIdentifier IdCtiEtsProofOfReceipt = new DerObjectIdentifier(IdCti + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_105 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_105, _stringLiteral492E7E0E8C467AD9F1BDA7B42220485D9B07817E, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCtiEtsProofOfReceipt_89(L_105); // public static readonly DerObjectIdentifier IdCtiEtsProofOfDelivery = new DerObjectIdentifier(IdCti + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_106 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_106, _stringLiteral6FE7F56575F8EB966E60EEB749FC5A2EC5555144, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCtiEtsProofOfDelivery_90(L_106); // public static readonly DerObjectIdentifier IdCtiEtsProofOfSender = new DerObjectIdentifier(IdCti + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_107 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_107, _stringLiteral51931B650163C62A4546E9E80B4E0DFAC75FC750, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCtiEtsProofOfSender_91(L_107); // public static readonly DerObjectIdentifier IdCtiEtsProofOfApproval = new DerObjectIdentifier(IdCti + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_108 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_108, _stringLiteralAA54A59A7E63764E1F84998FF1EA8DB123B7F168, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCtiEtsProofOfApproval_92(L_108); // public static readonly DerObjectIdentifier IdCtiEtsProofOfCreation = new DerObjectIdentifier(IdCti + ".6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_109 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_109, _stringLiteral9A096340926A36CDAC00FDD3176AD3400AADB784, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdCtiEtsProofOfCreation_93(L_109); // public static readonly DerObjectIdentifier IdAAOid = new DerObjectIdentifier(IdAA); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_110 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_110, _stringLiteralBD7E187BEFE6216EF3FD50A595697878AA632635, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAOid_95(L_110); // public static readonly DerObjectIdentifier IdAAContentHint = new DerObjectIdentifier(IdAA + ".4"); // See RFC 2634 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_111 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_111, _stringLiteralB4A2649B7C0C70D0BC140DDC049CCD1AD201746E, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAContentHint_96(L_111); // public static readonly DerObjectIdentifier IdAAMsgSigDigest = new DerObjectIdentifier(IdAA + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_112 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_112, _stringLiteralD08FF04CF90D79C906F06B81EDB9B41E22D97A2A, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAMsgSigDigest_97(L_112); // public static readonly DerObjectIdentifier IdAAContentReference = new DerObjectIdentifier(IdAA + ".10"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_113 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_113, _stringLiteral6659CD62965B9F3A7EB603F9E713F1E8B3588B63, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAContentReference_98(L_113); // public static readonly DerObjectIdentifier IdAAEncrypKeyPref = new DerObjectIdentifier(IdAA + ".11"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_114 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_114, _stringLiteral1726628B508BDFB8753927B5B2F7A3CC15692F4C, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEncrypKeyPref_99(L_114); // public static readonly DerObjectIdentifier IdAASigningCertificate = new DerObjectIdentifier(IdAA + ".12"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_115 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_115, _stringLiteralCA78A2ED719A49499B0E3F1BAF38EB8DF561A780, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAASigningCertificate_100(L_115); // public static readonly DerObjectIdentifier IdAASigningCertificateV2 = new DerObjectIdentifier(IdAA + ".47"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_116 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_116, _stringLiteralA76594DA0BCBB1E28AE992107BDBE1081FDA164B, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAASigningCertificateV2_101(L_116); // public static readonly DerObjectIdentifier IdAAContentIdentifier = new DerObjectIdentifier(IdAA + ".7"); // See RFC 2634 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_117 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_117, _stringLiteralDE1132A3F9A0BD7A63AD15A9923AA4FE7061F02D, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAContentIdentifier_102(L_117); // public static readonly DerObjectIdentifier IdAASignatureTimeStampToken = new DerObjectIdentifier(IdAA + ".14"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_118 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_118, _stringLiteral4712BAAA2C409BBFDE642D1E71320C1CE0C7463F, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAASignatureTimeStampToken_103(L_118); // public static readonly DerObjectIdentifier IdAAEtsSigPolicyID = new DerObjectIdentifier(IdAA + ".15"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_119 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_119, _stringLiteral6850440C23BA143D9F2B65081427091AA2A67176, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsSigPolicyID_104(L_119); // public static readonly DerObjectIdentifier IdAAEtsCommitmentType = new DerObjectIdentifier(IdAA + ".16"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_120 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_120, _stringLiteral9D94BFB66AFC47F7E1050302749DFD8D34C35105, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsCommitmentType_105(L_120); // public static readonly DerObjectIdentifier IdAAEtsSignerLocation = new DerObjectIdentifier(IdAA + ".17"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_121 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_121, _stringLiteralA14E17E882BFA722610ABC91F13F679900E3797C, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsSignerLocation_106(L_121); // public static readonly DerObjectIdentifier IdAAEtsSignerAttr = new DerObjectIdentifier(IdAA + ".18"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_122 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_122, _stringLiteral3A21D0D4D90DD657AE41CC654D42D0042B5F6C9D, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsSignerAttr_107(L_122); // public static readonly DerObjectIdentifier IdAAEtsOtherSigCert = new DerObjectIdentifier(IdAA + ".19"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_123 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_123, _stringLiteralA000DE34A65CA26228148544C6FE74851EF5A8AE, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsOtherSigCert_108(L_123); // public static readonly DerObjectIdentifier IdAAEtsContentTimestamp = new DerObjectIdentifier(IdAA + ".20"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_124 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_124, _stringLiteral0B7552DD729B73B6F00D373EEE1073AFA5E2989C, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsContentTimestamp_109(L_124); // public static readonly DerObjectIdentifier IdAAEtsCertificateRefs = new DerObjectIdentifier(IdAA + ".21"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_125 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_125, _stringLiteralEC0A3B14867C1593F18D8F3DB9A17EB3A4D4AA2D, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsCertificateRefs_110(L_125); // public static readonly DerObjectIdentifier IdAAEtsRevocationRefs = new DerObjectIdentifier(IdAA + ".22"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_126 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_126, _stringLiteral6DD06F77C0C0449AF36E4A47FCFD33DE5AD44F90, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsRevocationRefs_111(L_126); // public static readonly DerObjectIdentifier IdAAEtsCertValues = new DerObjectIdentifier(IdAA + ".23"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_127 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_127, _stringLiteralE77C306E6B10C97785B8B8AA1D94CEDBD7A175BC, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsCertValues_112(L_127); // public static readonly DerObjectIdentifier IdAAEtsRevocationValues = new DerObjectIdentifier(IdAA + ".24"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_128 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_128, _stringLiteralBA238C1A4CD8314AE4867566942B59C9DB1550C8, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsRevocationValues_113(L_128); // public static readonly DerObjectIdentifier IdAAEtsEscTimeStamp = new DerObjectIdentifier(IdAA + ".25"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_129 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_129, _stringLiteral174470CF178EB5B47B678C2E5ACAE523992D3FEB, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsEscTimeStamp_114(L_129); // public static readonly DerObjectIdentifier IdAAEtsCertCrlTimestamp = new DerObjectIdentifier(IdAA + ".26"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_130 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_130, _stringLiteralEA5CA26C177488527F16BA3B767C273E44541470, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsCertCrlTimestamp_115(L_130); // public static readonly DerObjectIdentifier IdAAEtsArchiveTimestamp = new DerObjectIdentifier(IdAA + ".27"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_131 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_131, _stringLiteralF3C89F7DCC9DA9E0A8C847253DB2E3A651E2061C, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAEtsArchiveTimestamp_116(L_131); // public static readonly DerObjectIdentifier IdAADecryptKeyID = IdAAOid.Branch("37"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_132 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAOid_95(); NullCheck(L_132); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_133; L_133 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_132, _stringLiteral711F8FB7EBB7FDAC8B8722A4C60A0BFB244C05CD); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAADecryptKeyID_117(L_133); // public static readonly DerObjectIdentifier IdAAImplCryptoAlgs = IdAAOid.Branch("38"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_134 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAOid_95(); NullCheck(L_134); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_135; L_135 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_134, _stringLiteral9C532A4F4F5ED29A023CF3CE13143084C214486E); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAImplCryptoAlgs_118(L_135); // public static readonly DerObjectIdentifier IdAAAsymmDecryptKeyID = IdAAOid.Branch("54"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_136 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAOid_95(); NullCheck(L_136); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_137; L_137 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_136, _stringLiteral1D7E532EA242647676D2FDC0CEDAC8275E273296); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAAsymmDecryptKeyID_119(L_137); // public static readonly DerObjectIdentifier IdAAImplCompressAlgs = IdAAOid.Branch("43"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_138 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAOid_95(); NullCheck(L_138); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_139; L_139 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_138, _stringLiteral8FE7B9E4379FA727669A5DD2E2B5591AE8C6D6FD); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAImplCompressAlgs_120(L_139); // public static readonly DerObjectIdentifier IdAACommunityIdentifiers = IdAAOid.Branch("40"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_140 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAOid_95(); NullCheck(L_140); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_141; L_141 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_140, _stringLiteralA6A6AB007C12E7673D8479299FDC94A4D003EBF9); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAACommunityIdentifiers_121(L_141); // public static readonly DerObjectIdentifier IdAASigPolicyID = IdAAEtsSigPolicyID; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_142 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsSigPolicyID_104(); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAASigPolicyID_122(L_142); // public static readonly DerObjectIdentifier IdAACommitmentType = IdAAEtsCommitmentType; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_143 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsCommitmentType_105(); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAACommitmentType_123(L_143); // public static readonly DerObjectIdentifier IdAASignerLocation = IdAAEtsSignerLocation; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_144 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsSignerLocation_106(); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAASignerLocation_124(L_144); // public static readonly DerObjectIdentifier IdAAOtherSigCert = IdAAEtsOtherSigCert; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_145 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEtsOtherSigCert_108(); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdAAOtherSigCert_125(L_145); // public static readonly DerObjectIdentifier IdSpqEtsUri = new DerObjectIdentifier(IdSpq + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_146 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_146, _stringLiteral983408186E1119D5B88EBC42C4B8BDDC413C53CA, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdSpqEtsUri_127(L_146); // public static readonly DerObjectIdentifier IdSpqEtsUNotice = new DerObjectIdentifier(IdSpq + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_147 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_147, _stringLiteral9154EE511A1AA31D1AF779C85CC118B3C4AC0DFB, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_IdSpqEtsUNotice_128(L_147); // public static readonly DerObjectIdentifier KeyBag = new DerObjectIdentifier(BagTypes + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_148 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_148, _stringLiteral285C554C2C06F8FF0B78DEC197EF4DD4861BB409, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_KeyBag_131(L_148); // public static readonly DerObjectIdentifier Pkcs8ShroudedKeyBag = new DerObjectIdentifier(BagTypes + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_149 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_149, _stringLiteralBDDA27810124EA0F55FB10F1363AE8FCCE44CF61, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_Pkcs8ShroudedKeyBag_132(L_149); // public static readonly DerObjectIdentifier CertBag = new DerObjectIdentifier(BagTypes + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_150 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_150, _stringLiteralFCC8ACD7DDF06AA7F6F9299ABEF90CD87759F5EF, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_CertBag_133(L_150); // public static readonly DerObjectIdentifier CrlBag = new DerObjectIdentifier(BagTypes + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_151 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_151, _stringLiteral4BD1FBF0F7522E0576F1D45564B0512BFF1C1BA2, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_CrlBag_134(L_151); // public static readonly DerObjectIdentifier SecretBag = new DerObjectIdentifier(BagTypes + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_152 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_152, _stringLiteral6EA022A7AC4085772E0F26ACC29B626227EA945F, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_SecretBag_135(L_152); // public static readonly DerObjectIdentifier SafeContentsBag = new DerObjectIdentifier(BagTypes + ".6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_153 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_153, _stringLiteralFA6E241C277940286582512FD06C880028653B79, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_SafeContentsBag_136(L_153); // public static readonly DerObjectIdentifier PbeWithShaAnd128BitRC4 = new DerObjectIdentifier(Pkcs12PbeIds + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_154 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_154, _stringLiteralA4C577F5B749AC98D954F7E0F639B3624E6D03B0, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithShaAnd128BitRC4_138(L_154); // public static readonly DerObjectIdentifier PbeWithShaAnd40BitRC4 = new DerObjectIdentifier(Pkcs12PbeIds + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_155 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_155, _stringLiteral9ADF294AFD5288659A6D07C6FBA6849ED062B84F, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithShaAnd40BitRC4_139(L_155); // public static readonly DerObjectIdentifier PbeWithShaAnd3KeyTripleDesCbc = new DerObjectIdentifier(Pkcs12PbeIds + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_156 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_156, _stringLiteral4DD0B356B39F6C5FFF9BD1147C45A38407006DF9, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithShaAnd3KeyTripleDesCbc_140(L_156); // public static readonly DerObjectIdentifier PbeWithShaAnd2KeyTripleDesCbc = new DerObjectIdentifier(Pkcs12PbeIds + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_157 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_157, _stringLiteral72B50A8A8C2199B0A0B80BD852F6CDCBE83F48DB, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithShaAnd2KeyTripleDesCbc_141(L_157); // public static readonly DerObjectIdentifier PbeWithShaAnd128BitRC2Cbc = new DerObjectIdentifier(Pkcs12PbeIds + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_158 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_158, _stringLiteral7CCAEC32B794736B9302E7DCD5B17ADD774C56FF, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbeWithShaAnd128BitRC2Cbc_142(L_158); // public static readonly DerObjectIdentifier PbewithShaAnd40BitRC2Cbc = new DerObjectIdentifier(Pkcs12PbeIds + ".6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_159 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_159, _stringLiteralC5E7D42EDAE9559779BB3995FE55D1EFD81E4E97, /*hidden argument*/NULL); ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->set_PbewithShaAnd40BitRC2Cbc_143(L_159); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * PkiArchiveOptions_GetInstance_m61C61A162BB618EBB3D1B961829AB669E6FF7D51 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiArchiveOptions) RuntimeObject * L_0 = ___obj0; if (!((PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B *)IsInstClass((RuntimeObject*)L_0, PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiArchiveOptions)obj; RuntimeObject * L_1 = ___obj0; return ((PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B *)CastclassClass((RuntimeObject*)L_1, PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1TaggedObject) RuntimeObject * L_2 = ___obj0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_2, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new PkiArchiveOptions((Asn1TaggedObject)obj); RuntimeObject * L_3 = ___obj0; PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * L_4 = (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B *)il2cpp_codegen_object_new(PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B_il2cpp_TypeInfo_var); PkiArchiveOptions__ctor_m3FCE7A4DA67C4D6B1984CBE7C90976E2E726534A(L_4, ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_3, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiArchiveOptions_GetInstance_m61C61A162BB618EBB3D1B961829AB669E6FF7D51_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiArchiveOptions__ctor_m3FCE7A4DA67C4D6B1984CBE7C90976E2E726534A (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // private PkiArchiveOptions(Asn1TaggedObject tagged) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // switch (tagged.TagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___tagged0; NullCheck(L_0); int32_t L_1; L_1 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0021; } case 1: { goto IL_0033; } case 2: { goto IL_0041; } } } { goto IL_004f; } IL_0021: { // value = EncryptedKey.GetInstance(tagged.GetObject()); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_3 = ___tagged0; NullCheck(L_3); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_3, /*hidden argument*/NULL); EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * L_5; L_5 = EncryptedKey_GetInstance_mF046316CE194E45DB6CD3190BD653CF6553FAAEF(L_4, /*hidden argument*/NULL); __this->set_value_5(L_5); // break; return; } IL_0033: { // value = Asn1OctetString.GetInstance(tagged, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_6 = ___tagged0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(L_6, (bool)0, /*hidden argument*/NULL); __this->set_value_5(L_7); // break; return; } IL_0041: { // value = DerBoolean.GetInstance(tagged, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_8 = ___tagged0; IL2CPP_RUNTIME_CLASS_INIT(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_9; L_9 = DerBoolean_GetInstance_m74FD192952FA720246827A4F5DF72F15E6698DB4(L_8, (bool)0, /*hidden argument*/NULL); __this->set_value_5(L_9); // break; return; } IL_004f: { // throw new ArgumentException("unknown tag number: " + tagged.TagNo, "tagged"); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_10 = ___tagged0; NullCheck(L_10); int32_t L_11; L_11 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_10, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12; L_12 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEA77D5EF63F278131D936B44C26AFA3FE3CCF9E)), L_12, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_14, L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC71C74603A49E2AF0E907E06E41C50128DE85768)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiArchiveOptions__ctor_m3FCE7A4DA67C4D6B1984CBE7C90976E2E726534A_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiArchiveOptions__ctor_m21237F56542145B0ACDA51EE07864B5410E7C57A (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * __this, EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * ___encKey0, const RuntimeMethod* method) { { // public PkiArchiveOptions(EncryptedKey encKey) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.value = encKey; EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC * L_0 = ___encKey0; __this->set_value_5(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiArchiveOptions__ctor_m0475D834741E141C983E6AE50A65820AF390E6AF (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___keyGenParameters0, const RuntimeMethod* method) { { // public PkiArchiveOptions(Asn1OctetString keyGenParameters) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.value = keyGenParameters; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = ___keyGenParameters0; __this->set_value_5(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiArchiveOptions__ctor_mCCE7F649F1EB927D5762DED783DB07F8E17CD37A (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * __this, bool ___archiveRemGenPrivKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PkiArchiveOptions(bool archiveRemGenPrivKey) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.value = DerBoolean.GetInstance(archiveRemGenPrivKey); bool L_0 = ___archiveRemGenPrivKey0; IL2CPP_RUNTIME_CLASS_INIT(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_1; L_1 = DerBoolean_GetInstance_mD18D31D756ED58E7FCD4DF395D892FEF2D766A01(L_0, /*hidden argument*/NULL); __this->set_value_5(L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkiArchiveOptions_get_Type_m0D6C85BAED3B6E1D837A2F27BC03CA3BD28E524D (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value is EncryptedKey) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_value_5(); if (!((EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC *)IsInstClass((RuntimeObject*)L_0, EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return encryptedPrivKey; return 0; } IL_000f: { // if (value is Asn1OctetString) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = __this->get_value_5(); if (!((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)IsInstClass((RuntimeObject*)L_1, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))) { goto IL_001e; } } { // return keyGenParameters; return 1; } IL_001e: { // return archiveRemGenPrivKey; return 2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * PkiArchiveOptions_get_Value_mBA3A1F657A9C010A9CAB2E3F090ABE33CEE59C10 (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * __this, const RuntimeMethod* method) { { // get { return value; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_value_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiArchiveOptions_ToAsn1Object_m2B227395899B9DD2B92D7CEA7D6FD05D8850355F (PkiArchiveOptions_tA9A81A78F423942F594CB36CB9ACA2EEDA3F672B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value is EncryptedKey) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_value_5(); if (!((EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC *)IsInstClass((RuntimeObject*)L_0, EncryptedKey_t4BED469775BAD314E751ADA9B356CEE66B9A0DFC_il2cpp_TypeInfo_var))) { goto IL_001b; } } { // return new DerTaggedObject(true, encryptedPrivKey, value); // choice Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = __this->get_value_5(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_2, (bool)1, 0, L_1, /*hidden argument*/NULL); return L_2; } IL_001b: { // if (value is Asn1OctetString) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3 = __this->get_value_5(); if (!((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)IsInstClass((RuntimeObject*)L_3, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))) { goto IL_0036; } } { // return new DerTaggedObject(false, keyGenParameters, value); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4 = __this->get_value_5(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_5 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_5, (bool)0, 1, L_4, /*hidden argument*/NULL); return L_5; } IL_0036: { // return new DerTaggedObject(false, archiveRemGenPrivKey, value); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = __this->get_value_5(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_7 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_7, (bool)0, 2, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * PkiBody_GetInstance_m505735FA5A5C18C57DC43A19C9DBF808839FE7A3 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiBody) RuntimeObject * L_0 = ___obj0; if (!((PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC *)IsInstClass((RuntimeObject*)L_0, PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiBody)obj; RuntimeObject * L_1 = ___obj0; return ((PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC *)CastclassClass((RuntimeObject*)L_1, PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1TaggedObject) RuntimeObject * L_2 = ___obj0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_2, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new PkiBody((Asn1TaggedObject)obj); RuntimeObject * L_3 = ___obj0; PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_4 = (PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC *)il2cpp_codegen_object_new(PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC_il2cpp_TypeInfo_var); PkiBody__ctor_m567F35B033DDE07C6BCD84A2791E2BD0E40D31E0(L_4, ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_3, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiBody_GetInstance_m505735FA5A5C18C57DC43A19C9DBF808839FE7A3_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiBody__ctor_m567F35B033DDE07C6BCD84A2791E2BD0E40D31E0 (PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, const RuntimeMethod* method) { { // private PkiBody(Asn1TaggedObject tagged) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // tagNo = tagged.TagNo; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___tagged0; NullCheck(L_0); int32_t L_1; L_1 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_0, /*hidden argument*/NULL); __this->set_tagNo_29(L_1); // body = GetBodyForType(tagNo, tagged.GetObject()); int32_t L_2 = __this->get_tagNo_29(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_3 = ___tagged0; NullCheck(L_3); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_3, /*hidden argument*/NULL); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = PkiBody_GetBodyForType_mDB368C40AD1F20CAC28CA7CBBCEE659BF0C198D4(L_2, L_4, /*hidden argument*/NULL); __this->set_body_30(L_5); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiBody__ctor_m6937E5CF1DEB9B6B7C2BAECBDEBB22723263E044 (PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * __this, int32_t ___type0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content1, const RuntimeMethod* method) { { // public PkiBody( // int type, // Asn1Encodable content) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // tagNo = type; int32_t L_0 = ___type0; __this->set_tagNo_29(L_0); // body = GetBodyForType(type, content); int32_t L_1 = ___type0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = ___content1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = PkiBody_GetBodyForType_mDB368C40AD1F20CAC28CA7CBBCEE659BF0C198D4(L_1, L_2, /*hidden argument*/NULL); __this->set_body_30(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::GetBodyForType(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * PkiBody_GetBodyForType_mDB368C40AD1F20CAC28CA7CBBCEE659BF0C198D4 (int32_t ___type0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___o1, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (L_0) { case 0: { goto IL_0077; } case 1: { goto IL_007e; } case 2: { goto IL_0085; } case 3: { goto IL_008c; } case 4: { goto IL_0093; } case 5: { goto IL_009a; } case 6: { goto IL_00a1; } case 7: { goto IL_00a8; } case 8: { goto IL_00af; } case 9: { goto IL_00b6; } case 10: { goto IL_00bd; } case 11: { goto IL_00c4; } case 12: { goto IL_00cb; } case 13: { goto IL_00d2; } case 14: { goto IL_00d9; } case 15: { goto IL_00e0; } case 16: { goto IL_00e7; } case 17: { goto IL_00ee; } case 18: { goto IL_00f5; } case 19: { goto IL_00fc; } case 20: { goto IL_0103; } case 21: { goto IL_010a; } case 22: { goto IL_0111; } case 23: { goto IL_0118; } case 24: { goto IL_011f; } case 25: { goto IL_0126; } case 26: { goto IL_012d; } } } { goto IL_0134; } IL_0077: { // return CertReqMessages.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___o1; CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * L_2; L_2 = CertReqMessages_GetInstance_m068D435ADEA76F2F0965E09F70957953B09AC667(L_1, /*hidden argument*/NULL); return L_2; } IL_007e: { // return CertRepMessage.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3 = ___o1; CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * L_4; L_4 = CertRepMessage_GetInstance_mD28003B1303318A4A3177EA556B275A7558981D4(L_3, /*hidden argument*/NULL); return L_4; } IL_0085: { // return CertReqMessages.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = ___o1; CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * L_6; L_6 = CertReqMessages_GetInstance_m068D435ADEA76F2F0965E09F70957953B09AC667(L_5, /*hidden argument*/NULL); return L_6; } IL_008c: { // return CertRepMessage.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = ___o1; CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * L_8; L_8 = CertRepMessage_GetInstance_mD28003B1303318A4A3177EA556B275A7558981D4(L_7, /*hidden argument*/NULL); return L_8; } IL_0093: { // return CertificationRequest.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9 = ___o1; CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * L_10; L_10 = CertificationRequest_GetInstance_mDBEFA2765C719F73FCB1A49790D35A6F1E1E5761(L_9, /*hidden argument*/NULL); return L_10; } IL_009a: { // return PopoDecKeyChallContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11 = ___o1; PopoDecKeyChallContent_tFDC0E8AEF1539F7EEE5F2C0626EBDBDC5AA5C345 * L_12; L_12 = PopoDecKeyChallContent_GetInstance_mF47B548306626D4D3E3F70B6DB02810EFDC14E57(L_11, /*hidden argument*/NULL); return L_12; } IL_00a1: { // return PopoDecKeyRespContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13 = ___o1; PopoDecKeyRespContent_t716A2B787B5522556D78FC7EE4B6F38886EDB30F * L_14; L_14 = PopoDecKeyRespContent_GetInstance_m0703E9FEEDE1D24D21FACA29C01784FBD385AC45(L_13, /*hidden argument*/NULL); return L_14; } IL_00a8: { // return CertReqMessages.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_15 = ___o1; CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * L_16; L_16 = CertReqMessages_GetInstance_m068D435ADEA76F2F0965E09F70957953B09AC667(L_15, /*hidden argument*/NULL); return L_16; } IL_00af: { // return CertRepMessage.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_17 = ___o1; CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * L_18; L_18 = CertRepMessage_GetInstance_mD28003B1303318A4A3177EA556B275A7558981D4(L_17, /*hidden argument*/NULL); return L_18; } IL_00b6: { // return CertReqMessages.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_19 = ___o1; CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * L_20; L_20 = CertReqMessages_GetInstance_m068D435ADEA76F2F0965E09F70957953B09AC667(L_19, /*hidden argument*/NULL); return L_20; } IL_00bd: { // return KeyRecRepContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_21 = ___o1; KeyRecRepContent_t22F4C88ECE39C1F57BE1F388B10F38BE3CC44E01 * L_22; L_22 = KeyRecRepContent_GetInstance_m2BBAC3C9C7CFE7012782FD2C19ADAE4DE0363047(L_21, /*hidden argument*/NULL); return L_22; } IL_00c4: { // return RevReqContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_23 = ___o1; RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * L_24; L_24 = RevReqContent_GetInstance_mEFAEEACC852AB9918AAE1AB0AEBFB3071CFF7110(L_23, /*hidden argument*/NULL); return L_24; } IL_00cb: { // return RevRepContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_25 = ___o1; RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * L_26; L_26 = RevRepContent_GetInstance_m253FD5147D1E49010631D9EE5FD9CD72F90232E5(L_25, /*hidden argument*/NULL); return L_26; } IL_00d2: { // return CertReqMessages.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_27 = ___o1; CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * L_28; L_28 = CertReqMessages_GetInstance_m068D435ADEA76F2F0965E09F70957953B09AC667(L_27, /*hidden argument*/NULL); return L_28; } IL_00d9: { // return CertRepMessage.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_29 = ___o1; CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * L_30; L_30 = CertRepMessage_GetInstance_mD28003B1303318A4A3177EA556B275A7558981D4(L_29, /*hidden argument*/NULL); return L_30; } IL_00e0: { // return CAKeyUpdAnnContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_31 = ___o1; CAKeyUpdAnnContent_t607833B88C4B1296047C134BDB0C425766C75B19 * L_32; L_32 = CAKeyUpdAnnContent_GetInstance_mEAF037F9D93B0A5252ACA1A900A57FA8C1C6F3F0(L_31, /*hidden argument*/NULL); return L_32; } IL_00e7: { // return CmpCertificate.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_33 = ___o1; CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_34; L_34 = CmpCertificate_GetInstance_mA319EAF3013759A5DD807397463555B70791BBD9(L_33, /*hidden argument*/NULL); return L_34; } IL_00ee: { // return RevAnnContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_35 = ___o1; RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * L_36; L_36 = RevAnnContent_GetInstance_m151DC80249153149543F5CE1A9ABD2BC5AEF0910(L_35, /*hidden argument*/NULL); return L_36; } IL_00f5: { // return CrlAnnContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_37 = ___o1; CrlAnnContent_t1DE89AFFF0B017BC13C852394E3FF354FDCC415F * L_38; L_38 = CrlAnnContent_GetInstance_m7BB73CA5A29D392C9DB99B305D90DCA7A4AA6327(L_37, /*hidden argument*/NULL); return L_38; } IL_00fc: { // return PkiConfirmContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_39 = ___o1; PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D * L_40; L_40 = PkiConfirmContent_GetInstance_m75C996153B0BCE6C5A6588340D42D9C57838A4DA(L_39, /*hidden argument*/NULL); return L_40; } IL_0103: { // return PkiMessages.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_41 = ___o1; PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * L_42; L_42 = PkiMessages_GetInstance_mD1D0CEC37A546CEDAD50A072641036E625C7ACC3(L_41, /*hidden argument*/NULL); return L_42; } IL_010a: { // return GenMsgContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_43 = ___o1; GenMsgContent_t726253B1D8B27B12DD110A2A8D90A23B55955514 * L_44; L_44 = GenMsgContent_GetInstance_m140AF13DE12F47EDC6EE774969712C3E41937C41(L_43, /*hidden argument*/NULL); return L_44; } IL_0111: { // return GenRepContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_45 = ___o1; GenRepContent_tA297CD33FFC8F5980AAE8B056A5C86A24018F7DD * L_46; L_46 = GenRepContent_GetInstance_m46E4B5179D5F21BFC1EFA82E0AFE603CA7EA63E7(L_45, /*hidden argument*/NULL); return L_46; } IL_0118: { // return ErrorMsgContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_47 = ___o1; ErrorMsgContent_t77DF1D064F2B7137561968D40AD17AEF2A440C3C * L_48; L_48 = ErrorMsgContent_GetInstance_m3A6DD2D9AD400C09F9A732F6EDBEEF96E617B488(L_47, /*hidden argument*/NULL); return L_48; } IL_011f: { // return CertConfirmContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_49 = ___o1; CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 * L_50; L_50 = CertConfirmContent_GetInstance_m7C5402B1C1F8B7250D9D7C96424747B4F7DDD671(L_49, /*hidden argument*/NULL); return L_50; } IL_0126: { // return PollReqContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_51 = ___o1; PollReqContent_t9E088023390C965C9ED9B058D24AFF1CE29EEF24 * L_52; L_52 = PollReqContent_GetInstance_m121520D0BC2ACF4993EE69C2EB148BE16D52471D(L_51, /*hidden argument*/NULL); return L_52; } IL_012d: { // return PollRepContent.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_53 = ___o1; PollRepContent_t2F00E71B4E8C0D8E368F8D6B4D1A2C8BF7F41C3B * L_54; L_54 = PollRepContent_GetInstance_mFEA9379D77AE46D6D1680CF941E0DC72EB2558BC(L_53, /*hidden argument*/NULL); return L_54; } IL_0134: { // throw new ArgumentException("unknown tag number: " + type, "type"); String_t* L_55; L_55 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___type0), /*hidden argument*/NULL); String_t* L_56; L_56 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEA77D5EF63F278131D936B44C26AFA3FE3CCF9E)), L_55, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_57 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_57, L_56, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiBody_GetBodyForType_mDB368C40AD1F20CAC28CA7CBBCEE659BF0C198D4_RuntimeMethod_var))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkiBody_get_Type_m0D344B45D0CE14F3A1406F90EAC5057D5EE7E094 (PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_29(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::get_Content() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * PkiBody_get_Content_m8CE0CA8B2E179675D06123D1A6E814E66B98BEA7 (PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * __this, const RuntimeMethod* method) { { // get { return body; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_body_30(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiBody_ToAsn1Object_mB38F0C7D25A2CDFBBD225CF2EB644C1EBCE1878D (PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerTaggedObject(true, tagNo, body); int32_t L_0 = __this->get_tagNo_29(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = __this->get_body_30(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_2, (bool)1, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D * PkiConfirmContent_GetInstance_m75C996153B0BCE6C5A6588340D42D9C57838A4DA (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiConfirmContent) RuntimeObject * L_0 = ___obj0; if (!((PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D *)IsInstClass((RuntimeObject*)L_0, PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiConfirmContent)obj; RuntimeObject * L_1 = ___obj0; return ((PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D *)CastclassClass((RuntimeObject*)L_1, PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Null) RuntimeObject * L_2 = ___obj0; if (!((Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC *)IsInstClass((RuntimeObject*)L_2, Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC_il2cpp_TypeInfo_var))) { goto IL_001d; } } { // return new PkiConfirmContent(); PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D * L_3 = (PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D *)il2cpp_codegen_object_new(PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D_il2cpp_TypeInfo_var); PkiConfirmContent__ctor_m42744358EA05FAD5AB4F0E214DF26EFBB445F5C2(L_3, /*hidden argument*/NULL); return L_3; } IL_001d: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_4 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiConfirmContent_GetInstance_m75C996153B0BCE6C5A6588340D42D9C57838A4DA_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiConfirmContent__ctor_m42744358EA05FAD5AB4F0E214DF26EFBB445F5C2 (PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D * __this, const RuntimeMethod* method) { { // public PkiConfirmContent() Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiConfirmContent_ToAsn1Object_m0597F08B2D65DF68F6C6C481DE6D351283CA0098 (PkiConfirmContent_t36DA4FE25E4B91CA49EBFD3409C59D0139C0C43D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return DerNull.Instance; IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_0 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFailureInfo::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiFailureInfo__ctor_mA47F6FC1CC66B6528EE71BC79BF14D27CA4DFD74 (PkiFailureInfo_tE2C7BFC82FECC34786EB5F2C590B707B10136FAC * __this, int32_t ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(info) int32_t L_0 = ___info0; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString__ctor_mF701223D0F3716183973E4CEF77F5558E23321F0(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFailureInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiFailureInfo__ctor_m5F68CE0EAA59621235D3A26AABED78C72CECF34F (PkiFailureInfo_tE2C7BFC82FECC34786EB5F2C590B707B10136FAC * __this, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(info.GetBytes(), info.PadBits) DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = ___info0; NullCheck(L_0); IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetBytes() */, L_0); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_2 = ___info0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::get_PadBits() */, L_2); DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17(__this, L_1, L_3, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFailureInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkiFailureInfo_ToString_mF69BE74893FDA6B4C4996C490F341FE28D938C62 (PkiFailureInfo_tE2C7BFC82FECC34786EB5F2C590B707B10136FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37918A1F3CDEBB1930F0F8A1AFE1CD6D6661F3CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // return "PkiFailureInfo: 0x" + this.IntValue.ToString("X"); int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::get_IntValue() */, __this); V_0 = L_0; String_t* L_1; L_1 = Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184((int32_t*)(&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral37918A1F3CDEBB1930F0F8A1AFE1CD6D6661F3CF, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * PkiFreeText_GetInstance_mF195AF9B9464B3492E16A978EEBABCE506A30A82 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, isExplicit)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___isExplicit1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_3; L_3 = PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiFreeText) RuntimeObject * L_0 = ___obj0; if (!((PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 *)IsInstClass((RuntimeObject*)L_0, PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiFreeText)obj; RuntimeObject * L_1 = ___obj0; return ((PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 *)CastclassClass((RuntimeObject*)L_1, PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74_il2cpp_TypeInfo_var)); } IL_000f: { // else if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new PkiFreeText((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_4 = (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 *)il2cpp_codegen_object_new(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74_il2cpp_TypeInfo_var); PkiFreeText__ctor_m34AF1C192E1AED7258DFBD6EDCE61CE315B937DA(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiFreeText__ctor_m34AF1C192E1AED7258DFBD6EDCE61CE315B937DA (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // public PkiFreeText( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // foreach (object o in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_0); V_0 = L_1; } IL_000d: try {// begin try (depth: 1) { goto IL_0027; } IL_000f: { // foreach (object o in seq) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); // if (!(o is DerUtf8String)) if (((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)IsInstClass((RuntimeObject*)L_3, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var))) { goto IL_0027; } } IL_001c: { // throw new ArgumentException("attempt to insert non UTF8 STRING into PkiFreeText"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1EC2D1359E35F2121186F62D6C56061760ED0159)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiFreeText__ctor_m34AF1C192E1AED7258DFBD6EDCE61CE315B937DA_RuntimeMethod_var))); } IL_0027: { // foreach (object o in seq) RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_000f; } } IL_002f: { IL2CPP_LEAVE(0x42, FINALLY_0031); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_0041; } } IL_003b: { RuntimeObject* L_9 = V_1; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0041: { IL2CPP_END_FINALLY(49) } }// end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { // this.strings = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; __this->set_strings_2(L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiFreeText__ctor_m187C74B54041BB83543ED7B1F0720F8349C42838 (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PkiFreeText( // DerUtf8String p) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // strings = new DerSequence(p); DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_0 = ___p0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_1 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7(L_1, L_0, /*hidden argument*/NULL); __this->set_strings_2(L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkiFreeText_get_Size_mCE41319D4C83170C44A9210F04D32B160DB5927D (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, const RuntimeMethod* method) { { // get { return strings.Count; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_strings_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkiFreeText_get_Count_m18DEC1B8561303D95DB9AB34BDFC8825C4466126 (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, const RuntimeMethod* method) { { // get { return strings.Count; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_strings_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * PkiFreeText_get_Item_mF9DF65BF1611351A599684B0E8BF12733E6BDECF (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return (DerUtf8String) strings[index]; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_strings_2(); int32_t L_1 = ___index0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, L_1); return ((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)CastclassClass((RuntimeObject*)L_2, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::GetStringAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * PkiFreeText_GetStringAt_m410F23CC046C2CAC78C43EA078A65F79299C8A44 (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, int32_t ___index0, const RuntimeMethod* method) { { // return this[index]; int32_t L_0 = ___index0; DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_1; L_1 = PkiFreeText_get_Item_mF9DF65BF1611351A599684B0E8BF12733E6BDECF(__this, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiFreeText_ToAsn1Object_m16F096BCEB08FCA3D6CC2D5B4D42EE273CC27A2F (PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * __this, const RuntimeMethod* method) { { // return strings; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_strings_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeader__ctor_m9EBCA39AED826E7C556807AD219AB225BDFEE40F (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // private PkiHeader(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // pvno = DerInteger.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2; L_2 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_1, /*hidden argument*/NULL); __this->set_pvno_5(L_2); // sender = GeneralName.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 1); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_5; L_5 = GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66(L_4, /*hidden argument*/NULL); __this->set_sender_6(L_5); // recipient = GeneralName.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, 2); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_8; L_8 = GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66(L_7, /*hidden argument*/NULL); __this->set_recipient_7(L_8); // for (int pos = 3; pos < seq.Count; ++pos) V_0 = 3; goto IL_013a; } IL_0043: { // Asn1TaggedObject tObj = (Asn1TaggedObject)seq[pos]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; int32_t L_10 = V_0; NullCheck(L_9); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11; L_11 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_9, L_10); V_1 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_11, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // switch (tObj.TagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_12 = V_1; NullCheck(L_12); int32_t L_13; L_13 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_12, /*hidden argument*/NULL); V_2 = L_13; int32_t L_14 = V_2; switch (L_14) { case 0: { goto IL_0086; } case 1: { goto IL_0098; } case 2: { goto IL_00aa; } case 3: { goto IL_00b9; } case 4: { goto IL_00c8; } case 5: { goto IL_00d7; } case 6: { goto IL_00e6; } case 7: { goto IL_00f5; } case 8: { goto IL_0104; } } } { goto IL_0113; } IL_0086: { // messageTime = DerGeneralizedTime.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_15 = V_1; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_16; L_16 = DerGeneralizedTime_GetInstance_m94235D85D82B622C125EFE58779A25EC726C7500(L_15, (bool)1, /*hidden argument*/NULL); __this->set_messageTime_8(L_16); // break; goto IL_0136; } IL_0098: { // protectionAlg = AlgorithmIdentifier.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_17 = V_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_18; L_18 = AlgorithmIdentifier_GetInstance_m480D23C39BAF9958D210AD19D4895D5520987CDB(L_17, (bool)1, /*hidden argument*/NULL); __this->set_protectionAlg_9(L_18); // break; goto IL_0136; } IL_00aa: { // senderKID = Asn1OctetString.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_19 = V_1; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_20; L_20 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(L_19, (bool)1, /*hidden argument*/NULL); __this->set_senderKID_10(L_20); // break; goto IL_0136; } IL_00b9: { // recipKID = Asn1OctetString.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_21 = V_1; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_22; L_22 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(L_21, (bool)1, /*hidden argument*/NULL); __this->set_recipKID_11(L_22); // break; goto IL_0136; } IL_00c8: { // transactionID = Asn1OctetString.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_23 = V_1; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_24; L_24 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(L_23, (bool)1, /*hidden argument*/NULL); __this->set_transactionID_12(L_24); // break; goto IL_0136; } IL_00d7: { // senderNonce = Asn1OctetString.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_25 = V_1; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_26; L_26 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(L_25, (bool)1, /*hidden argument*/NULL); __this->set_senderNonce_13(L_26); // break; goto IL_0136; } IL_00e6: { // recipNonce = Asn1OctetString.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_27 = V_1; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_28; L_28 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(L_27, (bool)1, /*hidden argument*/NULL); __this->set_recipNonce_14(L_28); // break; goto IL_0136; } IL_00f5: { // freeText = PkiFreeText.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_29 = V_1; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_30; L_30 = PkiFreeText_GetInstance_mF195AF9B9464B3492E16A978EEBABCE506A30A82(L_29, (bool)1, /*hidden argument*/NULL); __this->set_freeText_15(L_30); // break; goto IL_0136; } IL_0104: { // generalInfo = Asn1Sequence.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_31 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_32; L_32 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_31, (bool)1, /*hidden argument*/NULL); __this->set_generalInfo_16(L_32); // break; goto IL_0136; } IL_0113: { // throw new ArgumentException("unknown tag number: " + tObj.TagNo, "seq"); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_33 = V_1; NullCheck(L_33); int32_t L_34; L_34 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_33, /*hidden argument*/NULL); V_3 = L_34; String_t* L_35; L_35 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_3), /*hidden argument*/NULL); String_t* L_36; L_36 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEA77D5EF63F278131D936B44C26AFA3FE3CCF9E)), L_35, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_37 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_37, L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiHeader__ctor_m9EBCA39AED826E7C556807AD219AB225BDFEE40F_RuntimeMethod_var))); } IL_0136: { // for (int pos = 3; pos < seq.Count; ++pos) int32_t L_38 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_013a: { // for (int pos = 3; pos < seq.Count; ++pos) int32_t L_39 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_40 = ___seq0; NullCheck(L_40); int32_t L_41; L_41 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_40); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_0043; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * PkiHeader_GetInstance_mCF83A2D7E6E72A8330C2D2658C5E9C96DB5AF927 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiHeader) RuntimeObject * L_0 = ___obj0; if (!((PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 *)IsInstClass((RuntimeObject*)L_0, PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiHeader)obj; RuntimeObject * L_1 = ___obj0; return ((PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 *)CastclassClass((RuntimeObject*)L_1, PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new PkiHeader((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_4 = (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 *)il2cpp_codegen_object_new(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); PkiHeader__ctor_m9EBCA39AED826E7C556807AD219AB225BDFEE40F(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiHeader_GetInstance_mCF83A2D7E6E72A8330C2D2658C5E9C96DB5AF927_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeader__ctor_m804A035B344DFC8230C90E8BDF263B2B83FBCE08 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, int32_t ___pvno0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender1, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DerInteger(pvno), sender, recipient) int32_t L_0 = ___pvno0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_1, L_0, /*hidden argument*/NULL); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = ___sender1; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_3 = ___recipient2; PkiHeader__ctor_mD851028904F642BB89C4BC558752EE102F9B98A5(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeader__ctor_mD851028904F642BB89C4BC558752EE102F9B98A5 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pvno0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender1, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient2, const RuntimeMethod* method) { { // private PkiHeader( // DerInteger pvno, // GeneralName sender, // GeneralName recipient) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.pvno = pvno; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___pvno0; __this->set_pvno_5(L_0); // this.sender = sender; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_1 = ___sender1; __this->set_sender_6(L_1); // this.recipient = recipient; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = ___recipient2; __this->set_recipient_7(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_Pvno() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * PkiHeader_get_Pvno_m08B0C9880D66FA2476A75374272A0CDB1290E78C (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return pvno; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_pvno_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_Sender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * PkiHeader_get_Sender_mEAB28A2DD7829BB412714CA65A073AB457F32843 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return sender; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_sender_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_Recipient() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * PkiHeader_get_Recipient_mBD45D5C3FE748C32317B80FED1022E35AF1D63EF (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return recipient; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_recipient_7(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_MessageTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * PkiHeader_get_MessageTime_m1E9C669975E78E2C7D8ECEEE250AC7401E33FC4E (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return messageTime; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_messageTime_8(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_ProtectionAlg() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * PkiHeader_get_ProtectionAlg_m3CB61AB1AF9631717548C323CBFDE59FE192F2F4 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return protectionAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_protectionAlg_9(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_SenderKID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * PkiHeader_get_SenderKID_mFA21A264E9385EDAB331C9EC5A9C509161E60C8B (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return senderKID; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_senderKID_10(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_RecipKID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * PkiHeader_get_RecipKID_m5B4C237D0D8317981D068D6A62935105A50A4574 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return recipKID; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_recipKID_11(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_TransactionID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * PkiHeader_get_TransactionID_m44C8D5D7E369CF65FDC494C39DE216B0F7748E4B (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return transactionID; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_transactionID_12(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_SenderNonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * PkiHeader_get_SenderNonce_m23DE2A1E44B8318038F7649049600DA8A3F59F43 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return senderNonce; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_senderNonce_13(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_RecipNonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * PkiHeader_get_RecipNonce_m0ACE5FD5C73A867034F24C2C2CB73FE15CCCBEA0 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return recipNonce; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_recipNonce_14(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::get_FreeText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * PkiHeader_get_FreeText_m16F6F84998D37745AD9FBDAC75A14FE3956BBAE2 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { { // get { return freeText; } PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_0 = __this->get_freeText_15(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::GetGeneralInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* PkiHeader_GetGeneralInfo_m4313A21537355F5B9D09D5548E2CF299B0D51C83 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* V_0 = NULL; int32_t V_1 = 0; { // if (generalInfo == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_generalInfo_16(); if (L_0) { goto IL_000a; } } { // return null; return (InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE*)NULL; } IL_000a: { // InfoTypeAndValue[] results = new InfoTypeAndValue[generalInfo.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_generalInfo_16(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_1); InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* L_3 = (InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE*)(InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE*)SZArrayNew(InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // for (int i = 0; i < results.Length; i++) V_1 = 0; goto IL_0037; } IL_001f: { // results[i] = InfoTypeAndValue.GetInstance(generalInfo[i]); InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_generalInfo_16(); int32_t L_7 = V_1; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, L_7); InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * L_9; L_9 = InfoTypeAndValue_GetInstance_m71119E7FE6820A1003276A35CC946F5130820782(L_8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 *)L_9); // for (int i = 0; i < results.Length; i++) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { // for (int i = 0; i < results.Length; i++) int32_t L_11 = V_1; InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* L_12 = V_0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_001f; } } { // return results; InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiHeader_ToAsn1Object_m921B1E7133FDA1B13E614B68BB2BCAF4331CD342 (PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Asn1EncodableVector v = new Asn1EncodableVector(pvno, sender, recipient); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_pvno_5(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_4 = __this->get_sender_6(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_6 = __this->get_recipient_7(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_7, L_5, /*hidden argument*/NULL); // AddOptional(v, 0, messageTime); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = L_7; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_9 = __this->get_messageTime_8(); IL2CPP_RUNTIME_CLASS_INIT(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_8, 0, L_9, /*hidden argument*/NULL); // AddOptional(v, 1, protectionAlg); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = L_8; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11 = __this->get_protectionAlg_9(); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_10, 1, L_11, /*hidden argument*/NULL); // AddOptional(v, 2, senderKID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = L_10; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_13 = __this->get_senderKID_10(); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_12, 2, L_13, /*hidden argument*/NULL); // AddOptional(v, 3, recipKID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_14 = L_12; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_15 = __this->get_recipKID_11(); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_14, 3, L_15, /*hidden argument*/NULL); // AddOptional(v, 4, transactionID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = L_14; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_17 = __this->get_transactionID_12(); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_16, 4, L_17, /*hidden argument*/NULL); // AddOptional(v, 5, senderNonce); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_18 = L_16; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_19 = __this->get_senderNonce_13(); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_18, 5, L_19, /*hidden argument*/NULL); // AddOptional(v, 6, recipNonce); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_20 = L_18; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_21 = __this->get_recipNonce_14(); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_20, 6, L_21, /*hidden argument*/NULL); // AddOptional(v, 7, freeText); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_22 = L_20; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_23 = __this->get_freeText_15(); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_22, 7, L_23, /*hidden argument*/NULL); // AddOptional(v, 8, generalInfo); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_24 = L_22; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_25 = __this->get_generalInfo_16(); PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759(L_24, 8, L_25, /*hidden argument*/NULL); // return new DerSequence(v); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_26 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_26, L_24, /*hidden argument*/NULL); return L_26; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeader_AddOptional_m2A41624577C346401A70848C34C1FCEB939E0759 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj2; if (!L_0) { goto IL_001a; } } { // v.Add(new DerTaggedObject(true, tagNo, obj)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = ___v0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_2; int32_t L_4 = ___tagNo1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = ___obj2; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_6 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_6, (bool)1, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_1); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_1, L_3, /*hidden argument*/NULL); } IL_001a: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeader__cctor_mA17D47CFB0F083239A0256A6124B2598D3DEA4A5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly GeneralName NULL_NAME = new GeneralName(X509Name.GetInstance(new DerSequence())); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_0 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mDAFDA71D7496938B5DF404A9D61EAD156F51C963(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_1; L_1 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_0, /*hidden argument*/NULL); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)il2cpp_codegen_object_new(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); GeneralName__ctor_mCF1689CCA82897AAE0F5D2152376A2A44AE6593F(L_2, L_1, /*hidden argument*/NULL); ((PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields*)il2cpp_codegen_static_fields_for(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var))->set_NULL_NAME_2(L_2); // public static readonly int CMP_1999 = 1; ((PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields*)il2cpp_codegen_static_fields_for(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var))->set_CMP_1999_3(1); // public static readonly int CMP_2000 = 2; ((PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields*)il2cpp_codegen_static_fields_for(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var))->set_CMP_2000_4(2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeaderBuilder__ctor_mE4D1B62CFB4338320CF346E93B075A5C78724974 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, int32_t ___pvno0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender1, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DerInteger(pvno), sender, recipient) int32_t L_0 = ___pvno0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_1, L_0, /*hidden argument*/NULL); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = ___sender1; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_3 = ___recipient2; PkiHeaderBuilder__ctor_m28995E7F5C6EC0B584115BB4C28190EFC850C6A8(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeaderBuilder__ctor_m28995E7F5C6EC0B584115BB4C28190EFC850C6A8 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pvno0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender1, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient2, const RuntimeMethod* method) { { // private PkiHeaderBuilder( // DerInteger pvno, // GeneralName sender, // GeneralName recipient) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.pvno = pvno; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___pvno0; __this->set_pvno_0(L_0); // this.sender = sender; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_1 = ___sender1; __this->set_sender_1(L_1); // this.recipient = recipient; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = ___recipient2; __this->set_recipient_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetMessageTime(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetMessageTime_mCEA73CDB816AC69D4B3A1037A36F46DA646E8BEC (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___time0, const RuntimeMethod* method) { { // messageTime = time; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = ___time0; __this->set_messageTime_3(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetProtectionAlg(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetProtectionAlg_m65DBE2421F34B608839ECCFEC3526E7AD108C645 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___aid0, const RuntimeMethod* method) { { // protectionAlg = aid; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___aid0; __this->set_protectionAlg_4(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetSenderKID(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetSenderKID_m4D6250BB8755825B6F39383DD1017006FEF86AA3 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___kid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B2_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B1_0 = NULL; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * G_B3_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B3_1 = NULL; { // return SetSenderKID(kid == null ? null : new DerOctetString(kid)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___kid0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___kid0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_2 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_2, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_000d; } IL_000c: { G_B3_0 = ((DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)(NULL)); G_B3_1 = G_B2_0; } IL_000d: { NullCheck(G_B3_1); PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * L_3; L_3 = VirtualFuncInvoker1< PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 *, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetSenderKID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) */, G_B3_1, G_B3_0); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetSenderKID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetSenderKID_mD70789FF4453A25924071ABC08B5630B0D58542C (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___kid0, const RuntimeMethod* method) { { // senderKID = kid; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = ___kid0; __this->set_senderKID_5(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetRecipKID(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetRecipKID_m4AC154135DFAF9F51296BC2FBB45B8CB296697ED (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___kid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B2_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B1_0 = NULL; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * G_B3_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B3_1 = NULL; { // return SetRecipKID(kid == null ? null : new DerOctetString(kid)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___kid0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___kid0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_2 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_2, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_000d; } IL_000c: { G_B3_0 = ((DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)(NULL)); G_B3_1 = G_B2_0; } IL_000d: { NullCheck(G_B3_1); PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * L_3; L_3 = VirtualFuncInvoker1< PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 *, DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetRecipKID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString) */, G_B3_1, G_B3_0); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetRecipKID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetRecipKID_mCD05D58133B68E88D1E71D271582C63766CCA26C (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * ___kid0, const RuntimeMethod* method) { { // recipKID = kid; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_0 = ___kid0; __this->set_recipKID_6(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetTransactionID(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetTransactionID_mDEFD15AF39D887CBF89AB11B3D0797276DF98398 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___tid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B2_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B1_0 = NULL; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * G_B3_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B3_1 = NULL; { // return SetTransactionID(tid == null ? null : new DerOctetString(tid)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___tid0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___tid0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_2 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_2, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_000d; } IL_000c: { G_B3_0 = ((DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)(NULL)); G_B3_1 = G_B2_0; } IL_000d: { NullCheck(G_B3_1); PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * L_3; L_3 = VirtualFuncInvoker1< PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 *, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetTransactionID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) */, G_B3_1, G_B3_0); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetTransactionID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetTransactionID_m6E50DD3339BB17219AED1BFF4B4CBF8F8FCE8D4B (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___tid0, const RuntimeMethod* method) { { // transactionID = tid; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = ___tid0; __this->set_transactionID_7(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetSenderNonce(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetSenderNonce_mDB7D65D3C10C07C1FB775889E72CD2433B6FF523 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B2_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B1_0 = NULL; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * G_B3_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B3_1 = NULL; { // return SetSenderNonce(nonce == null ? null : new DerOctetString(nonce)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___nonce0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___nonce0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_2 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_2, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_000d; } IL_000c: { G_B3_0 = ((DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)(NULL)); G_B3_1 = G_B2_0; } IL_000d: { NullCheck(G_B3_1); PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * L_3; L_3 = VirtualFuncInvoker1< PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 *, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetSenderNonce(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) */, G_B3_1, G_B3_0); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetSenderNonce(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetSenderNonce_m3924D2DA9D4CBF0E3CA11D80A67B38DBDDAC4BAC (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___nonce0, const RuntimeMethod* method) { { // senderNonce = nonce; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = ___nonce0; __this->set_senderNonce_8(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetRecipNonce(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetRecipNonce_m9C0E8E685DA29EC9E84583D0A83BEF4171E29523 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B2_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B1_0 = NULL; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * G_B3_0 = NULL; PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * G_B3_1 = NULL; { // return SetRecipNonce(nonce == null ? null : new DerOctetString(nonce)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___nonce0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___nonce0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_2 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_2, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_000d; } IL_000c: { G_B3_0 = ((DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)(NULL)); G_B3_1 = G_B2_0; } IL_000d: { NullCheck(G_B3_1); PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * L_3; L_3 = VirtualFuncInvoker1< PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 *, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetRecipNonce(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) */, G_B3_1, G_B3_0); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetRecipNonce(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetRecipNonce_mD51A4EB06FE7AB3DE7F85E5B4F3A901325FBD065 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___nonce0, const RuntimeMethod* method) { { // recipNonce = nonce; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = ___nonce0; __this->set_recipNonce_9(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetFreeText(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetFreeText_m445F602BF38A40E939BFF1F93EFD177DCBA52596 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___text0, const RuntimeMethod* method) { { // freeText = text; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_0 = ___text0; __this->set_freeText_10(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetGeneralInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetGeneralInfo_m2D70902D5E9B2FB90A45FB2C261DADDDA12B0B67 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * ___genInfo0, const RuntimeMethod* method) { { // return SetGeneralInfo(MakeGeneralInfoSeq(genInfo)); InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * L_0 = ___genInfo0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1; L_1 = PkiHeaderBuilder_MakeGeneralInfoSeq_m7379594710C1B5FDA5B5E93F88B73E0AEA692050(L_0, /*hidden argument*/NULL); PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * L_2; L_2 = VirtualFuncInvoker1< PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 *, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetGeneralInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) */, __this, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetGeneralInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetGeneralInfo_m9358A83755FE34CAA76F0F4FA7C4AD667B1A820E (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* ___genInfos0, const RuntimeMethod* method) { { // return SetGeneralInfo(MakeGeneralInfoSeq(genInfos)); InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* L_0 = ___genInfos0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1; L_1 = PkiHeaderBuilder_MakeGeneralInfoSeq_mC24382E252F5CECA0A9E94E144B9E6D46A07BB0E(L_0, /*hidden argument*/NULL); PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * L_2; L_2 = VirtualFuncInvoker1< PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 *, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetGeneralInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) */, __this, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::SetGeneralInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * PkiHeaderBuilder_SetGeneralInfo_m1708B710AEC7098CDCA3684E37F3DE6B12891971 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seqOfInfoTypeAndValue0, const RuntimeMethod* method) { { // generalInfo = seqOfInfoTypeAndValue; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seqOfInfoTypeAndValue0; __this->set_generalInfo_11(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::MakeGeneralInfoSeq(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * PkiHeaderBuilder_MakeGeneralInfoSeq_m7379594710C1B5FDA5B5E93F88B73E0AEA692050 (InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * ___generalInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(generalInfo); InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * L_0 = ___generalInfo0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_1 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::MakeGeneralInfoSeq(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * PkiHeaderBuilder_MakeGeneralInfoSeq_mC24382E252F5CECA0A9E94E144B9E6D46A07BB0E (InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* ___generalInfos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_0 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_1 = NULL; int32_t V_2 = 0; { // Asn1Sequence genInfoSeq = null; V_0 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; // if (generalInfos != null) InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* L_0 = ___generalInfos0; if (!L_0) { goto IL_0037; } } { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1; L_1 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_2, L_1, /*hidden argument*/NULL); V_1 = L_2; // for (int i = 0; i < generalInfos.Length; ++i) V_2 = 0; goto IL_002a; } IL_0014: { // v.Add(generalInfos[i]); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* L_6 = ___generalInfos0; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; InfoTypeAndValue_t8C356976114DE5E21A690C33CF4006CAD970F650 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_9); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); // for (int i = 0; i < generalInfos.Length; ++i) int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002a: { // for (int i = 0; i < generalInfos.Length; ++i) int32_t L_11 = V_2; InfoTypeAndValueU5BU5D_tA12FE2A4ED44B72E458B1EB8F8391ED9C86502CE* L_12 = ___generalInfos0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0014; } } { // genInfoSeq = new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_13 = V_1; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_14 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_14, L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_0037: { // return genInfoSeq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_15 = V_0; return L_15; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::Build() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * PkiHeaderBuilder_Build_m4FBA80AC66BB933F2BC1ABFE682AC3FAB6855EC3 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(pvno, sender, recipient); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_pvno_0(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_4 = __this->get_sender_1(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_6 = __this->get_recipient_2(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_7, L_5, /*hidden argument*/NULL); V_0 = L_7; // AddOptional(v, 0, messageTime); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_9 = __this->get_messageTime_3(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_8, 0, L_9, /*hidden argument*/NULL); // AddOptional(v, 1, protectionAlg); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11 = __this->get_protectionAlg_4(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_10, 1, L_11, /*hidden argument*/NULL); // AddOptional(v, 2, senderKID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_13 = __this->get_senderKID_5(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_12, 2, L_13, /*hidden argument*/NULL); // AddOptional(v, 3, recipKID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_14 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_15 = __this->get_recipKID_6(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_14, 3, L_15, /*hidden argument*/NULL); // AddOptional(v, 4, transactionID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_17 = __this->get_transactionID_7(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_16, 4, L_17, /*hidden argument*/NULL); // AddOptional(v, 5, senderNonce); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_18 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_19 = __this->get_senderNonce_8(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_18, 5, L_19, /*hidden argument*/NULL); // AddOptional(v, 6, recipNonce); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_20 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_21 = __this->get_recipNonce_9(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_20, 6, L_21, /*hidden argument*/NULL); // AddOptional(v, 7, freeText); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_22 = V_0; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_23 = __this->get_freeText_10(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_22, 7, L_23, /*hidden argument*/NULL); // AddOptional(v, 8, generalInfo); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_24 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_25 = __this->get_generalInfo_11(); PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548(__this, L_24, 8, L_25, /*hidden argument*/NULL); // messageTime = null; __this->set_messageTime_3((DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)NULL); // protectionAlg = null; __this->set_protectionAlg_4((AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)NULL); // senderKID = null; __this->set_senderKID_5((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)NULL); // recipKID = null; __this->set_recipKID_6((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)NULL); // transactionID = null; __this->set_transactionID_7((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)NULL); // senderNonce = null; __this->set_senderNonce_8((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)NULL); // recipNonce = null; __this->set_recipNonce_9((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)NULL); // freeText = null; __this->set_freeText_10((PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 *)NULL); // generalInfo = null; __this->set_generalInfo_11((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL); // return PkiHeader.GetInstance(new DerSequence(v)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_26 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_27 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_28; L_28 = PkiHeader_GetInstance_mCF83A2D7E6E72A8330C2D2658C5E9C96DB5AF927(L_27, /*hidden argument*/NULL); return L_28; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiHeaderBuilder_AddOptional_mB308E7D5647CA55A38FADCA53FCF9E0BBD48D548 (PkiHeaderBuilder_tFBB133B2B216EAF0B5F4181E4358AA81546FBB67 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj2; if (!L_0) { goto IL_001a; } } { // v.Add(new DerTaggedObject(true, tagNo, obj)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = ___v0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_2; int32_t L_4 = ___tagNo1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = ___obj2; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_6 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_6, (bool)1, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_1); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_1, L_3, /*hidden argument*/NULL); } IL_001a: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessage__ctor_m8716644F8E3AEB760444A29476E0FDBE1E7B3751 (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_1 = NULL; { // private PkiMessage(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // header = PkiHeader.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); IL2CPP_RUNTIME_CLASS_INIT(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_2; L_2 = PkiHeader_GetInstance_mCF83A2D7E6E72A8330C2D2658C5E9C96DB5AF927(L_1, /*hidden argument*/NULL); __this->set_header_2(L_2); // body = PkiBody.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 1); PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_5; L_5 = PkiBody_GetInstance_m505735FA5A5C18C57DC43A19C9DBF808839FE7A3(L_4, /*hidden argument*/NULL); __this->set_body_3(L_5); // for (int pos = 2; pos < seq.Count; ++pos) V_0 = 2; goto IL_0068; } IL_002e: { // Asn1TaggedObject tObj = (Asn1TaggedObject)seq[pos].ToAsn1Object(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; int32_t L_7 = V_0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, L_7); NullCheck(L_8); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_9; L_9 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_8); V_1 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_9, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // if (tObj.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_10 = V_1; NullCheck(L_10); int32_t L_11; L_11 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0057; } } { // protection = DerBitString.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_13; L_13 = DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE(L_12, (bool)1, /*hidden argument*/NULL); __this->set_protection_4(L_13); // } goto IL_0064; } IL_0057: { // extraCerts = Asn1Sequence.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_14 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_15; L_15 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_14, (bool)1, /*hidden argument*/NULL); __this->set_extraCerts_5(L_15); } IL_0064: { // for (int pos = 2; pos < seq.Count; ++pos) int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0068: { // for (int pos = 2; pos < seq.Count; ++pos) int32_t L_17 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = ___seq0; NullCheck(L_18); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_18); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_002e; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * PkiMessage_GetInstance_m84F95E05ABBE864DA263172725E8998B7332E818 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiMessage) RuntimeObject * L_0 = ___obj0; if (!((PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 *)IsInstClass((RuntimeObject*)L_0, PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiMessage)obj; RuntimeObject * L_1 = ___obj0; return ((PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 *)CastclassClass((RuntimeObject*)L_1, PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new PkiMessage(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * L_5 = (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 *)il2cpp_codegen_object_new(PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26_il2cpp_TypeInfo_var); PkiMessage__ctor_m8716644F8E3AEB760444A29476E0FDBE1E7B3751(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessage__ctor_m9E4312DD470F73227D392AB83E2D73F50275CF25 (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * ___header0, PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * ___body1, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___protection2, CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* ___extraCerts3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public PkiMessage( // PkiHeader header, // PkiBody body, // DerBitString protection, // CmpCertificate[] extraCerts) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.header = header; PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_0 = ___header0; __this->set_header_2(L_0); // this.body = body; PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_1 = ___body1; __this->set_body_3(L_1); // this.protection = protection; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_2 = ___protection2; __this->set_protection_4(L_2); // if (extraCerts != null) CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_3 = ___extraCerts3; if (!L_3) { goto IL_002e; } } { // this.extraCerts = new DerSequence(extraCerts); CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_4 = ___extraCerts3; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_4; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_6 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_6, L_5, /*hidden argument*/NULL); __this->set_extraCerts_5(L_6); } IL_002e: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessage__ctor_mDEA26C83F3E3E7E80BB12E8F2D2BB5A2D79E483E (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * ___header0, PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * ___body1, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___protection2, const RuntimeMethod* method) { { // : this(header, body, protection, null) PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_0 = ___header0; PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_1 = ___body1; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_2 = ___protection2; PkiMessage__ctor_m9E4312DD470F73227D392AB83E2D73F50275CF25(__this, L_0, L_1, L_2, (CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00*)(CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessage__ctor_m4FB1F48EFC4C732404DC59735C3578482DFB4B64 (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * ___header0, PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * ___body1, const RuntimeMethod* method) { { // : this(header, body, null, null) PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_0 = ___header0; PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_1 = ___body1; PkiMessage__ctor_m9E4312DD470F73227D392AB83E2D73F50275CF25(__this, L_0, L_1, (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)NULL, (CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00*)(CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00*)NULL, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::get_Header() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * PkiMessage_get_Header_m9F754C037874291E40035D1A4D98495C77AC9E84 (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, const RuntimeMethod* method) { { // get { return header; } PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_0 = __this->get_header_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::get_Body() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * PkiMessage_get_Body_mD4F018C43AC3C6B25BEC7645ABE13BDE1CADC5CA (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, const RuntimeMethod* method) { { // get { return body; } PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_0 = __this->get_body_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::get_Protection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * PkiMessage_get_Protection_m46C85C25B75561DBF29DABBEDCCFDDC7D15A48F0 (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, const RuntimeMethod* method) { { // get { return protection; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_protection_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::GetExtraCerts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* PkiMessage_GetExtraCerts_m0E408F2A79DD6586B859E4B567FC77F909593258 (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* V_0 = NULL; int32_t V_1 = 0; { // if (extraCerts == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_extraCerts_5(); if (L_0) { goto IL_000a; } } { // return null; return (CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00*)NULL; } IL_000a: { // CmpCertificate[] results = new CmpCertificate[extraCerts.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_extraCerts_5(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_1); CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_3 = (CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00*)(CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00*)SZArrayNew(CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // for (int i = 0; i < results.Length; ++i) V_1 = 0; goto IL_0037; } IL_001f: { // results[i] = CmpCertificate.GetInstance(extraCerts[i]); CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_extraCerts_5(); int32_t L_7 = V_1; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, L_7); CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_9; L_9 = CmpCertificate_GetInstance_mA319EAF3013759A5DD807397463555B70791BBD9(L_8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 *)L_9); // for (int i = 0; i < results.Length; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { // for (int i = 0; i < results.Length; ++i) int32_t L_11 = V_1; CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_12 = V_0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_001f; } } { // return results; CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiMessage_ToAsn1Object_mE3216D27B19E964C117A3ED44C53446BD6238DDF (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Asn1EncodableVector v = new Asn1EncodableVector(header, body); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_2 = __this->get_header_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_4 = __this->get_body_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_5, L_3, /*hidden argument*/NULL); // AddOptional(v, 0, protection); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = L_5; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_7 = __this->get_protection_4(); PkiMessage_AddOptional_m8FEF4C13CFA28E256508AA9BE18114B78425C1C9(L_6, 0, L_7, /*hidden argument*/NULL); // AddOptional(v, 1, extraCerts); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = L_6; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = __this->get_extraCerts_5(); PkiMessage_AddOptional_m8FEF4C13CFA28E256508AA9BE18114B78425C1C9(L_8, 1, L_9, /*hidden argument*/NULL); // return new DerSequence(v); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_10 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_10, L_8, /*hidden argument*/NULL); return L_10; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessage_AddOptional_m8FEF4C13CFA28E256508AA9BE18114B78425C1C9 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj2; if (!L_0) { goto IL_001a; } } { // v.Add(new DerTaggedObject(true, tagNo, obj)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = ___v0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_2; int32_t L_4 = ___tagNo1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = ___obj2; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_6 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_6, (bool)1, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_1); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_1, L_3, /*hidden argument*/NULL); } IL_001a: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessages__ctor_m03A2CEF08BCD696520BBD467ABC065B6CC857788 (PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private PkiMessages(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // content = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; __this->set_content_2(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * PkiMessages_GetInstance_mD1D0CEC37A546CEDAD50A072641036E625C7ACC3 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiMessages) RuntimeObject * L_0 = ___obj0; if (!((PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D *)IsInstClass((RuntimeObject*)L_0, PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiMessages)obj; RuntimeObject * L_1 = ___obj0; return ((PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D *)CastclassClass((RuntimeObject*)L_1, PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new PkiMessages((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * L_4 = (PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D *)il2cpp_codegen_object_new(PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D_il2cpp_TypeInfo_var); PkiMessages__ctor_m03A2CEF08BCD696520BBD467ABC065B6CC857788(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiMessages_GetInstance_mD1D0CEC37A546CEDAD50A072641036E625C7ACC3_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiMessages__ctor_m78E7C48D3DF3F210E9207AD7EBABCBAC07BB8865 (PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * __this, PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA* ___msgs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public PkiMessages(params PkiMessage[] msgs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // content = new DerSequence(msgs); PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA* L_0 = ___msgs0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_2 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_2, L_1, /*hidden argument*/NULL); __this->set_content_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessage[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages::ToPkiMessageArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA* PkiMessages_ToPkiMessageArray_m68C6E43772E6212B74CA4EF5C648EA13D73496F1 (PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA* V_0 = NULL; int32_t V_1 = 0; { // PkiMessage[] result = new PkiMessage[content.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_content_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA* L_2 = (PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA*)(PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA*)SZArrayNew(PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i != result.Length; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // result[i] = PkiMessage.GetInstance(content[i]); PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_content_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 * L_8; L_8 = PkiMessage_GetInstance_m84F95E05ABBE864DA263172725E8998B7332E818(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (PkiMessage_t5238F514A9C6FA72EAC7847AF4E862C97D1FCA26 *)L_8); // for (int i = 0; i != result.Length; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { // for (int i = 0; i != result.Length; ++i) int32_t L_10 = V_1; PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA* L_11 = V_0; NullCheck(L_11); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))) { goto IL_0015; } } { // return result; PkiMessageU5BU5D_t677F6F464571EF3AC0E7CDF41E8C8AAD5224BAAA* L_12 = V_0; return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiMessages::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiMessages_ToAsn1Object_m51B5097BD38429D18457ACED8B5A50511DBCE890 (PkiMessages_t879C00F81DB610F5C1D047B874788EB64A3EE02D * __this, const RuntimeMethod* method) { { // return content; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_content_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiPublicationInfo__ctor_mAD6A0C4A6E3C474A0FC315CDC6379FD9C7C4476B (PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private PkiPublicationInfo(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // action = DerInteger.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2; L_2 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_1, /*hidden argument*/NULL); __this->set_action_2(L_2); // pubInfos = Asn1Sequence.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 1); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5; L_5 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_4, /*hidden argument*/NULL); __this->set_pubInfos_3(L_5); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * PkiPublicationInfo_GetInstance_mE1065FB8AFD3A6173AA7C77A90ACBD7B51BAB0F4 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiPublicationInfo) RuntimeObject * L_0 = ___obj0; if (!((PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC *)IsInstClass((RuntimeObject*)L_0, PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiPublicationInfo)obj; RuntimeObject * L_1 = ___obj0; return ((PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC *)CastclassClass((RuntimeObject*)L_1, PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new PkiPublicationInfo((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * L_4 = (PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC *)il2cpp_codegen_object_new(PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC_il2cpp_TypeInfo_var); PkiPublicationInfo__ctor_mAD6A0C4A6E3C474A0FC315CDC6379FD9C7C4476B(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiPublicationInfo_GetInstance_mE1065FB8AFD3A6173AA7C77A90ACBD7B51BAB0F4_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo::get_Action() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * PkiPublicationInfo_get_Action_m47DD61CEB280739763AD35466CAFBADBAD54C6BE (PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * __this, const RuntimeMethod* method) { { // get { return action; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_action_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo::GetPubInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B* PkiPublicationInfo_GetPubInfos_m99A2503C937EE6BBA6A6C135DF5C9B8E9B2E2005 (PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B* V_0 = NULL; int32_t V_1 = 0; { // if (pubInfos == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_pubInfos_3(); if (L_0) { goto IL_000a; } } { // return null; return (SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B*)NULL; } IL_000a: { // SinglePubInfo[] results = new SinglePubInfo[pubInfos.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_pubInfos_3(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_1); SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B* L_3 = (SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B*)(SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B*)SZArrayNew(SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // for (int i = 0; i != results.Length; ++i) V_1 = 0; goto IL_0037; } IL_001f: { // results[i] = SinglePubInfo.GetInstance(pubInfos[i]); SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_pubInfos_3(); int32_t L_7 = V_1; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, L_7); SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * L_9; L_9 = SinglePubInfo_GetInstance_m4D6998578F224EDFEAD46BF373E06D9B8CAD705D(L_8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 *)L_9); // for (int i = 0; i != results.Length; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { // for (int i = 0; i != results.Length; ++i) int32_t L_11 = V_1; SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B* L_12 = V_0; NullCheck(L_12); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_001f; } } { // return results; SinglePubInfoU5BU5D_t00EDB929786E03DCBDBCADE6A1AF90017BD79C0B* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiPublicationInfo_ToAsn1Object_m3FE5C5A978CB8AA9B6AFB172AB30C8C8B456C697 (PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(action, pubInfos); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_action_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = __this->get_pubInfos_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_3, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028 (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * __this, int32_t ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DerInteger((int)status)) int32_t L_0 = ___status0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_1, L_0, /*hidden argument*/NULL); PkiStatusEncodable__ctor_mAFF038B46837F4F55AF72E0BF96A9922E537FF1B(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusEncodable__ctor_mAFF038B46837F4F55AF72E0BF96A9922E537FF1B (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___status0, const RuntimeMethod* method) { { // private PkiStatusEncodable(DerInteger status) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.status = status; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___status0; __this->set_status_9(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * PkiStatusEncodable_GetInstance_mB67D691DF771336843BC753016CEB9E3E05557B4 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiStatusEncodable) RuntimeObject * L_0 = ___obj0; if (!((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)IsInstClass((RuntimeObject*)L_0, PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiStatusEncodable)obj; RuntimeObject * L_1 = ___obj0; return ((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)CastclassClass((RuntimeObject*)L_1, PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is DerInteger) RuntimeObject * L_2 = ___obj0; if (!((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)IsInstClass((RuntimeObject*)L_2, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new PkiStatusEncodable((DerInteger)obj); RuntimeObject * L_3 = ___obj0; PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_4 = (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)il2cpp_codegen_object_new(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable__ctor_mAFF038B46837F4F55AF72E0BF96A9922E537FF1B(L_4, ((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_3, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiStatusEncodable_GetInstance_mB67D691DF771336843BC753016CEB9E3E05557B4_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * PkiStatusEncodable_get_Value_m17D6D79DA4C9B287C0EF55CF838CF1F185E35D33 (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * __this, const RuntimeMethod* method) { { // get { return status.Value; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_status_9(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiStatusEncodable_ToAsn1Object_mF61FF0E222FCE9F30BA0862CE69D0D90D7CF0147 (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * __this, const RuntimeMethod* method) { { // return status; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_status_9(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusEncodable__cctor_mB6B0D38B30FDBC7C9B59EA1CBB8EE0DE73B4A3F4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly PkiStatusEncodable granted = new PkiStatusEncodable(PkiStatus.Granted); PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_0 = (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)il2cpp_codegen_object_new(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028(L_0, 0, /*hidden argument*/NULL); ((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields*)il2cpp_codegen_static_fields_for(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var))->set_granted_2(L_0); // public static readonly PkiStatusEncodable grantedWithMods = new PkiStatusEncodable(PkiStatus.GrantedWithMods); PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_1 = (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)il2cpp_codegen_object_new(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028(L_1, 1, /*hidden argument*/NULL); ((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields*)il2cpp_codegen_static_fields_for(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var))->set_grantedWithMods_3(L_1); // public static readonly PkiStatusEncodable rejection = new PkiStatusEncodable(PkiStatus.Rejection); PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_2 = (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)il2cpp_codegen_object_new(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028(L_2, 2, /*hidden argument*/NULL); ((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields*)il2cpp_codegen_static_fields_for(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var))->set_rejection_4(L_2); // public static readonly PkiStatusEncodable waiting = new PkiStatusEncodable(PkiStatus.Waiting); PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_3 = (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)il2cpp_codegen_object_new(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028(L_3, 3, /*hidden argument*/NULL); ((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields*)il2cpp_codegen_static_fields_for(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var))->set_waiting_5(L_3); // public static readonly PkiStatusEncodable revocationWarning = new PkiStatusEncodable(PkiStatus.RevocationWarning); PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_4 = (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)il2cpp_codegen_object_new(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028(L_4, 4, /*hidden argument*/NULL); ((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields*)il2cpp_codegen_static_fields_for(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var))->set_revocationWarning_6(L_4); // public static readonly PkiStatusEncodable revocationNotification = new PkiStatusEncodable(PkiStatus.RevocationNotification); PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_5 = (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)il2cpp_codegen_object_new(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028(L_5, 5, /*hidden argument*/NULL); ((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields*)il2cpp_codegen_static_fields_for(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var))->set_revocationNotification_7(L_5); // public static readonly PkiStatusEncodable keyUpdateWaiting = new PkiStatusEncodable(PkiStatus.KeyUpdateWarning); PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_6 = (PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE *)il2cpp_codegen_object_new(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable__ctor_m697D1BAF510C92D03386A4F7A185A724C3FA5028(L_6, 6, /*hidden argument*/NULL); ((PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields*)il2cpp_codegen_static_fields_for(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var))->set_keyUpdateWaiting_8(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * PkiStatusInfo_GetInstance_m9BC8F883BACE9557DF701F5887CF5A87C268C089 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, isExplicit)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___isExplicit1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_3; L_3 = PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PkiStatusInfo) RuntimeObject * L_0 = ___obj0; if (!((PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 *)IsInstClass((RuntimeObject*)L_0, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PkiStatusInfo)obj; RuntimeObject * L_1 = ___obj0; return ((PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 *)CastclassClass((RuntimeObject*)L_1, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17_il2cpp_TypeInfo_var)); } IL_000f: { // else if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new PkiStatusInfo((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_4 = (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 *)il2cpp_codegen_object_new(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17_il2cpp_TypeInfo_var); PkiStatusInfo__ctor_m5C5703DB95B973B5F1D7A273917A3B4024D51AD8(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusInfo__ctor_m5C5703DB95B973B5F1D7A273917A3B4024D51AD8 (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { // public PkiStatusInfo( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.status = DerInteger.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2; L_2 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_1, /*hidden argument*/NULL); __this->set_status_2(L_2); // this.statusString = null; __this->set_statusString_3((PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 *)NULL); // this.failInfo = null; __this->set_failInfo_4((DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)NULL); // if (seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_3); if ((((int32_t)L_4) <= ((int32_t)2))) { goto IL_0054; } } { // this.statusString = PkiFreeText.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, 1); PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_7; L_7 = PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE(L_6, /*hidden argument*/NULL); __this->set_statusString_3(L_7); // this.failInfo = DerBitString.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = ___seq0; NullCheck(L_8); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9; L_9 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_8, 2); IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_10; L_10 = DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A(L_9, /*hidden argument*/NULL); __this->set_failInfo_4(L_10); // } return; } IL_0054: { // else if (seq.Count > 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = ___seq0; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_11); if ((((int32_t)L_12) <= ((int32_t)1))) { goto IL_0086; } } { // object obj = seq[1]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; NullCheck(L_13); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_14; L_14 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_13, 1); V_0 = L_14; // if (obj is DerBitString) RuntimeObject * L_15 = V_0; if (!((DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)IsInstClass((RuntimeObject*)L_15, DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var))) { goto IL_007a; } } { // this.failInfo = DerBitString.GetInstance(obj); RuntimeObject * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_17; L_17 = DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A(L_16, /*hidden argument*/NULL); __this->set_failInfo_4(L_17); // } return; } IL_007a: { // this.statusString = PkiFreeText.GetInstance(obj); RuntimeObject * L_18 = V_0; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_19; L_19 = PkiFreeText_GetInstance_m13927537D054B43C09B4AB02E6E33E47A1DC52AE(L_18, /*hidden argument*/NULL); __this->set_statusString_3(L_19); } IL_0086: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusInfo__ctor_m97D816370043125CC7A5C338B6DFA7842FCACDB2 (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, int32_t ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PkiStatusInfo(int status) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.status = new DerInteger(status); int32_t L_0 = ___status0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_1, L_0, /*hidden argument*/NULL); __this->set_status_2(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusInfo__ctor_mF8BB0C7180B1B01DD3C24EB010D15ECA478877E7 (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, int32_t ___status0, PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___statusString1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PkiStatusInfo( // int status, // PkiFreeText statusString) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.status = new DerInteger(status); int32_t L_0 = ___status0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_1, L_0, /*hidden argument*/NULL); __this->set_status_2(L_1); // this.statusString = statusString; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_2 = ___statusString1; __this->set_statusString_3(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFailureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkiStatusInfo__ctor_m6654B249423CD0BD521C5FCFAC3A1171F9ED3E8D (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, int32_t ___status0, PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___statusString1, PkiFailureInfo_tE2C7BFC82FECC34786EB5F2C590B707B10136FAC * ___failInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PkiStatusInfo( // int status, // PkiFreeText statusString, // PkiFailureInfo failInfo) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.status = new DerInteger(status); int32_t L_0 = ___status0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_1, L_0, /*hidden argument*/NULL); __this->set_status_2(L_1); // this.statusString = statusString; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_2 = ___statusString1; __this->set_statusString_3(L_2); // this.failInfo = failInfo; PkiFailureInfo_tE2C7BFC82FECC34786EB5F2C590B707B10136FAC * L_3 = ___failInfo2; __this->set_failInfo_4(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::get_Status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * PkiStatusInfo_get_Status_m8CCDB07D2BE89C4CC6A75A7DEF2042C9D04C7FF9 (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, const RuntimeMethod* method) { { // return status.Value; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_status_2(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::get_StatusString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * PkiStatusInfo_get_StatusString_mD75400A99EF72FA3897CA8F8833CC24C397CA561 (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, const RuntimeMethod* method) { { // return statusString; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_0 = __this->get_statusString_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::get_FailInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * PkiStatusInfo_get_FailInfo_m418C1A450C2FC16313897CDE459CB6FD8845908C (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, const RuntimeMethod* method) { { // return failInfo; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_failInfo_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkiStatusInfo_ToAsn1Object_m1641826224AF241E4A9E0696ABBB84FC3ED7DC24 (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(status); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_status_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_1, /*hidden argument*/NULL); V_0 = L_3; // if (statusString != null) PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_4 = __this->get_statusString_3(); if (!L_4) { goto IL_0032; } } { // v.Add(statusString); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_6; PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * L_8 = __this->get_statusString_3(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); } IL_0032: { // if (failInfo!= null) DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_9 = __this->get_failInfo_4(); if (!L_9) { goto IL_004f; } } { // v.Add(failInfo); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12 = L_11; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_13 = __this->get_failInfo_4(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_13); NullCheck(L_10); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_10, L_12, /*hidden argument*/NULL); } IL_004f: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_14 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_15 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_15, L_14, /*hidden argument*/NULL); return L_15; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixAttrCertChecker__ctor_mC4C82156F3708E9A03CA159AB7F86CE846F75ECB (PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5 (PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976 * __this, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * ___pkixParams0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * V_2 = NULL; Exception_t * V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * V_6 = NULL; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; int32_t V_10 = 0; Exception_t * V_11 = NULL; RuntimeObject* V_12 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_13 = NULL; RuntimeObject* V_14 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IX509Selector certSelect = pkixParams.GetTargetConstraints(); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_0 = ___pkixParams0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetConstraints() */, L_0); V_0 = L_1; // if (!(certSelect is X509AttrCertStoreSelector)) RuntimeObject* L_2 = V_0; if (((X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 *)IsInstClass((RuntimeObject*)L_2, X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_il2cpp_TypeInfo_var))) { goto IL_005c; } } { // throw new PkixCertPathBuilderException( // "TargetConstraints must be an instance of " // + typeof(X509AttrCertStoreSelector).FullName // + " for " // + typeof(PkixAttrCertPathBuilder).FullName + " class."); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38777F695E62D348BF8D886E3369EA4B131E49EF))); (L_4)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38777F695E62D348BF8D886E3369EA4B131E49EF))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (String_t*)L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_5; NullCheck(L_9); ArrayElementTypeCheck (L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF422850993212057809CBD984B2F3DAEC17A02ED))); (L_9)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF422850993212057809CBD984B2F3DAEC17A02ED))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976_0_0_0_var))) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(3), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDBC1B0E1CC5BE442112C328822B50AF6CFC1F0F1))); (L_14)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDBC1B0E1CC5BE442112C328822B50AF6CFC1F0F1))); String_t* L_15; L_15 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_14, /*hidden argument*/NULL); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_16 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5_RuntimeMethod_var))); } IL_005c: { } IL_005d: try {// begin try (depth: 1) // targets = PkixCertPathValidatorUtilities.FindCertificates( // (X509AttrCertStoreSelector)certSelect, pkixParams.GetStores()); RuntimeObject* L_17 = V_0; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_18 = ___pkixParams0; NullCheck(L_18); RuntimeObject* L_19; L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = PkixCertPathValidatorUtilities_FindCertificates_mDE414946ED6255E2BF6DCB3EB9476D0E0461664F(((X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 *)CastclassClass((RuntimeObject*)L_17, X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL); V_1 = L_20; // } goto IL_007e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0071; } throw e; } CATCH_0071: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathBuilderException("Error finding target attribute certificate.", e); Exception_t * L_21 = V_3; PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_22 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m6932D40D6F934BF36A236C9F4B8B747B79A32CD7(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6B4073CEDB819BAA32DC98061C02789EC1FC8A0)), L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5_RuntimeMethod_var))); }// end catch (depth: 1) IL_007e: { // if (targets.Count == 0) RuntimeObject* L_23 = V_1; NullCheck(L_23); int32_t L_24; L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_0091; } } { // throw new PkixCertPathBuilderException( // "No attribute certificate found matching targetContraints."); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_25 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7ED64F230126C10FC9E65306CA18D9DE7BEB24D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5_RuntimeMethod_var))); } IL_0091: { // PkixCertPathBuilderResult result = null; V_2 = (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; // foreach (IX509AttributeCertificate cert in targets) RuntimeObject* L_26 = V_1; NullCheck(L_26); RuntimeObject* L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_26); V_4 = L_27; } IL_009b: try {// begin try (depth: 1) { goto IL_017b; } IL_00a0: { // foreach (IX509AttributeCertificate cert in targets) RuntimeObject* L_28 = V_4; NullCheck(L_28); RuntimeObject * L_29; L_29 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_28); V_5 = ((RuntimeObject*)Castclass((RuntimeObject*)L_29, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var)); // X509CertStoreSelector selector = new X509CertStoreSelector(); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_30 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A(L_30, /*hidden argument*/NULL); V_6 = L_30; // X509Name[] principals = cert.Issuer.GetPrincipals(); RuntimeObject* L_31 = V_5; NullCheck(L_31); AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * L_32; L_32 = InterfaceFuncInvoker0< AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Issuer() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_31); NullCheck(L_32); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_33; L_33 = AttributeCertificateIssuer_GetPrincipals_m1062BA09DFD0202C405E1BFFDC0E770C5DAD6A23(L_32, /*hidden argument*/NULL); V_7 = L_33; // ISet issuers = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_34 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_34, /*hidden argument*/NULL); V_8 = L_34; // for (int i = 0; i < principals.Length; i++) V_10 = 0; goto IL_0107; } IL_00cf: { } IL_00d0: try {// begin try (depth: 2) // selector.Subject = principals[i]; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_35 = V_6; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_36 = V_7; int32_t L_37 = V_10; NullCheck(L_36); int32_t L_38 = L_37; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_35); X509CertStoreSelector_set_Subject_m88B68C68D101561C5A6DF2EBBDA5717D63655BEA_inline(L_35, L_39, /*hidden argument*/NULL); // issuers.AddAll(PkixCertPathValidatorUtilities.FindCertificates(selector, pkixParams.GetStores())); RuntimeObject* L_40 = V_8; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_41 = V_6; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_42 = ___pkixParams0; NullCheck(L_42); RuntimeObject* L_43; L_43 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_44; L_44 = PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD(L_41, L_43, /*hidden argument*/NULL); NullCheck(L_40); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_40, L_44); // } goto IL_0101; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00f2; } throw e; } CATCH_00f2: {// begin catch(System.Exception) // catch (Exception e) V_11 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathBuilderException( // "Public key certificate for attribute certificate cannot be searched.", // e); Exception_t * L_45 = V_11; PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_46 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m6932D40D6F934BF36A236C9F4B8B747B79A32CD7(L_46, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC2D60D8ADA94B27720CD79461CBA587CBA86EE1B)), L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5_RuntimeMethod_var))); }// end catch (depth: 2) IL_0101: { // for (int i = 0; i < principals.Length; i++) int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_0107: { // for (int i = 0; i < principals.Length; i++) int32_t L_48 = V_10; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_49 = V_7; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))))) { goto IL_00cf; } } IL_010f: { // if (issuers.IsEmpty) RuntimeObject* L_50 = V_8; NullCheck(L_50); bool L_51; L_51 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_50); if (!L_51) { goto IL_0123; } } IL_0118: { // throw new PkixCertPathBuilderException("Public key certificate for attribute certificate cannot be found."); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_52 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167(L_52, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE5B5B0AD859123953C928C610BF1F35B7FC0961B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5_RuntimeMethod_var))); } IL_0123: { // IList certPathList = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_53; L_53 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_9 = L_53; // foreach (X509Certificate issuer in issuers) RuntimeObject* L_54 = V_8; NullCheck(L_54); RuntimeObject* L_55; L_55 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_54); V_12 = L_55; } IL_0133: try {// begin try (depth: 2) { goto IL_0156; } IL_0135: { // foreach (X509Certificate issuer in issuers) RuntimeObject* L_56 = V_12; NullCheck(L_56); RuntimeObject * L_57; L_57 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_56); V_13 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_57, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // result = Build(cert, issuer, pkixParams, certPathList); RuntimeObject* L_58 = V_5; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_59 = V_13; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_60 = ___pkixParams0; RuntimeObject* L_61 = V_9; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_62; L_62 = PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D(__this, L_58, L_59, L_60, L_61, /*hidden argument*/NULL); V_2 = L_62; // if (result != null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_63 = V_2; if (!L_63) { goto IL_0156; } } IL_0154: { // break; IL2CPP_LEAVE(0x176, FINALLY_0161); } IL_0156: { // foreach (X509Certificate issuer in issuers) RuntimeObject* L_64 = V_12; NullCheck(L_64); bool L_65; L_65 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_64); if (L_65) { goto IL_0135; } } IL_015f: { IL2CPP_LEAVE(0x176, FINALLY_0161); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0161; } FINALLY_0161: {// begin finally (depth: 2) { RuntimeObject* L_66 = V_12; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_66, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_67 = V_14; if (!L_67) { goto IL_0175; } } IL_016e: { RuntimeObject* L_68 = V_14; NullCheck(L_68); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_68); } IL_0175: { IL2CPP_END_FINALLY(353) } }// end finally (depth: 2) IL2CPP_CLEANUP(353) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x176, IL_0176) } IL_0176: { // if (result != null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_69 = V_2; if (!L_69) { goto IL_017b; } } IL_0179: { // break; IL2CPP_LEAVE(0x19E, FINALLY_0189); } IL_017b: { // foreach (IX509AttributeCertificate cert in targets) RuntimeObject* L_70 = V_4; NullCheck(L_70); bool L_71; L_71 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_70); if (L_71) { goto IL_00a0; } } IL_0187: { IL2CPP_LEAVE(0x19E, FINALLY_0189); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0189; } FINALLY_0189: {// begin finally (depth: 1) { RuntimeObject* L_72 = V_4; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_72, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_73 = V_14; if (!L_73) { goto IL_019d; } } IL_0196: { RuntimeObject* L_74 = V_14; NullCheck(L_74); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_74); } IL_019d: { IL2CPP_END_FINALLY(393) } }// end finally (depth: 1) IL2CPP_CLEANUP(393) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x19E, IL_019e) } IL_019e: { // if (result == null && certPathException != null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_75 = V_2; if (L_75) { goto IL_01ba; } } { Exception_t * L_76 = __this->get_certPathException_0(); if (!L_76) { goto IL_01ba; } } { // throw new PkixCertPathBuilderException( // "Possible certificate chain could not be validated.", // certPathException); Exception_t * L_77 = __this->get_certPathException_0(); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_78 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m6932D40D6F934BF36A236C9F4B8B747B79A32CD7(L_78, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A06A38FCD9CFFE255B3A7E700B96A4B8A3E9BE6)), L_77, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5_RuntimeMethod_var))); } IL_01ba: { // if (result == null && certPathException == null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_79 = V_2; if (L_79) { goto IL_01d0; } } { Exception_t * L_80 = __this->get_certPathException_0(); if (L_80) { goto IL_01d0; } } { // throw new PkixCertPathBuilderException( // "Unable to find certificate chain."); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_81 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167(L_81, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA36889091A25A938861326DCFE41C362C218B148)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_mCD300E90C8361499B522605AF122F1A91AD608E5_RuntimeMethod_var))); } IL_01d0: { // return result; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_82 = V_2; return L_82; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D (PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976 * __this, RuntimeObject* ___attrCert0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___tbvCert1, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * ___pkixParams2, RuntimeObject* ___tbvPath3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * V_0 = NULL; PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095 * V_1 = NULL; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * V_2 = NULL; PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * V_3 = NULL; Exception_t * V_4 = NULL; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * V_5 = NULL; RuntimeObject* V_6 = NULL; CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * V_7 = NULL; Exception_t * V_8 = NULL; RuntimeObject* V_9 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_10 = NULL; RuntimeObject* V_11 = NULL; Exception_t * V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (tbvPath.Contains(tbvCert)) RuntimeObject* L_0 = ___tbvPath3; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___tbvCert1; NullCheck(L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); if (!L_2) { goto IL_000c; } } { // return null; return (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; } IL_000c: { // if (pkixParams.GetExcludedCerts().Contains(tbvCert)) PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_3 = ___pkixParams2; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(50 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::GetExcludedCerts() */, L_3); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_5 = ___tbvCert1; NullCheck(L_4); bool L_6; L_6 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_4, L_5); if (!L_6) { goto IL_001c; } } { // return null; return (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; } IL_001c: { // if (pkixParams.MaxPathLength != -1) PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_7 = ___pkixParams2; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(48 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::get_MaxPathLength() */, L_7); if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_0038; } } { // if (tbvPath.Count - 1 > pkixParams.MaxPathLength) RuntimeObject* L_9 = ___tbvPath3; NullCheck(L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_9); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_11 = ___pkixParams2; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(48 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::get_MaxPathLength() */, L_11); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))) <= ((int32_t)L_12))) { goto IL_0038; } } { // return null; return (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; } IL_0038: { // tbvPath.Add(tbvCert); RuntimeObject* L_13 = ___tbvPath3; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_14 = ___tbvCert1; NullCheck(L_13); int32_t L_15; L_15 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_13, L_14); // PkixCertPathBuilderResult builderResult = null; V_0 = (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; // PkixAttrCertPathValidator validator = new PkixAttrCertPathValidator(); PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095 * L_16 = (PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095 *)il2cpp_codegen_object_new(PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095_il2cpp_TypeInfo_var); PkixAttrCertPathValidator__ctor_m6D03A77E935E1FCE96319FBF20C1E425189F04E7(L_16, /*hidden argument*/NULL); V_1 = L_16; } IL_0049: try {// begin try (depth: 1) { // if (PkixCertPathValidatorUtilities.IsIssuerTrustAnchor(tbvCert, pkixParams.GetTrustAnchors())) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_17 = ___tbvCert1; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_18 = ___pkixParams2; NullCheck(L_18); RuntimeObject* L_19; L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_20; L_20 = PkixCertPathValidatorUtilities_IsIssuerTrustAnchor_m97EE6F67040187C1FD6345B70922A339210558AD(L_17, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0098; } } IL_0057: { // PkixCertPath certPath = new PkixCertPath(tbvPath); RuntimeObject* L_21 = ___tbvPath3; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_22 = (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *)il2cpp_codegen_object_new(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); PkixCertPath__ctor_m44D6C58FEE98B669202B6F4B5A223FC67EC3C949(L_22, L_21, /*hidden argument*/NULL); V_2 = L_22; } IL_005f: try {// begin try (depth: 2) // result = validator.Validate(certPath, pkixParams); PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095 * L_23 = V_1; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_24 = V_2; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_25 = ___pkixParams2; NullCheck(L_23); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_26; L_26 = VirtualFuncInvoker2< PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA *, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathValidator::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) */, L_23, L_24, L_25); V_3 = L_26; // } goto IL_0079; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006a; } throw e; } CATCH_006a: {// begin catch(System.Exception) // catch (Exception e) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Certification path could not be validated.", e); Exception_t * L_27 = V_4; Exception_t * L_28 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB9C6FDED6C2F4B1E22E1BCEAB25BB902E4F27111)), L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D_RuntimeMethod_var))); }// end catch (depth: 2) IL_0079: { // return new PkixCertPathBuilderResult(certPath, result.TrustAnchor, // result.PolicyTree, result.SubjectPublicKey); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_29 = V_2; PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_30 = V_3; NullCheck(L_30); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_31; L_31 = PkixCertPathValidatorResult_get_TrustAnchor_m9599498918AED71AAB8BE151DA59AF13B5463A0F_inline(L_30, /*hidden argument*/NULL); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_32 = V_3; NullCheck(L_32); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_33; L_33 = PkixCertPathValidatorResult_get_PolicyTree_mC167B45D040249679E34E0D19FCEB39C330B39F3_inline(L_32, /*hidden argument*/NULL); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_34 = V_3; NullCheck(L_34); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_35; L_35 = PkixCertPathValidatorResult_get_SubjectPublicKey_mE6434A3064AA48C04D5A3AEB8A47BD2D506B8827_inline(L_34, /*hidden argument*/NULL); PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_36 = (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)il2cpp_codegen_object_new(PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063_il2cpp_TypeInfo_var); PkixCertPathBuilderResult__ctor_mF5DF5A48669C4C246C464474749963C4914E3298(L_36, L_29, L_31, L_33, L_35, /*hidden argument*/NULL); V_5 = L_36; goto IL_0162; } IL_0098: { } IL_0099: try {// begin try (depth: 2) // PkixCertPathValidatorUtilities.AddAdditionalStoresFromAltNames(tbvCert, pkixParams); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_37 = ___tbvCert1; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_38 = ___pkixParams2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_AddAdditionalStoresFromAltNames_mF8CD5EA9C8BD922AB5299803B507E0AEF9FF7169(L_37, L_38, /*hidden argument*/NULL); // } goto IL_00b1; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a2; } throw e; } CATCH_00a2: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException) // catch (CertificateParsingException e) V_7 = ((CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 *)); // throw new Exception("No additional X.509 stores can be added from certificate locations.", e); CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * L_39 = V_7; Exception_t * L_40 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B8874EF43A97BD3967D5859261715C046A4F377)), L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D_RuntimeMethod_var))); }// end catch (depth: 2) IL_00b1: { // ISet issuers = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_41 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_41, /*hidden argument*/NULL); V_6 = L_41; } IL_00b8: try {// begin try (depth: 2) // issuers.AddAll(PkixCertPathValidatorUtilities.FindIssuerCerts(tbvCert, pkixParams)); RuntimeObject* L_42 = V_6; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_43 = ___tbvCert1; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_44 = ___pkixParams2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_45; L_45 = PkixCertPathValidatorUtilities_FindIssuerCerts_m0B5DA81AC24D6A028995F6164514D40806B43903(L_43, L_44, /*hidden argument*/NULL); NullCheck(L_42); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_42, L_45); // } goto IL_00d7; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c8; } throw e; } CATCH_00c8: {// begin catch(System.Exception) // catch (Exception e) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Cannot find issuer certificate for certificate in certification path.", e); Exception_t * L_46 = V_8; Exception_t * L_47 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral706FB76960A6BA4BF55773B0C37D8CCC1647A1C5)), L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D_RuntimeMethod_var))); }// end catch (depth: 2) IL_00d7: { // if (issuers.IsEmpty) RuntimeObject* L_48 = V_6; NullCheck(L_48); bool L_49; L_49 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_48); if (!L_49) { goto IL_00eb; } } IL_00e0: { // throw new Exception("No issuer certificate for certificate in certification path found."); Exception_t * L_50 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_50, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0FC3AA992B48D0EE3DD80A9EEC4003CFB6BC3C94)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D_RuntimeMethod_var))); } IL_00eb: { // foreach (X509Certificate issuer in issuers) RuntimeObject* L_51 = V_6; NullCheck(L_51); RuntimeObject* L_52; L_52 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_51); V_9 = L_52; } IL_00f4: try {// begin try (depth: 2) { goto IL_011d; } IL_00f6: { // foreach (X509Certificate issuer in issuers) RuntimeObject* L_53 = V_9; NullCheck(L_53); RuntimeObject * L_54; L_54 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_53); V_10 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_54, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // if (PkixCertPathValidatorUtilities.IsSelfIssued(issuer)) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_55 = V_10; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_56; L_56 = PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636(L_55, /*hidden argument*/NULL); if (L_56) { goto IL_011d; } } IL_010d: { // builderResult = Build(attrCert, issuer, pkixParams, tbvPath); RuntimeObject* L_57 = ___attrCert0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_58 = V_10; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_59 = ___pkixParams2; RuntimeObject* L_60 = ___tbvPath3; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_61; L_61 = PkixAttrCertPathBuilder_Build_m5D2201C0600DFEBA239DB51A32C61BC3F4C9684D(__this, L_57, L_58, L_59, L_60, /*hidden argument*/NULL); V_0 = L_61; // if (builderResult != null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_62 = V_0; if (L_62) { goto IL_0126; } } IL_011d: { // foreach (X509Certificate issuer in issuers) RuntimeObject* L_63 = V_9; NullCheck(L_63); bool L_64; L_64 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_63); if (L_64) { goto IL_00f6; } } IL_0126: { IL2CPP_LEAVE(0x13D, FINALLY_0128); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0128; } FINALLY_0128: {// begin finally (depth: 2) { RuntimeObject* L_65 = V_9; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_65, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_66 = V_11; if (!L_66) { goto IL_013c; } } IL_0135: { RuntimeObject* L_67 = V_11; NullCheck(L_67); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_67); } IL_013c: { IL2CPP_END_FINALLY(296) } }// end finally (depth: 2) IL2CPP_CLEANUP(296) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x13D, IL_013d) } IL_013d: { // } goto IL_0155; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_013f; } throw e; } CATCH_013f: {// begin catch(System.Exception) // catch (Exception e) V_12 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // certPathException = new Exception("No valid certification path could be build.", e); Exception_t * L_68 = V_12; Exception_t * L_69 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_69, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral420797F26BD96D1A40FA39CCB283872553710011)), L_68, /*hidden argument*/NULL); __this->set_certPathException_0(L_69); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0155; }// end catch (depth: 1) IL_0155: { // if (builderResult == null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_70 = V_0; if (L_70) { goto IL_0160; } } { // tbvPath.Remove(tbvCert); RuntimeObject* L_71 = ___tbvPath3; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_72 = ___tbvCert1; NullCheck(L_71); InterfaceActionInvoker1< RuntimeObject * >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_71, L_72); } IL_0160: { // return builderResult; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_73 = V_0; return L_73; } IL_0162: { // } PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_74 = V_5; return L_74; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixAttrCertPathBuilder__ctor_m14EDA363E763F1EC6B17CEC5B1D4AF5FA5C126AA (PkixAttrCertPathBuilder_tBEEAED5AF45D5C0E2E8F37A1F8194C0E9FA5C976 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathValidator::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * PkixAttrCertPathValidator_Validate_mB96E38A2A6BC806699B0DA7DA813A6A2CD47230A (PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095 * __this, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * V_1 = NULL; PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * V_2 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_3 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { // IX509Selector certSelect = pkixParams.GetTargetConstraints(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___pkixParams1; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetConstraints() */, L_0); // if (!(certSelect is X509AttrCertStoreSelector)) RuntimeObject* L_2 = L_1; G_B1_0 = L_2; if (((X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 *)IsInstClass((RuntimeObject*)L_2, X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_il2cpp_TypeInfo_var))) { G_B2_0 = L_2; goto IL_0032; } } { // throw new ArgumentException( // "TargetConstraints must be an instance of " + typeof(X509AttrCertStoreSelector).FullName, // "pkixParams"); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_4); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38777F695E62D348BF8D886E3369EA4B131E49EF)), L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral41405746C36531F9FA128010BE10FBE6952DD512)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathValidator_Validate_mB96E38A2A6BC806699B0DA7DA813A6A2CD47230A_RuntimeMethod_var))); } IL_0032: { // IX509AttributeCertificate attrCert = ((X509AttrCertStoreSelector) certSelect).AttributeCert; NullCheck(((X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 *)CastclassClass((RuntimeObject*)G_B2_0, X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_il2cpp_TypeInfo_var))); RuntimeObject* L_8; L_8 = X509AttrCertStoreSelector_get_AttributeCert_m5CAF30F5E30F2354FE54632A75CC6D089D33F70E_inline(((X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 *)CastclassClass((RuntimeObject*)G_B2_0, X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_8; // PkixCertPath holderCertPath = Rfc3281CertPathUtilities.ProcessAttrCert1(attrCert, pkixParams); RuntimeObject* L_9 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_10 = ___pkixParams1; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_11; L_11 = Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; // PkixCertPathValidatorResult result = Rfc3281CertPathUtilities.ProcessAttrCert2(certPath, pkixParams); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_12 = ___certPath0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_13 = ___pkixParams1; PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_14; L_14 = Rfc3281CertPathUtilities_ProcessAttrCert2_mFBB130F2DCAFD1FB6FD19B14EF80E1503BC80D97(L_12, L_13, /*hidden argument*/NULL); V_2 = L_14; // X509Certificate issuerCert = (X509Certificate)certPath.Certificates[0]; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_15 = ___certPath0; NullCheck(L_15); RuntimeObject* L_16; L_16 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_15); NullCheck(L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_16, 0); V_3 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_17, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // Rfc3281CertPathUtilities.ProcessAttrCert3(issuerCert, pkixParams); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_18 = V_3; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_19 = ___pkixParams1; Rfc3281CertPathUtilities_ProcessAttrCert3_m73C0EB011A67B63A5CF93990176A7188D604EB65(L_18, L_19, /*hidden argument*/NULL); // Rfc3281CertPathUtilities.ProcessAttrCert4(issuerCert, pkixParams); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_20 = V_3; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_21 = ___pkixParams1; Rfc3281CertPathUtilities_ProcessAttrCert4_m09DE02A722D10C16E5FCF4EBFDD627914F6C1CBA(L_20, L_21, /*hidden argument*/NULL); // Rfc3281CertPathUtilities.ProcessAttrCert5(attrCert, pkixParams); RuntimeObject* L_22 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_23 = ___pkixParams1; Rfc3281CertPathUtilities_ProcessAttrCert5_m0E9B9BA54C6E589F673FADB2B99E70E7D8F68E5E(L_22, L_23, /*hidden argument*/NULL); // Rfc3281CertPathUtilities.ProcessAttrCert7(attrCert, certPath, holderCertPath, pkixParams); RuntimeObject* L_24 = V_0; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_25 = ___certPath0; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_26 = V_1; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_27 = ___pkixParams1; Rfc3281CertPathUtilities_ProcessAttrCert7_m014F2EB4428B2D021C1CE19B181D6CFE1BC46A76(L_24, L_25, L_26, L_27, /*hidden argument*/NULL); // Rfc3281CertPathUtilities.AdditionalChecks(attrCert, pkixParams); RuntimeObject* L_28 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_29 = ___pkixParams1; Rfc3281CertPathUtilities_AdditionalChecks_m67125173C522467B9191E05E2E5F158F2B488227(L_28, L_29, /*hidden argument*/NULL); } IL_0084: try {// begin try (depth: 1) // date = PkixCertPathValidatorUtilities.GetValidCertDateFromValidityModel(pkixParams, null, -1); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_30 = ___pkixParams1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31; L_31 = PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2(L_30, (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *)NULL, (-1), /*hidden argument*/NULL); V_4 = L_31; // } goto IL_009f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0090; } throw e; } CATCH_0090: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Could not get validity date from attribute certificate.", e); Exception_t * L_32 = V_5; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_33 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C0EFE11A2DF0FF2828978500328949496082B7A)), L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertPathValidator_Validate_mB96E38A2A6BC806699B0DA7DA813A6A2CD47230A_RuntimeMethod_var))); }// end catch (depth: 1) IL_009f: { // Rfc3281CertPathUtilities.CheckCrls(attrCert, pkixParams, issuerCert, date, certPath.Certificates); RuntimeObject* L_34 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_35 = ___pkixParams1; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_36 = V_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_37 = V_4; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_38 = ___certPath0; NullCheck(L_38); RuntimeObject* L_39; L_39 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_38); Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF(L_34, L_35, L_36, L_37, L_39, /*hidden argument*/NULL); // return result; PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_40 = V_2; return L_40; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertPathValidator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixAttrCertPathValidator__ctor_m6D03A77E935E1FCE96319FBF20C1E425189F04E7 (PkixAttrCertPathValidator_t1974F8A78E8415AE6CD40EF870BE519B43BAE095 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * PkixBuilderParameters_GetInstance_m597847590C3E7DBBB85FB13932B41AD852414358 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // PkixBuilderParameters parameters = new PkixBuilderParameters( // pkixParams.GetTrustAnchors(), // new X509CertStoreSelector(pkixParams.GetTargetCertConstraints())); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___pkixParams0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() */, L_0); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_2 = ___pkixParams0; NullCheck(L_2); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_3; L_3 = VirtualFuncInvoker0< X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetCertConstraints() */, L_2); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_4 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_mDF6C8858B58F3E4DFC132E3F07A9CDA247196AC7(L_4, L_3, /*hidden argument*/NULL); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_5 = (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE *)il2cpp_codegen_object_new(PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE_il2cpp_TypeInfo_var); PkixBuilderParameters__ctor_m4537E706918E243CCDEB48C00958641C846D3B1C(L_5, L_1, L_4, /*hidden argument*/NULL); // parameters.SetParams(pkixParams); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_6 = L_5; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_7 = ___pkixParams0; NullCheck(L_6); VirtualActionInvoker1< PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * >::Invoke(26 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetParams(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) */, L_6, L_7); // return parameters; return L_6; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixBuilderParameters__ctor_m4537E706918E243CCDEB48C00958641C846D3B1C (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, RuntimeObject* ___trustAnchors0, RuntimeObject* ___targetConstraints1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int maxPathLength = 5; __this->set_maxPathLength_22(5); // private ISet excludedCerts = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); __this->set_excludedCerts_23(L_0); // : base(trustAnchors) RuntimeObject* L_1 = ___trustAnchors0; PkixParameters__ctor_m1D836B4B95399258DE7C95EDC87AF90793F66882(__this, L_1, /*hidden argument*/NULL); // SetTargetCertConstraints(targetConstraints); RuntimeObject* L_2 = ___targetConstraints1; VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTargetCertConstraints(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, __this, L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::get_MaxPathLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixBuilderParameters_get_MaxPathLength_m7B0DEF30DA5D8AE1055E1323167571339BBB4892 (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, const RuntimeMethod* method) { { // get { return maxPathLength; } int32_t L_0 = __this->get_maxPathLength_22(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::set_MaxPathLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixBuilderParameters_set_MaxPathLength_mA824B80EBE412A42D6100D6FB0ACDB0BABF880E0 (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (value < -1) int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_000f; } } { // throw new InvalidParameterException( // "The maximum path length parameter can not be less than -1."); InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337 * L_1 = (InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337_il2cpp_TypeInfo_var))); InvalidParameterException__ctor_mFD577449A2FA2F45A741ADB59929E0BFF2D4936D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C7B7D2260F44BC0E223CB60371205CDBC6DFE3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixBuilderParameters_set_MaxPathLength_mA824B80EBE412A42D6100D6FB0ACDB0BABF880E0_RuntimeMethod_var))); } IL_000f: { // this.maxPathLength = value; int32_t L_2 = ___value0; __this->set_maxPathLength_22(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::GetExcludedCerts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixBuilderParameters_GetExcludedCerts_mFEE6E957E2FFD58AD46A61BE95C5AFE8F0304392 (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new HashSet(excludedCerts); RuntimeObject* L_0 = __this->get_excludedCerts_23(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::SetExcludedCerts(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixBuilderParameters_SetExcludedCerts_m59DA7686DEEFAD5D3EC5D274D905BEFC332A1BB4 (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, RuntimeObject* ___excludedCerts0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (excludedCerts == null) RuntimeObject* L_0 = ___excludedCerts0; if (L_0) { goto IL_000b; } } { // excludedCerts = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); ___excludedCerts0 = L_1; // } return; } IL_000b: { // this.excludedCerts = new HashSet(excludedCerts); RuntimeObject* L_2 = ___excludedCerts0; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_3 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_3, L_2, /*hidden argument*/NULL); __this->set_excludedCerts_23(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::SetParams(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixBuilderParameters_SetParams_mD3D3F0836BE9CA144DAD9720F6E7CF21425CD41E (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * V_0 = NULL; { // base.SetParams(parameters); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___parameters0; PkixParameters_SetParams_m90602D7108CDA2C8921AB2439B84FE2F0AC9C336(__this, L_0, /*hidden argument*/NULL); // if (parameters is PkixBuilderParameters) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_1 = ___parameters0; if (!((PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE *)IsInstClass((RuntimeObject*)L_1, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE_il2cpp_TypeInfo_var))) { goto IL_0033; } } { // PkixBuilderParameters _params = (PkixBuilderParameters) parameters; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_2 = ___parameters0; V_0 = ((PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE *)CastclassClass((RuntimeObject*)L_2, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE_il2cpp_TypeInfo_var)); // maxPathLength = _params.maxPathLength; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_maxPathLength_22(); __this->set_maxPathLength_22(L_4); // excludedCerts = new HashSet(_params.excludedCerts); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6 = L_5->get_excludedCerts_23(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_7 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_7, L_6, /*hidden argument*/NULL); __this->set_excludedCerts_23(L_7); } IL_0033: { // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PkixBuilderParameters_Clone_mFA5DBBD1A885844965715FE8A813F2193B942FBF (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // PkixBuilderParameters parameters = new PkixBuilderParameters( // GetTrustAnchors(), GetTargetCertConstraints()); RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() */, __this); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_1; L_1 = VirtualFuncInvoker0< X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetCertConstraints() */, __this); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_2 = (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE *)il2cpp_codegen_object_new(PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE_il2cpp_TypeInfo_var); PkixBuilderParameters__ctor_m4537E706918E243CCDEB48C00958641C846D3B1C(L_2, L_0, L_1, /*hidden argument*/NULL); // parameters.SetParams(this); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_3 = L_2; NullCheck(L_3); VirtualActionInvoker1< PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * >::Invoke(26 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetParams(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) */, L_3, __this); // return parameters; return L_3; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixBuilderParameters_ToString_m8F1DEAD45B52F0CFC6254AEF7512F73A577B68BA (PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DA5711D4BCB73B47C8379042C761A491540C39D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB5F8664BCC489F22D2E1A75F41264778E3141FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string nl = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.NewLine; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_0 = ((Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))->get_NewLine_1(); V_0 = L_0; // StringBuilder s = new StringBuilder(); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); // s.Append("PkixBuilderParameters [" + nl); StringBuilder_t * L_2 = L_1; String_t* L_3 = V_0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralCB5F8664BCC489F22D2E1A75F41264778E3141FC, L_3, /*hidden argument*/NULL); NullCheck(L_2); StringBuilder_t * L_5; L_5 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_2, L_4, /*hidden argument*/NULL); // s.Append(base.ToString()); StringBuilder_t * L_6 = L_2; String_t* L_7; L_7 = Object_ToString_m6EEDE9678ACEB962C586D13EC873DE2948668B06(__this, /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_t * L_8; L_8 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_6, L_7, /*hidden argument*/NULL); // s.Append(" Maximum Path Length: "); StringBuilder_t * L_9 = L_6; NullCheck(L_9); StringBuilder_t * L_10; L_10 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_9, _stringLiteral4DA5711D4BCB73B47C8379042C761A491540C39D, /*hidden argument*/NULL); // s.Append(MaxPathLength); StringBuilder_t * L_11 = L_9; int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(48 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::get_MaxPathLength() */, __this); NullCheck(L_11); StringBuilder_t * L_13; L_13 = StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD(L_11, L_12, /*hidden argument*/NULL); // s.Append(nl + "]" + nl); StringBuilder_t * L_14 = L_11; String_t* L_15 = V_0; String_t* L_16 = V_0; String_t* L_17; L_17 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_15, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, L_16, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, L_17, /*hidden argument*/NULL); // return s.ToString(); NullCheck(L_14); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); return L_19; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPath__cctor_mC6FDCFB4D35DF046C5C4BDA5A622821CEDF6B4F3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB905F945F6C802DA4F272200C498F96D835F53DE); s_Il2CppMethodInitialized = true; } { // IList encodings = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); // encodings.Add("PkiPath"); RuntimeObject* L_1 = L_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, _stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613); // encodings.Add("PEM"); RuntimeObject* L_3 = L_1; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_3, _stringLiteralB905F945F6C802DA4F272200C498F96D835F53DE); // encodings.Add("PKCS7"); RuntimeObject* L_5 = L_3; NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_5, _stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209); // certPathEncodings = CollectionUtilities.ReadOnly(encodings); RuntimeObject* L_7; L_7 = CollectionUtilities_ReadOnly_m7180467DC1832120E9CFA1DC708A28576698AE14(L_5, /*hidden argument*/NULL); ((PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var))->set_certPathEncodings_0(L_7); // } return; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::SortCerts(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPath_SortCerts_mC629F230A0213D70AAA8F36699D1EA959C69E062 (RuntimeObject* ___certs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_5 = NULL; int32_t V_6 = 0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_7 = NULL; bool V_8 = false; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * V_9 = NULL; RuntimeObject* V_10 = NULL; RuntimeObject* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_14 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (certs.Count < 2) RuntimeObject* L_0 = ___certs0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); if ((((int32_t)L_1) >= ((int32_t)2))) { goto IL_000b; } } { // return certs; RuntimeObject* L_2 = ___certs0; return L_2; } IL_000b: { // X509Name issuer = ((X509Certificate)certs[0]).IssuerDN; RuntimeObject* L_3 = ___certs0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_3, 0); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_4, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_5; L_5 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_4, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); V_0 = L_5; // bool okay = true; V_1 = (bool)1; // for (int i = 1; i != certs.Count; i++) V_4 = 1; goto IL_0062; } IL_0024: { // X509Certificate cert = (X509Certificate)certs[i]; RuntimeObject* L_6 = ___certs0; int32_t L_7 = V_4; NullCheck(L_6); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6, L_7); V_5 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_8, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // if (issuer.Equivalent(cert.SubjectDN, true)) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_9 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_10 = V_5; NullCheck(L_10); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_11; L_11 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SubjectDN() */, L_10); NullCheck(L_9); bool L_12; L_12 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_9, L_11, (bool)1, /*hidden argument*/NULL); if (!L_12) { goto IL_0058; } } { // issuer = ((X509Certificate)certs[i]).IssuerDN; RuntimeObject* L_13 = ___certs0; int32_t L_14 = V_4; NullCheck(L_13); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_13, L_14); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_15, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_16; L_16 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_15, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); V_0 = L_16; // } goto IL_005c; } IL_0058: { // okay = false; V_1 = (bool)0; // break; goto IL_006c; } IL_005c: { // for (int i = 1; i != certs.Count; i++) int32_t L_17 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0062: { // for (int i = 1; i != certs.Count; i++) int32_t L_18 = V_4; RuntimeObject* L_19 = ___certs0; NullCheck(L_19); int32_t L_20; L_20 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_19); if ((!(((uint32_t)L_18) == ((uint32_t)L_20)))) { goto IL_0024; } } IL_006c: { // if (okay) bool L_21 = V_1; if (!L_21) { goto IL_0071; } } { // return certs; RuntimeObject* L_22 = ___certs0; return L_22; } IL_0071: { // IList retList = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(certs.Count); RuntimeObject* L_23 = ___certs0; NullCheck(L_23); int32_t L_24; L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_23); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546(L_24, /*hidden argument*/NULL); V_2 = L_25; // IList orig = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(certs); RuntimeObject* L_26 = ___certs0; RuntimeObject* L_27; L_27 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_26, /*hidden argument*/NULL); V_3 = L_27; // for (int i = 0; i < certs.Count; i++) V_6 = 0; goto IL_010c; } IL_008c: { // X509Certificate cert = (X509Certificate)certs[i]; RuntimeObject* L_28 = ___certs0; int32_t L_29 = V_6; NullCheck(L_28); RuntimeObject * L_30; L_30 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_28, L_29); V_7 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_30, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // bool found = false; V_8 = (bool)0; // X509Name subject = cert.SubjectDN; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_31 = V_7; NullCheck(L_31); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_32; L_32 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SubjectDN() */, L_31); V_9 = L_32; // foreach (X509Certificate c in certs) RuntimeObject* L_33 = ___certs0; NullCheck(L_33); RuntimeObject* L_34; L_34 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_33); V_10 = L_34; } IL_00af: try {// begin try (depth: 1) { goto IL_00d1; } IL_00b1: { // foreach (X509Certificate c in certs) RuntimeObject* L_35 = V_10; NullCheck(L_35); RuntimeObject * L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); // if (c.IssuerDN.Equivalent(subject, true)) NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_36, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_37; L_37 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_36, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_38 = V_9; NullCheck(L_37); bool L_39; L_39 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_37, L_38, (bool)1, /*hidden argument*/NULL); if (!L_39) { goto IL_00d1; } } IL_00cc: { // found = true; V_8 = (bool)1; // break; IL2CPP_LEAVE(0xF1, FINALLY_00dc); } IL_00d1: { // foreach (X509Certificate c in certs) RuntimeObject* L_40 = V_10; NullCheck(L_40); bool L_41; L_41 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_00b1; } } IL_00da: { IL2CPP_LEAVE(0xF1, FINALLY_00dc); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dc; } FINALLY_00dc: {// begin finally (depth: 1) { RuntimeObject* L_42 = V_10; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_42, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_43 = V_11; if (!L_43) { goto IL_00f0; } } IL_00e9: { RuntimeObject* L_44 = V_11; NullCheck(L_44); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_44); } IL_00f0: { IL2CPP_END_FINALLY(220) } }// end finally (depth: 1) IL2CPP_CLEANUP(220) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF1, IL_00f1) } IL_00f1: { // if (!found) bool L_45 = V_8; if (L_45) { goto IL_0106; } } { // retList.Add(cert); RuntimeObject* L_46 = V_2; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_47 = V_7; NullCheck(L_46); int32_t L_48; L_48 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_46, L_47); // certs.RemoveAt(i); RuntimeObject* L_49 = ___certs0; int32_t L_50 = V_6; NullCheck(L_49); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_49, L_50); } IL_0106: { // for (int i = 0; i < certs.Count; i++) int32_t L_51 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_010c: { // for (int i = 0; i < certs.Count; i++) int32_t L_52 = V_6; RuntimeObject* L_53 = ___certs0; NullCheck(L_53); int32_t L_54; L_54 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_53); if ((((int32_t)L_52) < ((int32_t)L_54))) { goto IL_008c; } } { // if (retList.Count > 1) RuntimeObject* L_55 = V_2; NullCheck(L_55); int32_t L_56; L_56 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_55); if ((((int32_t)L_56) <= ((int32_t)1))) { goto IL_0124; } } { // return orig; RuntimeObject* L_57 = V_3; return L_57; } IL_0124: { // for (int i = 0; i != retList.Count; i++) V_12 = 0; goto IL_0189; } IL_0129: { // issuer = ((X509Certificate)retList[i]).IssuerDN; RuntimeObject* L_58 = V_2; int32_t L_59 = V_12; NullCheck(L_58); RuntimeObject * L_60; L_60 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_58, L_59); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_60, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_61; L_61 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_60, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); V_0 = L_61; // for (int j = 0; j < certs.Count; j++) V_13 = 0; goto IL_0179; } IL_0141: { // X509Certificate c = (X509Certificate)certs[j]; RuntimeObject* L_62 = ___certs0; int32_t L_63 = V_13; NullCheck(L_62); RuntimeObject * L_64; L_64 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_62, L_63); V_14 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_64, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // if (issuer.Equivalent(c.SubjectDN, true)) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_65 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_66 = V_14; NullCheck(L_66); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_67; L_67 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SubjectDN() */, L_66); NullCheck(L_65); bool L_68; L_68 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_65, L_67, (bool)1, /*hidden argument*/NULL); if (!L_68) { goto IL_0173; } } { // retList.Add(c); RuntimeObject* L_69 = V_2; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_70 = V_14; NullCheck(L_69); int32_t L_71; L_71 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_69, L_70); // certs.RemoveAt(j); RuntimeObject* L_72 = ___certs0; int32_t L_73 = V_13; NullCheck(L_72); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_72, L_73); // break; goto IL_0183; } IL_0173: { // for (int j = 0; j < certs.Count; j++) int32_t L_74 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_0179: { // for (int j = 0; j < certs.Count; j++) int32_t L_75 = V_13; RuntimeObject* L_76 = ___certs0; NullCheck(L_76); int32_t L_77; L_77 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_76); if ((((int32_t)L_75) < ((int32_t)L_77))) { goto IL_0141; } } IL_0183: { // for (int i = 0; i != retList.Count; i++) int32_t L_78 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_0189: { // for (int i = 0; i != retList.Count; i++) int32_t L_79 = V_12; RuntimeObject* L_80 = V_2; NullCheck(L_80); int32_t L_81; L_81 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_80); if ((!(((uint32_t)L_79) == ((uint32_t)L_81)))) { goto IL_0129; } } { // if (certs.Count > 0) RuntimeObject* L_82 = ___certs0; NullCheck(L_82); int32_t L_83; L_83 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_82); if ((((int32_t)L_83) <= ((int32_t)0))) { goto IL_019e; } } { // return orig; RuntimeObject* L_84 = V_3; return L_84; } IL_019e: { // return retList; RuntimeObject* L_85 = V_2; return L_85; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPath__ctor_m44D6C58FEE98B669202B6F4B5A223FC67EC3C949 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, RuntimeObject* ___certificates0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PkixCertPath( // ICollection certificates) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.certificates = SortCerts(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(certificates)); RuntimeObject* L_0 = ___certificates0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = PkixCertPath_SortCerts_mC629F230A0213D70AAA8F36699D1EA959C69E062(L_1, /*hidden argument*/NULL); __this->set_certificates_1(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPath__ctor_mE799667E8DC61DA6C8F9AD3C575675E4D6F065F3 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613); s_Il2CppMethodInitialized = true; } { // : this(inStream, "PkiPath") Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___inStream0; PkixCertPath__ctor_m139910BBEA142ABBFD3A5050A20EA0D38AED69FF(__this, L_0, _stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::.ctor(System.IO.Stream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPath__ctor_m139910BBEA142ABBFD3A5050A20EA0D38AED69FF (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, String_t* ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB905F945F6C802DA4F272200C498F96D835F53DE); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_3 = NULL; RuntimeObject* V_4 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * G_B4_0 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * G_B3_0 = NULL; { // public PkixCertPath( // Stream inStream, // string encoding) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // string upper = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(encoding); String_t* L_0 = ___encoding1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000d: try {// begin try (depth: 1) { // if (upper.Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant("PkiPath"))) String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(_stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613, /*hidden argument*/NULL); NullCheck(L_2); bool L_4; L_4 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_009c; } } IL_001f: { // Asn1InputStream derInStream = new Asn1InputStream(inStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___inStream0; Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * L_6 = (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 *)il2cpp_codegen_object_new(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); Asn1InputStream__ctor_m6A1D90D90DD9564DB9C18970A162832C6B4296EF(L_6, L_5, /*hidden argument*/NULL); // Asn1Object derObject = derInStream.ReadObject(); NullCheck(L_6); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = Asn1InputStream_ReadObject_mBA53F889AA1DF42134B2BBAC4FB0A3DD8F278832(L_6, /*hidden argument*/NULL); // if (!(derObject is Asn1Sequence)) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8 = L_7; G_B3_0 = L_8; if (((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_8, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { G_B4_0 = L_8; goto IL_003d; } } IL_0032: { // throw new CertificateException( // "input stream does not contain a ASN1 SEQUENCE while reading PkiPath encoded data to load CertPath"); CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB * L_9 = (CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB_il2cpp_TypeInfo_var))); CertificateException__ctor_m398B660736A1863961155734E5883CDECCF07B32(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB5D7E0DA251F540303F5F9DEAEDC766A82A410F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPath__ctor_m139910BBEA142ABBFD3A5050A20EA0D38AED69FF_RuntimeMethod_var))); } IL_003d: { // certs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_1 = L_10; // foreach (Asn1Encodable ae in (Asn1Sequence)derObject) NullCheck(((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)G_B4_0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); RuntimeObject* L_11; L_11 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)G_B4_0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); V_2 = L_11; } IL_004e: try {// begin try (depth: 2) { goto IL_007e; } IL_0050: { // foreach (Asn1Encodable ae in (Asn1Sequence)derObject) RuntimeObject* L_12 = V_2; NullCheck(L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); // byte[] derBytes = ae.GetEncoded(Asn1Encodable.Der); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_13, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_13, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)), _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, /*hidden argument*/NULL); // Stream certInStream = new MemoryStream(derBytes, false); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_15 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_15, L_14, (bool)0, /*hidden argument*/NULL); V_3 = L_15; // certs.Insert(0, new X509CertificateParser().ReadCertificate(certInStream)); RuntimeObject* L_16 = V_1; X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * L_17 = (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF *)il2cpp_codegen_object_new(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var); X509CertificateParser__ctor_m25758CA99259833BE3DF47D56D48106D7D424256(L_17, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_18 = V_3; NullCheck(L_17); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_19; L_19 = X509CertificateParser_ReadCertificate_m7C2D74412009D621E15407B2293351B504C76ED9(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_16); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(8 /* System.Void System.Collections.IList::Insert(System.Int32,System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_16, 0, L_19); } IL_007e: { // foreach (Asn1Encodable ae in (Asn1Sequence)derObject) RuntimeObject* L_20 = V_2; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0050; } } IL_0086: { IL2CPP_LEAVE(0xDA, FINALLY_0088); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0088; } FINALLY_0088: {// begin finally (depth: 2) { RuntimeObject* L_22 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_4; if (!L_23) { goto IL_009b; } } IL_0094: { RuntimeObject* L_24 = V_4; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_24); } IL_009b: { IL2CPP_END_FINALLY(136) } }// end finally (depth: 2) IL2CPP_CLEANUP(136) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xDA, IL_00da) } IL_009c: { // else if (upper.Equals("PKCS7") || upper.Equals("PEM")) String_t* L_25 = V_0; NullCheck(L_25); bool L_26; L_26 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_25, _stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209, /*hidden argument*/NULL); if (L_26) { goto IL_00b6; } } IL_00a9: { String_t* L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_27, _stringLiteralB905F945F6C802DA4F272200C498F96D835F53DE, /*hidden argument*/NULL); if (!L_28) { goto IL_00c9; } } IL_00b6: { // certs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(new X509CertificateParser().ReadCertificates(inStream)); X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * L_29 = (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF *)il2cpp_codegen_object_new(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var); X509CertificateParser__ctor_m25758CA99259833BE3DF47D56D48106D7D424256(L_29, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_30 = ___inStream0; NullCheck(L_29); RuntimeObject* L_31; L_31 = X509CertificateParser_ReadCertificates_mCD1CA993AE0477D3BE6A2B7BE017D0E0EE8B3AE2(L_29, L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_32; L_32 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_31, /*hidden argument*/NULL); V_1 = L_32; // } goto IL_00da; } IL_00c9: { // throw new CertificateException("unsupported encoding: " + encoding); String_t* L_33 = ___encoding1; String_t* L_34; L_34 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D1F359C2C4A319BA714DAA87FC19FC96905039C)), L_33, /*hidden argument*/NULL); CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB * L_35 = (CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB_il2cpp_TypeInfo_var))); CertificateException__ctor_m398B660736A1863961155734E5883CDECCF07B32(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPath__ctor_m139910BBEA142ABBFD3A5050A20EA0D38AED69FF_RuntimeMethod_var))); } IL_00da: { // } goto IL_00f5; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00dc; } throw e; } CATCH_00dc: {// begin catch(System.IO.IOException) // catch (IOException ex) V_5 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CertificateException( // "IOException throw while decoding CertPath:\n" // + ex.ToString()); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_36 = V_5; NullCheck(L_36); String_t* L_37; L_37 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36); String_t* L_38; L_38 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A2720692A325C1FB1445835E1076C1C2FAE0A47)), L_37, /*hidden argument*/NULL); CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB * L_39 = (CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB_il2cpp_TypeInfo_var))); CertificateException__ctor_m398B660736A1863961155734E5883CDECCF07B32(L_39, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPath__ctor_m139910BBEA142ABBFD3A5050A20EA0D38AED69FF_RuntimeMethod_var))); }// end catch (depth: 1) IL_00f5: { // this.certificates = SortCerts(certs); RuntimeObject* L_40 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); RuntimeObject* L_41; L_41 = PkixCertPath_SortCerts_mC629F230A0213D70AAA8F36699D1EA959C69E062(L_40, /*hidden argument*/NULL); __this->set_certificates_1(L_41); // } return; } } // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Encodings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPath_get_Encodings_m7AFC07AD27CE62A952DEA8E66D5D6A662BEA3924 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new EnumerableProxy(certPathEncodings); } IL2CPP_RUNTIME_CLASS_INIT(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var))->get_certPathEncodings_0(); EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * L_1 = (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 *)il2cpp_codegen_object_new(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPath_Equals_m9F54BBF1DECC4B793D7E6AE5E6D05591ED725DE6 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; { // if (this == obj) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // PkixCertPath other = obj as PkixCertPath; RuntimeObject * L_1 = ___obj0; V_0 = ((PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *)IsInstClass((RuntimeObject*)L_1, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var)); // if (other == null) PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // IList thisCerts = this.Certificates; RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, __this); V_1 = L_3; // IList otherCerts = other.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_4); V_2 = L_5; // if (thisCerts.Count != otherCerts.Count) RuntimeObject* L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_6); RuntimeObject* L_8 = V_2; NullCheck(L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_8); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_0030; } } { // return false; return (bool)0; } IL_0030: { // IEnumerator e1 = thisCerts.GetEnumerator(); RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_10); V_3 = L_11; // IEnumerator e2 = thisCerts.GetEnumerator(); RuntimeObject* L_12 = V_1; NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_12); V_4 = L_13; goto IL_005f; } IL_0041: { // e2.MoveNext(); RuntimeObject* L_14 = V_4; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); // if (!BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Equals(e1.Current, e2.Current)) RuntimeObject* L_16 = V_3; NullCheck(L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); RuntimeObject* L_18 = V_4; NullCheck(L_18); RuntimeObject * L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); bool L_20; L_20 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_17, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_005f; } } { // return false; return (bool)0; } IL_005f: { // while (e1.MoveNext()) RuntimeObject* L_21 = V_3; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0041; } } { // return true; return (bool)1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixCertPath_GetHashCode_m251CE182DEC5733D8C7FBD7A842A5A9A94E6114D (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, const RuntimeMethod* method) { { // return this.Certificates.GetHashCode(); RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixCertPath_GetEncoded_mD521A20D72DDB257998B6BFD2DF69AF020DFAF0D (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (object enc in Encodings) RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Encodings() */, __this); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } IL_000c: try {// begin try (depth: 1) { goto IL_002c; } IL_000e: { // foreach (object enc in Encodings) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = L_3; // if (enc is string) RuntimeObject * L_4 = V_1; if (!((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var))) { goto IL_002c; } } IL_001d: { // return GetEncoded((string)enc); RuntimeObject * L_5 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(6 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::GetEncoded(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); V_2 = L_6; IL2CPP_LEAVE(0x49, FINALLY_0036); } IL_002c: { // foreach (object enc in Encodings) RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_000e; } } IL_0034: { IL2CPP_LEAVE(0x47, FINALLY_0036); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_3; if (!L_10) { goto IL_0046; } } IL_0040: { RuntimeObject* L_11 = V_3; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0046: { IL2CPP_END_FINALLY(54) } }// end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x49, IL_0049) IL2CPP_JUMP_TBL(0x47, IL_0047) } IL_0047: { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0049: { // } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_2; return L_12; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::GetEncoded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixCertPath_GetEncoded_m93B030F590CEF8595147444DBA3D5A71DDF19033 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, String_t* ___encoding0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB905F945F6C802DA4F272200C498F96D835F53DE); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; int32_t V_1 = 0; ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * V_2 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_3 = NULL; SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4 * V_4 = NULL; int32_t V_5 = 0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_6 = NULL; PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2 * V_7 = NULL; int32_t V_8 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(encoding, "PkiPath")) String_t* L_0 = ___encoding0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_1; L_1 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_0, _stringLiteral58703E13269B52F09F7D6D7538845DBF407BB613, /*hidden argument*/NULL); if (!L_1) { goto IL_0063; } } { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2; L_2 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; // for (int i = certificates.Count - 1; i >= 0; i--) RuntimeObject* L_4 = __this->get_certificates_1(); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_4); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); goto IL_0052; } IL_0028: { // v.Add(ToAsn1Object((X509Certificate) certificates[i])); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = L_7; RuntimeObject* L_9 = __this->get_certificates_1(); int32_t L_10 = V_1; NullCheck(L_9); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_9, L_10); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_12; L_12 = PkixCertPath_ToAsn1Object_m3B9068E54462F401AAEA57F2FFD1FEF9677A3548(__this, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_11, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_12); NullCheck(L_6); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_6, L_8, /*hidden argument*/NULL); // for (int i = certificates.Count - 1; i >= 0; i--) int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } IL_0052: { // for (int i = certificates.Count - 1; i >= 0; i--) int32_t L_14 = V_1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0028; } } { // return ToDerEncoded(new DerSequence(v)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_15 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_16 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_16, L_15, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = PkixCertPath_ToDerEncoded_m502B4A12ACE07689F96A6B26CDEA8183724997B3(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_0063: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(encoding, "PKCS7")) String_t* L_18 = ___encoding0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_19; L_19 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_18, _stringLiteral8804EDA0D4213791DF26ABBDBB850EE8A91B7209, /*hidden argument*/NULL); if (!L_19) { goto IL_00fd; } } { // Asn1.Pkcs.ContentInfo encInfo = new Asn1.Pkcs.ContentInfo( // PkcsObjectIdentifiers.Data, null); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Data_42(); ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * L_21 = (ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 *)il2cpp_codegen_object_new(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0_il2cpp_TypeInfo_var); ContentInfo__ctor_mA64C4EE1E1667D5D9837A0FB6E7CF7EF2B3503FA(L_21, L_20, (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)NULL, /*hidden argument*/NULL); V_2 = L_21; // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_22; L_22 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_23 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_23, L_22, /*hidden argument*/NULL); V_3 = L_23; // for (int i = 0; i != certificates.Count; i++) V_5 = 0; goto IL_00bc; } IL_008f: { // v.Add(ToAsn1Object((X509Certificate)certificates[i])); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_24 = V_3; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_25 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_26 = L_25; RuntimeObject* L_27 = __this->get_certificates_1(); int32_t L_28 = V_5; NullCheck(L_27); RuntimeObject * L_29; L_29 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_27, L_28); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_30; L_30 = PkixCertPath_ToAsn1Object_m3B9068E54462F401AAEA57F2FFD1FEF9677A3548(__this, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_29, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_30); (L_26)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_30); NullCheck(L_24); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_24, L_26, /*hidden argument*/NULL); // for (int i = 0; i != certificates.Count; i++) int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00bc: { // for (int i = 0; i != certificates.Count; i++) int32_t L_32 = V_5; RuntimeObject* L_33 = __this->get_certificates_1(); NullCheck(L_33); int32_t L_34; L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_33); if ((!(((uint32_t)L_32) == ((uint32_t)L_34)))) { goto IL_008f; } } { // Asn1.Pkcs.SignedData sd = new Asn1.Pkcs.SignedData( // new DerInteger(1), // new DerSet(), // encInfo, // new DerSet(v), // null, // new DerSet()); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_35 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_35, 1, /*hidden argument*/NULL); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_36 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_mAB1CF56A11D9FAFC0638A9EB49517F96CEF55DD0(L_36, /*hidden argument*/NULL); ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * L_37 = V_2; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_38 = V_3; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_39 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_39, L_38, /*hidden argument*/NULL); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_40 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_mAB1CF56A11D9FAFC0638A9EB49517F96CEF55DD0(L_40, /*hidden argument*/NULL); SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4 * L_41 = (SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4 *)il2cpp_codegen_object_new(SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4_il2cpp_TypeInfo_var); SignedData__ctor_m065C7B7F57A573EDCD62DDAACEAF3837A71C64C6(L_41, L_35, L_36, L_37, L_39, (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL, L_40, /*hidden argument*/NULL); V_4 = L_41; // return ToDerEncoded(new Asn1.Pkcs.ContentInfo(PkcsObjectIdentifiers.SignedData, sd)); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_42 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_SignedData_43(); SignedData_t0DEBFF6D1692FBC0F6E242F257DF57011133E5A4 * L_43 = V_4; ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 * L_44 = (ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 *)il2cpp_codegen_object_new(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0_il2cpp_TypeInfo_var); ContentInfo__ctor_mA64C4EE1E1667D5D9837A0FB6E7CF7EF2B3503FA(L_44, L_42, L_43, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45; L_45 = PkixCertPath_ToDerEncoded_m502B4A12ACE07689F96A6B26CDEA8183724997B3(__this, L_44, /*hidden argument*/NULL); return L_45; } IL_00fd: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(encoding, "PEM")) String_t* L_46 = ___encoding0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_47; L_47 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_46, _stringLiteralB905F945F6C802DA4F272200C498F96D835F53DE, /*hidden argument*/NULL); if (!L_47) { goto IL_016f; } } { // MemoryStream bOut = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_48 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_48, /*hidden argument*/NULL); V_6 = L_48; // PemWriter pWrt = new PemWriter(new StreamWriter(bOut)); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_49 = V_6; StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_50 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)il2cpp_codegen_object_new(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); StreamWriter__ctor_m3D516CFFEDAC2849A8C3E997FD0233A61A482762(L_50, L_49, /*hidden argument*/NULL); PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2 * L_51 = (PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2 *)il2cpp_codegen_object_new(PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2_il2cpp_TypeInfo_var); PemWriter__ctor_m01F123FBF083207A4CCFB1A69B190656ADB99E12(L_51, L_50, /*hidden argument*/NULL); V_7 = L_51; } IL_011f: try {// begin try (depth: 1) { // for (int i = 0; i != certificates.Count; i++) V_8 = 0; goto IL_013e; } IL_0124: { // pWrt.WriteObject(certificates[i]); PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2 * L_52 = V_7; RuntimeObject* L_53 = __this->get_certificates_1(); int32_t L_54 = V_8; NullCheck(L_53); RuntimeObject * L_55; L_55 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_53, L_54); NullCheck(L_52); PemWriter_WriteObject_m2357E9258320E8EED89994AF6D76E293620A2E02(L_52, L_55, /*hidden argument*/NULL); // for (int i = 0; i != certificates.Count; i++) int32_t L_56 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_013e: { // for (int i = 0; i != certificates.Count; i++) int32_t L_57 = V_8; RuntimeObject* L_58 = __this->get_certificates_1(); NullCheck(L_58); int32_t L_59; L_59 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_58); if ((!(((uint32_t)L_57) == ((uint32_t)L_59)))) { goto IL_0124; } } IL_014d: { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(pWrt.Writer); PemWriter_t3088297EC9FAF01B00865D6297091CB8505C98E2 * L_60 = V_7; NullCheck(L_60); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_61; L_61 = PemWriter_get_Writer_m8CA2F21066B2384A2B68D36B9EB182F558086677_inline(L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_mC25B30AE75DB93D591E76620C5B0F7E323AD4A33(L_61, /*hidden argument*/NULL); // } goto IL_0167; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_015b; } throw e; } CATCH_015b: {// begin catch(System.Exception) // catch (Exception) // throw new CertificateEncodingException("can't encode certificate for PEM encoded path"); CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * L_62 = (CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var))); CertificateEncodingException__ctor_m0F8416DE29D3C84DFEDB487621A8D7EEF9D28C1C(L_62, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C179E011F690DED03D2803302759F790DD8E730)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPath_GetEncoded_m93B030F590CEF8595147444DBA3D5A71DDF19033_RuntimeMethod_var))); }// end catch (depth: 1) IL_0167: { // return bOut.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_63 = V_6; NullCheck(L_63); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64; L_64 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_63); return L_64; } IL_016f: { // throw new CertificateEncodingException("unsupported encoding: " + encoding); String_t* L_65 = ___encoding0; String_t* L_66; L_66 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D1F359C2C4A319BA714DAA87FC19FC96905039C)), L_65, /*hidden argument*/NULL); CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * L_67 = (CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var))); CertificateEncodingException__ctor_m0F8416DE29D3C84DFEDB487621A8D7EEF9D28C1C(L_67, L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPath_GetEncoded_m93B030F590CEF8595147444DBA3D5A71DDF19033_RuntimeMethod_var))); } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPath_get_Certificates_mECF8AE17D332A3D60CCC68003895D479FE3582BA (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, const RuntimeMethod* method) { { // get { return CollectionUtilities.ReadOnly(certificates); } RuntimeObject* L_0 = __this->get_certificates_1(); RuntimeObject* L_1; L_1 = CollectionUtilities_ReadOnly_m7180467DC1832120E9CFA1DC708A28576698AE14(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::ToAsn1Object(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkixCertPath_ToAsn1Object_m3B9068E54462F401AAEA57F2FFD1FEF9677A3548 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method) { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // return Asn1Object.FromByteArray(cert.GetEncoded()); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(38 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetEncoded() */, L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_001b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new CertificateEncodingException("Exception while encoding certificate", e); Exception_t * L_3 = V_1; CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * L_4 = (CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var))); CertificateEncodingException__ctor_m5F42D10FF83095947D51D1A5995858DDAA080D10(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE337D7D95B08842100D977875CCFC39E9D9056FF)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPath_ToAsn1Object_m3B9068E54462F401AAEA57F2FFD1FEF9677A3548_RuntimeMethod_var))); }// end catch (depth: 1) IL_001b: { // } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5 = V_0; return L_5; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::ToDerEncoded(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixCertPath_ToDerEncoded_m502B4A12ACE07689F96A6B26CDEA8183724997B3 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // return obj.GetEncoded(Asn1Encodable.Der); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1(L_0, _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, /*hidden argument*/NULL); V_0 = L_1; goto IL_001b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: {// begin catch(System.IO.IOException) // catch (IOException e) V_1 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CertificateEncodingException("Exception thrown", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_2 = V_1; CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * L_3 = (CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var))); CertificateEncodingException__ctor_m5F42D10FF83095947D51D1A5995858DDAA080D10(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC3ACA04963388DC4190CA6B5759DD7189096FB4)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPath_ToDerEncoded_m502B4A12ACE07689F96A6B26CDEA8183724997B3_RuntimeMethod_var))); }// end catch (depth: 1) IL_001b: { // } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * PkixCertPathBuilder_Build_m6B344F3C5AE6CBB9A6EF846BEA4FCD3B6A613987 (PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * __this, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * ___pkixParams0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * V_4 = NULL; RuntimeObject* V_5 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IX509Selector certSelect = pkixParams.GetTargetCertConstraints(); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_0 = ___pkixParams0; NullCheck(L_0); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_1; L_1 = VirtualFuncInvoker0< X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetCertConstraints() */, L_0); V_0 = L_1; // if (!(certSelect is X509CertStoreSelector)) RuntimeObject* L_2 = V_0; if (((X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)IsInstClass((RuntimeObject*)L_2, X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var))) { goto IL_0053; } } { // throw new PkixCertPathBuilderException( // "TargetConstraints must be an instance of " // + typeof(X509CertStoreSelector).FullName + " for " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(this) + " class."); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38777F695E62D348BF8D886E3369EA4B131E49EF))); (L_4)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38777F695E62D348BF8D886E3369EA4B131E49EF))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (String_t*)L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_5; NullCheck(L_9); ArrayElementTypeCheck (L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF422850993212057809CBD984B2F3DAEC17A02ED))); (L_9)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF422850993212057809CBD984B2F3DAEC17A02ED))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_11; L_11 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(__this, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(3), (String_t*)L_11); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDBC1B0E1CC5BE442112C328822B50AF6CFC1F0F1))); (L_12)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDBC1B0E1CC5BE442112C328822B50AF6CFC1F0F1))); String_t* L_13; L_13 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_12, /*hidden argument*/NULL); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_14 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m6B344F3C5AE6CBB9A6EF846BEA4FCD3B6A613987_RuntimeMethod_var))); } IL_0053: { // ISet targets = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_15 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_15, /*hidden argument*/NULL); V_1 = L_15; } IL_0059: try {// begin try (depth: 1) // targets.AddAll(PkixCertPathValidatorUtilities.FindCertificates((X509CertStoreSelector)certSelect, pkixParams.GetStores())); RuntimeObject* L_16 = V_1; RuntimeObject* L_17 = V_0; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_18 = ___pkixParams0; NullCheck(L_18); RuntimeObject* L_19; L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD(((X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)CastclassClass((RuntimeObject*)L_17, X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL); NullCheck(L_16); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_16, L_20); // } goto IL_0081; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0072; } throw e; } CATCH_0072: {// begin catch(System.Exception) // catch (Exception e) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathBuilderException( // "Error finding target certificate.", e); Exception_t * L_21 = V_4; PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_22 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m6932D40D6F934BF36A236C9F4B8B747B79A32CD7(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27955FB8D63C3F46B50A93B4CF4891EDFA1F2F41)), L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m6B344F3C5AE6CBB9A6EF846BEA4FCD3B6A613987_RuntimeMethod_var))); }// end catch (depth: 1) IL_0081: { // if (targets.IsEmpty) RuntimeObject* L_23 = V_1; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_23); if (!L_24) { goto IL_0094; } } { // throw new PkixCertPathBuilderException("No certificate found matching targetContraints."); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_25 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC24644CE174A9FCB2EF59B0D3F35DA6A777EFC00)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m6B344F3C5AE6CBB9A6EF846BEA4FCD3B6A613987_RuntimeMethod_var))); } IL_0094: { // PkixCertPathBuilderResult result = null; V_2 = (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; // IList certPathList = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_26; L_26 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_3 = L_26; // foreach (X509Certificate cert in targets) RuntimeObject* L_27 = V_1; NullCheck(L_27); RuntimeObject* L_28; L_28 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_27); V_5 = L_28; } IL_00a4: try {// begin try (depth: 1) { goto IL_00c4; } IL_00a6: { // foreach (X509Certificate cert in targets) RuntimeObject* L_29 = V_5; NullCheck(L_29); RuntimeObject * L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_29); V_6 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_30, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // result = Build(cert, pkixParams, certPathList); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_31 = V_6; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_32 = ___pkixParams0; RuntimeObject* L_33 = V_3; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_34; L_34 = VirtualFuncInvoker3< PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE *, RuntimeObject* >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters,System.Collections.IList) */, __this, L_31, L_32, L_33); V_2 = L_34; // if (result != null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_35 = V_2; if (!L_35) { goto IL_00c4; } } IL_00c2: { // break; IL2CPP_LEAVE(0xE4, FINALLY_00cf); } IL_00c4: { // foreach (X509Certificate cert in targets) RuntimeObject* L_36 = V_5; NullCheck(L_36); bool L_37; L_37 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_36); if (L_37) { goto IL_00a6; } } IL_00cd: { IL2CPP_LEAVE(0xE4, FINALLY_00cf); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00cf; } FINALLY_00cf: {// begin finally (depth: 1) { RuntimeObject* L_38 = V_5; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_38, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_39 = V_7; if (!L_39) { goto IL_00e3; } } IL_00dc: { RuntimeObject* L_40 = V_7; NullCheck(L_40); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_40); } IL_00e3: { IL2CPP_END_FINALLY(207) } }// end finally (depth: 1) IL2CPP_CLEANUP(207) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE4, IL_00e4) } IL_00e4: { // if (result == null && certPathException != null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_41 = V_2; if (L_41) { goto IL_010b; } } { Exception_t * L_42 = __this->get_certPathException_0(); if (!L_42) { goto IL_010b; } } { // throw new PkixCertPathBuilderException(certPathException.Message, certPathException.InnerException); Exception_t * L_43 = __this->get_certPathException_0(); NullCheck(L_43); String_t* L_44; L_44 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_43); Exception_t * L_45 = __this->get_certPathException_0(); NullCheck(L_45); Exception_t * L_46; L_46 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_45, /*hidden argument*/NULL); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_47 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m6932D40D6F934BF36A236C9F4B8B747B79A32CD7(L_47, L_44, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m6B344F3C5AE6CBB9A6EF846BEA4FCD3B6A613987_RuntimeMethod_var))); } IL_010b: { // if (result == null && certPathException == null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_48 = V_2; if (L_48) { goto IL_0121; } } { Exception_t * L_49 = __this->get_certPathException_0(); if (L_49) { goto IL_0121; } } { // throw new PkixCertPathBuilderException("Unable to find certificate chain."); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_50 = (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var))); PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167(L_50, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA36889091A25A938861326DCFE41C362C218B148)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m6B344F3C5AE6CBB9A6EF846BEA4FCD3B6A613987_RuntimeMethod_var))); } IL_0121: { // return result; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_51 = V_2; return L_51; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * PkixCertPathBuilder_Build_m5B73D5CA11538FFF2EAF1794C3FB027C99453A16 (PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___tbvCert0, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * ___pkixParams1, RuntimeObject* ___tbvPath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * V_0 = NULL; PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * V_1 = NULL; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * V_2 = NULL; PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * V_5 = NULL; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * V_6 = NULL; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * V_7 = NULL; CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * V_8 = NULL; Exception_t * V_9 = NULL; RuntimeObject* V_10 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_11 = NULL; RuntimeObject* V_12 = NULL; Exception_t * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (tbvPath.Contains(tbvCert)) RuntimeObject* L_0 = ___tbvPath2; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___tbvCert0; NullCheck(L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); if (!L_2) { goto IL_000b; } } { // return null; return (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; } IL_000b: { // if (pkixParams.GetExcludedCerts().Contains(tbvCert)) PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_3 = ___pkixParams1; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(50 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::GetExcludedCerts() */, L_3); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_5 = ___tbvCert0; NullCheck(L_4); bool L_6; L_6 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_4, L_5); if (!L_6) { goto IL_001b; } } { // return null; return (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; } IL_001b: { // if (pkixParams.MaxPathLength != -1) PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_7 = ___pkixParams1; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(48 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::get_MaxPathLength() */, L_7); if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_0036; } } { // if (tbvPath.Count - 1 > pkixParams.MaxPathLength) RuntimeObject* L_9 = ___tbvPath2; NullCheck(L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_9); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_11 = ___pkixParams1; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(48 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::get_MaxPathLength() */, L_11); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))) <= ((int32_t)L_12))) { goto IL_0036; } } { // return null; return (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; } IL_0036: { // tbvPath.Add(tbvCert); RuntimeObject* L_13 = ___tbvPath2; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_14 = ___tbvCert0; NullCheck(L_13); int32_t L_15; L_15 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_13, L_14); // PkixCertPathBuilderResult builderResult = null; V_0 = (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; // PkixCertPathValidator validator = new PkixCertPathValidator(); PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * L_16 = (PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C *)il2cpp_codegen_object_new(PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C_il2cpp_TypeInfo_var); PkixCertPathValidator__ctor_m8CD74CF2B705525A01B44C2492C9144EBA96C8EE(L_16, /*hidden argument*/NULL); V_1 = L_16; } IL_0046: try {// begin try (depth: 1) { // if (PkixCertPathValidatorUtilities.IsIssuerTrustAnchor(tbvCert, pkixParams.GetTrustAnchors())) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_17 = ___tbvCert0; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_18 = ___pkixParams1; NullCheck(L_18); RuntimeObject* L_19; L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_20; L_20 = PkixCertPathValidatorUtilities_IsIssuerTrustAnchor_m97EE6F67040187C1FD6345B70922A339210558AD(L_17, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00a9; } } IL_0054: { // PkixCertPath certPath = null; V_2 = (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *)NULL; } IL_0056: try {// begin try (depth: 2) // certPath = new PkixCertPath(tbvPath); RuntimeObject* L_21 = ___tbvPath2; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_22 = (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *)il2cpp_codegen_object_new(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_il2cpp_TypeInfo_var); PkixCertPath__ctor_m44D6C58FEE98B669202B6F4B5A223FC67EC3C949(L_22, L_21, /*hidden argument*/NULL); V_2 = L_22; // } goto IL_006e; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005f; } throw e; } CATCH_005f: {// begin catch(System.Exception) // catch (Exception e) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Certification path could not be constructed from certificate list.", // e); Exception_t * L_23 = V_4; Exception_t * L_24 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3F22646293895E748A7D7D7FFC81F086A164014E)), L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m5B73D5CA11538FFF2EAF1794C3FB027C99453A16_RuntimeMethod_var))); }// end catch (depth: 2) IL_006e: { // PkixCertPathValidatorResult result = null; V_3 = (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA *)NULL; } IL_0070: try {// begin try (depth: 2) // result = (PkixCertPathValidatorResult)validator.Validate( // certPath, pkixParams); PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * L_25 = V_1; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_26 = V_2; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_27 = ___pkixParams1; NullCheck(L_25); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_28; L_28 = VirtualFuncInvoker2< PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA *, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) */, L_25, L_26, L_27); V_3 = L_28; // } goto IL_008a; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007b; } throw e; } CATCH_007b: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Certification path could not be validated.", e); Exception_t * L_29 = V_5; Exception_t * L_30 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB9C6FDED6C2F4B1E22E1BCEAB25BB902E4F27111)), L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m5B73D5CA11538FFF2EAF1794C3FB027C99453A16_RuntimeMethod_var))); }// end catch (depth: 2) IL_008a: { // return new PkixCertPathBuilderResult(certPath, result.TrustAnchor, // result.PolicyTree, result.SubjectPublicKey); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_31 = V_2; PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_32 = V_3; NullCheck(L_32); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_33; L_33 = PkixCertPathValidatorResult_get_TrustAnchor_m9599498918AED71AAB8BE151DA59AF13B5463A0F_inline(L_32, /*hidden argument*/NULL); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_34 = V_3; NullCheck(L_34); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_35; L_35 = PkixCertPathValidatorResult_get_PolicyTree_mC167B45D040249679E34E0D19FCEB39C330B39F3_inline(L_34, /*hidden argument*/NULL); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_36 = V_3; NullCheck(L_36); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_37; L_37 = PkixCertPathValidatorResult_get_SubjectPublicKey_mE6434A3064AA48C04D5A3AEB8A47BD2D506B8827_inline(L_36, /*hidden argument*/NULL); PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_38 = (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)il2cpp_codegen_object_new(PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063_il2cpp_TypeInfo_var); PkixCertPathBuilderResult__ctor_mF5DF5A48669C4C246C464474749963C4914E3298(L_38, L_31, L_33, L_35, L_37, /*hidden argument*/NULL); V_6 = L_38; goto IL_015d; } IL_00a9: { } IL_00aa: try {// begin try (depth: 2) // PkixCertPathValidatorUtilities.AddAdditionalStoresFromAltNames( // tbvCert, pkixParams); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_39 = ___tbvCert0; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_40 = ___pkixParams1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_AddAdditionalStoresFromAltNames_mF8CD5EA9C8BD922AB5299803B507E0AEF9FF7169(L_39, L_40, /*hidden argument*/NULL); // } goto IL_00c2; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b3; } throw e; } CATCH_00b3: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException) // catch (CertificateParsingException e) V_8 = ((CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 *)); // throw new Exception( // "No additiontal X.509 stores can be added from certificate locations.", // e); CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * L_41 = V_8; Exception_t * L_42 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_42, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96AAC50BE9EDEE8C698F2DAB30DE451C06AB68C1)), L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m5B73D5CA11538FFF2EAF1794C3FB027C99453A16_RuntimeMethod_var))); }// end catch (depth: 2) IL_00c2: { // HashSet issuers = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_43 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_43, /*hidden argument*/NULL); V_7 = L_43; } IL_00c9: try {// begin try (depth: 2) // issuers.AddAll(PkixCertPathValidatorUtilities.FindIssuerCerts(tbvCert, pkixParams)); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_44 = V_7; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_45 = ___tbvCert0; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_46 = ___pkixParams1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_47; L_47 = PkixCertPathValidatorUtilities_FindIssuerCerts_m0B5DA81AC24D6A028995F6164514D40806B43903(L_45, L_46, /*hidden argument*/NULL); NullCheck(L_44); VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::AddAll(System.Collections.IEnumerable) */, L_44, L_47); // } goto IL_00e8; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00d9; } throw e; } CATCH_00d9: {// begin catch(System.Exception) // catch (Exception e) V_9 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Cannot find issuer certificate for certificate in certification path.", // e); Exception_t * L_48 = V_9; Exception_t * L_49 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral706FB76960A6BA4BF55773B0C37D8CCC1647A1C5)), L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m5B73D5CA11538FFF2EAF1794C3FB027C99453A16_RuntimeMethod_var))); }// end catch (depth: 2) IL_00e8: { // if (issuers.IsEmpty) HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_50 = V_7; NullCheck(L_50); bool L_51; L_51 = VirtualFuncInvoker0< bool >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::get_IsEmpty() */, L_50); if (!L_51) { goto IL_00fc; } } IL_00f1: { // throw new Exception("No issuer certificate for certificate in certification path found."); Exception_t * L_52 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_52, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0FC3AA992B48D0EE3DD80A9EEC4003CFB6BC3C94)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilder_Build_m5B73D5CA11538FFF2EAF1794C3FB027C99453A16_RuntimeMethod_var))); } IL_00fc: { // foreach (X509Certificate issuer in issuers) HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_53 = V_7; NullCheck(L_53); RuntimeObject* L_54; L_54 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::GetEnumerator() */, L_53); V_10 = L_54; } IL_0105: try {// begin try (depth: 2) { goto IL_0123; } IL_0107: { // foreach (X509Certificate issuer in issuers) RuntimeObject* L_55 = V_10; NullCheck(L_55); RuntimeObject * L_56; L_56 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_55); V_11 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_56, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // builderResult = Build(issuer, pkixParams, tbvPath); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_57 = V_11; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_58 = ___pkixParams1; RuntimeObject* L_59 = ___tbvPath2; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_60; L_60 = VirtualFuncInvoker3< PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE *, RuntimeObject* >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters,System.Collections.IList) */, __this, L_57, L_58, L_59); V_0 = L_60; // if (builderResult != null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_61 = V_0; if (L_61) { goto IL_012c; } } IL_0123: { // foreach (X509Certificate issuer in issuers) RuntimeObject* L_62 = V_10; NullCheck(L_62); bool L_63; L_63 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_62); if (L_63) { goto IL_0107; } } IL_012c: { IL2CPP_LEAVE(0x143, FINALLY_012e); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012e; } FINALLY_012e: {// begin finally (depth: 2) { RuntimeObject* L_64 = V_10; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_64, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_65 = V_12; if (!L_65) { goto IL_0142; } } IL_013b: { RuntimeObject* L_66 = V_12; NullCheck(L_66); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_66); } IL_0142: { IL2CPP_END_FINALLY(302) } }// end finally (depth: 2) IL2CPP_CLEANUP(302) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x143, IL_0143) } IL_0143: { // } goto IL_0151; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0145; } throw e; } CATCH_0145: {// begin catch(System.Exception) // catch (Exception e) V_13 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // certPathException = e; Exception_t * L_67 = V_13; __this->set_certPathException_0(L_67); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0151; }// end catch (depth: 1) IL_0151: { // if (builderResult == null) PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_68 = V_0; if (L_68) { goto IL_015b; } } { // tbvPath.Remove(tbvCert); RuntimeObject* L_69 = ___tbvPath2; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_70 = ___tbvCert0; NullCheck(L_69); InterfaceActionInvoker1< RuntimeObject * >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_69, L_70); } IL_015b: { // return builderResult; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_71 = V_0; return L_71; } IL_015d: { // } PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_72 = V_6; return L_72; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilder__ctor_mBD7D8348D84AE02E600810349B7199DA8F469429 (PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilderException__ctor_m2C52206FB7A086244EA029E268667EF1AF674F23 (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * __this, const RuntimeMethod* method) { { // public PkixCertPathBuilderException() : base() { } GeneralSecurityException__ctor_m9F2B5464CFE88726238594C5BC58617B9217B22C(__this, /*hidden argument*/NULL); // public PkixCertPathBuilderException() : base() { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilderException__ctor_m56FFCF696EC2240E4FD92F56253395C622868167 (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * __this, String_t* ___message0, const RuntimeMethod* method) { { // public PkixCertPathBuilderException(string message) : base(message) { } String_t* L_0 = ___message0; GeneralSecurityException__ctor_m489A96C69DCB3F2633EF024AD3A3104F394BA51D(__this, L_0, /*hidden argument*/NULL); // public PkixCertPathBuilderException(string message) : base(message) { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilderException__ctor_m6932D40D6F934BF36A236C9F4B8B747B79A32CD7 (PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method) { { // public PkixCertPathBuilderException(string message, Exception exception) : base(message, exception) { } String_t* L_0 = ___message0; Exception_t * L_1 = ___exception1; GeneralSecurityException__ctor_m8281CA2286C5173479C6BD01CC65700A62AE2F9D(__this, L_0, L_1, /*hidden argument*/NULL); // public PkixCertPathBuilderException(string message, Exception exception) : base(message, exception) { } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilderResult__ctor_mF5DF5A48669C4C246C464474749963C4914E3298 (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * __this, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * ___trustAnchor1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___policyTree2, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___subjectPublicKey3, const RuntimeMethod* method) { { // : base(trustAnchor, policyTree, subjectPublicKey) TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_0 = ___trustAnchor1; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_1 = ___policyTree2; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_2 = ___subjectPublicKey3; PkixCertPathValidatorResult__ctor_mEF308545DCC881F41B9DD01F2FF80D1541DA7739(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // if (certPath == null) PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_3 = ___certPath0; if (L_3) { goto IL_0018; } } { // throw new ArgumentNullException("certPath"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral344CEA01221302FD0E72345CDF3C8F613B31D61D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderResult__ctor_mF5DF5A48669C4C246C464474749963C4914E3298_RuntimeMethod_var))); } IL_0018: { // this.certPath = certPath; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_5 = ___certPath0; __this->set_certPath_3(L_5); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult::get_CertPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * PkixCertPathBuilderResult_get_CertPath_mD11AA5E9852928530E108C7BC132806E1541DD50 (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * __this, const RuntimeMethod* method) { { // get { return certPath; } PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = __this->get_certPath_3(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixCertPathBuilderResult_ToString_m3AFA6E0B05A49EA3C0E163B801E2AF55FC6B9A3B (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47A8AC0089A98BD0B9890EE031BDFCA17CA1CD3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FDD51342C154566375CD3A8728C523A379262F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4D1232BCC68E0694065D253BAF7571E0CEF2C4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE811C2860875F50C7781757CF7476F86E70C6283); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB25BD3884F494E8D6AF50CCD4DD8CCCBD2610C4); s_Il2CppMethodInitialized = true; } { // StringBuilder s = new StringBuilder(); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); // s.Append("SimplePKIXCertPathBuilderResult: [\n"); StringBuilder_t * L_1 = L_0; NullCheck(L_1); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, _stringLiteralE811C2860875F50C7781757CF7476F86E70C6283, /*hidden argument*/NULL); // s.Append(" Certification Path: ").Append(CertPath).Append('\n'); StringBuilder_t * L_3 = L_1; NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, _stringLiteralD4D1232BCC68E0694065D253BAF7571E0CEF2C4D, /*hidden argument*/NULL); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_5; L_5 = PkixCertPathBuilderResult_get_CertPath_mD11AA5E9852928530E108C7BC132806E1541DD50_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_t * L_6; L_6 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_6, ((int32_t)10), /*hidden argument*/NULL); // s.Append(" Trust Anchor: ").Append(this.TrustAnchor.TrustedCert.IssuerDN.ToString()).Append('\n'); StringBuilder_t * L_8 = L_3; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteralFB25BD3884F494E8D6AF50CCD4DD8CCCBD2610C4, /*hidden argument*/NULL); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_10; L_10 = PkixCertPathValidatorResult_get_TrustAnchor_m9599498918AED71AAB8BE151DA59AF13B5463A0F_inline(__this, /*hidden argument*/NULL); NullCheck(L_10); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_11; L_11 = TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_12; L_12 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, L_11); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); NullCheck(L_9); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_9, L_13, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, ((int32_t)10), /*hidden argument*/NULL); // s.Append(" Subject Public Key: ").Append(this.SubjectPublicKey).Append("\n]"); StringBuilder_t * L_16 = L_8; NullCheck(L_16); StringBuilder_t * L_17; L_17 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_16, _stringLiteral47A8AC0089A98BD0B9890EE031BDFCA17CA1CD3B, /*hidden argument*/NULL); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_18; L_18 = PkixCertPathValidatorResult_get_SubjectPublicKey_mE6434A3064AA48C04D5A3AEB8A47BD2D506B8827_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); StringBuilder_t * L_19; L_19 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, _stringLiteral4FDD51342C154566375CD3A8728C523A379262F3, /*hidden argument*/NULL); // return s.ToString(); NullCheck(L_16); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); return L_21; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathChecker__ctor_mEFE79D92F492CADDC5055C3E497335FD4E3DD3D6 (PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * __this, const RuntimeMethod* method) { { // protected PkixCertPathChecker() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PkixCertPathChecker_Clone_mD32D3BB2576110A1FDA521297F14C47DC0B2F471 (PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * __this, const RuntimeMethod* method) { { // return base.MemberwiseClone(); RuntimeObject * L_0; L_0 = Object_MemberwiseClone_m0AEE84C38E9A87C372139B4C342454553F0F6392(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA (PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * __this, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPkix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* V_7 = NULL; RuntimeObject* V_8 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_9 = NULL; PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * V_10 = NULL; int32_t V_11 = 0; RuntimeObject* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_15 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * V_16 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_17 = NULL; int32_t V_18 = 0; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * V_19 = NULL; RuntimeObject* V_20 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_21 = NULL; RuntimeObject* V_22 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_23 = NULL; Exception_t * V_24 = NULL; int32_t V_25 = 0; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_26 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_27 = NULL; Exception_t * V_28 = NULL; RuntimeObject* V_29 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_30 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (paramsPkix.GetTrustAnchors() == null) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___paramsPkix1; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() */, L_0); if (L_1) { goto IL_0018; } } { // throw new ArgumentException( // "trustAnchors is null, this is not allowed for certification path validation.", // "parameters"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE311506C7544CA9ABC22BFADE7EEEF0AF25CD2B0)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); } IL_0018: { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_3 = ___certPath0; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_3); V_0 = L_4; // int n = certs.Count; RuntimeObject* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_5); V_1 = L_6; // if (certs.Count == 0) RuntimeObject* L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_003c; } } { // throw new PkixCertPathValidatorException("Certification path is empty.", null, certPath, 0); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_10 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC8D8EDDDC7D9E98EF82D30533C0980F4C90786)), (Exception_t *)NULL, L_9, 0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); } IL_003c: { // ISet userInitialPolicySet = paramsPkix.GetInitialPolicies(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_11 = ___paramsPkix1; NullCheck(L_11); RuntimeObject* L_12; L_12 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetInitialPolicies() */, L_11); V_2 = L_12; } IL_0043: try {// begin try (depth: 1) { // trust = PkixCertPathValidatorUtilities.FindTrustAnchor( // (X509Certificate)certs[certs.Count - 1], // paramsPkix.GetTrustAnchors()); RuntimeObject* L_13 = V_0; RuntimeObject* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_14); NullCheck(L_13); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_17 = ___paramsPkix1; NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_19; L_19 = PkixCertPathValidatorUtilities_FindTrustAnchor_m78D750012913D2C935FEA16E04C67BECF4AE77E3(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_16, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), L_18, /*hidden argument*/NULL); V_3 = L_19; // if (trust == null) TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_20 = V_3; if (L_20) { goto IL_0073; } } IL_0065: { // throw new PkixCertPathValidatorException("Trust anchor for certification path not found.", null, certPath, -1); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_21 = ___certPath0; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_22 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2EA73E61A52642578E6F233EA96296F2FE417E45)), (Exception_t *)NULL, L_21, (-1), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); } IL_0073: { // CheckCertificate(trust.TrustedCert); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_23 = V_3; NullCheck(L_23); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_24; L_24 = TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline(L_23, /*hidden argument*/NULL); PkixCertPathValidator_CheckCertificate_m72EEFB65A03200DA0664EC41D90E56D958612ABC(L_24, /*hidden argument*/NULL); // } goto IL_009f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0080; } throw e; } CATCH_0080: {// begin catch(System.Exception) // catch (Exception e) V_24 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException(e.Message, e.InnerException, certPath, certs.Count - 1); Exception_t * L_25 = V_24; NullCheck(L_25); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_25); Exception_t * L_27 = V_24; NullCheck(L_27); Exception_t * L_28; L_28 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_27, /*hidden argument*/NULL); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_29 = ___certPath0; RuntimeObject* L_30 = V_0; NullCheck(L_30); int32_t L_31; L_31 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)), L_30); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_32 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_32, L_26, L_28, L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); }// end catch (depth: 1) IL_009f: { // int index = 0; V_5 = 0; // IList[] policyNodes = new IList[n + 1]; int32_t L_33 = V_1; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_34 = (IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B*)(IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B*)SZArrayNew(IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); V_7 = L_34; // for (int j = 0; j < policyNodes.Length; j++) V_25 = 0; goto IL_00c1; } IL_00b1: { // policyNodes[j] = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_35 = V_7; int32_t L_36 = V_25; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_37; L_37 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAt(static_cast(L_36), (RuntimeObject*)L_37); // for (int j = 0; j < policyNodes.Length; j++) int32_t L_38 = V_25; V_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00c1: { // for (int j = 0; j < policyNodes.Length; j++) int32_t L_39 = V_25; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_40 = V_7; NullCheck(L_40); if ((((int32_t)L_39) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))))) { goto IL_00b1; } } { // ISet policySet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_41 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_41, /*hidden argument*/NULL); V_8 = L_41; // policySet.Add(Rfc3280CertPathUtilities.ANY_POLICY); RuntimeObject* L_42 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_43 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); NullCheck(L_42); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_42, L_43); // PkixPolicyNode validPolicyTree = new PkixPolicyNode(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(), 0, policySet, null, new HashSet(), // Rfc3280CertPathUtilities.ANY_POLICY, false); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_44; L_44 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); RuntimeObject* L_45 = V_8; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_46 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_46, /*hidden argument*/NULL); String_t* L_47 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_48 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)il2cpp_codegen_object_new(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB(L_48, L_44, 0, L_45, (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)NULL, L_46, L_47, (bool)0, /*hidden argument*/NULL); V_9 = L_48; // policyNodes[0].Add(validPolicyTree); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_49 = V_7; NullCheck(L_49); int32_t L_50 = 0; RuntimeObject* L_51 = (L_49)->GetAt(static_cast(L_50)); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_52 = V_9; NullCheck(L_51); int32_t L_53; L_53 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_51, L_52); // PkixNameConstraintValidator nameConstraintValidator = new PkixNameConstraintValidator(); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_54 = (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF *)il2cpp_codegen_object_new(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF_il2cpp_TypeInfo_var); PkixNameConstraintValidator__ctor_mD20EA2853AC8873080051F2B4B9BE18B19ADBCF7(L_54, /*hidden argument*/NULL); V_10 = L_54; // ISet acceptablePolicies = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_55 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_55, /*hidden argument*/NULL); V_12 = L_55; // if (paramsPkix.IsExplicitPolicyRequired) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_56 = ___paramsPkix1; NullCheck(L_56); bool L_57; L_57 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsExplicitPolicyRequired() */, L_56); if (!L_57) { goto IL_011e; } } { // explicitPolicy = 0; V_11 = 0; // } goto IL_0123; } IL_011e: { // explicitPolicy = n + 1; int32_t L_58 = V_1; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0123: { // if (paramsPkix.IsAnyPolicyInhibited) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_59 = ___paramsPkix1; NullCheck(L_59); bool L_60; L_60 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsAnyPolicyInhibited() */, L_59); if (!L_60) { goto IL_0130; } } { // inhibitAnyPolicy = 0; V_13 = 0; // } goto IL_0135; } IL_0130: { // inhibitAnyPolicy = n + 1; int32_t L_61 = V_1; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0135: { // if (paramsPkix.IsPolicyMappingInhibited) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_62 = ___paramsPkix1; NullCheck(L_62); bool L_63; L_63 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsPolicyMappingInhibited() */, L_62); if (!L_63) { goto IL_0142; } } { // policyMapping = 0; V_14 = 0; // } goto IL_0147; } IL_0142: { // policyMapping = n + 1; int32_t L_64 = V_1; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0147: { // X509Certificate sign = trust.TrustedCert; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_65 = V_3; NullCheck(L_65); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_66; L_66 = TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline(L_65, /*hidden argument*/NULL); V_17 = L_66; } IL_014f: try {// begin try (depth: 1) { // if (sign != null) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_67 = V_17; if (!L_67) { goto IL_0167; } } IL_0153: { // workingIssuerName = sign.SubjectDN; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_68 = V_17; NullCheck(L_68); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_69; L_69 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SubjectDN() */, L_68); V_16 = L_69; // workingPublicKey = sign.GetPublicKey(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_70 = V_17; NullCheck(L_70); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_71; L_71 = VirtualFuncInvoker0< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(37 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetPublicKey() */, L_70); V_15 = L_71; // } goto IL_017c; } IL_0167: { // workingIssuerName = new X509Name(trust.CAName); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_72 = V_3; NullCheck(L_72); String_t* L_73; L_73 = TrustAnchor_get_CAName_mEA2D7D435E63546C785007E4B8FAD402A0C7E583_inline(L_72, /*hidden argument*/NULL); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_74 = (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 *)il2cpp_codegen_object_new(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name__ctor_mCC41164D1E99147020203EEF7756443AAA004FB0(L_74, L_73, /*hidden argument*/NULL); V_16 = L_74; // workingPublicKey = trust.CAPublicKey; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_75 = V_3; NullCheck(L_75); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_76; L_76 = TrustAnchor_get_CAPublicKey_m1AA6DF9C2F0B15E67B226409F1BA3D6FDDE07EB6_inline(L_75, /*hidden argument*/NULL); V_15 = L_76; } IL_017c: { // } goto IL_018f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_017e; } throw e; } CATCH_017e: {// begin catch(System.ArgumentException) // catch (ArgumentException ex) V_26 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); // throw new PkixCertPathValidatorException("Subject of trust anchor could not be (re)encoded.", ex, certPath, // -1); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_77 = V_26; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_78 = ___certPath0; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_79 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_79, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE22A28D61FBE43D3CE21515AEB6A65AA08F9F83C)), L_77, L_78, (-1), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); }// end catch (depth: 1) IL_018f: { } IL_0190: try {// begin try (depth: 1) // workingAlgId = PkixCertPathValidatorUtilities.GetAlgorithmIdentifier(workingPublicKey); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_80 = V_15; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_81; L_81 = PkixCertPathValidatorUtilities_GetAlgorithmIdentifier_m55E8EC96078652D734C1A7D18B49E3A2F501E3F7(L_80, /*hidden argument*/NULL); // } goto IL_01ab; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_019a; } throw e; } CATCH_019a: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException e) V_27 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new PkixCertPathValidatorException( // "Algorithm identifier of public key of trust anchor could not be read.", e, certPath, -1); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_82 = V_27; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_83 = ___certPath0; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_84 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_84, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB694B55805960B515D0CD8980B431DCCF172857B)), L_82, L_83, (-1), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); }// end catch (depth: 1) IL_01ab: { // int maxPathLength = n; int32_t L_85 = V_1; V_18 = L_85; // X509CertStoreSelector certConstraints = paramsPkix.GetTargetCertConstraints(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_86 = ___paramsPkix1; NullCheck(L_86); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_87; L_87 = VirtualFuncInvoker0< X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetCertConstraints() */, L_86); V_19 = L_87; // if (certConstraints != null && !certConstraints.Match((X509Certificate)certs[0])) X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_88 = V_19; if (!L_88) { goto IL_01dd; } } { X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_89 = V_19; RuntimeObject* L_90 = V_0; NullCheck(L_90); RuntimeObject * L_91; L_91 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_90, 0); NullCheck(L_89); bool L_92; L_92 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(7 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::Match(System.Object) */, L_89, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_91, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); if (L_92) { goto IL_01dd; } } { // throw new PkixCertPathValidatorException( // "Target certificate in certification path does not match targetConstraints.", null, certPath, 0); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_93 = ___certPath0; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_94 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_94, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9330901144F26291582224CCF274CF541077FB9)), (Exception_t *)NULL, L_93, 0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_94, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); } IL_01dd: { // IList pathCheckers = paramsPkix.GetCertPathCheckers(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_95 = ___paramsPkix1; NullCheck(L_95); RuntimeObject* L_96; L_96 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetCertPathCheckers() */, L_95); V_20 = L_96; // certIter = pathCheckers.GetEnumerator(); RuntimeObject* L_97 = V_20; NullCheck(L_97); RuntimeObject* L_98; L_98 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_97); V_4 = L_98; goto IL_0202; } IL_01f0: { // ((PkixCertPathChecker)certIter.Current).Init(false); RuntimeObject* L_99 = V_4; NullCheck(L_99); RuntimeObject * L_100; L_100 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_99); NullCheck(((PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 *)CastclassClass((RuntimeObject*)L_100, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var))); VirtualActionInvoker1< bool >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker::Init(System.Boolean) */, ((PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 *)CastclassClass((RuntimeObject*)L_100, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var)), (bool)0); } IL_0202: { // while (certIter.MoveNext()) RuntimeObject* L_101 = V_4; NullCheck(L_101); bool L_102; L_102 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_101); if (L_102) { goto IL_01f0; } } { // X509Certificate cert = null; V_21 = (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)NULL; // for (index = certs.Count - 1; index >= 0; index--) RuntimeObject* L_103 = V_0; NullCheck(L_103); int32_t L_104; L_104 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_103); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)1)); goto IL_047b; } IL_021d: { // i = n - index; int32_t L_105 = V_1; int32_t L_106 = V_5; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_106)); // cert = (X509Certificate)certs[index]; RuntimeObject* L_107 = V_0; int32_t L_108 = V_5; NullCheck(L_107); RuntimeObject * L_109; L_109 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_107, L_108); V_21 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_109, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); } IL_0232: try {// begin try (depth: 1) // CheckCertificate(cert); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_110 = V_21; PkixCertPathValidator_CheckCertificate_m72EEFB65A03200DA0664EC41D90E56D958612ABC(L_110, /*hidden argument*/NULL); // } goto IL_0254; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_023b; } throw e; } CATCH_023b: {// begin catch(System.Exception) // catch (Exception e) V_28 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException(e.Message, e.InnerException, certPath, index); Exception_t * L_111 = V_28; NullCheck(L_111); String_t* L_112; L_112 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_111); Exception_t * L_113 = V_28; NullCheck(L_113); Exception_t * L_114; L_114 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_113, /*hidden argument*/NULL); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_115 = ___certPath0; int32_t L_116 = V_5; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_117 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_117, L_112, L_114, L_115, L_116, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_117, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); }// end catch (depth: 1) IL_0254: { // Rfc3280CertPathUtilities.ProcessCertA(certPath, paramsPkix, index, workingPublicKey, // workingIssuerName, sign); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_118 = ___certPath0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_119 = ___paramsPkix1; int32_t L_120 = V_5; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_121 = V_15; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_122 = V_16; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_123 = V_17; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847(L_118, L_119, L_120, L_121, L_122, L_123, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCertBC(certPath, index, nameConstraintValidator); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_124 = ___certPath0; int32_t L_125 = V_5; PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_126 = V_10; Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681(L_124, L_125, L_126, /*hidden argument*/NULL); // validPolicyTree = Rfc3280CertPathUtilities.ProcessCertD(certPath, index, // acceptablePolicies, validPolicyTree, policyNodes, inhibitAnyPolicy); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_127 = ___certPath0; int32_t L_128 = V_5; RuntimeObject* L_129 = V_12; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_130 = V_9; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_131 = V_7; int32_t L_132 = V_13; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_133; L_133 = Rfc3280CertPathUtilities_ProcessCertD_m710370EBBDE7182DAE270B0BED06754E6E6DC886(L_127, L_128, L_129, L_130, L_131, L_132, /*hidden argument*/NULL); V_9 = L_133; // validPolicyTree = Rfc3280CertPathUtilities.ProcessCertE(certPath, index, validPolicyTree); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_134 = ___certPath0; int32_t L_135 = V_5; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_136 = V_9; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_137; L_137 = Rfc3280CertPathUtilities_ProcessCertE_m76CE7FC60FE63C4042C74145D66BEB4FCE382680(L_134, L_135, L_136, /*hidden argument*/NULL); V_9 = L_137; // Rfc3280CertPathUtilities.ProcessCertF(certPath, index, validPolicyTree, explicitPolicy); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_138 = ___certPath0; int32_t L_139 = V_5; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_140 = V_9; int32_t L_141 = V_11; Rfc3280CertPathUtilities_ProcessCertF_mB2A69897B32815A51FAF321B72E1E8BA38555FC4(L_138, L_139, L_140, L_141, /*hidden argument*/NULL); // if (i != n) int32_t L_142 = V_6; int32_t L_143 = V_1; if ((((int32_t)L_142) == ((int32_t)L_143))) { goto IL_0475; } } { // if (cert != null && cert.Version == 1) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_144 = V_21; if (!L_144) { goto IL_02d3; } } { X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_145 = V_21; NullCheck(L_145); int32_t L_146; L_146 = VirtualFuncInvoker0< int32_t >::Invoke(18 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_Version() */, L_145); if ((!(((uint32_t)L_146) == ((uint32_t)1)))) { goto IL_02d3; } } { // if ((i == 1) && cert.Equals(trust.TrustedCert)) int32_t L_147 = V_6; if ((!(((uint32_t)L_147) == ((uint32_t)1)))) { goto IL_02c4; } } { X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_148 = V_21; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_149 = V_3; NullCheck(L_149); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_150; L_150 = TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline(L_149, /*hidden argument*/NULL); NullCheck(L_148); bool L_151; L_151 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_148, L_150); if (L_151) { goto IL_0475; } } IL_02c4: { // throw new PkixCertPathValidatorException( // "Version 1 certificates can't be used as CA ones.", null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_152 = ___certPath0; int32_t L_153 = V_5; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_154 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_154, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC94BBF91F1A7954FA6AB25C32A2D6E322A88A041)), (Exception_t *)NULL, L_152, L_153, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_154, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); } IL_02d3: { // Rfc3280CertPathUtilities.PrepareNextCertA(certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_155 = ___certPath0; int32_t L_156 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_PrepareNextCertA_m73A13A7FDE0E45720439B7DEF39D5E5E71ABD184(L_155, L_156, /*hidden argument*/NULL); // validPolicyTree = Rfc3280CertPathUtilities.PrepareCertB(certPath, index, policyNodes, // validPolicyTree, policyMapping); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_157 = ___certPath0; int32_t L_158 = V_5; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_159 = V_7; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_160 = V_9; int32_t L_161 = V_14; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_162; L_162 = Rfc3280CertPathUtilities_PrepareCertB_m989DD6B731CAD31FC58B33E8E1AFF46BF8DA78E7(L_157, L_158, L_159, L_160, L_161, /*hidden argument*/NULL); V_9 = L_162; // Rfc3280CertPathUtilities.PrepareNextCertG(certPath, index, nameConstraintValidator); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_163 = ___certPath0; int32_t L_164 = V_5; PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_165 = V_10; Rfc3280CertPathUtilities_PrepareNextCertG_m578C2E9FDBFDB4655C113F2AD920393DBEC27CCB(L_163, L_164, L_165, /*hidden argument*/NULL); // explicitPolicy = Rfc3280CertPathUtilities.PrepareNextCertH1(certPath, index, explicitPolicy); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_166 = ___certPath0; int32_t L_167 = V_5; int32_t L_168 = V_11; int32_t L_169; L_169 = Rfc3280CertPathUtilities_PrepareNextCertH1_mF61A7C8433E3D742B8AF1A1D90B03FA4055915A4(L_166, L_167, L_168, /*hidden argument*/NULL); V_11 = L_169; // policyMapping = Rfc3280CertPathUtilities.PrepareNextCertH2(certPath, index, policyMapping); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_170 = ___certPath0; int32_t L_171 = V_5; int32_t L_172 = V_14; int32_t L_173; L_173 = Rfc3280CertPathUtilities_PrepareNextCertH2_mA9EB001017B63257E34891A5D167646986BE05BE(L_170, L_171, L_172, /*hidden argument*/NULL); V_14 = L_173; // inhibitAnyPolicy = Rfc3280CertPathUtilities.PrepareNextCertH3(certPath, index, inhibitAnyPolicy); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_174 = ___certPath0; int32_t L_175 = V_5; int32_t L_176 = V_13; int32_t L_177; L_177 = Rfc3280CertPathUtilities_PrepareNextCertH3_m6DF50862355C4EF58C55BD7D06D8D643731D3829(L_174, L_175, L_176, /*hidden argument*/NULL); V_13 = L_177; // explicitPolicy = Rfc3280CertPathUtilities.PrepareNextCertI1(certPath, index, explicitPolicy); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_178 = ___certPath0; int32_t L_179 = V_5; int32_t L_180 = V_11; int32_t L_181; L_181 = Rfc3280CertPathUtilities_PrepareNextCertI1_m47F1866D37AEB30940B53BF5AC949AEC36591F46(L_178, L_179, L_180, /*hidden argument*/NULL); V_11 = L_181; // policyMapping = Rfc3280CertPathUtilities.PrepareNextCertI2(certPath, index, policyMapping); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_182 = ___certPath0; int32_t L_183 = V_5; int32_t L_184 = V_14; int32_t L_185; L_185 = Rfc3280CertPathUtilities_PrepareNextCertI2_mCBDCE8FF5B236B63FE507798AFD2471B08032A2A(L_182, L_183, L_184, /*hidden argument*/NULL); V_14 = L_185; // inhibitAnyPolicy = Rfc3280CertPathUtilities.PrepareNextCertJ(certPath, index, inhibitAnyPolicy); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_186 = ___certPath0; int32_t L_187 = V_5; int32_t L_188 = V_13; int32_t L_189; L_189 = Rfc3280CertPathUtilities_PrepareNextCertJ_m3355D9C0EB0E71AB340992B2148C2D9513424CD7(L_186, L_187, L_188, /*hidden argument*/NULL); V_13 = L_189; // Rfc3280CertPathUtilities.PrepareNextCertK(certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_190 = ___certPath0; int32_t L_191 = V_5; Rfc3280CertPathUtilities_PrepareNextCertK_mCEC196014799D3006CFBFB586098CDB0989B36AE(L_190, L_191, /*hidden argument*/NULL); // maxPathLength = Rfc3280CertPathUtilities.PrepareNextCertL(certPath, index, maxPathLength); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_192 = ___certPath0; int32_t L_193 = V_5; int32_t L_194 = V_18; int32_t L_195; L_195 = Rfc3280CertPathUtilities_PrepareNextCertL_m42E74CC7BFB9437574DB1EA3A4EDD34A78BB5B22(L_192, L_193, L_194, /*hidden argument*/NULL); V_18 = L_195; // maxPathLength = Rfc3280CertPathUtilities.PrepareNextCertM(certPath, index, maxPathLength); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_196 = ___certPath0; int32_t L_197 = V_5; int32_t L_198 = V_18; int32_t L_199; L_199 = Rfc3280CertPathUtilities_PrepareNextCertM_mABF86083CCF64837C4DE5FB308F12554BD1F7651(L_196, L_197, L_198, /*hidden argument*/NULL); V_18 = L_199; // Rfc3280CertPathUtilities.PrepareNextCertN(certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_200 = ___certPath0; int32_t L_201 = V_5; Rfc3280CertPathUtilities_PrepareNextCertN_m9172D885AFF3E3653FE2AA657299F54426FC5E36(L_200, L_201, /*hidden argument*/NULL); // ISet criticalExtensions1 = cert.GetCriticalExtensionOids(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_202 = V_21; NullCheck(L_202); RuntimeObject* L_203; L_203 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetCriticalExtensionOids() */, L_202); V_29 = L_203; // if (criticalExtensions1 != null) RuntimeObject* L_204 = V_29; if (!L_204) { goto IL_042a; } } { // criticalExtensions1 = new HashSet(criticalExtensions1); RuntimeObject* L_205 = V_29; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_206 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_206, L_205, /*hidden argument*/NULL); V_29 = L_206; // criticalExtensions1.Remove(X509Extensions.KeyUsage.Id); RuntimeObject* L_207 = V_29; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_208 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_KeyUsage_4(); NullCheck(L_208); String_t* L_209; L_209 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_208, /*hidden argument*/NULL); NullCheck(L_207); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_207, L_209); // criticalExtensions1.Remove(X509Extensions.CertificatePolicies.Id); RuntimeObject* L_210 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_211 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); NullCheck(L_211); String_t* L_212; L_212 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_211, /*hidden argument*/NULL); NullCheck(L_210); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_210, L_212); // criticalExtensions1.Remove(X509Extensions.PolicyMappings.Id); RuntimeObject* L_213 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_214 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyMappings_19(); NullCheck(L_214); String_t* L_215; L_215 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_214, /*hidden argument*/NULL); NullCheck(L_213); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_213, L_215); // criticalExtensions1.Remove(X509Extensions.InhibitAnyPolicy.Id); RuntimeObject* L_216 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_217 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_InhibitAnyPolicy_24(); NullCheck(L_217); String_t* L_218; L_218 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_217, /*hidden argument*/NULL); NullCheck(L_216); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_216, L_218); // criticalExtensions1.Remove(X509Extensions.IssuingDistributionPoint.Id); RuntimeObject* L_219 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_220 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); NullCheck(L_220); String_t* L_221; L_221 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_220, /*hidden argument*/NULL); NullCheck(L_219); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_219, L_221); // criticalExtensions1.Remove(X509Extensions.DeltaCrlIndicator.Id); RuntimeObject* L_222 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_223 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_DeltaCrlIndicator_13(); NullCheck(L_223); String_t* L_224; L_224 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_223, /*hidden argument*/NULL); NullCheck(L_222); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_222, L_224); // criticalExtensions1.Remove(X509Extensions.PolicyConstraints.Id); RuntimeObject* L_225 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_226 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyConstraints_21(); NullCheck(L_226); String_t* L_227; L_227 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_226, /*hidden argument*/NULL); NullCheck(L_225); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_225, L_227); // criticalExtensions1.Remove(X509Extensions.BasicConstraints.Id); RuntimeObject* L_228 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_229 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_BasicConstraints_8(); NullCheck(L_229); String_t* L_230; L_230 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_229, /*hidden argument*/NULL); NullCheck(L_228); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_228, L_230); // criticalExtensions1.Remove(X509Extensions.SubjectAlternativeName.Id); RuntimeObject* L_231 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_232 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_SubjectAlternativeName_6(); NullCheck(L_232); String_t* L_233; L_233 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_232, /*hidden argument*/NULL); NullCheck(L_231); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_231, L_233); // criticalExtensions1.Remove(X509Extensions.NameConstraints.Id); RuntimeObject* L_234 = V_29; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_235 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_NameConstraints_16(); NullCheck(L_235); String_t* L_236; L_236 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_235, /*hidden argument*/NULL); NullCheck(L_234); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_234, L_236); // } goto IL_0431; } IL_042a: { // criticalExtensions1 = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_237 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_237, /*hidden argument*/NULL); V_29 = L_237; } IL_0431: { // Rfc3280CertPathUtilities.PrepareNextCertO(certPath, index, criticalExtensions1, pathCheckers); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_238 = ___certPath0; int32_t L_239 = V_5; RuntimeObject* L_240 = V_29; RuntimeObject* L_241 = V_20; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_PrepareNextCertO_m7329BA6BAD1BF31F33E53AC23D44941D5BF8688B(L_238, L_239, L_240, L_241, /*hidden argument*/NULL); // sign = cert; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_242 = V_21; V_17 = L_242; // workingIssuerName = sign.SubjectDN; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_243 = V_17; NullCheck(L_243); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_244; L_244 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SubjectDN() */, L_243); V_16 = L_244; } IL_044a: try {// begin try (depth: 1) // workingPublicKey = PkixCertPathValidatorUtilities.GetNextWorkingKey(certPath.Certificates, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_245 = ___certPath0; NullCheck(L_245); RuntimeObject* L_246; L_246 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_245); int32_t L_247 = V_5; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_248; L_248 = PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9(L_246, L_247, /*hidden argument*/NULL); V_15 = L_248; // } goto IL_046d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_045b; } throw e; } CATCH_045b: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException e) V_30 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new PkixCertPathValidatorException("Next working key could not be retrieved.", e, certPath, index); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_249 = V_30; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_250 = ___certPath0; int32_t L_251 = V_5; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_252 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_252, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC56C736AE9B465ACA5E98CB8507B196BDE503ED6)), L_249, L_250, L_251, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_252, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); }// end catch (depth: 1) IL_046d: { // workingAlgId = PkixCertPathValidatorUtilities.GetAlgorithmIdentifier(workingPublicKey); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_253 = V_15; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_254; L_254 = PkixCertPathValidatorUtilities_GetAlgorithmIdentifier_m55E8EC96078652D734C1A7D18B49E3A2F501E3F7(L_253, /*hidden argument*/NULL); } IL_0475: { // for (index = certs.Count - 1; index >= 0; index--) int32_t L_255 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_255, (int32_t)1)); } IL_047b: { // for (index = certs.Count - 1; index >= 0; index--) int32_t L_256 = V_5; if ((((int32_t)L_256) >= ((int32_t)0))) { goto IL_021d; } } { // explicitPolicy = Rfc3280CertPathUtilities.WrapupCertA(explicitPolicy, cert); int32_t L_257 = V_11; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_258 = V_21; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); int32_t L_259; L_259 = Rfc3280CertPathUtilities_WrapupCertA_m2850215D2CB745C4DD71111831660D3CC55FF87A(L_257, L_258, /*hidden argument*/NULL); V_11 = L_259; // explicitPolicy = Rfc3280CertPathUtilities.WrapupCertB(certPath, index + 1, explicitPolicy); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_260 = ___certPath0; int32_t L_261 = V_5; int32_t L_262 = V_11; int32_t L_263; L_263 = Rfc3280CertPathUtilities_WrapupCertB_m521CBEDCD2E073B82F067872F219AC1D4AEA18E5(L_260, ((int32_t)il2cpp_codegen_add((int32_t)L_261, (int32_t)1)), L_262, /*hidden argument*/NULL); V_11 = L_263; // ISet criticalExtensions = cert.GetCriticalExtensionOids(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_264 = V_21; NullCheck(L_264); RuntimeObject* L_265; L_265 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetCriticalExtensionOids() */, L_264); V_22 = L_265; // if (criticalExtensions != null) RuntimeObject* L_266 = V_22; if (!L_266) { goto IL_0572; } } { // criticalExtensions = new HashSet(criticalExtensions); RuntimeObject* L_267 = V_22; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_268 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_268, L_267, /*hidden argument*/NULL); V_22 = L_268; // criticalExtensions.Remove(X509Extensions.KeyUsage.Id); RuntimeObject* L_269 = V_22; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_270 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_KeyUsage_4(); NullCheck(L_270); String_t* L_271; L_271 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_270, /*hidden argument*/NULL); NullCheck(L_269); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_269, L_271); // criticalExtensions.Remove(X509Extensions.CertificatePolicies.Id); RuntimeObject* L_272 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_273 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); NullCheck(L_273); String_t* L_274; L_274 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_273, /*hidden argument*/NULL); NullCheck(L_272); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_272, L_274); // criticalExtensions.Remove(X509Extensions.PolicyMappings.Id); RuntimeObject* L_275 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_276 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyMappings_19(); NullCheck(L_276); String_t* L_277; L_277 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_276, /*hidden argument*/NULL); NullCheck(L_275); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_275, L_277); // criticalExtensions.Remove(X509Extensions.InhibitAnyPolicy.Id); RuntimeObject* L_278 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_279 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_InhibitAnyPolicy_24(); NullCheck(L_279); String_t* L_280; L_280 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_279, /*hidden argument*/NULL); NullCheck(L_278); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_278, L_280); // criticalExtensions.Remove(X509Extensions.IssuingDistributionPoint.Id); RuntimeObject* L_281 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_282 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); NullCheck(L_282); String_t* L_283; L_283 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_282, /*hidden argument*/NULL); NullCheck(L_281); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_281, L_283); // criticalExtensions.Remove(X509Extensions.DeltaCrlIndicator.Id); RuntimeObject* L_284 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_285 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_DeltaCrlIndicator_13(); NullCheck(L_285); String_t* L_286; L_286 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_285, /*hidden argument*/NULL); NullCheck(L_284); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_284, L_286); // criticalExtensions.Remove(X509Extensions.PolicyConstraints.Id); RuntimeObject* L_287 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_288 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyConstraints_21(); NullCheck(L_288); String_t* L_289; L_289 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_288, /*hidden argument*/NULL); NullCheck(L_287); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_287, L_289); // criticalExtensions.Remove(X509Extensions.BasicConstraints.Id); RuntimeObject* L_290 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_291 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_BasicConstraints_8(); NullCheck(L_291); String_t* L_292; L_292 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_291, /*hidden argument*/NULL); NullCheck(L_290); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_290, L_292); // criticalExtensions.Remove(X509Extensions.SubjectAlternativeName.Id); RuntimeObject* L_293 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_294 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_SubjectAlternativeName_6(); NullCheck(L_294); String_t* L_295; L_295 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_294, /*hidden argument*/NULL); NullCheck(L_293); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_293, L_295); // criticalExtensions.Remove(X509Extensions.NameConstraints.Id); RuntimeObject* L_296 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_297 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_NameConstraints_16(); NullCheck(L_297); String_t* L_298; L_298 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_297, /*hidden argument*/NULL); NullCheck(L_296); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_296, L_298); // criticalExtensions.Remove(X509Extensions.CrlDistributionPoints.Id); RuntimeObject* L_299 = V_22; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_300 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CrlDistributionPoints_17(); NullCheck(L_300); String_t* L_301; L_301 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_300, /*hidden argument*/NULL); NullCheck(L_299); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_299, L_301); // } goto IL_0579; } IL_0572: { // criticalExtensions = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_302 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_302, /*hidden argument*/NULL); V_22 = L_302; } IL_0579: { // Rfc3280CertPathUtilities.WrapupCertF(certPath, index + 1, pathCheckers, criticalExtensions); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_303 = ___certPath0; int32_t L_304 = V_5; RuntimeObject* L_305 = V_20; RuntimeObject* L_306 = V_22; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_WrapupCertF_mF43C68C0E77F7B946E42E65A61FBC191F41AD518(L_303, ((int32_t)il2cpp_codegen_add((int32_t)L_304, (int32_t)1)), L_305, L_306, /*hidden argument*/NULL); // PkixPolicyNode intersection = Rfc3280CertPathUtilities.WrapupCertG(certPath, paramsPkix, userInitialPolicySet, // index + 1, policyNodes, validPolicyTree, acceptablePolicies); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_307 = ___certPath0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_308 = ___paramsPkix1; RuntimeObject* L_309 = V_2; int32_t L_310 = V_5; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_311 = V_7; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_312 = V_9; RuntimeObject* L_313 = V_12; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_314; L_314 = Rfc3280CertPathUtilities_WrapupCertG_m8319BC59F6C15FB17955B366718B38B9682C094F(L_307, L_308, L_309, ((int32_t)il2cpp_codegen_add((int32_t)L_310, (int32_t)1)), L_311, L_312, L_313, /*hidden argument*/NULL); V_23 = L_314; // if ((explicitPolicy > 0) || (intersection != null)) int32_t L_315 = V_11; if ((((int32_t)L_315) > ((int32_t)0))) { goto IL_05a4; } } { PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_316 = V_23; if (!L_316) { goto IL_05b4; } } IL_05a4: { // return new PkixCertPathValidatorResult(trust, intersection, cert.GetPublicKey()); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_317 = V_3; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_318 = V_23; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_319 = V_21; NullCheck(L_319); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_320; L_320 = VirtualFuncInvoker0< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(37 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetPublicKey() */, L_319); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_321 = (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA *)il2cpp_codegen_object_new(PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA_il2cpp_TypeInfo_var); PkixCertPathValidatorResult__ctor_mEF308545DCC881F41B9DD01F2FF80D1541DA7739(L_321, L_317, L_318, L_320, /*hidden argument*/NULL); return L_321; } IL_05b4: { // throw new PkixCertPathValidatorException("Path processing failed on policy.", null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_322 = ___certPath0; int32_t L_323 = V_5; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_324 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_324, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65B18323431577E981A840144819F00323638E91)), (Exception_t *)NULL, L_322, L_323, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_324, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_Validate_m3A2FBFEDAF19B638455832DEE77E14CEA4B53FEA_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator::CheckCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidator_CheckCertificate_m72EEFB65A03200DA0664EC41D90E56D958612ABC (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method) { CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // TbsCertificateStructure.GetInstance(cert.CertificateStructure.TbsCertificate); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert0; NullCheck(L_0); X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_1; L_1 = VirtualFuncInvoker0< X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_CertificateStructure() */, L_0); NullCheck(L_1); TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_2; L_2 = X509CertificateStructure_get_TbsCertificate_mA53317D40AE7394FECF249D089333BF51D2D6240_inline(L_1, /*hidden argument*/NULL); TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_3; L_3 = TbsCertificateStructure_GetInstance_mDEF4996E745E7C794E90280350E18664322DEF0F(L_2, /*hidden argument*/NULL); // } goto IL_0020; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0013; } throw e; } CATCH_0013: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException) // catch (CertificateEncodingException e) V_0 = ((CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)); // throw new Exception("unable to process TBSCertificate", e); CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * L_4 = V_0; Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2D86ECD4AC83B6EAB6E109A9F044C2E5EE60D4F)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidator_CheckCertificate_m72EEFB65A03200DA0664EC41D90E56D958612ABC_RuntimeMethod_var))); }// end catch (depth: 1) IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidator__ctor_m8CD74CF2B705525A01B44C2492C9144EBA96C8EE (PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_mA612E8B6454097F0A29CE9645F2890798166A199 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, const RuntimeMethod* method) { { // private int index = -1; __this->set_index_19((-1)); // public PkixCertPathValidatorException() : base() { } GeneralSecurityException__ctor_m9F2B5464CFE88726238594C5BC58617B9217B22C(__this, /*hidden argument*/NULL); // public PkixCertPathValidatorException() : base() { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, const RuntimeMethod* method) { { // private int index = -1; __this->set_index_19((-1)); // public PkixCertPathValidatorException(string message) : base(message) { } String_t* L_0 = ___message0; GeneralSecurityException__ctor_m489A96C69DCB3F2633EF024AD3A3104F394BA51D(__this, L_0, /*hidden argument*/NULL); // public PkixCertPathValidatorException(string message) : base(message) { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, Exception_t * ___cause1, const RuntimeMethod* method) { { // private int index = -1; __this->set_index_19((-1)); // public PkixCertPathValidatorException(string message, Exception cause) : base(message) String_t* L_0 = ___message0; GeneralSecurityException__ctor_m489A96C69DCB3F2633EF024AD3A3104F394BA51D(__this, L_0, /*hidden argument*/NULL); // this.cause = cause; Exception_t * L_1 = ___cause1; __this->set_cause_17(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String,System.Exception,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, Exception_t * ___cause1, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath2, int32_t ___index3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int index = -1; __this->set_index_19((-1)); // : base(message) String_t* L_0 = ___message0; GeneralSecurityException__ctor_m489A96C69DCB3F2633EF024AD3A3104F394BA51D(__this, L_0, /*hidden argument*/NULL); // if (certPath == null && index != -1) PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_1 = ___certPath2; if (L_1) { goto IL_0021; } } { int32_t L_2 = ___index3; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0021; } } { // throw new ArgumentNullException( // "certPath = null and index != -1"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32BFB51D0F9E36A831C7B113F00F5FA79E54F8B3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640_RuntimeMethod_var))); } IL_0021: { // if (index < -1 // || (certPath != null && index >= certPath.Certificates.Count)) int32_t L_4 = ___index3; if ((((int32_t)L_4) < ((int32_t)(-1)))) { goto IL_0038; } } { PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_5 = ___certPath2; if (!L_5) { goto IL_0043; } } { int32_t L_6 = ___index3; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_7 = ___certPath2; NullCheck(L_7); RuntimeObject* L_8; L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_7); NullCheck(L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_8); if ((((int32_t)L_6) < ((int32_t)L_9))) { goto IL_0043; } } IL_0038: { // throw new IndexOutOfRangeException( // " index < -1 or out of bound of certPath.getCertificates()"); IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_10 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC92F8B32339C44D16B6FC8D5E9DAE5E035EFC716)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640_RuntimeMethod_var))); } IL_0043: { // this.cause = cause; Exception_t * L_11 = ___cause1; __this->set_cause_17(L_11); // this.certPath = certPath; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_12 = ___certPath2; __this->set_certPath_18(L_12); // this.index = index; int32_t L_13 = ___index3; __this->set_index_19(L_13); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixCertPathValidatorException_get_Message_m72404DF02761E60BB10373841183274FF6F96FEC (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { // string message = base.Message; String_t* L_0; L_0 = Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F(__this, /*hidden argument*/NULL); V_0 = L_0; // if (message != null) String_t* L_1 = V_0; if (!L_1) { goto IL_000c; } } { // return message; String_t* L_2 = V_0; return L_2; } IL_000c: { // if (cause != null) Exception_t * L_3 = __this->get_cause_17(); if (!L_3) { goto IL_0020; } } { // return cause.Message; Exception_t * L_4 = __this->get_cause_17(); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_4); return L_5; } IL_0020: { // return null; return (String_t*)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::get_CertPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * PkixCertPathValidatorException_get_CertPath_m51C0D6C6237F8819CC49778C4D0855F5CB85FCE5 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, const RuntimeMethod* method) { { // get { return certPath; } PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = __this->get_certPath_18(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::get_Index() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixCertPathValidatorException_get_Index_mBDAD25DDC1686F01ADF70617202135046C1CFFF8 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, const RuntimeMethod* method) { { // get { return index; } int32_t L_0 = __this->get_index_19(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::get_PolicyTree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixCertPathValidatorResult_get_PolicyTree_mC167B45D040249679E34E0D19FCEB39C330B39F3 (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method) { { // get { return this.policyTree; } PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_0 = __this->get_policyTree_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::get_TrustAnchor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * PkixCertPathValidatorResult_get_TrustAnchor_m9599498918AED71AAB8BE151DA59AF13B5463A0F (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method) { { // get { return this.trustAnchor; } TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_0 = __this->get_trustAnchor_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::get_SubjectPublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PkixCertPathValidatorResult_get_SubjectPublicKey_mE6434A3064AA48C04D5A3AEB8A47BD2D506B8827 (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method) { { // get { return this.subjectPublicKey; } AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = __this->get_subjectPublicKey_2(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorResult__ctor_mEF308545DCC881F41B9DD01F2FF80D1541DA7739 (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * ___trustAnchor0, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___policyTree1, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___subjectPublicKey2, const RuntimeMethod* method) { { // public PkixCertPathValidatorResult( // TrustAnchor trustAnchor, // PkixPolicyNode policyTree, // AsymmetricKeyParameter subjectPublicKey) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (subjectPublicKey == null) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___subjectPublicKey2; if (L_0) { goto IL_0014; } } { // throw new NullReferenceException("subjectPublicKey must be non-null"); NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 * L_1 = (NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724_il2cpp_TypeInfo_var))); NullReferenceException__ctor_mF1733893E10358B400E817297D686A48AB3FB7B3(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF4C6EB3004FDF453B81ED3763094DBD54296B30A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorResult__ctor_mEF308545DCC881F41B9DD01F2FF80D1541DA7739_RuntimeMethod_var))); } IL_0014: { // if (trustAnchor == null) TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_2 = ___trustAnchor0; if (L_2) { goto IL_0022; } } { // throw new NullReferenceException("trustAnchor must be non-null"); NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 * L_3 = (NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724_il2cpp_TypeInfo_var))); NullReferenceException__ctor_mF1733893E10358B400E817297D686A48AB3FB7B3(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralABE01313B2A02FB0DC746095989B72E83CD196FE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorResult__ctor_mEF308545DCC881F41B9DD01F2FF80D1541DA7739_RuntimeMethod_var))); } IL_0022: { // this.trustAnchor = trustAnchor; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_4 = ___trustAnchor0; __this->set_trustAnchor_0(L_4); // this.policyTree = policyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_5 = ___policyTree1; __this->set_policyTree_1(L_5); // this.subjectPublicKey = subjectPublicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_6 = ___subjectPublicKey2; __this->set_subjectPublicKey_2(L_6); // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PkixCertPathValidatorResult_Clone_m519E20E327F66B65628636328F93DD8037A35C10 (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new PkixCertPathValidatorResult(this.TrustAnchor, this.PolicyTree, this.SubjectPublicKey); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_0; L_0 = PkixCertPathValidatorResult_get_TrustAnchor_m9599498918AED71AAB8BE151DA59AF13B5463A0F_inline(__this, /*hidden argument*/NULL); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_1; L_1 = PkixCertPathValidatorResult_get_PolicyTree_mC167B45D040249679E34E0D19FCEB39C330B39F3_inline(__this, /*hidden argument*/NULL); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_2; L_2 = PkixCertPathValidatorResult_get_SubjectPublicKey_mE6434A3064AA48C04D5A3AEB8A47BD2D506B8827_inline(__this, /*hidden argument*/NULL); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_3 = (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA *)il2cpp_codegen_object_new(PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA_il2cpp_TypeInfo_var); PkixCertPathValidatorResult__ctor_mEF308545DCC881F41B9DD01F2FF80D1541DA7739(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixCertPathValidatorResult_ToString_m11FC3DDC10EE60285ED5D5B8529FF40154E97F21 (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47A8AC0089A98BD0B9890EE031BDFCA17CA1CD3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C9E0359FA526E95B7B7DDF4382BCF51D88EAC56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FDD51342C154566375CD3A8728C523A379262F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB21CB0A2ADAE29320DE765A1D01163FDABAE123); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB25BD3884F494E8D6AF50CCD4DD8CCCBD2610C4); s_Il2CppMethodInitialized = true; } { // StringBuilder sB = new StringBuilder(); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); // sB.Append("PKIXCertPathValidatorResult: [ \n"); StringBuilder_t * L_1 = L_0; NullCheck(L_1); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, _stringLiteralBB21CB0A2ADAE29320DE765A1D01163FDABAE123, /*hidden argument*/NULL); // sB.Append(" Trust Anchor: ").Append(this.TrustAnchor).Append('\n'); StringBuilder_t * L_3 = L_1; NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, _stringLiteralFB25BD3884F494E8D6AF50CCD4DD8CCCBD2610C4, /*hidden argument*/NULL); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_5; L_5 = PkixCertPathValidatorResult_get_TrustAnchor_m9599498918AED71AAB8BE151DA59AF13B5463A0F_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_t * L_6; L_6 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_6, ((int32_t)10), /*hidden argument*/NULL); // sB.Append(" Policy Tree: ").Append(this.PolicyTree).Append('\n'); StringBuilder_t * L_8 = L_3; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteral4C9E0359FA526E95B7B7DDF4382BCF51D88EAC56, /*hidden argument*/NULL); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_10; L_10 = PkixCertPathValidatorResult_get_PolicyTree_mC167B45D040249679E34E0D19FCEB39C330B39F3_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_t * L_11; L_11 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_t * L_12; L_12 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_11, ((int32_t)10), /*hidden argument*/NULL); // sB.Append(" Subject Public Key: ").Append(this.SubjectPublicKey).Append("\n]"); StringBuilder_t * L_13 = L_8; NullCheck(L_13); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_13, _stringLiteral47A8AC0089A98BD0B9890EE031BDFCA17CA1CD3B, /*hidden argument*/NULL); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_15; L_15 = PkixCertPathValidatorResult_get_SubjectPublicKey_mE6434A3064AA48C04D5A3AEB8A47BD2D506B8827_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_t * L_16; L_16 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_t * L_17; L_17 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_16, _stringLiteral4FDD51342C154566375CD3A8728C523A379262F3, /*hidden argument*/NULL); // return sB.ToString(); NullCheck(L_13); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_18; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindTrustAnchor(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * PkixCertPathValidatorUtilities_FindTrustAnchor_m78D750012913D2C935FEA16E04C67BECF4AE77E3 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, RuntimeObject* ___trustAnchors1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * V_1 = NULL; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_2 = NULL; Exception_t * V_3 = NULL; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * V_4 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_5 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IEnumerator iter = trustAnchors.GetEnumerator(); RuntimeObject* L_0 = ___trustAnchors1; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_0 = L_1; // TrustAnchor trust = null; V_1 = (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)NULL; // AsymmetricKeyParameter trustPublicKey = null; V_2 = (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A *)NULL; // Exception invalidKeyEx = null; V_3 = (Exception_t *)NULL; // X509CertStoreSelector certSelectX509 = new X509CertStoreSelector(); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_2 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A(L_2, /*hidden argument*/NULL); V_4 = L_2; } IL_0014: try {// begin try (depth: 1) // certSelectX509.Subject = GetIssuerPrincipal(cert); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_3 = V_4; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = ___cert0; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_5; L_5 = PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465(L_4, /*hidden argument*/NULL); NullCheck(L_3); X509CertStoreSelector_set_Subject_m88B68C68D101561C5A6DF2EBBDA5717D63655BEA_inline(L_3, L_5, /*hidden argument*/NULL); // } goto IL_00bc; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0026; } throw e; } CATCH_0026: {// begin catch(System.IO.IOException) // catch (IOException ex) V_5 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception("Cannot set subject search criteria for trust anchor.", ex); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_6 = V_5; Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E9D8F7589ACEE878D91DB97C6FE4922E50D9C3E)), L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_FindTrustAnchor_m78D750012913D2C935FEA16E04C67BECF4AE77E3_RuntimeMethod_var))); }// end catch (depth: 1) IL_0035: { // trust = (TrustAnchor) iter.Current; RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); V_1 = ((TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)CastclassClass((RuntimeObject*)L_9, TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var)); // if (trust.TrustedCert != null) TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_10 = V_1; NullCheck(L_10); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_11; L_11 = TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006a; } } { // if (certSelectX509.Match(trust.TrustedCert)) X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_12 = V_4; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_13 = V_1; NullCheck(L_13); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_14; L_14 = TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(7 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::Match(System.Object) */, L_12, L_14); if (!L_15) { goto IL_0066; } } { // trustPublicKey = trust.TrustedCert.GetPublicKey(); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_16 = V_1; NullCheck(L_16); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_17; L_17 = TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_18; L_18 = VirtualFuncInvoker0< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(37 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetPublicKey() */, L_17); V_2 = L_18; // } goto IL_00ab; } IL_0066: { // trust = null; V_1 = (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)NULL; // } goto IL_00ab; } IL_006a: { // else if (trust.CAName != null && trust.CAPublicKey != null) TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_19 = V_1; NullCheck(L_19); String_t* L_20; L_20 = TrustAnchor_get_CAName_mEA2D7D435E63546C785007E4B8FAD402A0C7E583_inline(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00a9; } } { TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_21 = V_1; NullCheck(L_21); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_22; L_22 = TrustAnchor_get_CAPublicKey_m1AA6DF9C2F0B15E67B226409F1BA3D6FDDE07EB6_inline(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00a9; } } IL_007a: try {// begin try (depth: 1) { // X509Name certIssuer = GetIssuerPrincipal(cert); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_23 = ___cert0; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_24; L_24 = PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465(L_23, /*hidden argument*/NULL); // X509Name caName = new X509Name(trust.CAName); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_25 = V_1; NullCheck(L_25); String_t* L_26; L_26 = TrustAnchor_get_CAName_mEA2D7D435E63546C785007E4B8FAD402A0C7E583_inline(L_25, /*hidden argument*/NULL); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_27 = (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 *)il2cpp_codegen_object_new(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name__ctor_mCC41164D1E99147020203EEF7756443AAA004FB0(L_27, L_26, /*hidden argument*/NULL); V_6 = L_27; // if (certIssuer.Equivalent(caName, true)) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_28 = V_6; NullCheck(L_24); bool L_29; L_29 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_24, L_28, (bool)1, /*hidden argument*/NULL); if (!L_29) { goto IL_00a0; } } IL_0097: { // trustPublicKey = trust.CAPublicKey; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_30 = V_1; NullCheck(L_30); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_31; L_31 = TrustAnchor_get_CAPublicKey_m1AA6DF9C2F0B15E67B226409F1BA3D6FDDE07EB6_inline(L_30, /*hidden argument*/NULL); V_2 = L_31; // } goto IL_00a2; } IL_00a0: { // trust = null; V_1 = (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)NULL; } IL_00a2: { // } goto IL_00ab; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a4; } throw e; } CATCH_00a4: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidParameterException) // catch (InvalidParameterException) // trust = null; V_1 = (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)NULL; // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ab; }// end catch (depth: 1) IL_00a9: { // trust = null; V_1 = (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)NULL; } IL_00ab: { // if (trustPublicKey != null) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_32 = V_2; if (!L_32) { goto IL_00bc; } } IL_00ae: try {// begin try (depth: 1) // cert.Verify(trustPublicKey); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_33 = ___cert0; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_34 = V_2; NullCheck(L_33); VirtualActionInvoker1< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::Verify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) */, L_33, L_34); // } goto IL_00bc; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b7; } throw e; } CATCH_00b7: {// begin catch(System.Exception) // invalidKeyEx = ex; V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // trust = null; V_1 = (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)NULL; // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00bc; }// end catch (depth: 1) IL_00bc: { // while (iter.MoveNext() && trust == null) RuntimeObject* L_35 = V_0; NullCheck(L_35); bool L_36; L_36 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); if (!L_36) { goto IL_00ca; } } { TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_37 = V_1; if (!L_37) { goto IL_0035; } } IL_00ca: { // if (trust == null && invalidKeyEx != null) TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_38 = V_1; if (L_38) { goto IL_00dc; } } { Exception_t * L_39 = V_3; if (!L_39) { goto IL_00dc; } } { // throw new Exception("TrustAnchor found but certificate validation failed.", invalidKeyEx); Exception_t * L_40 = V_3; Exception_t * L_41 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63B47CC07E08A2C305FDBA083EFFDAC524AF09E6)), L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_FindTrustAnchor_m78D750012913D2C935FEA16E04C67BECF4AE77E3_RuntimeMethod_var))); } IL_00dc: { // return trust; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_42 = V_1; return L_42; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::IsIssuerTrustAnchor(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_IsIssuerTrustAnchor_m97EE6F67040187C1FD6345B70922A339210558AD (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, RuntimeObject* ___trustAnchors1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // return FindTrustAnchor(cert, trustAnchors) != null; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert0; RuntimeObject* L_1 = ___trustAnchors1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_2; L_2 = PkixCertPathValidatorUtilities_FindTrustAnchor_m78D750012913D2C935FEA16E04C67BECF4AE77E3(L_0, L_1, /*hidden argument*/NULL); V_0 = (bool)((!(((RuntimeObject*)(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0012; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000d; } throw e; } CATCH_000d: {// begin catch(System.Exception) // catch (Exception e) // return false; V_0 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0012; }// end catch (depth: 1) IL_0012: { // } bool L_3 = V_0; return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::AddAdditionalStoresFromAltNames(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_AddAdditionalStoresFromAltNames_mF8CD5EA9C8BD922AB5299803B507E0AEF9FF7169 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { // if (cert.GetIssuerAlternativeNames() != null) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetIssuerAlternativeNames() */, L_0); if (!L_1) { goto IL_0050; } } { // IEnumerator it = cert.GetIssuerAlternativeNames().GetEnumerator(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_2 = ___cert0; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetIssuerAlternativeNames() */, L_2); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_3); V_0 = L_4; goto IL_0048; } IL_0016: { // IList list = (IList)it.Current; RuntimeObject* L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); // if (list[0].Equals(GeneralName.UniformResourceIdentifier)) RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_7, 0); int32_t L_9 = 6; RuntimeObject * L_10 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_9); NullCheck(L_8); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_10); if (!L_11) { goto IL_0048; } } { // string temp = (string)list[1]; RuntimeObject* L_12 = V_1; NullCheck(L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_12, 1); // PkixCertPathValidatorUtilities.AddAdditionalStoreFromLocation(temp, pkixParams); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_14 = ___pkixParams1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_AddAdditionalStoreFromLocation_m254431DBF318B860D8D43A5BE0E7905AE4919ED3(((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)), L_14, /*hidden argument*/NULL); } IL_0048: { // while (it.MoveNext()) RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0016; } } IL_0050: { // } return; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetValidDate(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 PkixCertPathValidatorUtilities_GetValidDate_mB5293CF6D027D0ABACAFFE569A8295421A836CDD (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * V_0 = NULL; { // DateTimeObject validDate = paramsPKIX.Date; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___paramsPKIX0; NullCheck(L_0); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_1; L_1 = VirtualFuncInvoker0< DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_Date() */, L_0); V_0 = L_1; // if (validDate == null) DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_2 = V_0; if (L_2) { goto IL_0010; } } { // return DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); return L_3; } IL_0010: { // return validDate.Value; DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_4 = V_0; NullCheck(L_4); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline(L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetIssuerPrincipal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465 (RuntimeObject * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (cert is X509Certificate) RuntimeObject * L_0 = ___cert0; if (!((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)IsInstClass((RuntimeObject*)L_0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))) { goto IL_0014; } } { // return ((X509Certificate)cert).IssuerDN; RuntimeObject * L_1 = ___cert0; NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_2; L_2 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); return L_2; } IL_0014: { // return ((IX509AttributeCertificate)cert).Issuer.GetPrincipals()[0]; RuntimeObject * L_3 = ___cert0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_3, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var))); AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * L_4; L_4 = InterfaceFuncInvoker0< AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Issuer() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_3, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var))); NullCheck(L_4); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_5; L_5 = AttributeCertificateIssuer_GetPrincipals_m1062BA09DFD0202C405E1BFFDC0E770C5DAD6A23(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = 0; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_7 = (L_5)->GetAt(static_cast(L_6)); return L_7; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::IsSelfIssued(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method) { { // return cert.SubjectDN.Equivalent(cert.IssuerDN, true); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert0; NullCheck(L_0); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_1; L_1 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SubjectDN() */, L_0); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_2 = ___cert0; NullCheck(L_2); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_3; L_3 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, L_2); NullCheck(L_1); bool L_4; L_4 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_1, L_3, (bool)1, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetAlgorithmIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * PkixCertPathValidatorUtilities_GetAlgorithmIdentifier_m55E8EC96078652D734C1A7D18B49E3A2F501E3F7 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key0, const RuntimeMethod* method) { AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // SubjectPublicKeyInfo info = SubjectPublicKeyInfoFactory.CreateSubjectPublicKeyInfo(key); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___key0; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_1; L_1 = SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D(L_0, /*hidden argument*/NULL); // return info.AlgorithmID; NullCheck(L_1); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2; L_2 = SubjectPublicKeyInfo_get_AlgorithmID_mC6D1FC4034C33A9CE53D197B4704A328D8E6AF52_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_001b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException("Subject public key cannot be decoded.", e); Exception_t * L_3 = V_1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_4 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral897027A495220D281DE57BF8E2502DB5980F45B0)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetAlgorithmIdentifier_m55E8EC96078652D734C1A7D18B49E3A2F501E3F7_RuntimeMethod_var))); }// end catch (depth: 1) IL_001b: { // } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5 = V_0; return L_5; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::IsAnyPolicy(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_IsAnyPolicy_m8CDA2652AAAA03578EB81526AA9ADE57A1EE6FC8 (RuntimeObject* ___policySet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return policySet == null || policySet.Contains(ANY_POLICY) || policySet.Count == 0; RuntimeObject* L_0 = ___policySet0; if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = ___policySet0; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); String_t* L_2 = ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); NullCheck(L_1); bool L_3; L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_1, L_2); if (L_3) { goto IL_001a; } } { RuntimeObject* L_4 = ___policySet0; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_4); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_001a: { return (bool)1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::AddAdditionalStoreFromLocation(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_AddAdditionalStoreFromLocation_m254431DBF318B860D8D43A5BE0E7905AE4919ED3 (String_t* ___location0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D659159C94F6C7A679860D0692777BA26DBD7C5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (pkixParams.IsAdditionalLocationsEnabled) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___pkixParams1; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(36 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsAdditionalLocationsEnabled() */, L_0); if (!L_1) { goto IL_0065; } } IL_0008: try {// begin try (depth: 1) { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(location, "ldap://")) String_t* L_2 = ___location0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_3; L_3 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_2, _stringLiteral1D659159C94F6C7A679860D0692777BA26DBD7C5, /*hidden argument*/NULL); if (!L_3) { goto IL_0057; } } IL_0015: { // location = location.Substring(7); String_t* L_4 = ___location0; NullCheck(L_4); String_t* L_5; L_5 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_4, 7, /*hidden argument*/NULL); ___location0 = L_5; // int slashPos = location.IndexOf('/'); String_t* L_6 = ___location0; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)47), /*hidden argument*/NULL); V_0 = L_7; // if (slashPos != -1) int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_0040; } } IL_002b: { // url = "ldap://" + location.Substring(0, slashPos); String_t* L_9 = ___location0; int32_t L_10 = V_0; NullCheck(L_9); String_t* L_11; L_11 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_9, 0, L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1D659159C94F6C7A679860D0692777BA26DBD7C5)), L_11, /*hidden argument*/NULL); // } goto IL_004c; } IL_0040: { // url = "ldap://" + location; String_t* L_13 = ___location0; String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1D659159C94F6C7A679860D0692777BA26DBD7C5)), L_13, /*hidden argument*/NULL); } IL_004c: { // throw BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateNotImplementedException("LDAP cert/CRL stores"); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); Exception_t * L_15; L_15 = Platform_CreateNotImplementedException_m354FC98BB8605016FF125C0BE509AB24921F6ED2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFFE19FDB5063D91F4DE6FEAEA906590DEDCD864)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_AddAdditionalStoreFromLocation_m254431DBF318B860D8D43A5BE0E7905AE4919ED3_RuntimeMethod_var))); } IL_0057: { // } goto IL_0065; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0059; } throw e; } CATCH_0059: {// begin catch(System.Exception) // catch (Exception) // throw new Exception("Exception adding X.509 stores."); Exception_t * L_16 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBBB49D2EBE90890F62714E4006FE978AEE3E6809)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_AddAdditionalStoreFromLocation_m254431DBF318B860D8D43A5BE0E7905AE4919ED3_RuntimeMethod_var))); }// end catch (depth: 1) IL_0065: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetSerialNumber(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * PkixCertPathValidatorUtilities_GetSerialNumber_mD857111CE519EEA5E40735987F81EE76E89CB045 (RuntimeObject * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (cert is X509Certificate) RuntimeObject * L_0 = ___cert0; if (!((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)IsInstClass((RuntimeObject*)L_0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))) { goto IL_0014; } } { // return ((X509Certificate)cert).SerialNumber; RuntimeObject * L_1 = ___cert0; NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SerialNumber() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); return L_2; } IL_0014: { // return ((X509V2AttributeCertificate)cert).SerialNumber; RuntimeObject * L_3 = ___cert0; NullCheck(((X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 *)CastclassClass((RuntimeObject*)L_3, X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::get_SerialNumber() */, ((X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 *)CastclassClass((RuntimeObject*)L_3, X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var))); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetQualifierSet(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___qualifiers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ISet pq = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // if (qualifiers == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___qualifiers0; if (L_1) { goto IL_000b; } } { // return pq; RuntimeObject* L_2 = V_0; return L_2; } IL_000b: { // foreach (Asn1Encodable ae in qualifiers) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___qualifiers0; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_3); V_1 = L_4; } IL_0012: try {// begin try (depth: 1) { goto IL_0040; } IL_0014: { // foreach (Asn1Encodable ae in qualifiers) RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_2 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_6, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); } IL_0020: try {// begin try (depth: 2) // pq.Add(PolicyQualifierInfo.GetInstance(ae.ToAsn1Object())); RuntimeObject* L_7 = V_0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8 = V_2; NullCheck(L_8); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_9; L_9 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_8); PolicyQualifierInfo_t84E81B8C5345FA092451BFF0C64B64A5BFDA1CDE * L_10; L_10 = PolicyQualifierInfo_GetInstance_m291B2516D0AF52862F9B5DC15F72C947A1505059(L_9, /*hidden argument*/NULL); NullCheck(L_7); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_7, L_10); // } goto IL_0040; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0033; } throw e; } CATCH_0033: {// begin catch(System.IO.IOException) // catch (IOException ex) V_3 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new PkixCertPathValidatorException("Policy qualifier info cannot be decoded.", ex); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_11 = V_3; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_12 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC3E64F68C869618593D12ADDE00C270F40348058)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F_RuntimeMethod_var))); }// end catch (depth: 2) IL_0040: { // foreach (Asn1Encodable ae in qualifiers) RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0014; } } IL_0048: { IL2CPP_LEAVE(0x5E, FINALLY_004a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004a; } FINALLY_004a: {// begin finally (depth: 1) { RuntimeObject* L_15 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_4; if (!L_16) { goto IL_005d; } } IL_0056: { RuntimeObject* L_17 = V_4; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_005d: { IL2CPP_END_FINALLY(74) } }// end finally (depth: 1) IL2CPP_CLEANUP(74) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5E, IL_005e) } IL_005e: { // return pq; RuntimeObject* L_18 = V_0; return L_18; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::RemovePolicyNode(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ____node2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_0 = NULL; int32_t V_1 = 0; { // PkixPolicyNode _parent = (PkixPolicyNode)_node.Parent; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_0 = ____node2; NullCheck(L_0); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_1; L_1 = VirtualFuncInvoker0< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Parent() */, L_0); V_0 = L_1; // if (validPolicyTree == null) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_2 = ___validPolicyTree0; if (L_2) { goto IL_000c; } } { // return null; return (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)NULL; } IL_000c: { // if (_parent == null) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_3 = V_0; if (L_3) { goto IL_0027; } } { // for (int j = 0; j < policyNodes.Length; j++) V_1 = 0; goto IL_001f; } IL_0013: { // policyNodes[j] = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_4 = ___policyNodes1; int32_t L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(L_5), (RuntimeObject*)L_6); // for (int j = 0; j < policyNodes.Length; j++) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001f: { // for (int j = 0; j < policyNodes.Length; j++) int32_t L_8 = V_1; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_9 = ___policyNodes1; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0013; } } { // return null; return (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)NULL; } IL_0027: { // _parent.RemoveChild(_node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_10 = V_0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_11 = ____node2; NullCheck(L_10); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::RemoveChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_10, L_11); // RemovePolicyNodeRecurse(policyNodes, _node); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_12 = ___policyNodes1; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_13 = ____node2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_RemovePolicyNodeRecurse_m690213C7859E081960C0DE84ADB40CADCAA59D24(L_12, L_13, /*hidden argument*/NULL); // return validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_14 = ___validPolicyTree0; return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::RemovePolicyNodeRecurse(System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_RemovePolicyNodeRecurse_m690213C7859E081960C0DE84ADB40CADCAA59D24 (IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes0, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ____node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // policyNodes[_node.Depth].Remove(_node); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_0 = ___policyNodes0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_1 = ____node1; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Depth() */, L_1); NullCheck(L_0); int32_t L_3 = L_2; RuntimeObject* L_4 = (L_0)->GetAt(static_cast(L_3)); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_5 = ____node1; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject * >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_4, L_5); // if (_node.HasChildren) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_6 = ____node1; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_HasChildren() */, L_6); if (!L_7) { goto IL_0052; } } { // foreach (PkixPolicyNode _child in _node.Children) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_8 = ____node1; NullCheck(L_8); RuntimeObject* L_9; L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Children() */, L_8); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_9); V_0 = L_10; } IL_0022: try {// begin try (depth: 1) { goto IL_0037; } IL_0024: { // foreach (PkixPolicyNode _child in _node.Children) RuntimeObject* L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); V_1 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_12, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // RemovePolicyNodeRecurse(policyNodes, _child); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_13 = ___policyNodes0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_RemovePolicyNodeRecurse_m690213C7859E081960C0DE84ADB40CADCAA59D24(L_13, L_14, /*hidden argument*/NULL); } IL_0037: { // foreach (PkixPolicyNode _child in _node.Children) RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0024; } } IL_003f: { IL2CPP_LEAVE(0x52, FINALLY_0041); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0041; } FINALLY_0041: {// begin finally (depth: 1) { RuntimeObject* L_17 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_2; if (!L_18) { goto IL_0051; } } IL_004b: { RuntimeObject* L_19 = V_2; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_0051: { IL2CPP_END_FINALLY(65) } }// end finally (depth: 1) IL2CPP_CLEANUP(65) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x52, IL_0052) } IL_0052: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::PrepareNextCertB1(System.Int32,System.Collections.IList[],System.String,System.Collections.IDictionary,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_PrepareNextCertB1_m07BEB038EA02791FF41A1155661FE258616060C6 (int32_t ___i0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, String_t* ___id_p2, RuntimeObject* ___m_idp3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_2 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_3 = NULL; RuntimeObject* V_4 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_5 = NULL; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_9 = NULL; Exception_t * V_10 = NULL; PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * V_11 = NULL; Exception_t * V_12 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_13 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_14 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // bool idp_found = false; V_0 = (bool)0; // IEnumerator nodes_i = policyNodes[i].GetEnumerator(); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_0 = ___policyNodes1; int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject* L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_3); V_1 = L_4; goto IL_003d; } IL_000d: { // PkixPolicyNode node = (PkixPolicyNode)nodes_i.Current; RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_2 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_6, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (node.ValidPolicy.Equals(id_p)) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_7 = V_2; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_7); String_t* L_9 = ___id_p2; NullCheck(L_8); bool L_10; L_10 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003d; } } { // idp_found = true; V_0 = (bool)1; // node.ExpectedPolicies = (ISet)m_idp[id_p]; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_11 = V_2; RuntimeObject* L_12 = ___m_idp3; String_t* L_13 = ___id_p2; NullCheck(L_12); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_12, L_13); NullCheck(L_11); VirtualActionInvoker1< RuntimeObject* >::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::set_ExpectedPolicies(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) */, L_11, ((RuntimeObject*)Castclass((RuntimeObject*)L_14, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var))); // break; goto IL_0045; } IL_003d: { // while (nodes_i.MoveNext()) RuntimeObject* L_15 = V_1; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_000d; } } IL_0045: { // if (!idp_found) bool L_17 = V_0; if (L_17) { goto IL_018f; } } { // nodes_i = policyNodes[i].GetEnumerator(); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_18 = ___policyNodes1; int32_t L_19 = ___i0; NullCheck(L_18); int32_t L_20 = L_19; RuntimeObject* L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); RuntimeObject* L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_21); V_1 = L_22; goto IL_0184; } IL_0059: { // PkixPolicyNode node = (PkixPolicyNode)nodes_i.Current; RuntimeObject* L_23 = V_1; NullCheck(L_23); RuntimeObject * L_24; L_24 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); V_3 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_24, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (ANY_POLICY.Equals(node.ValidPolicy)) IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); String_t* L_25 = ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_26 = V_3; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_26); NullCheck(L_25); bool L_28; L_28 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_25, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0184; } } { // ISet pq = null; V_4 = (RuntimeObject*)NULL; // Asn1Sequence policies = null; V_5 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_0080: try {// begin try (depth: 1) // policies = DerSequence.GetInstance(GetExtensionValue(cert, X509Extensions.CertificatePolicies)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_29 = ___cert4; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_30 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_31; L_31 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_29, L_30, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_32; L_32 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_31, /*hidden argument*/NULL); V_5 = L_32; // } goto IL_00a4; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0095; } throw e; } CATCH_0095: {// begin catch(System.Exception) // catch (Exception e) V_10 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Certificate policies cannot be decoded.", e); Exception_t * L_33 = V_10; Exception_t * L_34 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACAE5205BBD48263DF0BF791BC6300ABA5874238)), L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_PrepareNextCertB1_m07BEB038EA02791FF41A1155661FE258616060C6_RuntimeMethod_var))); }// end catch (depth: 1) IL_00a4: { // IEnumerator enm = policies.GetEnumerator(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_35 = V_5; NullCheck(L_35); RuntimeObject* L_36; L_36 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_35); V_6 = L_36; goto IL_0108; } IL_00af: { // PolicyInformation pinfo = null; V_11 = (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 *)NULL; } IL_00b2: try {// begin try (depth: 1) // pinfo = PolicyInformation.GetInstance(enm.Current); RuntimeObject* L_37 = V_6; NullCheck(L_37); RuntimeObject * L_38; L_38 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_39; L_39 = PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB(L_38, /*hidden argument*/NULL); V_11 = L_39; // } goto IL_00d1; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c2; } throw e; } CATCH_00c2: {// begin catch(System.Exception) // catch (Exception ex) V_12 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Policy information cannot be decoded.", ex); Exception_t * L_40 = V_12; Exception_t * L_41 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3F17DB9541FCD5D0914C2E54D73F1724BB5D3336)), L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_PrepareNextCertB1_m07BEB038EA02791FF41A1155661FE258616060C6_RuntimeMethod_var))); }// end catch (depth: 1) IL_00d1: { // if (ANY_POLICY.Equals(pinfo.PolicyIdentifier.Id)) IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); String_t* L_42 = ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_43 = V_11; NullCheck(L_43); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_44; L_44 = PolicyInformation_get_PolicyIdentifier_mA0BF2F411410C1FC04DEAD93EECD80737F11A2BD_inline(L_43, /*hidden argument*/NULL); NullCheck(L_44); String_t* L_45; L_45 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_44, /*hidden argument*/NULL); NullCheck(L_42); bool L_46; L_46 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_42, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0108; } } IL_00e9: try {// begin try (depth: 1) // pq = GetQualifierSet(pinfo.PolicyQualifiers); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_47 = V_11; NullCheck(L_47); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_48; L_48 = PolicyInformation_get_PolicyQualifiers_m37313A092B7BDFB8C6436227110FBFDA2F5D71C2_inline(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_49; L_49 = PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F(L_48, /*hidden argument*/NULL); V_4 = L_49; // } goto IL_0111; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00f9; } throw e; } CATCH_00f9: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException ex) V_13 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new PkixCertPathValidatorException( // "Policy qualifier info set could not be built.", ex); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_50 = V_13; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_51 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral884346E92AD976BEB0286CCBF0A106D27834AEF8)), L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_PrepareNextCertB1_m07BEB038EA02791FF41A1155661FE258616060C6_RuntimeMethod_var))); }// end catch (depth: 1) IL_0108: { // while (enm.MoveNext()) RuntimeObject* L_52 = V_6; NullCheck(L_52); bool L_53; L_53 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_52); if (L_53) { goto IL_00af; } } IL_0111: { // bool ci = false; V_7 = (bool)0; // ISet critExtOids = cert.GetCriticalExtensionOids(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_54 = ___cert4; NullCheck(L_54); RuntimeObject* L_55; L_55 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetCriticalExtensionOids() */, L_54); V_8 = L_55; // if (critExtOids != null) RuntimeObject* L_56 = V_8; if (!L_56) { goto IL_0134; } } { // ci = critExtOids.Contains(X509Extensions.CertificatePolicies.Id); RuntimeObject* L_57 = V_8; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_58 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); NullCheck(L_58); String_t* L_59; L_59 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_58, /*hidden argument*/NULL); NullCheck(L_57); bool L_60; L_60 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_57, L_59); V_7 = L_60; } IL_0134: { // PkixPolicyNode p_node = (PkixPolicyNode)node.Parent; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_61 = V_3; NullCheck(L_61); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_62; L_62 = VirtualFuncInvoker0< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Parent() */, L_61); V_9 = L_62; // if (ANY_POLICY.Equals(p_node.ValidPolicy)) IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); String_t* L_63 = ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_64 = V_9; NullCheck(L_64); String_t* L_65; L_65 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_64); NullCheck(L_63); bool L_66; L_66 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_63, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_018f; } } { // PkixPolicyNode c_node = new PkixPolicyNode( // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(), i, // (ISet)m_idp[id_p], // p_node, pq, id_p, ci); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_67; L_67 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); int32_t L_68 = ___i0; RuntimeObject* L_69 = ___m_idp3; String_t* L_70 = ___id_p2; NullCheck(L_69); RuntimeObject * L_71; L_71 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_69, L_70); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_72 = V_9; RuntimeObject* L_73 = V_4; String_t* L_74 = ___id_p2; bool L_75 = V_7; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_76 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)il2cpp_codegen_object_new(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB(L_76, L_67, L_68, ((RuntimeObject*)Castclass((RuntimeObject*)L_71, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)), L_72, L_73, L_74, L_75, /*hidden argument*/NULL); V_14 = L_76; // p_node.AddChild(c_node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_77 = V_9; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_78 = V_14; NullCheck(L_77); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::AddChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_77, L_78); // policyNodes[i].Add(c_node); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_79 = ___policyNodes1; int32_t L_80 = ___i0; NullCheck(L_79); int32_t L_81 = L_80; RuntimeObject* L_82 = (L_79)->GetAt(static_cast(L_81)); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_83 = V_14; NullCheck(L_82); int32_t L_84; L_84 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_82, L_83); // break; return; } IL_0184: { // while (nodes_i.MoveNext()) RuntimeObject* L_85 = V_1; NullCheck(L_85); bool L_86; L_86 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_85); if (L_86) { goto IL_0059; } } IL_018f: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::PrepareNextCertB2(System.Int32,System.Collections.IList[],System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixCertPathValidatorUtilities_PrepareNextCertB2_mB62149384BDE51FC9C6FF95DA71E6466DDF9E383 (int32_t ___i0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, String_t* ___id_p2, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // int pos = 0; V_0 = 0; // foreach (PkixPolicyNode node in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[i])) IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_0 = ___policyNodes1; int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject* L_3 = (L_0)->GetAt(static_cast(L_2)); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_4); V_1 = L_5; } IL_0010: try {// begin try (depth: 1) { goto IL_009a; } IL_0015: { // foreach (PkixPolicyNode node in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[i])) RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_2 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_7, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (node.ValidPolicy.Equals(id_p)) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_8 = V_2; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_8); String_t* L_10 = ___id_p2; NullCheck(L_9); bool L_11; L_11 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0096; } } IL_002f: { // PkixPolicyNode p_node = (PkixPolicyNode)node.Parent; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_12 = V_2; NullCheck(L_12); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_13; L_13 = VirtualFuncInvoker0< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Parent() */, L_12); // p_node.RemoveChild(node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_14 = V_2; NullCheck(L_13); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::RemoveChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_13, L_14); // policyNodes[i].RemoveAt(pos); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_15 = ___policyNodes1; int32_t L_16 = ___i0; NullCheck(L_15); int32_t L_17 = L_16; RuntimeObject* L_18 = (L_15)->GetAt(static_cast(L_17)); int32_t L_19 = V_0; NullCheck(L_18); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_18, L_19); // for (int k = (i - 1); k >= 0; k--) int32_t L_20 = ___i0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); goto IL_0090; } IL_004a: { // IList nodes = policyNodes[k]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_21 = ___policyNodes1; int32_t L_22 = V_3; NullCheck(L_21); int32_t L_23 = L_22; RuntimeObject* L_24 = (L_21)->GetAt(static_cast(L_23)); V_4 = L_24; // for (int l = 0; l < nodes.Count; l++) V_5 = 0; goto IL_0081; } IL_0054: { // PkixPolicyNode node2 = (PkixPolicyNode)nodes[l]; RuntimeObject* L_25 = V_4; int32_t L_26 = V_5; NullCheck(L_25); RuntimeObject * L_27; L_27 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_25, L_26); V_6 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_27, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (!node2.HasChildren) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_28 = V_6; NullCheck(L_28); bool L_29; L_29 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_HasChildren() */, L_28); if (L_29) { goto IL_007b; } } IL_006d: { // validPolicyTree = RemovePolicyNode(validPolicyTree, policyNodes, node2); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_30 = ___validPolicyTree3; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_31 = ___policyNodes1; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_32 = V_6; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_33; L_33 = PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C(L_30, L_31, L_32, /*hidden argument*/NULL); ___validPolicyTree3 = L_33; // if (validPolicyTree == null) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_34 = ___validPolicyTree3; if (!L_34) { goto IL_008c; } } IL_007b: { // for (int l = 0; l < nodes.Count; l++) int32_t L_35 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0081: { // for (int l = 0; l < nodes.Count; l++) int32_t L_36 = V_5; RuntimeObject* L_37 = V_4; NullCheck(L_37); int32_t L_38; L_38 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_37); if ((((int32_t)L_36) < ((int32_t)L_38))) { goto IL_0054; } } IL_008c: { // for (int k = (i - 1); k >= 0; k--) int32_t L_39 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); } IL_0090: { // for (int k = (i - 1); k >= 0; k--) int32_t L_40 = V_3; if ((((int32_t)L_40) >= ((int32_t)0))) { goto IL_004a; } } IL_0094: { // } goto IL_009a; } IL_0096: { // ++pos; int32_t L_41 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_009a: { // foreach (PkixPolicyNode node in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[i])) RuntimeObject* L_42 = V_1; NullCheck(L_42); bool L_43; L_43 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_42); if (L_43) { goto IL_0015; } } IL_00a5: { IL2CPP_LEAVE(0xBB, FINALLY_00a7); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a7; } FINALLY_00a7: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_1; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_44, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_45 = V_7; if (!L_45) { goto IL_00ba; } } IL_00b3: { RuntimeObject* L_46 = V_7; NullCheck(L_46); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_46); } IL_00ba: { IL2CPP_END_FINALLY(167) } }// end finally (depth: 1) IL2CPP_CLEANUP(167) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBB, IL_00bb) } IL_00bb: { // return validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_47 = ___validPolicyTree3; return L_47; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetCertStatus(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_GetCertStatus_m3A59789ED2B9C956C8A24C1E2FCDE079C2E0E119 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate0, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl1, RuntimeObject * ___cert2, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_0 = NULL; X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * V_1 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * V_2 = NULL; Exception_t * V_3 = NULL; DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * V_4 = NULL; Exception_t * V_5 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_6; memset((&V_6), 0, sizeof(V_6)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // X509Crl bcCRL = null; V_0 = (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)NULL; } IL_0002: try {// begin try (depth: 1) // bcCRL = new X509Crl(CertificateList.GetInstance((Asn1Sequence)Asn1Sequence.FromByteArray(crl.GetEncoded()))); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_0 = ___crl1; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::GetEncoded() */, L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_1, /*hidden argument*/NULL); CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * L_3; L_3 = CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A(((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_4 = (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)il2cpp_codegen_object_new(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var); X509Crl__ctor_mCF0DB4A0B34DF5164A6A8759DDE7346755CC5052(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; // } goto IL_002c; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001f; } throw e; } CATCH_001f: {// begin catch(System.Exception) // catch (Exception exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Bouncy Castle X509Crl could not be created.", exception); Exception_t * L_5 = V_3; Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB05FDB48481194D9EDB3678E4AF516A5B03C60D9)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetCertStatus_m3A59789ED2B9C956C8A24C1E2FCDE079C2E0E119_RuntimeMethod_var))); }// end catch (depth: 1) IL_002c: { // X509CrlEntry crl_entry = (X509CrlEntry)bcCRL.GetRevokedCertificate(GetSerialNumber(cert)); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_7 = V_0; RuntimeObject * L_8 = ___cert2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = PkixCertPathValidatorUtilities_GetSerialNumber_mD857111CE519EEA5E40735987F81EE76E89CB045(L_8, /*hidden argument*/NULL); NullCheck(L_7); X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * L_10; L_10 = VirtualFuncInvoker1< X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlEntry BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::GetRevokedCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_7, L_9); V_1 = L_10; // if (crl_entry == null) X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * L_11 = V_1; if (L_11) { goto IL_003d; } } { // return; return; } IL_003d: { // X509Name issuer = GetIssuerPrincipal(cert); RuntimeObject * L_12 = ___cert2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_13; L_13 = PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465(L_12, /*hidden argument*/NULL); V_2 = L_13; // if (issuer.Equivalent(crl_entry.GetCertificateIssuer(), true) // || issuer.Equivalent(crl.IssuerDN, true)) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_14 = V_2; X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * L_15 = V_1; NullCheck(L_15); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_16; L_16 = X509CrlEntry_GetCertificateIssuer_mD9454800C132CD5C68318E57BFF125B42E01725B_inline(L_15, /*hidden argument*/NULL); NullCheck(L_14); bool L_17; L_17 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_14, L_16, (bool)1, /*hidden argument*/NULL); if (L_17) { goto IL_0065; } } { X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_18 = V_2; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_19 = ___crl1; NullCheck(L_19); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_20; L_20 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_19); NullCheck(L_18); bool L_21; L_21 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_18, L_20, (bool)1, /*hidden argument*/NULL); if (!L_21) { goto IL_011b; } } IL_0065: { // DerEnumerated reasonCode = null; V_4 = (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 *)NULL; // if (crl_entry.HasExtensions) X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = X509CrlEntry_get_HasExtensions_mD83CCD0E2B49161B0DCA568A047F3658EB3A45F7(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0093; } } IL_0070: try {// begin try (depth: 1) // reasonCode = DerEnumerated.GetInstance( // GetExtensionValue(crl_entry, X509Extensions.ReasonCode)); X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_ReasonCode_10(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_26; L_26 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_24, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_27; L_27 = DerEnumerated_GetInstance_mF97F0C282F514FF2D8973BC65FDB4D3A771143BD(L_26, /*hidden argument*/NULL); V_4 = L_27; // } goto IL_0093; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0084; } throw e; } CATCH_0084: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Reason code CRL entry extension could not be decoded.", // e); Exception_t * L_28 = V_5; Exception_t * L_29 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7BF5C91F159F0A22AC9F779FF186644FCC27DFD)), L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetCertStatus_m3A59789ED2B9C956C8A24C1E2FCDE079C2E0E119_RuntimeMethod_var))); }// end catch (depth: 1) IL_0093: { // if (!(validDate.Ticks < crl_entry.RevocationDate.Ticks) // || reasonCode == null // || reasonCode.Value.TestBit(0) // || reasonCode.Value.TestBit(1) // || reasonCode.Value.TestBit(2) // || reasonCode.Value.TestBit(8)) int64_t L_30; L_30 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___validDate0), /*hidden argument*/NULL); X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * L_31 = V_1; NullCheck(L_31); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32; L_32 = X509CrlEntry_get_RevocationDate_mB79B05762C5639FA3202D698BAD47CD6FE7281A9(L_31, /*hidden argument*/NULL); V_6 = L_32; int64_t L_33; L_33 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_6), /*hidden argument*/NULL); if ((((int64_t)L_30) >= ((int64_t)L_33))) { goto IL_00eb; } } { DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_34 = V_4; if (!L_34) { goto IL_00eb; } } { DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_35 = V_4; NullCheck(L_35); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36; L_36 = DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D(L_35, /*hidden argument*/NULL); NullCheck(L_36); bool L_37; L_37 = BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36(L_36, 0, /*hidden argument*/NULL); if (L_37) { goto IL_00eb; } } { DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_38 = V_4; NullCheck(L_38); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39; L_39 = DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D(L_38, /*hidden argument*/NULL); NullCheck(L_39); bool L_40; L_40 = BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36(L_39, 1, /*hidden argument*/NULL); if (L_40) { goto IL_00eb; } } { DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_41 = V_4; NullCheck(L_41); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42; L_42 = DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D(L_41, /*hidden argument*/NULL); NullCheck(L_42); bool L_43; L_43 = BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36(L_42, 2, /*hidden argument*/NULL); if (L_43) { goto IL_00eb; } } { DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_44 = V_4; NullCheck(L_44); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45; L_45 = DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D(L_44, /*hidden argument*/NULL); NullCheck(L_45); bool L_46; L_46 = BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36(L_45, 8, /*hidden argument*/NULL); if (!L_46) { goto IL_011b; } } IL_00eb: { // if (reasonCode != null) // (i) or (j) (1) DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_47 = V_4; if (!L_47) { goto IL_0103; } } { // certStatus.Status = reasonCode.Value.SignValue; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_48 = ___certStatus3; DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_49 = V_4; NullCheck(L_49); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_50; L_50 = DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D(L_49, /*hidden argument*/NULL); NullCheck(L_50); int32_t L_51; L_51 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_50, /*hidden argument*/NULL); NullCheck(L_48); CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline(L_48, L_51, /*hidden argument*/NULL); // } goto IL_010a; } IL_0103: { // certStatus.Status = CrlReason.Unspecified; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_52 = ___certStatus3; NullCheck(L_52); CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline(L_52, 0, /*hidden argument*/NULL); } IL_010a: { // certStatus.RevocationDate = new DateTimeObject(crl_entry.RevocationDate); CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_53 = ___certStatus3; X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * L_54 = V_1; NullCheck(L_54); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_55; L_55 = X509CrlEntry_get_RevocationDate_mB79B05762C5639FA3202D698BAD47CD6FE7281A9(L_54, /*hidden argument*/NULL); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_56 = (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 *)il2cpp_codegen_object_new(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54_il2cpp_TypeInfo_var); DateTimeObject__ctor_m0269A13B4BB92FFF26673518D2770600ED2D8D86(L_56, L_55, /*hidden argument*/NULL); NullCheck(L_53); CertStatus_set_RevocationDate_m2A10FD69B9E8183093CBC66684FB972DBF7ECDE3_inline(L_53, L_56, /*hidden argument*/NULL); } IL_011b: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetNextWorkingKey(System.Collections.IList,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9 (RuntimeObject* ___certs0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_0 = NULL; DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * V_1 = NULL; int32_t V_2 = 0; DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * V_3 = NULL; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * V_4 = NULL; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // X509Certificate cert = (X509Certificate)certs[index]; RuntimeObject* L_0 = ___certs0; int32_t L_1 = ___index1; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); // AsymmetricKeyParameter pubKey = cert.GetPublicKey(); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_2, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3; L_3 = VirtualFuncInvoker0< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(37 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetPublicKey() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_2, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); V_0 = L_3; // if (!(pubKey is DsaPublicKeyParameters)) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_4 = V_0; if (((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)IsInstClass((RuntimeObject*)L_4, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var))) { goto IL_001c; } } { // return pubKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_5 = V_0; return L_5; } IL_001c: { // DsaPublicKeyParameters dsaPubKey = (DsaPublicKeyParameters)pubKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_6 = V_0; V_1 = ((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)CastclassClass((RuntimeObject*)L_6, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var)); // if (dsaPubKey.Parameters != null) DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_7 = V_1; NullCheck(L_7); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_8; L_8 = DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002d; } } { // return dsaPubKey; DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_9 = V_1; return L_9; } IL_002d: { // for (int i = index + 1; i < certs.Count; i++) int32_t L_10 = ___index1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_008f; } IL_0033: { // X509Certificate parentCert = (X509Certificate)certs[i]; RuntimeObject* L_11 = ___certs0; int32_t L_12 = V_2; NullCheck(L_11); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_11, L_12); // pubKey = parentCert.GetPublicKey(); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_13, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_14; L_14 = VirtualFuncInvoker0< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(37 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetPublicKey() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_13, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); V_0 = L_14; // if (!(pubKey is DsaPublicKeyParameters)) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_15 = V_0; if (((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)IsInstClass((RuntimeObject*)L_15, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var))) { goto IL_0058; } } { // throw new PkixCertPathValidatorException( // "DSA parameters cannot be inherited from previous certificate."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_16 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0BA42751AA9DEBB680AA52C8FCA717A3AE6A9425)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9_RuntimeMethod_var))); } IL_0058: { // DsaPublicKeyParameters prevDSAPubKey = (DsaPublicKeyParameters)pubKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_17 = V_0; V_3 = ((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)CastclassClass((RuntimeObject*)L_17, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var)); // if (prevDSAPubKey.Parameters == null) DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_18 = V_3; NullCheck(L_18); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_19; L_19 = DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_008b; } } { // DsaParameters dsaParams = prevDSAPubKey.Parameters; DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_20 = V_3; NullCheck(L_20); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_21; L_21 = DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline(L_20, /*hidden argument*/NULL); V_4 = L_21; } IL_006f: try {// begin try (depth: 1) // return new DsaPublicKeyParameters(dsaPubKey.Y, dsaParams); DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_22 = V_1; NullCheck(L_22); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23; L_23 = DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline(L_22, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_24 = V_4; DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_25 = (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)il2cpp_codegen_object_new(DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var); DsaPublicKeyParameters__ctor_mCE26A1766E3B5A728500CE48CEFB95E8ACBF00BF(L_25, L_23, L_24, /*hidden argument*/NULL); V_5 = L_25; goto IL_00a3; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0080; } throw e; } CATCH_0080: {// begin catch(System.Exception) // throw new Exception(exception.Message); NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); Exception_t * L_27 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9_RuntimeMethod_var))); }// end catch (depth: 1) IL_008b: { // for (int i = index + 1; i < certs.Count; i++) int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_008f: { // for (int i = index + 1; i < certs.Count; i++) int32_t L_29 = V_2; RuntimeObject* L_30 = ___certs0; NullCheck(L_30); int32_t L_31; L_31 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_30); if ((((int32_t)L_29) < ((int32_t)L_31))) { goto IL_0033; } } { // throw new PkixCertPathValidatorException("DSA parameters cannot be inherited from previous certificate."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_32 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0BA42751AA9DEBB680AA52C8FCA717A3AE6A9425)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9_RuntimeMethod_var))); } IL_00a3: { // } AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_33 = V_5; return L_33; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetValidCertDateFromValidityModel(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPkix0, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath1, int32_t ___index2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * V_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (paramsPkix.ValidityModel != PkixParameters.ChainValidityModel) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___paramsPkix0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_ValidityModel() */, L_0); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0010; } } { // return GetValidDate(paramsPkix); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_2 = ___paramsPkix0; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = PkixCertPathValidatorUtilities_GetValidDate_mB5293CF6D027D0ABACAFFE569A8295421A836CDD(L_2, /*hidden argument*/NULL); return L_3; } IL_0010: { // if (index <= 0) int32_t L_4 = ___index2; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_001b; } } { // return PkixCertPathValidatorUtilities.GetValidDate(paramsPkix); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_5 = ___paramsPkix0; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = PkixCertPathValidatorUtilities_GetValidDate_mB5293CF6D027D0ABACAFFE569A8295421A836CDD(L_5, /*hidden argument*/NULL); return L_6; } IL_001b: { // if (index - 1 == 0) int32_t L_7 = ___index2; if (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))) { goto IL_006c; } } { // DerGeneralizedTime dateOfCertgen = null; V_0 = (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)NULL; } IL_0022: try {// begin try (depth: 1) // X509Certificate cert = (X509Certificate)certPath.Certificates[index - 1]; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_8 = ___certPath1; NullCheck(L_8); RuntimeObject* L_9; L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_8); int32_t L_10 = ___index2; NullCheck(L_9); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); // Asn1OctetString extVal = cert.GetExtensionValue( // IsisMttObjectIdentifiers.IdIsisMttATDateOfCertGen); IL2CPP_RUNTIME_CLASS_INIT(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = ((IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_StaticFields*)il2cpp_codegen_static_fields_for(IsisMttObjectIdentifiers_tD59F59F088EA2E865680BCC523F791CEEFD7FF7E_il2cpp_TypeInfo_var))->get_IdIsisMttATDateOfCertGen_4(); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_11, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_13; L_13 = VirtualFuncInvoker1< Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_11, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), L_12); // dateOfCertgen = DerGeneralizedTime.GetInstance(extVal); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_14; L_14 = DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F(L_13, /*hidden argument*/NULL); V_0 = L_14; // } goto IL_0053; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: {// begin catch(System.ArgumentException) // catch (ArgumentException) // throw new Exception( // "Date of cert gen extension could not be read."); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral539EAF434F6EC7AE9B1B0A38F0CB0727CEDE0C77)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2_RuntimeMethod_var))); }// end catch (depth: 1) IL_0053: { // if (dateOfCertgen != null) DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_16 = V_0; if (!L_16) { goto IL_006c; } } IL_0056: try {// begin try (depth: 1) // return dateOfCertgen.ToDateTime(); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_17 = V_0; NullCheck(L_17); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18; L_18 = DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5(L_17, /*hidden argument*/NULL); V_1 = L_18; goto IL_0085; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005f; } throw e; } CATCH_005f: {// begin catch(System.ArgumentException) // catch (ArgumentException e) V_2 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); // throw new Exception( // "Date from date of cert gen extension could not be parsed.", // e); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = V_2; Exception_t * L_20 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral286919B8E0AC58DBA0643A17AC3CF8BA926F0E1F)), L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2_RuntimeMethod_var))); }// end catch (depth: 1) IL_006c: { // return ((X509Certificate)certPath.Certificates[index - 1]).NotBefore; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_21 = ___certPath1; NullCheck(L_21); RuntimeObject* L_22; L_22 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_21); int32_t L_23 = ___index2; NullCheck(L_22); RuntimeObject * L_24; L_24 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_24, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25; L_25 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(22 /* System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_NotBefore() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_24, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); return L_25; } IL_0085: { // } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = V_1; return L_26; } } // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * ___certSelect0, RuntimeObject* ___certStores1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ISet certs = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // foreach (IX509Store certStore in certStores) RuntimeObject* L_1 = ___certStores1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_000d: try {// begin try (depth: 1) { goto IL_006e; } IL_000f: { // foreach (IX509Store certStore in certStores) RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var)); } IL_001b: try {// begin try (depth: 2) { // foreach (X509Certificate c in certStore.GetMatches(certSelect)) RuntimeObject* L_5 = V_2; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_6 = ___certSelect0; NullCheck(L_5); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store::GetMatches(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var, L_5, L_6); NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_7); V_3 = L_8; } IL_0028: try {// begin try (depth: 3) { goto IL_003f; } IL_002a: { // foreach (X509Certificate c in certStore.GetMatches(certSelect)) RuntimeObject* L_9 = V_3; NullCheck(L_9); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); V_4 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_10, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // certs.Add(c); RuntimeObject* L_11 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_12 = V_4; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, L_12); } IL_003f: { // foreach (X509Certificate c in certStore.GetMatches(certSelect)) RuntimeObject* L_13 = V_3; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_002a; } } IL_0047: { IL2CPP_LEAVE(0x5D, FINALLY_0049); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: {// begin finally (depth: 3) { RuntimeObject* L_15 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_5; if (!L_16) { goto IL_005c; } } IL_0055: { RuntimeObject* L_17 = V_5; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_005c: { IL2CPP_END_FINALLY(73) } }// end finally (depth: 3) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { // } goto IL_006e; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005f; } throw e; } CATCH_005f: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Problem while picking certificates from X.509 store.", e); Exception_t * L_18 = V_6; Exception_t * L_19 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F3B9EB4F5E9CE7CAF12174B2DCE4731058C5EB6)), L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD_RuntimeMethod_var))); }// end catch (depth: 2) IL_006e: { // foreach (IX509Store certStore in certStores) RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_000f; } } IL_0076: { IL2CPP_LEAVE(0x8C, FINALLY_0078); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: {// begin finally (depth: 1) { RuntimeObject* L_22 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_5; if (!L_23) { goto IL_008b; } } IL_0084: { RuntimeObject* L_24 = V_5; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_24); } IL_008b: { IL2CPP_END_FINALLY(120) } }// end finally (depth: 1) IL2CPP_CLEANUP(120) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8C, IL_008c) } IL_008c: { // return certs; RuntimeObject* L_25 = V_0; return L_25; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetCrlIssuersFromDistributionPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Collections.ICollection,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_GetCrlIssuersFromDistributionPoint_m924C45775297E252FBF36EA28F15BA1CB125515D (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject* ___issuerPrincipals1, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * ___selector2, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* V_1 = NULL; int32_t V_2 = 0; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_3 = NULL; RuntimeObject* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList issuers = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // if (dp.CrlIssuer != null) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_1 = ___dp0; NullCheck(L_1); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_2; L_2 = DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_005d; } } { // GeneralName[] genNames = dp.CrlIssuer.GetNames(); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_3 = ___dp0; NullCheck(L_3); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_4; L_4 = DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_5; L_5 = GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF(L_4, /*hidden argument*/NULL); V_1 = L_5; // for (int j = 0; j < genNames.Length; j++) V_2 = 0; goto IL_0055; } IL_001e: { // if (genNames[j].TagNo == GeneralName.DirectoryName) GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); int32_t L_10; L_10 = GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_0051; } } IL_0029: try {// begin try (depth: 1) // issuers.Add(X509Name.GetInstance(genNames[j].Name.ToAsn1Object())); RuntimeObject* L_11 = V_0; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_12 = V_1; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = L_13; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_16; L_16 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_17; L_17 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_18; L_18 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_17, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_19; L_19 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_11, L_18); // } goto IL_0051; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0044; } throw e; } CATCH_0044: {// begin catch(System.IO.IOException) // catch (IOException e) V_3 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception( // "CRL issuer information from distribution point cannot be decoded.", // e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_20 = V_3; Exception_t * L_21 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD9A4DBE6C65B6AE57C330CAED083B9BD8DE9230)), L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetCrlIssuersFromDistributionPoint_m924C45775297E252FBF36EA28F15BA1CB125515D_RuntimeMethod_var))); }// end catch (depth: 1) IL_0051: { // for (int j = 0; j < genNames.Length; j++) int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0055: { // for (int j = 0; j < genNames.Length; j++) int32_t L_23 = V_2; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_24 = V_1; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))) { goto IL_001e; } } { // } goto IL_0096; } IL_005d: { // if (dp.DistributionPointName == null) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_25 = ___dp0; NullCheck(L_25); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_26; L_26 = DistributionPoint_get_DistributionPointName_m2325DC79A48733F8AF8359BAE787B1AA131461B3_inline(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0070; } } { // throw new Exception( // "CRL issuer is omitted from distribution point but no distributionPoint field present."); Exception_t * L_27 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6103D409980DD5D9229CA14D6FC7877D37AC6CAA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetCrlIssuersFromDistributionPoint_m924C45775297E252FBF36EA28F15BA1CB125515D_RuntimeMethod_var))); } IL_0070: { // for (IEnumerator it = issuerPrincipals.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_28 = ___issuerPrincipals1; NullCheck(L_28); RuntimeObject* L_29; L_29 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_28); V_4 = L_29; goto IL_008d; } IL_007a: { // issuers.Add((X509Name)it.Current); RuntimeObject* L_30 = V_0; RuntimeObject* L_31 = V_4; NullCheck(L_31); RuntimeObject * L_32; L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); NullCheck(L_30); int32_t L_33; L_33 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_30, ((X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 *)CastclassClass((RuntimeObject*)L_32, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var))); } IL_008d: { // for (IEnumerator it = issuerPrincipals.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_34 = V_4; NullCheck(L_34); bool L_35; L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_34); if (L_35) { goto IL_007a; } } IL_0096: { // selector.Issuers = issuers; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_36 = ___selector2; RuntimeObject* L_37 = V_0; NullCheck(L_36); X509CrlStoreSelector_set_Issuers_m1C165E3A7E12B6583B4F45D0E17FAD90EA9E9EC7(L_36, L_37, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetCompleteCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Object,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_GetCompleteCrls_mB17B4DDFD561AD03324A945906C2B8FE15F07048 (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject * ___cert1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___currentDate2, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * V_2 = NULL; RuntimeObject* V_3 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; RuntimeObject* G_B20_0 = NULL; RuntimeObject* G_B11_0 = NULL; RuntimeObject* G_B16_0 = NULL; RuntimeObject* G_B12_0 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * G_B14_0 = NULL; String_t* G_B14_1 = NULL; RuntimeObject* G_B14_2 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * G_B13_0 = NULL; String_t* G_B13_1 = NULL; RuntimeObject* G_B13_2 = NULL; String_t* G_B15_0 = NULL; String_t* G_B15_1 = NULL; RuntimeObject* G_B15_2 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * G_B18_0 = NULL; String_t* G_B18_1 = NULL; RuntimeObject* G_B18_2 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * G_B17_0 = NULL; String_t* G_B17_1 = NULL; RuntimeObject* G_B17_2 = NULL; String_t* G_B19_0 = NULL; String_t* G_B19_1 = NULL; RuntimeObject* G_B19_2 = NULL; { // X509CrlStoreSelector crlselect = new X509CrlStoreSelector(); X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_0 = (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 *)il2cpp_codegen_object_new(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272_il2cpp_TypeInfo_var); X509CrlStoreSelector__ctor_mDB250A91FD7C734D29760606B5FE7D1449B1460A(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) { // ISet issuers = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); V_1 = L_1; // if (cert is X509V2AttributeCertificate) RuntimeObject * L_2 = ___cert1; if (!((X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 *)IsInstClass((RuntimeObject*)L_2, X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var))) { goto IL_002e; } } IL_0014: { // issuers.Add(((X509V2AttributeCertificate)cert) // .Issuer.GetPrincipals()[0]); RuntimeObject* L_3 = V_1; RuntimeObject * L_4 = ___cert1; NullCheck(((X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 *)CastclassClass((RuntimeObject*)L_4, X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var))); AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * L_5; L_5 = VirtualFuncInvoker0< AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * >::Invoke(32 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::get_Issuer() */, ((X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 *)CastclassClass((RuntimeObject*)L_4, X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var))); NullCheck(L_5); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_6; L_6 = AttributeCertificateIssuer_GetPrincipals_m1062BA09DFD0202C405E1BFFDC0E770C5DAD6A23(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = 0; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_8 = (L_6)->GetAt(static_cast(L_7)); NullCheck(L_3); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_3, L_8); // } goto IL_003a; } IL_002e: { // issuers.Add(GetIssuerPrincipal(cert)); RuntimeObject* L_9 = V_1; RuntimeObject * L_10 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_11; L_11 = PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465(L_10, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_9, L_11); } IL_003a: { // PkixCertPathValidatorUtilities.GetCrlIssuersFromDistributionPoint(dp, issuers, crlselect, paramsPKIX); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_12 = ___dp0; RuntimeObject* L_13 = V_1; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_14 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_15 = ___paramsPKIX3; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_GetCrlIssuersFromDistributionPoint_m924C45775297E252FBF36EA28F15BA1CB125515D(L_12, L_13, L_14, L_15, /*hidden argument*/NULL); // } goto IL_0052; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0045; } throw e; } CATCH_0045: {// begin catch(System.Exception) // catch (Exception e) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Could not get issuer information from distribution point.", e); Exception_t * L_16 = V_2; Exception_t * L_17 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC7EEE1FAF70E5D1767FE8797CEF8C6E6E403486)), L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetCompleteCrls_mB17B4DDFD561AD03324A945906C2B8FE15F07048_RuntimeMethod_var))); }// end catch (depth: 1) IL_0052: { // if (cert is X509Certificate) RuntimeObject * L_18 = ___cert1; if (!((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)IsInstClass((RuntimeObject*)L_18, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))) { goto IL_0068; } } { // crlselect.CertificateChecking = (X509Certificate)cert; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_19 = V_0; RuntimeObject * L_20 = ___cert1; NullCheck(L_19); X509CrlStoreSelector_set_CertificateChecking_m12E6844E89659DB3A2007521B4010091086D0011_inline(L_19, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_20, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } goto IL_007c; } IL_0068: { // else if (cert is X509V2AttributeCertificate) RuntimeObject * L_21 = ___cert1; if (!((X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 *)IsInstClass((RuntimeObject*)L_21, X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var))) { goto IL_007c; } } { // crlselect.AttrCertChecking = (IX509AttributeCertificate)cert; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_22 = V_0; RuntimeObject * L_23 = ___cert1; NullCheck(L_22); X509CrlStoreSelector_set_AttrCertChecking_mC6AB70E48D763D5A3471F97D9B8973BF36A83FD1_inline(L_22, ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_007c: { // crlselect.CompleteCrlEnabled = true; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_24 = V_0; NullCheck(L_24); X509CrlStoreSelector_set_CompleteCrlEnabled_m8B5CF21EDCDD1B03C33A1DF0A0BAD01AE6A82FE4_inline(L_24, (bool)1, /*hidden argument*/NULL); // ISet crls = CrlUtilities.FindCrls(crlselect, paramsPKIX, currentDate); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * L_25 = ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->get_CrlUtilities_0(); X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_26 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_27 = ___paramsPKIX3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28 = ___currentDate2; NullCheck(L_25); RuntimeObject* L_29; L_29 = VirtualFuncInvoker3< RuntimeObject*, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 *, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::FindCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.DateTime) */, L_25, L_26, L_27, L_28); // if (crls.IsEmpty) RuntimeObject* L_30 = L_29; NullCheck(L_30); bool L_31; L_31 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_30); G_B11_0 = L_30; if (!L_31) { G_B20_0 = L_30; goto IL_0105; } } { // if (cert is IX509AttributeCertificate) RuntimeObject * L_32 = ___cert1; G_B12_0 = G_B11_0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var))))) { G_B16_0 = G_B11_0; goto IL_00d5; } } { // IX509AttributeCertificate aCert = (IX509AttributeCertificate)cert; RuntimeObject * L_33 = ___cert1; V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_33, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var)))); // throw new Exception("No CRLs found for issuer \"" + aCert.Issuer.GetPrincipals()[0] + "\""); RuntimeObject* L_34 = V_3; NullCheck(L_34); AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * L_35; L_35 = InterfaceFuncInvoker0< AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Issuer() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var)), L_34); NullCheck(L_35); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_36; L_36 = AttributeCertificateIssuer_GetPrincipals_m1062BA09DFD0202C405E1BFFDC0E770C5DAD6A23(L_35, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37 = 0; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_38 = (L_36)->GetAt(static_cast(L_37)); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_39 = L_38; G_B13_0 = L_39; G_B13_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01402BB4A9FCAB937A1C9A87FCFB32406F457FAC)); G_B13_2 = G_B12_0; if (L_39) { G_B14_0 = L_39; G_B14_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01402BB4A9FCAB937A1C9A87FCFB32406F457FAC)); G_B14_2 = G_B12_0; goto IL_00c0; } } { G_B15_0 = ((String_t*)(NULL)); G_B15_1 = G_B13_1; G_B15_2 = G_B13_2; goto IL_00c5; } IL_00c0: { NullCheck(G_B14_0); String_t* L_40; L_40 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B14_0); G_B15_0 = L_40; G_B15_1 = G_B14_1; G_B15_2 = G_B14_2; } IL_00c5: { String_t* L_41; L_41 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(G_B15_1, G_B15_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677)), /*hidden argument*/NULL); Exception_t * L_42 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetCompleteCrls_mB17B4DDFD561AD03324A945906C2B8FE15F07048_RuntimeMethod_var))); } IL_00d5: { // X509Certificate xCert = (X509Certificate)cert; RuntimeObject * L_43 = ___cert1; V_4 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_43, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)))); // throw new Exception("No CRLs found for issuer \"" + xCert.IssuerDN + "\""); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_44 = V_4; NullCheck(L_44); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_45; L_45 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, L_44); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_46 = L_45; G_B17_0 = L_46; G_B17_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01402BB4A9FCAB937A1C9A87FCFB32406F457FAC)); G_B17_2 = G_B16_0; if (L_46) { G_B18_0 = L_46; G_B18_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01402BB4A9FCAB937A1C9A87FCFB32406F457FAC)); G_B18_2 = G_B16_0; goto IL_00f0; } } { G_B19_0 = ((String_t*)(NULL)); G_B19_1 = G_B17_1; G_B19_2 = G_B17_2; goto IL_00f5; } IL_00f0: { NullCheck(G_B18_0); String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B18_0); G_B19_0 = L_47; G_B19_1 = G_B18_1; G_B19_2 = G_B18_2; } IL_00f5: { String_t* L_48; L_48 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(G_B19_1, G_B19_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677)), /*hidden argument*/NULL); Exception_t * L_49 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_49, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetCompleteCrls_mB17B4DDFD561AD03324A945906C2B8FE15F07048_RuntimeMethod_var))); } IL_0105: { // return crls; return G_B20_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetDeltaCrls(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___currentDate0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___completeCRL2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_5 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_6 = NULL; Exception_t * V_7 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_8 = NULL; Exception_t * V_9 = NULL; RuntimeObject* V_10 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_11 = NULL; RuntimeObject* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * G_B15_0 = NULL; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * G_B14_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * G_B16_0 = NULL; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * G_B16_1 = NULL; { // X509CrlStoreSelector deltaSelect = new X509CrlStoreSelector(); X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_0 = (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 *)il2cpp_codegen_object_new(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272_il2cpp_TypeInfo_var); X509CrlStoreSelector__ctor_mDB250A91FD7C734D29760606B5FE7D1449B1460A(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) // IList deltaSelectIssuer = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_4 = L_1; // deltaSelectIssuer.Add(completeCRL.IssuerDN); RuntimeObject* L_2 = V_4; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_3 = ___completeCRL2; NullCheck(L_3); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_4; L_4 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_3); NullCheck(L_2); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_2, L_4); // deltaSelect.Issuers = deltaSelectIssuer; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_6 = V_0; RuntimeObject* L_7 = V_4; NullCheck(L_6); X509CrlStoreSelector_set_Issuers_m1C165E3A7E12B6583B4F45D0E17FAD90EA9E9EC7(L_6, L_7, /*hidden argument*/NULL); // } goto IL_0034; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0025; } throw e; } CATCH_0025: {// begin catch(System.IO.IOException) // catch (IOException e) V_5 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception("Cannot extract issuer from CRL.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_8 = V_5; Exception_t * L_9 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E95F152FED30265401A8CA428DE65CAE77E3FFD)), L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569_RuntimeMethod_var))); }// end catch (depth: 1) IL_0034: { // BigInteger completeCRLNumber = null; V_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; } IL_0036: try {// begin try (depth: 1) { // Asn1Object asn1Object = GetExtensionValue(completeCRL, X509Extensions.CrlNumber); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_10 = ___completeCRL2; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CrlNumber_9(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_12; L_12 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_10, L_11, /*hidden argument*/NULL); V_6 = L_12; // if (asn1Object != null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13 = V_6; if (!L_13) { goto IL_0054; } } IL_0047: { // completeCRLNumber = CrlNumber.GetInstance(asn1Object).PositiveValue; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_14 = V_6; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_15; L_15 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_14, /*hidden argument*/NULL); NullCheck(L_15); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_15, /*hidden argument*/NULL); V_1 = L_16; } IL_0054: { // } goto IL_0065; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0056; } throw e; } CATCH_0056: {// begin catch(System.Exception) // catch (Exception e) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "CRL number extension could not be extracted from CRL.", e); Exception_t * L_17 = V_7; Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4FC262FFEFAB6372DB06C7A7AFE9EBEBC988BFC)), L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569_RuntimeMethod_var))); }// end catch (depth: 1) IL_0065: { // byte[] idp = null; V_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0067: try {// begin try (depth: 1) { // Asn1Object obj = GetExtensionValue(completeCRL, X509Extensions.IssuingDistributionPoint); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_19 = ___completeCRL2; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_21; L_21 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_19, L_20, /*hidden argument*/NULL); V_8 = L_21; // if (obj != null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_22 = V_8; if (!L_22) { goto IL_0080; } } IL_0078: { // idp = obj.GetDerEncoded(); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_23 = V_8; NullCheck(L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(L_23, /*hidden argument*/NULL); V_2 = L_24; } IL_0080: { // } goto IL_0091; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0082; } throw e; } CATCH_0082: {// begin catch(System.Exception) // catch (Exception e) V_9 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Issuing distribution point extension value could not be read.", // e); Exception_t * L_25 = V_9; Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48F0517694DE7937A4314AAB1DD33F5B4410EBC7)), L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569_RuntimeMethod_var))); }// end catch (depth: 1) IL_0091: { // deltaSelect.MinCrlNumber = (completeCRLNumber == null) // ? null // : completeCRLNumber.Add(BigInteger.One); X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_27 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28 = V_1; G_B14_0 = L_27; if (!L_28) { G_B15_0 = L_27; goto IL_00a2; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_29); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31; L_31 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_29, L_30, /*hidden argument*/NULL); G_B16_0 = L_31; G_B16_1 = G_B14_0; goto IL_00a3; } IL_00a2: { G_B16_0 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)(NULL)); G_B16_1 = G_B15_0; } IL_00a3: { NullCheck(G_B16_1); X509CrlStoreSelector_set_MinCrlNumber_mDF8603EEC875FE747966BCE3ADBA5ECDC585E4C6_inline(G_B16_1, G_B16_0, /*hidden argument*/NULL); // deltaSelect.IssuingDistributionPoint = idp; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_32 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_2; NullCheck(L_32); X509CrlStoreSelector_set_IssuingDistributionPoint_mDEBDDCD62BF7C83744FEC6078822104CF117EB1E(L_32, L_33, /*hidden argument*/NULL); // deltaSelect.IssuingDistributionPointEnabled = true; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_34 = V_0; NullCheck(L_34); X509CrlStoreSelector_set_IssuingDistributionPointEnabled_m5111B3BBB30A8A585EE446E5D9D834EC2C53BBB7_inline(L_34, (bool)1, /*hidden argument*/NULL); // deltaSelect.MaxBaseCrlNumber = completeCRLNumber; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_35 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36 = V_1; NullCheck(L_35); X509CrlStoreSelector_set_MaxBaseCrlNumber_m7772F5D176758C1AAD59DA1FD4165DE9F27392BE_inline(L_35, L_36, /*hidden argument*/NULL); // ISet temp = CrlUtilities.FindCrls(deltaSelect, paramsPKIX, currentDate); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * L_37 = ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->get_CrlUtilities_0(); X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_38 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_39 = ___paramsPKIX1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_40 = ___currentDate0; NullCheck(L_37); RuntimeObject* L_41; L_41 = VirtualFuncInvoker3< RuntimeObject*, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 *, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::FindCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.DateTime) */, L_37, L_38, L_39, L_40); // ISet result = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_42 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_42, /*hidden argument*/NULL); V_3 = L_42; // foreach (X509Crl crl in temp) NullCheck(L_41); RuntimeObject* L_43; L_43 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_41); V_10 = L_43; } IL_00d7: try {// begin try (depth: 1) { goto IL_00f8; } IL_00d9: { // foreach (X509Crl crl in temp) RuntimeObject* L_44 = V_10; NullCheck(L_44); RuntimeObject * L_45; L_45 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_44); V_11 = ((X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)CastclassClass((RuntimeObject*)L_45, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var)); // if (isDeltaCrl(crl)) X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_46 = V_11; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_47; L_47 = PkixCertPathValidatorUtilities_isDeltaCrl_m26137B997641077DC7E4B9A56C8480942C587747(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00f8; } } IL_00f0: { // result.Add(crl); RuntimeObject* L_48 = V_3; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_49 = V_11; NullCheck(L_48); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_48, L_49); } IL_00f8: { // foreach (X509Crl crl in temp) RuntimeObject* L_50 = V_10; NullCheck(L_50); bool L_51; L_51 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_00d9; } } IL_0101: { IL2CPP_LEAVE(0x118, FINALLY_0103); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0103; } FINALLY_0103: {// begin finally (depth: 1) { RuntimeObject* L_52 = V_10; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_12; if (!L_53) { goto IL_0117; } } IL_0110: { RuntimeObject* L_54 = V_12; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_54); } IL_0117: { IL2CPP_END_FINALLY(259) } }// end finally (depth: 1) IL2CPP_CLEANUP(259) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x118, IL_0118) } IL_0118: { // return result; RuntimeObject* L_55 = V_3; return L_55; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::isDeltaCrl(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_isDeltaCrl_m26137B997641077DC7E4B9A56C8480942C587747 (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ISet critical = crl.GetCriticalExtensionOids(); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_0 = ___crl0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetCriticalExtensionOids() */, L_0); // return critical.Contains(X509Extensions.DeltaCrlIndicator.Id); IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_DeltaCrlIndicator_13(); NullCheck(L_2); String_t* L_3; L_3 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_2, /*hidden argument*/NULL); NullCheck(L_1); bool L_4; L_4 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_1, L_3); return L_4; } } // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_FindCertificates_mDE414946ED6255E2BF6DCB3EB9476D0E0461664F (X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 * ___certSelect0, RuntimeObject* ___certStores1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ISet certs = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // foreach (IX509Store certStore in certStores) RuntimeObject* L_1 = ___certStores1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_000d: try {// begin try (depth: 1) { goto IL_006e; } IL_000f: { // foreach (IX509Store certStore in certStores) RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var)); } IL_001b: try {// begin try (depth: 2) { // foreach (X509V2AttributeCertificate ac in certStore.GetMatches(certSelect)) RuntimeObject* L_5 = V_2; X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 * L_6 = ___certSelect0; NullCheck(L_5); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store::GetMatches(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var, L_5, L_6); NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_7); V_3 = L_8; } IL_0028: try {// begin try (depth: 3) { goto IL_003f; } IL_002a: { // foreach (X509V2AttributeCertificate ac in certStore.GetMatches(certSelect)) RuntimeObject* L_9 = V_3; NullCheck(L_9); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); V_4 = ((X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 *)CastclassClass((RuntimeObject*)L_10, X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var)); // certs.Add(ac); RuntimeObject* L_11 = V_0; X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 * L_12 = V_4; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, L_12); } IL_003f: { // foreach (X509V2AttributeCertificate ac in certStore.GetMatches(certSelect)) RuntimeObject* L_13 = V_3; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_002a; } } IL_0047: { IL2CPP_LEAVE(0x5D, FINALLY_0049); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: {// begin finally (depth: 3) { RuntimeObject* L_15 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_5; if (!L_16) { goto IL_005c; } } IL_0055: { RuntimeObject* L_17 = V_5; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_005c: { IL2CPP_END_FINALLY(73) } }// end finally (depth: 3) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { // } goto IL_006e; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005f; } throw e; } CATCH_005f: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Problem while picking certificates from X.509 store.", e); Exception_t * L_18 = V_6; Exception_t * L_19 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F3B9EB4F5E9CE7CAF12174B2DCE4731058C5EB6)), L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_FindCertificates_mDE414946ED6255E2BF6DCB3EB9476D0E0461664F_RuntimeMethod_var))); }// end catch (depth: 2) IL_006e: { // foreach (IX509Store certStore in certStores) RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_000f; } } IL_0076: { IL2CPP_LEAVE(0x8C, FINALLY_0078); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: {// begin finally (depth: 1) { RuntimeObject* L_22 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_5; if (!L_23) { goto IL_008b; } } IL_0084: { RuntimeObject* L_24 = V_5; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_24); } IL_008b: { IL2CPP_END_FINALLY(120) } }// end finally (depth: 1) IL2CPP_CLEANUP(120) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8C, IL_008c) } IL_008c: { // return certs; RuntimeObject* L_25 = V_0; return L_25; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::AddAdditionalStoresFromCrlDistributionPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_AddAdditionalStoresFromCrlDistributionPoint_m59BB8809B5ADC894307319780A8128A0FD2223E0 (CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * ___crldp0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * V_3 = NULL; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* V_4 = NULL; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (crldp != null) CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_0 = ___crldp0; if (!L_0) { goto IL_008c; } } { // DistributionPoint[] dps = null; V_0 = (DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93*)NULL; } IL_0008: try {// begin try (depth: 1) // dps = crldp.GetDistributionPoints(); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_1 = ___crldp0; NullCheck(L_1); DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_2; L_2 = CrlDistPoint_GetDistributionPoints_m989D7BB0C145533ADEEDE6A933BC4C5A872E122F(L_1, /*hidden argument*/NULL); V_0 = L_2; // } goto IL_001e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0011; } throw e; } CATCH_0011: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Distribution points could not be read.", e); Exception_t * L_3 = V_1; Exception_t * L_4 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47F5048004AA4E55585F6CC992D48EED668D93)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_AddAdditionalStoresFromCrlDistributionPoint_m59BB8809B5ADC894307319780A8128A0FD2223E0_RuntimeMethod_var))); }// end catch (depth: 1) IL_001e: { // for (int i = 0; i < dps.Length; i++) V_2 = 0; goto IL_0086; } IL_0022: { // DistributionPointName dpn = dps[i].DistributionPointName; DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_5 = V_0; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_9; L_9 = DistributionPoint_get_DistributionPointName_m2325DC79A48733F8AF8359BAE787B1AA131461B3_inline(L_8, /*hidden argument*/NULL); V_3 = L_9; // if (dpn != null) DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_10 = V_3; if (!L_10) { goto IL_0082; } } { // if (dpn.PointType == DistributionPointName.FullName) DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_11 = V_3; NullCheck(L_11); int32_t L_12; L_12 = DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0082; } } { // GeneralName[] genNames = GeneralNames.GetInstance( // dpn.Name).GetNames(); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_13 = V_3; NullCheck(L_13); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_14; L_14 = DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline(L_13, /*hidden argument*/NULL); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_15; L_15 = GeneralNames_GetInstance_mC9C464CE24BBF9B6446FFEF3614A68A1DC18D575(L_14, /*hidden argument*/NULL); NullCheck(L_15); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_16; L_16 = GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF(L_15, /*hidden argument*/NULL); V_4 = L_16; // for (int j = 0; j < genNames.Length; j++) V_5 = 0; goto IL_007a; } IL_004d: { // if (genNames[j].TagNo == GeneralName.UniformResourceIdentifier) GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_17 = V_4; int32_t L_18 = V_5; NullCheck(L_17); int32_t L_19 = L_18; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); int32_t L_21; L_21 = GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline(L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)6)))) { goto IL_0074; } } { // string location = DerIA5String.GetInstance( // genNames[j].Name).GetString(); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_22 = V_4; int32_t L_23 = V_5; NullCheck(L_22); int32_t L_24 = L_23; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_26; L_26 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_25, /*hidden argument*/NULL); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_27; L_27 = DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5(L_26, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::GetString() */, L_27); // PkixCertPathValidatorUtilities.AddAdditionalStoreFromLocation( // location, pkixParams); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_29 = ___pkixParams1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_AddAdditionalStoreFromLocation_m254431DBF318B860D8D43A5BE0E7905AE4919ED3(L_28, L_29, /*hidden argument*/NULL); } IL_0074: { // for (int j = 0; j < genNames.Length; j++) int32_t L_30 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_007a: { // for (int j = 0; j < genNames.Length; j++) int32_t L_31 = V_5; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_32 = V_4; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))) { goto IL_004d; } } IL_0082: { // for (int i = 0; i < dps.Length; i++) int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0086: { // for (int i = 0; i < dps.Length; i++) int32_t L_34 = V_2; DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_35 = V_0; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))) { goto IL_0022; } } IL_008c: { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::ProcessCertD1i(System.Int32,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_ProcessCertD1i_m5F5DDCF83DF36B487DCFF5A2D844B3A02FEC0921 (int32_t ___index0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___pOid2, RuntimeObject* ___pq3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_2 = NULL; RuntimeObject* V_3 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_4 = NULL; { // IList policyNodeVec = policyNodes[index - 1]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_0 = ___policyNodes1; int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); RuntimeObject* L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // for (int j = 0; j < policyNodeVec.Count; j++) V_1 = 0; goto IL_006c; } IL_000a: { // PkixPolicyNode node = (PkixPolicyNode)policyNodeVec[j]; RuntimeObject* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_4, L_5); V_2 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_6, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // ISet expectedPolicies = node.ExpectedPolicies; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_7 = V_2; NullCheck(L_7); RuntimeObject* L_8; L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ExpectedPolicies() */, L_7); // if (expectedPolicies.Contains(pOid.Id)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ___pOid2; NullCheck(L_9); String_t* L_10; L_10 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11; L_11 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_8, L_10); if (!L_11) { goto IL_0068; } } { // ISet childExpectedPolicies = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_12 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_12, /*hidden argument*/NULL); V_3 = L_12; // childExpectedPolicies.Add(pOid.Id); RuntimeObject* L_13 = V_3; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14 = ___pOid2; NullCheck(L_14); String_t* L_15; L_15 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_14, /*hidden argument*/NULL); NullCheck(L_13); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_13, L_15); // PkixPolicyNode child = new PkixPolicyNode(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(), // index, // childExpectedPolicies, // node, // pq, // pOid.Id, // false); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_16; L_16 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); int32_t L_17 = ___index0; RuntimeObject* L_18 = V_3; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_19 = V_2; RuntimeObject* L_20 = ___pq3; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ___pOid2; NullCheck(L_21); String_t* L_22; L_22 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_21, /*hidden argument*/NULL); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_23 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)il2cpp_codegen_object_new(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB(L_23, L_16, L_17, L_18, L_19, L_20, L_22, (bool)0, /*hidden argument*/NULL); V_4 = L_23; // node.AddChild(child); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_24 = V_2; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_25 = V_4; NullCheck(L_24); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::AddChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_24, L_25); // policyNodes[index].Add(child); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_26 = ___policyNodes1; int32_t L_27 = ___index0; NullCheck(L_26); int32_t L_28 = L_27; RuntimeObject* L_29 = (L_26)->GetAt(static_cast(L_28)); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_30 = V_4; NullCheck(L_29); int32_t L_31; L_31 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_29, L_30); // return true; return (bool)1; } IL_0068: { // for (int j = 0; j < policyNodeVec.Count; j++) int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_006c: { // for (int j = 0; j < policyNodeVec.Count; j++) int32_t L_33 = V_1; RuntimeObject* L_34 = V_0; NullCheck(L_34); int32_t L_35; L_35 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_34); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_000a; } } { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::ProcessCertD1ii(System.Int32,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_ProcessCertD1ii_mFC18CC0FB157CAF3980ABF1074FA348C490C7E7F (int32_t ___index0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ____poid2, RuntimeObject* ____pq3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_2 = NULL; RuntimeObject* V_3 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_4 = NULL; { // IList policyNodeVec = policyNodes[index - 1]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_0 = ___policyNodes1; int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); RuntimeObject* L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // for (int j = 0; j < policyNodeVec.Count; j++) V_1 = 0; goto IL_006a; } IL_000a: { // PkixPolicyNode _node = (PkixPolicyNode)policyNodeVec[j]; RuntimeObject* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_4, L_5); V_2 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_6, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (ANY_POLICY.Equals(_node.ValidPolicy)) IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); String_t* L_7 = ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_8 = V_2; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_8); NullCheck(L_7); bool L_10; L_10 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0066; } } { // ISet _childExpectedPolicies = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_11 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_11, /*hidden argument*/NULL); V_3 = L_11; // _childExpectedPolicies.Add(_poid.Id); RuntimeObject* L_12 = V_3; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ____poid2; NullCheck(L_13); String_t* L_14; L_14 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_12, L_14); // PkixPolicyNode _child = new PkixPolicyNode(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(), // index, // _childExpectedPolicies, // _node, // _pq, // _poid.Id, // false); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); int32_t L_16 = ___index0; RuntimeObject* L_17 = V_3; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_18 = V_2; RuntimeObject* L_19 = ____pq3; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = ____poid2; NullCheck(L_20); String_t* L_21; L_21 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_20, /*hidden argument*/NULL); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_22 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)il2cpp_codegen_object_new(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB(L_22, L_15, L_16, L_17, L_18, L_19, L_21, (bool)0, /*hidden argument*/NULL); V_4 = L_22; // _node.AddChild(_child); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_23 = V_2; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_24 = V_4; NullCheck(L_23); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::AddChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_23, L_24); // policyNodes[index].Add(_child); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_25 = ___policyNodes1; int32_t L_26 = ___index0; NullCheck(L_25); int32_t L_27 = L_26; RuntimeObject* L_28 = (L_25)->GetAt(static_cast(L_27)); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_29 = V_4; NullCheck(L_28); int32_t L_30; L_30 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_28, L_29); // return; return; } IL_0066: { // for (int j = 0; j < policyNodeVec.Count; j++) int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_006a: { // for (int j = 0; j < policyNodeVec.Count; j++) int32_t L_32 = V_1; RuntimeObject* L_33 = V_0; NullCheck(L_33); int32_t L_34; L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_33); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_000a; } } { // } return; } } // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindIssuerCerts(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_FindIssuerCerts_m0B5DA81AC24D6A028995F6164514D40806B43903 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * V_0 = NULL; RuntimeObject* V_1 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // X509CertStoreSelector certSelect = new X509CertStoreSelector(); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_0 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A(L_0, /*hidden argument*/NULL); V_0 = L_0; // ISet certs = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); V_1 = L_1; } IL_000c: try {// begin try (depth: 1) // certSelect.Subject = cert.IssuerDN; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_2 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_3 = ___cert0; NullCheck(L_3); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_4; L_4 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, L_3); NullCheck(L_2); X509CertStoreSelector_set_Subject_m88B68C68D101561C5A6DF2EBBDA5717D63655BEA_inline(L_2, L_4, /*hidden argument*/NULL); // } goto IL_0027; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001a; } throw e; } CATCH_001a: {// begin catch(System.IO.IOException) // catch (IOException ex) V_2 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception( // "Subject criteria for certificate selector to find issuer certificate could not be set.", ex); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_5 = V_2; Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6074BEA3FD21FB830124104648549A6614535E7E)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_FindIssuerCerts_m0B5DA81AC24D6A028995F6164514D40806B43903_RuntimeMethod_var))); }// end catch (depth: 1) IL_0027: { } IL_0028: try {// begin try (depth: 1) // certs.AddAll(PkixCertPathValidatorUtilities.FindCertificates(certSelect, pkixParams.GetStores())); RuntimeObject* L_7 = V_1; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_8 = V_0; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_9 = ___pkixParams1; NullCheck(L_9); RuntimeObject* L_10; L_10 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD(L_8, L_10, /*hidden argument*/NULL); NullCheck(L_7); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_7, L_11); // certs.AddAll(PkixCertPathValidatorUtilities.FindCertificates(certSelect, pkixParams.GetAdditionalStores())); RuntimeObject* L_12 = V_1; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_13 = V_0; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_14 = ___pkixParams1; NullCheck(L_14); RuntimeObject* L_15; L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(34 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetAdditionalStores() */, L_14); RuntimeObject* L_16; L_16 = PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD(L_13, L_15, /*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_12, L_16); // } goto IL_005b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_004e; } throw e; } CATCH_004e: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Issuer certificate cannot be searched.", e); Exception_t * L_17 = V_3; Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4019720F56181878A12D8F3BDC321C5772C7A8E9)), L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorUtilities_FindIssuerCerts_m0B5DA81AC24D6A028995F6164514D40806B43903_RuntimeMethod_var))); }// end catch (depth: 1) IL_005b: { // return certs; RuntimeObject* L_19 = V_1; return L_19; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62 (RuntimeObject* ___ext0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_0 = NULL; { // Asn1OctetString bytes = ext.GetExtensionValue(oid); RuntimeObject* L_0 = ___ext0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___oid1; NullCheck(L_0); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2; L_2 = InterfaceFuncInvoker1< Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(3 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) */, IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; // if (bytes == null) Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_3 = V_0; if (L_3) { goto IL_000d; } } { // return null; return (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } IL_000d: { // return X509ExtensionUtilities.FromExtensionValue(bytes); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_4 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = X509ExtensionUtilities_FromExtensionValue_mB3EF41D2786974D71033FD2A97181A5C5C75CAAD(L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities__ctor_m858530E8A121DBFC620D7379D114F6B7AB7CE1D9 (PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities__cctor_m3F6B565B2B3C16F5F20B2B0F190BA2349C1774AE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0814F317FC8E7E39712C5E38C3CAA64E00EADD2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AD5614E9C2D72B3353E39D84F66639128C9C2B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25768B56E40BB7D0B325FBB98EB7C38D8EEC66A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59396EBA06221EC4CA66CD9B47BA9DD548D12F89); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72A0A0044F0D175FA3CCD9D25BCEC68EA0EC7501); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB938976C39642A3637BC2F334507FCBF34F9A773); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD91F93EFB6DE15B5E650167CDB9B398A3EBD005); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF988EFAE8131F447CAC2B05914F25FD76ECE5E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC25A9EB35027400851E0BCEDE157333E8EE1A48F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8B0C265B357D3CE7C73161F1771D1226DB222A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7E8F0A52C757429346ED5DC0C2A2B2262B4DE82); s_Il2CppMethodInitialized = true; } { // private static readonly PkixCrlUtilities CrlUtilities = new PkixCrlUtilities(); PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * L_0 = (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 *)il2cpp_codegen_object_new(PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8_il2cpp_TypeInfo_var); PkixCrlUtilities__ctor_m7834F2D98F4FFBC3FF95B4CF5B2613830EA2CD44(L_0, /*hidden argument*/NULL); ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->set_CrlUtilities_0(L_0); // internal static readonly string ANY_POLICY = "2.5.29.32.0"; ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->set_ANY_POLICY_1(_stringLiteral25768B56E40BB7D0B325FBB98EB7C38D8EEC66A3); // internal static readonly string CRL_NUMBER = X509Extensions.CrlNumber.Id; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CrlNumber_9(); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->set_CRL_NUMBER_2(L_2); // internal static readonly int KEY_CERT_SIGN = 5; ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->set_KEY_CERT_SIGN_3(5); // internal static readonly int CRL_SIGN = 6; ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->set_CRL_SIGN_4(6); // internal static readonly string[] crlReasons = new string[] // { // "unspecified", // "keyCompromise", // "cACompromise", // "affiliationChanged", // "superseded", // "cessationOfOperation", // "certificateHold", // "unknown", // "removeFromCRL", // "privilegeWithdrawn", // "aACompromise" // }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral72A0A0044F0D175FA3CCD9D25BCEC68EA0EC7501); (L_4)->SetAt(static_cast(0), (String_t*)_stringLiteral72A0A0044F0D175FA3CCD9D25BCEC68EA0EC7501); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral1AD5614E9C2D72B3353E39D84F66639128C9C2B0); (L_5)->SetAt(static_cast(1), (String_t*)_stringLiteral1AD5614E9C2D72B3353E39D84F66639128C9C2B0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralD7E8F0A52C757429346ED5DC0C2A2B2262B4DE82); (L_6)->SetAt(static_cast(2), (String_t*)_stringLiteralD7E8F0A52C757429346ED5DC0C2A2B2262B4DE82); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralB938976C39642A3637BC2F334507FCBF34F9A773); (L_7)->SetAt(static_cast(3), (String_t*)_stringLiteralB938976C39642A3637BC2F334507FCBF34F9A773); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral0814F317FC8E7E39712C5E38C3CAA64E00EADD2C); (L_8)->SetAt(static_cast(4), (String_t*)_stringLiteral0814F317FC8E7E39712C5E38C3CAA64E00EADD2C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralC25A9EB35027400851E0BCEDE157333E8EE1A48F); (L_9)->SetAt(static_cast(5), (String_t*)_stringLiteralC25A9EB35027400851E0BCEDE157333E8EE1A48F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralBD91F93EFB6DE15B5E650167CDB9B398A3EBD005); (L_10)->SetAt(static_cast(6), (String_t*)_stringLiteralBD91F93EFB6DE15B5E650167CDB9B398A3EBD005); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); (L_11)->SetAt(static_cast(7), (String_t*)_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralC8B0C265B357D3CE7C73161F1771D1226DB222A9); (L_12)->SetAt(static_cast(8), (String_t*)_stringLiteralC8B0C265B357D3CE7C73161F1771D1226DB222A9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralBF988EFAE8131F447CAC2B05914F25FD76ECE5E4); (L_13)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralBF988EFAE8131F447CAC2B05914F25FD76ECE5E4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral59396EBA06221EC4CA66CD9B47BA9DD548D12F89); (L_14)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral59396EBA06221EC4CA66CD9B47BA9DD548D12F89); ((PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_StaticFields*)il2cpp_codegen_static_fields_for(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var))->set_crlReasons_5(L_14); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::FindCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCrlUtilities_FindCrls_mF53937DE872FBCFE2FE1944EE9899AFF246D7D87 (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * __this, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * ___crlselect0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPkix1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___currentDate2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; RuntimeObject* V_4 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_5 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_6; memset((&V_6), 0, sizeof(V_6)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_7 = NULL; RuntimeObject* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ISet initialSet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) // initialSet.AddAll(FindCrls(crlselect, paramsPkix.GetAdditionalStores())); RuntimeObject* L_1 = V_0; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_2 = ___crlselect0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_3 = ___paramsPkix1; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(34 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetAdditionalStores() */, L_3); RuntimeObject* L_5; L_5 = PkixCrlUtilities_FindCrls_mDC9F49F64BABA5455C609DF5CB1C5C7860995CD4(__this, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_1); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_1, L_5); // initialSet.AddAll(FindCrls(crlselect, paramsPkix.GetStores())); RuntimeObject* L_6 = V_0; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_7 = ___crlselect0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_8 = ___paramsPkix1; NullCheck(L_8); RuntimeObject* L_9; L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_8); RuntimeObject* L_10; L_10 = PkixCrlUtilities_FindCrls_mDC9F49F64BABA5455C609DF5CB1C5C7860995CD4(__this, L_7, L_9, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_6, L_10); // } goto IL_003b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002e; } throw e; } CATCH_002e: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Exception obtaining complete CRLs.", e); Exception_t * L_11 = V_3; Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1BF1C35143A3CA9DD71DC673598DF58C4CC915D6)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCrlUtilities_FindCrls_mF53937DE872FBCFE2FE1944EE9899AFF246D7D87_RuntimeMethod_var))); }// end catch (depth: 1) IL_003b: { // ISet finalSet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_13 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_13, /*hidden argument*/NULL); V_1 = L_13; // DateTime validityDate = currentDate; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = ___currentDate2; V_2 = L_14; // if (paramsPkix.Date != null) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_15 = ___paramsPkix1; NullCheck(L_15); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_16; L_16 = VirtualFuncInvoker0< DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_Date() */, L_15); if (!L_16) { goto IL_0057; } } { // validityDate = paramsPkix.Date.Value; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_17 = ___paramsPkix1; NullCheck(L_17); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_18; L_18 = VirtualFuncInvoker0< DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_Date() */, L_17); NullCheck(L_18); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19; L_19 = DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline(L_18, /*hidden argument*/NULL); V_2 = L_19; } IL_0057: { // foreach (X509Crl crl in initialSet) RuntimeObject* L_20 = V_0; NullCheck(L_20); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_20); V_4 = L_21; } IL_005f: try {// begin try (depth: 1) { goto IL_00c0; } IL_0061: { // foreach (X509Crl crl in initialSet) RuntimeObject* L_22 = V_4; NullCheck(L_22); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); V_5 = ((X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)CastclassClass((RuntimeObject*)L_23, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var)); // if (crl.NextUpdate.Value.CompareTo(validityDate) > 0) X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_24 = V_5; NullCheck(L_24); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_25; L_25 = VirtualFuncInvoker0< DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_NextUpdate() */, L_24); NullCheck(L_25); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26; L_26 = DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline(L_25, /*hidden argument*/NULL); V_6 = L_26; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_27 = V_2; int32_t L_28; L_28 = DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_6), L_27, /*hidden argument*/NULL); if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_00c0; } } IL_0088: { // X509Certificate cert = crlselect.CertificateChecking; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_29 = ___crlselect0; NullCheck(L_29); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_30; L_30 = X509CrlStoreSelector_get_CertificateChecking_m816015DAEAE48AE2CE566E1568626EB51D54A658_inline(L_29, /*hidden argument*/NULL); V_7 = L_30; // if (cert != null) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_31 = V_7; if (!L_31) { goto IL_00b8; } } IL_0094: { // if (crl.ThisUpdate.CompareTo(cert.NotAfter) < 0) X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_32 = V_5; NullCheck(L_32); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_33; L_33 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(19 /* System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_ThisUpdate() */, L_32); V_6 = L_33; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_34 = V_7; NullCheck(L_34); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_35; L_35 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(23 /* System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_NotAfter() */, L_34); int32_t L_36; L_36 = DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_6), L_35, /*hidden argument*/NULL); if ((((int32_t)L_36) >= ((int32_t)0))) { goto IL_00c0; } } IL_00ae: { // finalSet.Add(crl); RuntimeObject* L_37 = V_1; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_38 = V_5; NullCheck(L_37); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_37, L_38); // } goto IL_00c0; } IL_00b8: { // finalSet.Add(crl); RuntimeObject* L_39 = V_1; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_40 = V_5; NullCheck(L_39); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_39, L_40); } IL_00c0: { // foreach (X509Crl crl in initialSet) RuntimeObject* L_41 = V_4; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_0061; } } IL_00c9: { IL2CPP_LEAVE(0xE0, FINALLY_00cb); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00cb; } FINALLY_00cb: {// begin finally (depth: 1) { RuntimeObject* L_43 = V_4; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_43, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_44 = V_8; if (!L_44) { goto IL_00df; } } IL_00d8: { RuntimeObject* L_45 = V_8; NullCheck(L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_45); } IL_00df: { IL2CPP_END_FINALLY(203) } }// end finally (depth: 1) IL2CPP_CLEANUP(203) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE0, IL_00e0) } IL_00e0: { // return finalSet; RuntimeObject* L_46 = V_1; return L_46; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::FindCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCrlUtilities_FindCrls_mB1AA9157229F5CE77A9131EA692928CD3B6A668C (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * __this, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * ___crlselect0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPkix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ISet completeSet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) // completeSet.AddAll(FindCrls(crlselect, paramsPkix.GetStores())); RuntimeObject* L_1 = V_0; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_2 = ___crlselect0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_3 = ___paramsPkix1; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_3); RuntimeObject* L_5; L_5 = PkixCrlUtilities_FindCrls_mDC9F49F64BABA5455C609DF5CB1C5C7860995CD4(__this, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_1); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_1, L_5); // } goto IL_0028; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001b; } throw e; } CATCH_001b: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Exception obtaining complete CRLs.", e); Exception_t * L_6 = V_1; Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1BF1C35143A3CA9DD71DC673598DF58C4CC915D6)), L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCrlUtilities_FindCrls_mB1AA9157229F5CE77A9131EA692928CD3B6A668C_RuntimeMethod_var))); }// end catch (depth: 1) IL_0028: { // return completeSet; RuntimeObject* L_8 = V_0; return L_8; } } // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::FindCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCrlUtilities_FindCrls_mDC9F49F64BABA5455C609DF5CB1C5C7860995CD4 (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * __this, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * ___crlSelect0, RuntimeObject* ___crlStores1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ISet crls = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // Exception lastException = null; V_1 = (Exception_t *)NULL; // bool foundValidStore = false; V_2 = (bool)0; // foreach (IX509Store store in crlStores) RuntimeObject* L_1 = ___crlStores1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_3 = L_2; } IL_0011: try {// begin try (depth: 1) { goto IL_0043; } IL_0013: { // foreach (IX509Store store in crlStores) RuntimeObject* L_3 = V_3; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var)); } IL_0020: try {// begin try (depth: 2) // crls.AddAll(store.GetMatches(crlSelect)); RuntimeObject* L_5 = V_0; RuntimeObject* L_6 = V_4; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_7 = ___crlSelect0; NullCheck(L_6); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store::GetMatches(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var, L_6, L_7); NullCheck(L_5); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_5, L_8); // foundValidStore = true; V_2 = (bool)1; // } goto IL_0043; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0032; } throw e; } CATCH_0032: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509StoreException) // catch (X509StoreException e) V_5 = ((X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 *)IL2CPP_GET_ACTIVE_EXCEPTION(X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 *)); // lastException = new Exception("Exception searching in X.509 CRL store.", e); X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 * L_9 = V_5; Exception_t * L_10 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral454A8ADF2CFC99A3F62AE32BACA2F7539AB082DE)), L_9, /*hidden argument*/NULL); V_1 = L_10; // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0043; }// end catch (depth: 2) IL_0043: { // foreach (IX509Store store in crlStores) RuntimeObject* L_11 = V_3; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0013; } } IL_004b: { IL2CPP_LEAVE(0x61, FINALLY_004d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_3; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_6; if (!L_14) { goto IL_0060; } } IL_0059: { RuntimeObject* L_15 = V_6; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0060: { IL2CPP_END_FINALLY(77) } }// end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x61, IL_0061) } IL_0061: { // if (!foundValidStore && lastException != null) bool L_16 = V_2; if (L_16) { goto IL_0069; } } { Exception_t * L_17 = V_1; if (!L_17) { goto IL_0069; } } { // throw lastException; Exception_t * L_18 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCrlUtilities_FindCrls_mDC9F49F64BABA5455C609DF5CB1C5C7860995CD4_RuntimeMethod_var))); } IL_0069: { // return crls; RuntimeObject* L_19 = V_0; return L_19; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCrlUtilities__ctor_m7834F2D98F4FFBC3FF95B4CF5B2613830EA2CD44 (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator__ctor_mD20EA2853AC8873080051F2B4B9BE18B19ADBCF7 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private ISet excludedSubtreesDN = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); __this->set_excludedSubtreesDN_0(L_0); // private ISet excludedSubtreesDNS = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set_excludedSubtreesDNS_1(L_1); // private ISet excludedSubtreesEmail = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_2 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_2, /*hidden argument*/NULL); __this->set_excludedSubtreesEmail_2(L_2); // private ISet excludedSubtreesURI = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_3 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_3, /*hidden argument*/NULL); __this->set_excludedSubtreesURI_3(L_3); // private ISet excludedSubtreesIP = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_4 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_4, /*hidden argument*/NULL); __this->set_excludedSubtreesIP_4(L_4); // public PkixNameConstraintValidator() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::WithinDNSubtree(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_WithinDNSubtree_m2A32671538136D927F1B70A79FCB3B889401130C (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___subtree1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (subtree.Count < 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___subtree1; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) >= ((int32_t)1))) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // if (subtree.Count > dns.Count) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___subtree1; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___dns0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_4); if ((((int32_t)L_3) <= ((int32_t)L_5))) { goto IL_001b; } } { // return false; return (bool)0; } IL_001b: { // for (int j = subtree.Count - 1; j >= 0; j--) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___subtree1; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_6); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0041; } IL_0026: { // if (!(subtree[j].Equals(dns[j]))) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = ___subtree1; int32_t L_9 = V_0; NullCheck(L_8); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10; L_10 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_8, L_9); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = ___dns0; int32_t L_12 = V_0; NullCheck(L_11); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13; L_13 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_11, L_12); NullCheck(L_10); bool L_14; L_14 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_13); if (L_14) { goto IL_003d; } } { // return false; return (bool)0; } IL_003d: { // for (int j = subtree.Count - 1; j >= 0; j--) int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } IL_0041: { // for (int j = subtree.Count - 1; j >= 0; j--) int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0026; } } { // return true; return (bool)1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedDN_mE762405C630D96F1C78D1F80DD7EDDAEB79EE1F0 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns0, const RuntimeMethod* method) { { // CheckPermittedDN(permittedSubtreesDN, dns); RuntimeObject* L_0 = __this->get_permittedSubtreesDN_5(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___dns0; PkixNameConstraintValidator_CheckPermittedDN_mBABA589D8DA6E66426E0DAF93D6F6239704CAAF7(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckExcludedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckExcludedDN_m9728473B2B7CD0806A3E8741534E4FEEE7ABCD14 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns0, const RuntimeMethod* method) { { // CheckExcludedDN(excludedSubtreesDN, dns); RuntimeObject* L_0 = __this->get_excludedSubtreesDN_0(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___dns0; PkixNameConstraintValidator_CheckExcludedDN_mDE591F576EB9F3677A1313ACB1A4743B0BAE9024(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedDN_mBABA589D8DA6E66426E0DAF93D6F6239704CAAF7 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_1 = NULL; { // if (permitted == null) RuntimeObject* L_0 = ___permitted0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // if ((permitted.Count == 0) && dns.Count == 0) RuntimeObject* L_1 = ___permitted0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_0015; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___dns1; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_3); if (L_4) { goto IL_0015; } } { // return; return; } IL_0015: { // IEnumerator it = permitted.GetEnumerator(); RuntimeObject* L_5 = ___permitted0; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_5); V_0 = L_6; goto IL_0034; } IL_001e: { // Asn1Sequence subtree = (Asn1Sequence)it.Current; RuntimeObject* L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); V_1 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_8, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // if (WithinDNSubtree(dns, subtree)) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___dns1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = V_1; bool L_11; L_11 = PkixNameConstraintValidator_WithinDNSubtree_m2A32671538136D927F1B70A79FCB3B889401130C(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0034; } } { // return; return; } IL_0034: { // while (it.MoveNext()) RuntimeObject* L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_001e; } } { // throw new PkixNameConstraintValidatorException( // "Subject distinguished name is not from a permitted subtree"); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_14 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEBDBA0FC29166DD188FB7D18054B217E1B452235)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_CheckPermittedDN_mBABA589D8DA6E66426E0DAF93D6F6239704CAAF7_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckExcludedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckExcludedDN_mDE591F576EB9F3677A1313ACB1A4743B0BAE9024 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_1 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // IEnumerator it = excluded.GetEnumerator(); RuntimeObject* L_2 = ___excluded0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; goto IL_0032; } IL_0012: { // Asn1Sequence subtree = (Asn1Sequence)it.Current; RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_5, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // if (WithinDNSubtree(dns, subtree)) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___dns1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = V_1; bool L_8; L_8 = PkixNameConstraintValidator_WithinDNSubtree_m2A32671538136D927F1B70A79FCB3B889401130C(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0032; } } { // throw new PkixNameConstraintValidatorException( // "Subject distinguished name is from an excluded subtree"); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_9 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB8EC01F0D500A4E7FE84F84C9DE598ABB59118A1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_CheckExcludedDN_mDE591F576EB9F3677A1313ACB1A4743B0BAE9024_RuntimeMethod_var))); } IL_0032: { // while (it.MoveNext()) RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0012; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_IntersectDN_m33598CAAC22CBC24A0165BBA58DD671CC09C5607 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___dns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_2 = NULL; RuntimeObject* V_3 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_4 = NULL; { // ISet intersect = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // for (IEnumerator it = dns.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_1 = ___dns1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; goto IL_0081; } IL_000f: { // Asn1Sequence dn = Asn1Sequence.GetInstance(((GeneralSubtree)it // .Current).Base.Name.ToAsn1Object()); RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); NullCheck(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var))); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_5; L_5 = GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_6); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8; L_8 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_7, /*hidden argument*/NULL); V_2 = L_8; // if (permitted == null) RuntimeObject* L_9 = ___permitted0; if (L_9) { goto IL_003e; } } { // if (dn != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = V_2; if (!L_10) { goto IL_0081; } } { // intersect.Add(dn); RuntimeObject* L_11 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = V_2; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, L_12); // } goto IL_0081; } IL_003e: { // IEnumerator _iter = permitted.GetEnumerator(); RuntimeObject* L_13 = ___permitted0; NullCheck(L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_13); V_3 = L_14; goto IL_0079; } IL_0047: { // Asn1Sequence subtree = (Asn1Sequence)_iter.Current; RuntimeObject* L_15 = V_3; NullCheck(L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); V_4 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_16, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // if (WithinDNSubtree(dn, subtree)) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17 = V_2; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = V_4; bool L_19; L_19 = PkixNameConstraintValidator_WithinDNSubtree_m2A32671538136D927F1B70A79FCB3B889401130C(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0067; } } { // intersect.Add(dn); RuntimeObject* L_20 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_21 = V_2; NullCheck(L_20); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_20, L_21); // } goto IL_0079; } IL_0067: { // else if (WithinDNSubtree(subtree, dn)) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_22 = V_4; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_23 = V_2; bool L_24; L_24 = PkixNameConstraintValidator_WithinDNSubtree_m2A32671538136D927F1B70A79FCB3B889401130C(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0079; } } { // intersect.Add(subtree); RuntimeObject* L_25 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_26 = V_4; NullCheck(L_25); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_25, L_26); } IL_0079: { // while (_iter.MoveNext()) RuntimeObject* L_27 = V_3; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0047; } } IL_0081: { // for (IEnumerator it = dns.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_29 = V_1; NullCheck(L_29); bool L_30; L_30 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_29); if (L_30) { goto IL_000f; } } { // return intersect; RuntimeObject* L_31 = V_0; return L_31; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::UnionDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_UnionDN_mC66706F448F10A5E8732EF4CCC711FC3A92BFFAA (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dn1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_2 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0016; } } { // if (dn == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___dn1; if (L_2) { goto IL_000d; } } { // return excluded; RuntimeObject* L_3 = ___excluded0; return L_3; } IL_000d: { // excluded.Add(dn); RuntimeObject* L_4 = ___excluded0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___dn1; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_4, L_5); // return excluded; RuntimeObject* L_6 = ___excluded0; return L_6; } IL_0016: { // ISet intersect = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_7 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_7, /*hidden argument*/NULL); V_0 = L_7; // IEnumerator it = excluded.GetEnumerator(); RuntimeObject* L_8 = ___excluded0; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_8); V_1 = L_9; goto IL_0063; } IL_0025: { // Asn1Sequence subtree = (Asn1Sequence)it.Current; RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_2 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_11, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // if (WithinDNSubtree(dn, subtree)) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = ___dn1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = V_2; bool L_14; L_14 = PkixNameConstraintValidator_WithinDNSubtree_m2A32671538136D927F1B70A79FCB3B889401130C(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0043; } } { // intersect.Add(subtree); RuntimeObject* L_15 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_16 = V_2; NullCheck(L_15); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_15, L_16); // } goto IL_0063; } IL_0043: { // else if (WithinDNSubtree(subtree, dn)) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17 = V_2; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = ___dn1; bool L_19; L_19 = PkixNameConstraintValidator_WithinDNSubtree_m2A32671538136D927F1B70A79FCB3B889401130C(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0055; } } { // intersect.Add(dn); RuntimeObject* L_20 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_21 = ___dn1; NullCheck(L_20); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_20, L_21); // } goto IL_0063; } IL_0055: { // intersect.Add(subtree); RuntimeObject* L_22 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_23 = V_2; NullCheck(L_22); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_22, L_23); // intersect.Add(dn); RuntimeObject* L_24 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_25 = ___dn1; NullCheck(L_24); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_24, L_25); } IL_0063: { // while (it.MoveNext()) RuntimeObject* L_26 = V_1; NullCheck(L_26); bool L_27; L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0025; } } { // return intersect; RuntimeObject* L_28 = V_0; return L_28; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectEmail(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_IntersectEmail_m197D0DC77E4EBB4EA6C597075A70A1D9C593533D (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___emails1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; { // ISet intersect = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // for (IEnumerator it = emails.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_1 = ___emails1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; goto IL_005d; } IL_000f: { // String email = ExtractNameAsString(((GeneralSubtree)it.Current) // .Base); RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); NullCheck(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var))); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_5; L_5 = GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_6; L_6 = PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED(__this, L_5, /*hidden argument*/NULL); V_2 = L_6; // if (permitted == null) RuntimeObject* L_7 = ___permitted0; if (L_7) { goto IL_0035; } } { // if (email != null) String_t* L_8 = V_2; if (!L_8) { goto IL_005d; } } { // intersect.Add(email); RuntimeObject* L_9 = V_0; String_t* L_10 = V_2; NullCheck(L_9); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_9, L_10); // } goto IL_005d; } IL_0035: { // IEnumerator it2 = permitted.GetEnumerator(); RuntimeObject* L_11 = ___permitted0; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_11); V_3 = L_12; goto IL_0055; } IL_003e: { // String _permitted = (String)it2.Current; RuntimeObject* L_13 = V_3; NullCheck(L_13); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)); // intersectEmail(email, _permitted, intersect); String_t* L_15 = V_2; String_t* L_16 = V_4; RuntimeObject* L_17 = V_0; PkixNameConstraintValidator_intersectEmail_m1E53F2D9EC6FB0657F916E5F0B9136FAE16A1AD9(__this, L_15, L_16, L_17, /*hidden argument*/NULL); } IL_0055: { // while (it2.MoveNext()) RuntimeObject* L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_003e; } } IL_005d: { // for (IEnumerator it = emails.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_000f; } } { // return intersect; RuntimeObject* L_22 = V_0; return L_22; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::UnionEmail(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_UnionEmail_m2D5BA883D68A451A6E5BA6EE5116083E48E99122 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___email1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0016; } } { // if (email == null) String_t* L_2 = ___email1; if (L_2) { goto IL_000d; } } { // return excluded; RuntimeObject* L_3 = ___excluded0; return L_3; } IL_000d: { // excluded.Add(email); RuntimeObject* L_4 = ___excluded0; String_t* L_5 = ___email1; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_4, L_5); // return excluded; RuntimeObject* L_6 = ___excluded0; return L_6; } IL_0016: { // ISet union = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_7 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_7, /*hidden argument*/NULL); V_0 = L_7; // IEnumerator it = excluded.GetEnumerator(); RuntimeObject* L_8 = ___excluded0; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_8); V_1 = L_9; goto IL_003a; } IL_0025: { // String _excluded = (String)it.Current; RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)); // unionEmail(_excluded, email, union); String_t* L_12 = V_2; String_t* L_13 = ___email1; RuntimeObject* L_14 = V_0; PkixNameConstraintValidator_unionEmail_m6354048A7ED0AE150C2EB12199C4E594B1B06DAD(__this, L_12, L_13, L_14, /*hidden argument*/NULL); } IL_003a: { // while (it.MoveNext()) RuntimeObject* L_15 = V_1; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0025; } } { // return union; RuntimeObject* L_17 = V_0; return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectIP(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_IntersectIP_m3FA8AC49109B5816068FC2F1564C7E62544F9ADE (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___ips1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; RuntimeObject* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; { // ISet intersect = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // for (IEnumerator it = ips.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_1 = ___ips1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; goto IL_006b; } IL_000f: { // byte[] ip = Asn1OctetString.GetInstance( // ((GeneralSubtree)it.Current).Base.Name).GetOctets(); RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); NullCheck(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var))); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_5; L_5 = GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_5, /*hidden argument*/NULL); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_6, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_7); V_2 = L_8; // if (permitted == null) RuntimeObject* L_9 = ___permitted0; if (L_9) { goto IL_003e; } } { // if (ip != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_2; if (!L_10) { goto IL_006b; } } { // intersect.Add(ip); RuntimeObject* L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_2; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, (RuntimeObject *)(RuntimeObject *)L_12); // } goto IL_006b; } IL_003e: { // IEnumerator it2 = permitted.GetEnumerator(); RuntimeObject* L_13 = ___permitted0; NullCheck(L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_13); V_3 = L_14; goto IL_0063; } IL_0047: { // byte[] _permitted = (byte[])it2.Current; RuntimeObject* L_15 = V_3; NullCheck(L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); V_4 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_16, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // intersect.AddAll(IntersectIPRange(_permitted, ip)); RuntimeObject* L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_2; RuntimeObject* L_20; L_20 = PkixNameConstraintValidator_IntersectIPRange_mF168C54D9038D249911C1475137C2C2EE6B1E69E(__this, L_18, L_19, /*hidden argument*/NULL); NullCheck(L_17); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_17, L_20); } IL_0063: { // while (it2.MoveNext()) RuntimeObject* L_21 = V_3; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0047; } } IL_006b: { // for (IEnumerator it = ips.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_23 = V_1; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_000f; } } { // return intersect; RuntimeObject* L_25 = V_0; return L_25; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::UnionIP(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_UnionIP_mC6E73291D97DB5D86AC089174A03519411859D0C (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0016; } } { // if (ip == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ip1; if (L_2) { goto IL_000d; } } { // return excluded; RuntimeObject* L_3 = ___excluded0; return L_3; } IL_000d: { // excluded.Add(ip); RuntimeObject* L_4 = ___excluded0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___ip1; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_4, (RuntimeObject *)(RuntimeObject *)L_5); // return excluded; RuntimeObject* L_6 = ___excluded0; return L_6; } IL_0016: { // ISet union = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_7 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_7, /*hidden argument*/NULL); V_0 = L_7; // IEnumerator it = excluded.GetEnumerator(); RuntimeObject* L_8 = ___excluded0; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_8); V_1 = L_9; goto IL_003f; } IL_0025: { // byte[] _excluded = (byte[])it.Current; RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_2 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_11, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // union.AddAll(UnionIPRange(_excluded, ip)); RuntimeObject* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___ip1; RuntimeObject* L_15; L_15 = PkixNameConstraintValidator_UnionIPRange_mE57EC862BE18D85143C57C9BCA64022EDF284FF2(__this, L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_12, L_15); } IL_003f: { // while (it.MoveNext()) RuntimeObject* L_16 = V_1; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0025; } } { // return union; RuntimeObject* L_18 = V_0; return L_18; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::UnionIPRange(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_UnionIPRange_mE57EC862BE18D85143C57C9BCA64022EDF284FF2 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // ISet set = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays.AreEqual(ipWithSubmask1, ipWithSubmask2)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___ipWithSubmask10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ipWithSubmask21; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_3; L_3 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { // set.Add(ipWithSubmask1); RuntimeObject* L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___ipWithSubmask10; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_4, (RuntimeObject *)(RuntimeObject *)L_5); // } goto IL_0026; } IL_0018: { // set.Add(ipWithSubmask1); RuntimeObject* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___ipWithSubmask10; NullCheck(L_6); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_6, (RuntimeObject *)(RuntimeObject *)L_7); // set.Add(ipWithSubmask2); RuntimeObject* L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___ipWithSubmask21; NullCheck(L_8); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_8, (RuntimeObject *)(RuntimeObject *)L_9); } IL_0026: { // return set; RuntimeObject* L_10 = V_0; return L_10; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectIPRange(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_IntersectIPRange_mF168C54D9038D249911C1475137C2C2EE6B1E69E (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; { // if (ipWithSubmask1.Length != ipWithSubmask2.Length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ipWithSubmask10; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___ipWithSubmask21; NullCheck(L_1); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_000e; } } { // return new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_2 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_2, /*hidden argument*/NULL); return L_2; } IL_000e: { // byte[][] temp = ExtractIPsAndSubnetMasks(ipWithSubmask1, ipWithSubmask2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___ipWithSubmask10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ipWithSubmask21; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_5; L_5 = PkixNameConstraintValidator_ExtractIPsAndSubnetMasks_m11647F59DBC91A488E7CA3311DEB55FE988C0AA5(__this, L_3, L_4, /*hidden argument*/NULL); // byte[] ip1 = temp[0]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_6 = L_5; NullCheck(L_6); int32_t L_7 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_6)->GetAt(static_cast(L_7)); V_0 = L_8; // byte[] subnetmask1 = temp[1]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_9 = L_6; NullCheck(L_9); int32_t L_10 = 1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_9)->GetAt(static_cast(L_10)); V_1 = L_11; // byte[] ip2 = temp[2]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_12 = L_9; NullCheck(L_12); int32_t L_13 = 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_12)->GetAt(static_cast(L_13)); V_2 = L_14; // byte[] subnetmask2 = temp[3]; NullCheck(L_12); int32_t L_15 = 3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_12)->GetAt(static_cast(L_15)); V_3 = L_16; // byte[][] minMax = MinMaxIPs(ip1, subnetmask1, ip2, subnetmask2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_21; L_21 = PkixNameConstraintValidator_MinMaxIPs_mA9A44928174E5E9056FA4BC1D15D913BBE0B7FF8(__this, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); V_4 = L_21; // max = Min(minMax[1], minMax[3]); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_22 = V_4; NullCheck(L_22); int32_t L_23 = 1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_22)->GetAt(static_cast(L_23)); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_25 = V_4; NullCheck(L_25); int32_t L_26 = 3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_25)->GetAt(static_cast(L_26)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28; L_28 = PkixNameConstraintValidator_Min_m7AE156668EED823B6991256C681097A89EA87A15(L_24, L_27, /*hidden argument*/NULL); V_5 = L_28; // min = Max(minMax[0], minMax[2]); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_29 = V_4; NullCheck(L_29); int32_t L_30 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_29)->GetAt(static_cast(L_30)); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_32 = V_4; NullCheck(L_32); int32_t L_33 = 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_32)->GetAt(static_cast(L_33)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = PkixNameConstraintValidator_Max_m77DE8859D815DD21615A871D51172C39588008D4(L_31, L_34, /*hidden argument*/NULL); // if (CompareTo(min, max) == 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_5; int32_t L_37; L_37 = PkixNameConstraintValidator_CompareTo_m41AF0738649D880B44374377E5916F561BC9C962(L_35, L_36, /*hidden argument*/NULL); if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_005d; } } { // return new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_38 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_38, /*hidden argument*/NULL); return L_38; } IL_005d: { // byte[] ip = Or(minMax[0], minMax[2]); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_39 = V_4; NullCheck(L_39); int32_t L_40 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_39)->GetAt(static_cast(L_40)); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_42 = V_4; NullCheck(L_42); int32_t L_43 = 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_42)->GetAt(static_cast(L_43)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45; L_45 = PkixNameConstraintValidator_Or_m268AAA883C054F99DC899717FA9CA662384C6632(L_41, L_44, /*hidden argument*/NULL); V_6 = L_45; // byte[] subnetmask = Or(subnetmask1, subnetmask2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48; L_48 = PkixNameConstraintValidator_Or_m268AAA883C054F99DC899717FA9CA662384C6632(L_46, L_47, /*hidden argument*/NULL); V_7 = L_48; // ISet hs = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_49 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_49, /*hidden argument*/NULL); // hs.Add(IpWithSubnetMask(ip, subnetmask)); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_50 = L_49; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53; L_53 = PkixNameConstraintValidator_IpWithSubnetMask_mA3E3F764AB1D51781787D81D516FEEC3496BBB03(__this, L_51, L_52, /*hidden argument*/NULL); NullCheck(L_50); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_50, (RuntimeObject *)(RuntimeObject *)L_53); // return hs; return L_50; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IpWithSubnetMask(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixNameConstraintValidator_IpWithSubnetMask_mA3E3F764AB1D51781787D81D516FEEC3496BBB03 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subnetMask1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // int ipLength = ip.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ip0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // byte[] temp = new byte[ipLength * 2]; int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2))); V_1 = L_2; // Array.Copy(ip, 0, temp, 0, ipLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___ip0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; int32_t L_5 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); // Array.Copy(subnetMask, 0, temp, ipLength, ipLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___subnetMask1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; int32_t L_8 = V_0; int32_t L_9 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, L_8, L_9, /*hidden argument*/NULL); // return temp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; return L_10; } } // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::ExtractIPsAndSubnetMasks(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* PkixNameConstraintValidator_ExtractIPsAndSubnetMasks_m11647F59DBC91A488E7CA3311DEB55FE988C0AA5 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipWithSubmask21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; { // int ipLength = ipWithSubmask1.Length / 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ipWithSubmask10; NullCheck(L_0); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))/(int32_t)2)); // byte[] ip1 = new byte[ipLength]; int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_1); V_1 = L_2; // byte[] subnetmask1 = new byte[ipLength]; int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_2 = L_4; // Array.Copy(ipWithSubmask1, 0, ip1, 0, ipLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___ipWithSubmask10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; int32_t L_7 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); // Array.Copy(ipWithSubmask1, ipLength, subnetmask1, 0, ipLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___ipWithSubmask10; int32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_2; int32_t L_11 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_8, L_9, (RuntimeArray *)(RuntimeArray *)L_10, 0, L_11, /*hidden argument*/NULL); // byte[] ip2 = new byte[ipLength]; int32_t L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_12); V_3 = L_13; // byte[] subnetmask2 = new byte[ipLength]; int32_t L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_14); V_4 = L_15; // Array.Copy(ipWithSubmask2, 0, ip2, 0, ipLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___ipWithSubmask21; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_3; int32_t L_18 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, L_18, /*hidden argument*/NULL); // Array.Copy(ipWithSubmask2, ipLength, subnetmask2, 0, ipLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___ipWithSubmask21; int32_t L_20 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_4; int32_t L_22 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, L_20, (RuntimeArray *)(RuntimeArray *)L_21, 0, L_22, /*hidden argument*/NULL); // return new byte[][] // {ip1, subnetmask1, ip2, subnetmask2}; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_23 = (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)SZArrayNew(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_24 = L_23; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_25); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_26 = L_24; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_2; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(1), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_27); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_28 = L_26; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_3; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(2), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_29); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_30 = L_28; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_4; NullCheck(L_30); ArrayElementTypeCheck (L_30, L_31); (L_30)->SetAt(static_cast(3), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_31); return L_30; } } // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::MinMaxIPs(System.Byte[],System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* PkixNameConstraintValidator_MinMaxIPs_mA9A44928174E5E9056FA4BC1D15D913BBE0B7FF8 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subnetmask11, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip22, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subnetmask23, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; { // int ipLength = ip1.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ip10; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // byte[] min1 = new byte[ipLength]; int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_1); V_1 = L_2; // byte[] max1 = new byte[ipLength]; int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_2 = L_4; // byte[] min2 = new byte[ipLength]; int32_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); V_3 = L_6; // byte[] max2 = new byte[ipLength]; int32_t L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); V_4 = L_8; // for (int i = 0; i < ipLength; i++) V_5 = 0; goto IL_0074; } IL_0026: { // min1[i] = (byte)(ip1[i] & subnetmask1[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; int32_t L_10 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___ip10; int32_t L_12 = V_5; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___subnetmask11; int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_14&(int32_t)L_18))))); // max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_2; int32_t L_20 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___ip10; int32_t L_22 = V_5; NullCheck(L_21); int32_t L_23 = L_22; uint8_t L_24 = (L_21)->GetAt(static_cast(L_23)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___subnetmask11; int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___subnetmask11; int32_t L_30 = V_5; NullCheck(L_29); int32_t L_31 = L_30; uint8_t L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_24&(int32_t)L_28))|(int32_t)((~L_32))))))); // min2[i] = (byte)(ip2[i] & subnetmask2[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_3; int32_t L_34 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ___ip22; int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = L_36; uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ___subnetmask23; int32_t L_40 = V_5; NullCheck(L_39); int32_t L_41 = L_40; uint8_t L_42 = (L_39)->GetAt(static_cast(L_41)); NullCheck(L_33); (L_33)->SetAt(static_cast(L_34), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_38&(int32_t)L_42))))); // max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_4; int32_t L_44 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = ___ip22; int32_t L_46 = V_5; NullCheck(L_45); int32_t L_47 = L_46; uint8_t L_48 = (L_45)->GetAt(static_cast(L_47)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = ___subnetmask23; int32_t L_50 = V_5; NullCheck(L_49); int32_t L_51 = L_50; uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = ___subnetmask23; int32_t L_54 = V_5; NullCheck(L_53); int32_t L_55 = L_54; uint8_t L_56 = (L_53)->GetAt(static_cast(L_55)); NullCheck(L_43); (L_43)->SetAt(static_cast(L_44), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_48&(int32_t)L_52))|(int32_t)((~L_56))))))); // for (int i = 0; i < ipLength; i++) int32_t L_57 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_0074: { // for (int i = 0; i < ipLength; i++) int32_t L_58 = V_5; int32_t L_59 = V_0; if ((((int32_t)L_58) < ((int32_t)L_59))) { goto IL_0026; } } { // return new byte[][] { min1, max1, min2, max2 }; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_60 = (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)SZArrayNew(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_61 = L_60; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_1; NullCheck(L_61); ArrayElementTypeCheck (L_61, L_62); (L_61)->SetAt(static_cast(0), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_62); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_63 = L_61; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_2; NullCheck(L_63); ArrayElementTypeCheck (L_63, L_64); (L_63)->SetAt(static_cast(1), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_64); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_65 = L_63; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_3; NullCheck(L_65); ArrayElementTypeCheck (L_65, L_66); (L_65)->SetAt(static_cast(2), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_66); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_67 = L_65; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_4; NullCheck(L_67); ArrayElementTypeCheck (L_67, L_68); (L_67)->SetAt(static_cast(3), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_68); return L_67; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedEmail(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedEmail_mFFB21A96B103ADAEB9AB706DCA0811C9A0EB7BCF (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, String_t* ___email1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { // if (permitted == null) RuntimeObject* L_0 = ___permitted0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // IEnumerator it = permitted.GetEnumerator(); RuntimeObject* L_1 = ___permitted0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; goto IL_0024; } IL_000d: { // String str = ((String)it.Current); RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // if (EmailIsConstrained(email, str)) String_t* L_5 = ___email1; String_t* L_6 = V_1; bool L_7; L_7 = PkixNameConstraintValidator_EmailIsConstrained_mC9153CE6F0BFDEA724FF6C52EEA7C3B69C423579(__this, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0024; } } { // return; return; } IL_0024: { // while (it.MoveNext()) RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_000d; } } { // if (email.Length == 0 && permitted.Count == 0) String_t* L_10 = ___email1; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003d; } } { RuntimeObject* L_12 = ___permitted0; NullCheck(L_12); int32_t L_13; L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_003d; } } { // return; return; } IL_003d: { // throw new PkixNameConstraintValidatorException( // "Subject email address is not from a permitted subtree."); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_14 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE25FCB040761B302249B0BAD270434BBD4C0DDFA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_CheckPermittedEmail_mFFB21A96B103ADAEB9AB706DCA0811C9A0EB7BCF_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckExcludedEmail(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckExcludedEmail_m46C84BD02998A5C98F430FAC8B5DEE85198DDC4F (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___email1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // IEnumerator it = excluded.GetEnumerator(); RuntimeObject* L_2 = ___excluded0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; goto IL_0033; } IL_0012: { // String str = (String)it.Current; RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); // if (EmailIsConstrained(email, str)) String_t* L_6 = ___email1; String_t* L_7 = V_1; bool L_8; L_8 = PkixNameConstraintValidator_EmailIsConstrained_mC9153CE6F0BFDEA724FF6C52EEA7C3B69C423579(__this, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { // throw new PkixNameConstraintValidatorException( // "Email address is from an excluded subtree."); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_9 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral862E4D8478B1C8CE4FBE61820C444DC11B898783)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_CheckExcludedEmail_m46C84BD02998A5C98F430FAC8B5DEE85198DDC4F_RuntimeMethod_var))); } IL_0033: { // while (it.MoveNext()) RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0012; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedIP(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedIP_mA8354D14FB7B7CB73EA501AAA16215C96AE99346 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (permitted == null) RuntimeObject* L_0 = ___permitted0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // IEnumerator it = permitted.GetEnumerator(); RuntimeObject* L_1 = ___permitted0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; goto IL_0024; } IL_000d: { // byte[] ipWithSubnet = (byte[])it.Current; RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_1 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // if (IsIPConstrained(ip, ipWithSubnet)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___ip1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; bool L_7; L_7 = PkixNameConstraintValidator_IsIPConstrained_m8CCFE0B8A1C6F4E94251BDB79665287050EAEE47(__this, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0024; } } { // return; return; } IL_0024: { // while (it.MoveNext()) RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_000d; } } { // if (ip.Length == 0 && permitted.Count == 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___ip1; NullCheck(L_10); if ((((RuntimeArray*)L_10)->max_length)) { goto IL_0039; } } { RuntimeObject* L_11 = ___permitted0; NullCheck(L_11); int32_t L_12; L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0039; } } { // return; return; } IL_0039: { // throw new PkixNameConstraintValidatorException( // "IP is not from a permitted subtree."); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_13 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF7D2996F9C55CE019E9D05837734259CA76AD90)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_CheckPermittedIP_mA8354D14FB7B7CB73EA501AAA16215C96AE99346_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkExcludedIP(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkExcludedIP_mB9A901586F79782E926CB1F2ECD4A9FD83480165 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // IEnumerator it = excluded.GetEnumerator(); RuntimeObject* L_2 = ___excluded0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; goto IL_0033; } IL_0012: { // byte[] ipWithSubnet = (byte[])it.Current; RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // if (IsIPConstrained(ip, ipWithSubnet)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___ip1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; bool L_8; L_8 = PkixNameConstraintValidator_IsIPConstrained_m8CCFE0B8A1C6F4E94251BDB79665287050EAEE47(__this, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { // throw new PkixNameConstraintValidatorException( // "IP is from an excluded subtree."); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_9 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6052195D87AF695356209909C0AB9B32090C0C7A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_checkExcludedIP_mB9A901586F79782E926CB1F2ECD4A9FD83480165_RuntimeMethod_var))); } IL_0033: { // while (it.MoveNext()) RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0012; } } { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IsIPConstrained(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_IsIPConstrained_m8CCFE0B8A1C6F4E94251BDB79665287050EAEE47 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___constraint1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; { // int ipLength = ip.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ip0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // if (ipLength != (constraint.Length / 2)) int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___constraint1; NullCheck(L_2); if ((((int32_t)L_1) == ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))/(int32_t)2))))) { goto IL_000e; } } { // return false; return (bool)0; } IL_000e: { // byte[] subnetMask = new byte[ipLength]; int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_1 = L_4; // Array.Copy(constraint, ipLength, subnetMask, 0, ipLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___constraint1; int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; int32_t L_8 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL); // byte[] permittedSubnetAddress = new byte[ipLength]; int32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_9); V_2 = L_10; // byte[] ipSubnetAddress = new byte[ipLength]; int32_t L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_11); V_3 = L_12; // for (int i = 0; i < ipLength; i++) V_4 = 0; goto IL_0054; } IL_0032: { // permittedSubnetAddress[i] = (byte)(constraint[i] & subnetMask[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; int32_t L_14 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___constraint1; int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; int32_t L_20 = V_4; NullCheck(L_19); int32_t L_21 = L_20; uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_18&(int32_t)L_22))))); // ipSubnetAddress[i] = (byte)(ip[i] & subnetMask[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_3; int32_t L_24 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___ip0; int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_1; int32_t L_30 = V_4; NullCheck(L_29); int32_t L_31 = L_30; uint8_t L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_28&(int32_t)L_32))))); // for (int i = 0; i < ipLength; i++) int32_t L_33 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0054: { // for (int i = 0; i < ipLength; i++) int32_t L_34 = V_4; int32_t L_35 = V_0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0032; } } { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays.AreEqual(permittedSubnetAddress, ipSubnetAddress); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_38; L_38 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_36, L_37, /*hidden argument*/NULL); return L_38; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::EmailIsConstrained(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_EmailIsConstrained_mC9153CE6F0BFDEA724FF6C52EEA7C3B69C423579 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email0, String_t* ___constraint1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar V_1 = 0x0; { // String sub = email.Substring(email.IndexOf('@') + 1); String_t* L_0 = ___email0; String_t* L_1 = ___email0; NullCheck(L_1); int32_t L_2; L_2 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_1, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_0); String_t* L_3; L_3 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_3; // if (constraint.IndexOf('@') != -1) String_t* L_4 = ___constraint1; NullCheck(L_4); int32_t L_5; L_5 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_4, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0031; } } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(email).Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(constraint))) String_t* L_6 = ___email0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_7; L_7 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_6, /*hidden argument*/NULL); String_t* L_8 = ___constraint1; String_t* L_9; L_9 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10; L_10 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0065; } } { // return true; return (bool)1; } IL_0031: { // else if (!(constraint[0].Equals('.'))) String_t* L_11 = ___constraint1; NullCheck(L_11); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, 0, /*hidden argument*/NULL); V_1 = L_12; bool L_13; L_13 = Char_Equals_m9A48E390489A3A6074F4FE5A37058A208C35A919((Il2CppChar*)(&V_1), ((int32_t)46), /*hidden argument*/NULL); if (L_13) { goto IL_0059; } } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(sub).Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(constraint))) String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_15; L_15 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_14, /*hidden argument*/NULL); String_t* L_16 = ___constraint1; String_t* L_17; L_17 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_16, /*hidden argument*/NULL); NullCheck(L_15); bool L_18; L_18 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_15, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0065; } } { // return true; return (bool)1; } IL_0059: { // else if (WithinDomain(sub, constraint)) String_t* L_19 = V_0; String_t* L_20 = ___constraint1; bool L_21; L_21 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0065; } } { // return true; return (bool)1; } IL_0065: { // return false; return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::WithinDomain(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___testDomain0, String_t* ___domain1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { // String tempDomain = domain; String_t* L_0 = ___domain1; V_0 = L_0; // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(tempDomain, ".")) String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_2; L_2 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_1, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_2) { goto IL_0017; } } { // tempDomain = tempDomain.Substring(1); String_t* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_3, 1, /*hidden argument*/NULL); V_0 = L_4; } IL_0017: { // String[] domainParts = tempDomain.Split('.'); // Strings.split(tempDomain, '.'); String_t* L_5 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8; L_8 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; // String[] testDomainParts = testDomain.Split('.'); // Strings.split(testDomain, '.'); String_t* L_9 = ___testDomain0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12; L_12 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; // if (testDomainParts.Length <= domainParts.Length) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_2; NullCheck(L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = V_1; NullCheck(L_14); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))) > ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0045; } } { // return false; return (bool)0; } IL_0045: { // int d = testDomainParts.Length - domainParts.Length; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = V_2; NullCheck(L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = V_1; NullCheck(L_16); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))); // for (int i = -1; i < domainParts.Length; i++) V_4 = (-1); goto IL_0084; } IL_0052: { // if (i == -1) int32_t L_17 = V_4; if ((!(((uint32_t)L_17) == ((uint32_t)(-1))))) { goto IL_006b; } } { // if (testDomainParts[i + d].Equals("")) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = V_2; int32_t L_19 = V_4; int32_t L_20 = V_3; NullCheck(L_18); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)); String_t* L_22 = (L_18)->GetAt(static_cast(L_21)); NullCheck(L_22); bool L_23; L_23 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_22, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_23) { goto IL_007e; } } { // return false; return (bool)0; } IL_006b: { // else if (!BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(testDomainParts[i + d], domainParts[i])) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = V_2; int32_t L_25 = V_4; int32_t L_26 = V_3; NullCheck(L_24); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); String_t* L_28 = (L_24)->GetAt(static_cast(L_27)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = V_1; int32_t L_30 = V_4; NullCheck(L_29); int32_t L_31 = L_30; String_t* L_32 = (L_29)->GetAt(static_cast(L_31)); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_33; L_33 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_28, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_007e; } } { // return false; return (bool)0; } IL_007e: { // for (int i = -1; i < domainParts.Length; i++) int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0084: { // for (int i = -1; i < domainParts.Length; i++) int32_t L_35 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = V_1; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))) { goto IL_0052; } } { // return true; return (bool)1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedDNS(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedDNS_m0B847AED51D2CCBE821A50776C847F11743DF2E7 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, String_t* ___dns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { // if (permitted == null) RuntimeObject* L_0 = ___permitted0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // IEnumerator it = permitted.GetEnumerator(); RuntimeObject* L_1 = ___permitted0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; goto IL_0037; } IL_000d: { // String str = ((String)it.Current); RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // if (WithinDomain(dns, str) // || BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(dns).Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(str))) String_t* L_5 = ___dns1; String_t* L_6 = V_1; bool L_7; L_7 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0036; } } { String_t* L_8 = ___dns1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_9; L_9 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_8, /*hidden argument*/NULL); String_t* L_10 = V_1; String_t* L_11; L_11 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12; L_12 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0037; } } IL_0036: { // return; return; } IL_0037: { // while (it.MoveNext()) RuntimeObject* L_13 = V_0; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_000d; } } { // if (dns.Length == 0 && permitted.Count == 0) String_t* L_15 = ___dns1; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0050; } } { RuntimeObject* L_17 = ___permitted0; NullCheck(L_17); int32_t L_18; L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0050; } } { // return; return; } IL_0050: { // throw new PkixNameConstraintValidatorException( // "DNS is not from a permitted subtree."); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_19 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC85E7B16C7589BC51F624AB9C9623C123498095)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_CheckPermittedDNS_m0B847AED51D2CCBE821A50776C847F11743DF2E7_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkExcludedDNS(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkExcludedDNS_m8A1A5AB411D9853A21EBEDB86DF2228478E09225 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___dns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // IEnumerator it = excluded.GetEnumerator(); RuntimeObject* L_2 = ___excluded0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; goto IL_003c; } IL_0012: { // String str = ((String)it.Current); RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); // if (WithinDomain(dns, str) || BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(dns, str)) String_t* L_6 = ___dns1; String_t* L_7 = V_1; bool L_8; L_8 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0031; } } { String_t* L_9 = ___dns1; String_t* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_11; L_11 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_003c; } } IL_0031: { // throw new PkixNameConstraintValidatorException( // "DNS is from an excluded subtree."); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_12 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A88087E1088DF39C4E1BBC4735F507B9F8D54EB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_checkExcludedDNS_m8A1A5AB411D9853A21EBEDB86DF2228478E09225_RuntimeMethod_var))); } IL_003c: { // while (it.MoveNext()) RuntimeObject* L_13 = V_0; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0012; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::unionEmail(System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_unionEmail_m6354048A7ED0AE150C2EB12199C4E594B1B06DAD (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email10, String_t* ___email21, RuntimeObject* ___union2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // if (email1.IndexOf('@') != -1) String_t* L_0 = ___email10; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0098; } } { // String _sub = email1.Substring(email1.IndexOf('@') + 1); String_t* L_2 = ___email10; String_t* L_3 = ___email10; NullCheck(L_3); int32_t L_4; L_4 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_3, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_2); String_t* L_5; L_5 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_5; // if (email2.IndexOf('@') != -1) String_t* L_6 = ___email21; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_004a; } } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_8 = ___email10; String_t* L_9 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_10; L_10 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003b; } } { // union.Add(email1); RuntimeObject* L_11 = ___union2; String_t* L_12 = ___email10; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, L_12); // } return; } IL_003b: { // union.Add(email1); RuntimeObject* L_13 = ___union2; String_t* L_14 = ___email10; NullCheck(L_13); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_13, L_14); // union.Add(email2); RuntimeObject* L_15 = ___union2; String_t* L_16 = ___email21; NullCheck(L_15); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_15, L_16); // } return; } IL_004a: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_17 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_18; L_18 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_17, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_18) { goto IL_0078; } } { // if (WithinDomain(_sub, email2)) String_t* L_19 = V_0; String_t* L_20 = ___email21; bool L_21; L_21 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0069; } } { // union.Add(email2); RuntimeObject* L_22 = ___union2; String_t* L_23 = ___email21; NullCheck(L_22); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_22, L_23); // } return; } IL_0069: { // union.Add(email1); RuntimeObject* L_24 = ___union2; String_t* L_25 = ___email10; NullCheck(L_24); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_24, L_25); // union.Add(email2); RuntimeObject* L_26 = ___union2; String_t* L_27 = ___email21; NullCheck(L_26); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_26, L_27); // } return; } IL_0078: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(_sub, email2)) String_t* L_28 = V_0; String_t* L_29 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_30; L_30 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0089; } } { // union.Add(email2); RuntimeObject* L_31 = ___union2; String_t* L_32 = ___email21; NullCheck(L_31); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_31, L_32); // } return; } IL_0089: { // union.Add(email1); RuntimeObject* L_33 = ___union2; String_t* L_34 = ___email10; NullCheck(L_33); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_33, L_34); // union.Add(email2); RuntimeObject* L_35 = ___union2; String_t* L_36 = ___email21; NullCheck(L_35); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_35, L_36); // } return; } IL_0098: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email1, ".")) String_t* L_37 = ___email10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_38; L_38 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_37, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_38) { goto IL_014f; } } { // if (email2.IndexOf('@') != -1) String_t* L_39 = ___email21; NullCheck(L_39); int32_t L_40; L_40 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_39, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)(-1)))) { goto IL_00e5; } } { // String _sub = email2.Substring(email1.IndexOf('@') + 1); String_t* L_41 = ___email21; String_t* L_42 = ___email10; NullCheck(L_42); int32_t L_43; L_43 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_42, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_41); String_t* L_44; L_44 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_44; // if (WithinDomain(_sub, email1)) String_t* L_45 = V_1; String_t* L_46 = ___email10; bool L_47; L_47 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00d6; } } { // union.Add(email1); RuntimeObject* L_48 = ___union2; String_t* L_49 = ___email10; NullCheck(L_48); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_48, L_49); // } return; } IL_00d6: { // union.Add(email1); RuntimeObject* L_50 = ___union2; String_t* L_51 = ___email10; NullCheck(L_50); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_50, L_51); // union.Add(email2); RuntimeObject* L_52 = ___union2; String_t* L_53 = ___email21; NullCheck(L_52); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_52, L_53); // } return; } IL_00e5: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_54 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_55; L_55 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_54, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_55) { goto IL_012e; } } { // if (WithinDomain(email1, email2) || BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_56 = ___email10; String_t* L_57 = ___email21; bool L_58; L_58 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_56, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0105; } } { String_t* L_59 = ___email10; String_t* L_60 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_61; L_61 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_010d; } } IL_0105: { // union.Add(email2); RuntimeObject* L_62 = ___union2; String_t* L_63 = ___email21; NullCheck(L_62); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_62, L_63); // } return; } IL_010d: { // else if (WithinDomain(email2, email1)) String_t* L_64 = ___email21; String_t* L_65 = ___email10; bool L_66; L_66 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_011f; } } { // union.Add(email1); RuntimeObject* L_67 = ___union2; String_t* L_68 = ___email10; NullCheck(L_67); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_67, L_68); // } return; } IL_011f: { // union.Add(email1); RuntimeObject* L_69 = ___union2; String_t* L_70 = ___email10; NullCheck(L_69); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_69, L_70); // union.Add(email2); RuntimeObject* L_71 = ___union2; String_t* L_72 = ___email21; NullCheck(L_71); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_71, L_72); // } return; } IL_012e: { // if (WithinDomain(email2, email1)) String_t* L_73 = ___email21; String_t* L_74 = ___email10; bool L_75; L_75 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_73, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_0140; } } { // union.Add(email1); RuntimeObject* L_76 = ___union2; String_t* L_77 = ___email10; NullCheck(L_76); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_76, L_77); // } return; } IL_0140: { // union.Add(email1); RuntimeObject* L_78 = ___union2; String_t* L_79 = ___email10; NullCheck(L_78); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_78, L_79); // union.Add(email2); RuntimeObject* L_80 = ___union2; String_t* L_81 = ___email21; NullCheck(L_80); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_80, L_81); // } return; } IL_014f: { // if (email2.IndexOf('@') != -1) String_t* L_82 = ___email21; NullCheck(L_82); int32_t L_83; L_83 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_82, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_83) == ((int32_t)(-1)))) { goto IL_0189; } } { // String _sub = email2.Substring(email1.IndexOf('@') + 1); String_t* L_84 = ___email21; String_t* L_85 = ___email10; NullCheck(L_85); int32_t L_86; L_86 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_85, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_84); String_t* L_87; L_87 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_84, ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)), /*hidden argument*/NULL); // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(_sub, email1)) String_t* L_88 = ___email10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_89; L_89 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_87, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_017a; } } { // union.Add(email1); RuntimeObject* L_90 = ___union2; String_t* L_91 = ___email10; NullCheck(L_90); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_90, L_91); // } return; } IL_017a: { // union.Add(email1); RuntimeObject* L_92 = ___union2; String_t* L_93 = ___email10; NullCheck(L_92); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_92, L_93); // union.Add(email2); RuntimeObject* L_94 = ___union2; String_t* L_95 = ___email21; NullCheck(L_94); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_94, L_95); // } return; } IL_0189: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_96 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_97; L_97 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_96, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_97) { goto IL_01b7; } } { // if (WithinDomain(email1, email2)) String_t* L_98 = ___email10; String_t* L_99 = ___email21; bool L_100; L_100 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_98, L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_01a8; } } { // union.Add(email2); RuntimeObject* L_101 = ___union2; String_t* L_102 = ___email21; NullCheck(L_101); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_101, L_102); // } return; } IL_01a8: { // union.Add(email1); RuntimeObject* L_103 = ___union2; String_t* L_104 = ___email10; NullCheck(L_103); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_103, L_104); // union.Add(email2); RuntimeObject* L_105 = ___union2; String_t* L_106 = ___email21; NullCheck(L_105); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_105, L_106); // } return; } IL_01b7: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_107 = ___email10; String_t* L_108 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_109; L_109 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_107, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_01c8; } } { // union.Add(email1); RuntimeObject* L_110 = ___union2; String_t* L_111 = ___email10; NullCheck(L_110); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_110, L_111); // } return; } IL_01c8: { // union.Add(email1); RuntimeObject* L_112 = ___union2; String_t* L_113 = ___email10; NullCheck(L_112); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_112, L_113); // union.Add(email2); RuntimeObject* L_114 = ___union2; String_t* L_115 = ___email21; NullCheck(L_114); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_114, L_115); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::unionURI(System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_unionURI_m28993A237112F5C3BD0427F0BB6DE476F237A1A7 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email10, String_t* ___email21, RuntimeObject* ___union2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // if (email1.IndexOf('@') != -1) String_t* L_0 = ___email10; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0098; } } { // String _sub = email1.Substring(email1.IndexOf('@') + 1); String_t* L_2 = ___email10; String_t* L_3 = ___email10; NullCheck(L_3); int32_t L_4; L_4 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_3, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_2); String_t* L_5; L_5 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_5; // if (email2.IndexOf('@') != -1) String_t* L_6 = ___email21; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_004a; } } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_8 = ___email10; String_t* L_9 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_10; L_10 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003b; } } { // union.Add(email1); RuntimeObject* L_11 = ___union2; String_t* L_12 = ___email10; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, L_12); // } return; } IL_003b: { // union.Add(email1); RuntimeObject* L_13 = ___union2; String_t* L_14 = ___email10; NullCheck(L_13); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_13, L_14); // union.Add(email2); RuntimeObject* L_15 = ___union2; String_t* L_16 = ___email21; NullCheck(L_15); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_15, L_16); // } return; } IL_004a: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_17 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_18; L_18 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_17, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_18) { goto IL_0078; } } { // if (WithinDomain(_sub, email2)) String_t* L_19 = V_0; String_t* L_20 = ___email21; bool L_21; L_21 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0069; } } { // union.Add(email2); RuntimeObject* L_22 = ___union2; String_t* L_23 = ___email21; NullCheck(L_22); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_22, L_23); // } return; } IL_0069: { // union.Add(email1); RuntimeObject* L_24 = ___union2; String_t* L_25 = ___email10; NullCheck(L_24); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_24, L_25); // union.Add(email2); RuntimeObject* L_26 = ___union2; String_t* L_27 = ___email21; NullCheck(L_26); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_26, L_27); // } return; } IL_0078: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(_sub, email2)) String_t* L_28 = V_0; String_t* L_29 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_30; L_30 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0089; } } { // union.Add(email2); RuntimeObject* L_31 = ___union2; String_t* L_32 = ___email21; NullCheck(L_31); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_31, L_32); // } return; } IL_0089: { // union.Add(email1); RuntimeObject* L_33 = ___union2; String_t* L_34 = ___email10; NullCheck(L_33); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_33, L_34); // union.Add(email2); RuntimeObject* L_35 = ___union2; String_t* L_36 = ___email21; NullCheck(L_35); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_35, L_36); // } return; } IL_0098: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email1, ".")) String_t* L_37 = ___email10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_38; L_38 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_37, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_38) { goto IL_014f; } } { // if (email2.IndexOf('@') != -1) String_t* L_39 = ___email21; NullCheck(L_39); int32_t L_40; L_40 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_39, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)(-1)))) { goto IL_00e5; } } { // String _sub = email2.Substring(email1.IndexOf('@') + 1); String_t* L_41 = ___email21; String_t* L_42 = ___email10; NullCheck(L_42); int32_t L_43; L_43 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_42, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_41); String_t* L_44; L_44 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_44; // if (WithinDomain(_sub, email1)) String_t* L_45 = V_1; String_t* L_46 = ___email10; bool L_47; L_47 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00d6; } } { // union.Add(email1); RuntimeObject* L_48 = ___union2; String_t* L_49 = ___email10; NullCheck(L_48); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_48, L_49); // } return; } IL_00d6: { // union.Add(email1); RuntimeObject* L_50 = ___union2; String_t* L_51 = ___email10; NullCheck(L_50); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_50, L_51); // union.Add(email2); RuntimeObject* L_52 = ___union2; String_t* L_53 = ___email21; NullCheck(L_52); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_52, L_53); // } return; } IL_00e5: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_54 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_55; L_55 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_54, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_55) { goto IL_012e; } } { // if (WithinDomain(email1, email2) || BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_56 = ___email10; String_t* L_57 = ___email21; bool L_58; L_58 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_56, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0105; } } { String_t* L_59 = ___email10; String_t* L_60 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_61; L_61 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_010d; } } IL_0105: { // union.Add(email2); RuntimeObject* L_62 = ___union2; String_t* L_63 = ___email21; NullCheck(L_62); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_62, L_63); // } return; } IL_010d: { // else if (WithinDomain(email2, email1)) String_t* L_64 = ___email21; String_t* L_65 = ___email10; bool L_66; L_66 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_011f; } } { // union.Add(email1); RuntimeObject* L_67 = ___union2; String_t* L_68 = ___email10; NullCheck(L_67); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_67, L_68); // } return; } IL_011f: { // union.Add(email1); RuntimeObject* L_69 = ___union2; String_t* L_70 = ___email10; NullCheck(L_69); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_69, L_70); // union.Add(email2); RuntimeObject* L_71 = ___union2; String_t* L_72 = ___email21; NullCheck(L_71); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_71, L_72); // } return; } IL_012e: { // if (WithinDomain(email2, email1)) String_t* L_73 = ___email21; String_t* L_74 = ___email10; bool L_75; L_75 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_73, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_0140; } } { // union.Add(email1); RuntimeObject* L_76 = ___union2; String_t* L_77 = ___email10; NullCheck(L_76); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_76, L_77); // } return; } IL_0140: { // union.Add(email1); RuntimeObject* L_78 = ___union2; String_t* L_79 = ___email10; NullCheck(L_78); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_78, L_79); // union.Add(email2); RuntimeObject* L_80 = ___union2; String_t* L_81 = ___email21; NullCheck(L_80); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_80, L_81); // } return; } IL_014f: { // if (email2.IndexOf('@') != -1) String_t* L_82 = ___email21; NullCheck(L_82); int32_t L_83; L_83 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_82, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_83) == ((int32_t)(-1)))) { goto IL_0189; } } { // String _sub = email2.Substring(email1.IndexOf('@') + 1); String_t* L_84 = ___email21; String_t* L_85 = ___email10; NullCheck(L_85); int32_t L_86; L_86 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_85, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_84); String_t* L_87; L_87 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_84, ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)), /*hidden argument*/NULL); // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(_sub, email1)) String_t* L_88 = ___email10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_89; L_89 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_87, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_017a; } } { // union.Add(email1); RuntimeObject* L_90 = ___union2; String_t* L_91 = ___email10; NullCheck(L_90); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_90, L_91); // } return; } IL_017a: { // union.Add(email1); RuntimeObject* L_92 = ___union2; String_t* L_93 = ___email10; NullCheck(L_92); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_92, L_93); // union.Add(email2); RuntimeObject* L_94 = ___union2; String_t* L_95 = ___email21; NullCheck(L_94); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_94, L_95); // } return; } IL_0189: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_96 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_97; L_97 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_96, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_97) { goto IL_01b7; } } { // if (WithinDomain(email1, email2)) String_t* L_98 = ___email10; String_t* L_99 = ___email21; bool L_100; L_100 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_98, L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_01a8; } } { // union.Add(email2); RuntimeObject* L_101 = ___union2; String_t* L_102 = ___email21; NullCheck(L_101); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_101, L_102); // } return; } IL_01a8: { // union.Add(email1); RuntimeObject* L_103 = ___union2; String_t* L_104 = ___email10; NullCheck(L_103); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_103, L_104); // union.Add(email2); RuntimeObject* L_105 = ___union2; String_t* L_106 = ___email21; NullCheck(L_105); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_105, L_106); // } return; } IL_01b7: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_107 = ___email10; String_t* L_108 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_109; L_109 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_107, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_01c8; } } { // union.Add(email1); RuntimeObject* L_110 = ___union2; String_t* L_111 = ___email10; NullCheck(L_110); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_110, L_111); // } return; } IL_01c8: { // union.Add(email1); RuntimeObject* L_112 = ___union2; String_t* L_113 = ___email10; NullCheck(L_112); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_112, L_113); // union.Add(email2); RuntimeObject* L_114 = ___union2; String_t* L_115 = ___email21; NullCheck(L_114); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_114, L_115); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::intersectDNS(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_intersectDNS_mEE68F18830534C2744BC792FAC2277D88056D263 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___dnss1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; { // ISet intersect = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // for (IEnumerator it = dnss.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_1 = ___dnss1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; goto IL_007a; } IL_000f: { // String dns = ExtractNameAsString(((GeneralSubtree)it.Current) // .Base); RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); NullCheck(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var))); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_5; L_5 = GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_6; L_6 = PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED(__this, L_5, /*hidden argument*/NULL); V_2 = L_6; // if (permitted == null) RuntimeObject* L_7 = ___permitted0; if (L_7) { goto IL_0035; } } { // if (dns != null) String_t* L_8 = V_2; if (!L_8) { goto IL_007a; } } { // intersect.Add(dns); RuntimeObject* L_9 = V_0; String_t* L_10 = V_2; NullCheck(L_9); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_9, L_10); // } goto IL_007a; } IL_0035: { // IEnumerator _iter = permitted.GetEnumerator(); RuntimeObject* L_11 = ___permitted0; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_11); V_3 = L_12; goto IL_0072; } IL_003e: { // String _permitted = (String)_iter.Current; RuntimeObject* L_13 = V_3; NullCheck(L_13); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)); // if (WithinDomain(_permitted, dns)) String_t* L_15 = V_4; String_t* L_16 = V_2; bool L_17; L_17 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0060; } } { // intersect.Add(_permitted); RuntimeObject* L_18 = V_0; String_t* L_19 = V_4; NullCheck(L_18); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_18, L_19); // } goto IL_0072; } IL_0060: { // else if (WithinDomain(dns, _permitted)) String_t* L_20 = V_2; String_t* L_21 = V_4; bool L_22; L_22 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0072; } } { // intersect.Add(dns); RuntimeObject* L_23 = V_0; String_t* L_24 = V_2; NullCheck(L_23); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_23, L_24); } IL_0072: { // while (_iter.MoveNext()) RuntimeObject* L_25 = V_3; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_003e; } } IL_007a: { // for (IEnumerator it = dnss.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_27 = V_1; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_000f; } } { // return intersect; RuntimeObject* L_29 = V_0; return L_29; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::unionDNS(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_unionDNS_mE2ACC7F2B1A634475349C4C419226BC1B5AE9ACC (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___dns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0016; } } { // if (dns == null) String_t* L_2 = ___dns1; if (L_2) { goto IL_000d; } } { // return excluded; RuntimeObject* L_3 = ___excluded0; return L_3; } IL_000d: { // excluded.Add(dns); RuntimeObject* L_4 = ___excluded0; String_t* L_5 = ___dns1; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_4, L_5); // return excluded; RuntimeObject* L_6 = ___excluded0; return L_6; } IL_0016: { // ISet union = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_7 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_7, /*hidden argument*/NULL); V_0 = L_7; // IEnumerator _iter = excluded.GetEnumerator(); RuntimeObject* L_8 = ___excluded0; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_8); V_1 = L_9; goto IL_0065; } IL_0025: { // String _permitted = (String)_iter.Current; RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)); // if (WithinDomain(_permitted, dns)) String_t* L_12 = V_2; String_t* L_13 = ___dns1; bool L_14; L_14 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0044; } } { // union.Add(dns); RuntimeObject* L_15 = V_0; String_t* L_16 = ___dns1; NullCheck(L_15); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_15, L_16); // } goto IL_0065; } IL_0044: { // else if (WithinDomain(dns, _permitted)) String_t* L_17 = ___dns1; String_t* L_18 = V_2; bool L_19; L_19 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0057; } } { // union.Add(_permitted); RuntimeObject* L_20 = V_0; String_t* L_21 = V_2; NullCheck(L_20); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_20, L_21); // } goto IL_0065; } IL_0057: { // union.Add(_permitted); RuntimeObject* L_22 = V_0; String_t* L_23 = V_2; NullCheck(L_22); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_22, L_23); // union.Add(dns); RuntimeObject* L_24 = V_0; String_t* L_25 = ___dns1; NullCheck(L_24); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_24, L_25); } IL_0065: { // while (_iter.MoveNext()) RuntimeObject* L_26 = V_1; NullCheck(L_26); bool L_27; L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0025; } } { // return union; RuntimeObject* L_28 = V_0; return L_28; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::intersectEmail(System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_intersectEmail_m1E53F2D9EC6FB0657F916E5F0B9136FAE16A1AD9 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email10, String_t* ___email21, RuntimeObject* ___intersect2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // if (email1.IndexOf('@') != -1) String_t* L_0 = ___email10; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0071; } } { // String _sub = email1.Substring(email1.IndexOf('@') + 1); String_t* L_2 = ___email10; String_t* L_3 = ___email10; NullCheck(L_3); int32_t L_4; L_4 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_3, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_2); String_t* L_5; L_5 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_5; // if (email2.IndexOf('@') != -1) String_t* L_6 = ___email21; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_003b; } } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_8 = ___email10; String_t* L_9 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_10; L_10 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_11 = ___intersect2; String_t* L_12 = ___email10; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, L_12); // } return; } IL_003b: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_13 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_14; L_14 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_13, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_14) { goto IL_005d; } } { // if (WithinDomain(_sub, email2)) String_t* L_15 = V_0; String_t* L_16 = ___email21; bool L_17; L_17 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_18 = ___intersect2; String_t* L_19 = ___email10; NullCheck(L_18); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_18, L_19); // } return; } IL_005d: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(_sub, email2)) String_t* L_20 = V_0; String_t* L_21 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_22; L_22 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_23 = ___intersect2; String_t* L_24 = ___email10; NullCheck(L_23); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_23, L_24); // } return; } IL_0071: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email1, ".")) String_t* L_25 = ___email10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_26; L_26 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_25, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_26) { goto IL_00fb; } } { // if (email2.IndexOf('@') != -1) String_t* L_27 = ___email21; NullCheck(L_27); int32_t L_28; L_28 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_27, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)(-1)))) { goto IL_00af; } } { // String _sub = email2.Substring(email1.IndexOf('@') + 1); String_t* L_29 = ___email21; String_t* L_30 = ___email10; NullCheck(L_30); int32_t L_31; L_31 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_30, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_29); String_t* L_32; L_32 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_32; // if (WithinDomain(_sub, email1)) String_t* L_33 = V_1; String_t* L_34 = ___email10; bool L_35; L_35 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0155; } } { // intersect.Add(email2); RuntimeObject* L_36 = ___intersect2; String_t* L_37 = ___email21; NullCheck(L_36); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_36, L_37); // } return; } IL_00af: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_38 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_39; L_39 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_38, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_39) { goto IL_00e9; } } { // if (WithinDomain(email1, email2) || BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_40 = ___email10; String_t* L_41 = ___email21; bool L_42; L_42 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_40, L_41, /*hidden argument*/NULL); if (L_42) { goto IL_00cf; } } { String_t* L_43 = ___email10; String_t* L_44 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_45; L_45 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_00d7; } } IL_00cf: { // intersect.Add(email1); RuntimeObject* L_46 = ___intersect2; String_t* L_47 = ___email10; NullCheck(L_46); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_46, L_47); // } return; } IL_00d7: { // else if (WithinDomain(email2, email1)) String_t* L_48 = ___email21; String_t* L_49 = ___email10; bool L_50; L_50 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_48, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0155; } } { // intersect.Add(email2); RuntimeObject* L_51 = ___intersect2; String_t* L_52 = ___email21; NullCheck(L_51); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_51, L_52); // } return; } IL_00e9: { // if (WithinDomain(email2, email1)) String_t* L_53 = ___email21; String_t* L_54 = ___email10; bool L_55; L_55 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0155; } } { // intersect.Add(email2); RuntimeObject* L_56 = ___intersect2; String_t* L_57 = ___email21; NullCheck(L_56); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_56, L_57); // } return; } IL_00fb: { // if (email2.IndexOf('@') != -1) String_t* L_58 = ___email21; NullCheck(L_58); int32_t L_59; L_59 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_58, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_59) == ((int32_t)(-1)))) { goto IL_0126; } } { // String _sub = email2.Substring(email2.IndexOf('@') + 1); String_t* L_60 = ___email21; String_t* L_61 = ___email21; NullCheck(L_61); int32_t L_62; L_62 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_61, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_60); String_t* L_63; L_63 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_60, ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)), /*hidden argument*/NULL); // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(_sub, email1)) String_t* L_64 = ___email10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_65; L_65 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_63, L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_0155; } } { // intersect.Add(email2); RuntimeObject* L_66 = ___intersect2; String_t* L_67 = ___email21; NullCheck(L_66); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_66, L_67); // } return; } IL_0126: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_68 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_69; L_69 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_68, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_69) { goto IL_0145; } } { // if (WithinDomain(email1, email2)) String_t* L_70 = ___email10; String_t* L_71 = ___email21; bool L_72; L_72 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_70, L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_73 = ___intersect2; String_t* L_74 = ___email10; NullCheck(L_73); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_73, L_74); // } return; } IL_0145: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_75 = ___email10; String_t* L_76 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_77; L_77 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_75, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_78 = ___intersect2; String_t* L_79 = ___email10; NullCheck(L_78); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_78, L_79); } IL_0155: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkExcludedURI(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkExcludedURI_mC8CEA3E46EE4A718335DEDE7626C8E04789FF202 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___uri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // IEnumerator it = excluded.GetEnumerator(); RuntimeObject* L_2 = ___excluded0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; goto IL_0033; } IL_0012: { // String str = ((String)it.Current); RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); // if (IsUriConstrained(uri, str)) String_t* L_6 = ___uri1; String_t* L_7 = V_1; bool L_8; L_8 = PkixNameConstraintValidator_IsUriConstrained_m794620124215770FDC673778B6273F9CC572AFCF(__this, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { // throw new PkixNameConstraintValidatorException( // "URI is from an excluded subtree."); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_9 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC47756871C15D81B5CE7AB027E7C1DCEF6E72F17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_checkExcludedURI_mC8CEA3E46EE4A718335DEDE7626C8E04789FF202_RuntimeMethod_var))); } IL_0033: { // while (it.MoveNext()) RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0012; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::intersectURI(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_intersectURI_mDFE3675484B89653DF0EF1979ECE31277E4AB167 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, RuntimeObject* ___uris1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; { // ISet intersect = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // for (IEnumerator it = uris.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_1 = ___uris1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; goto IL_005d; } IL_000f: { // String uri = ExtractNameAsString(((GeneralSubtree)it.Current) // .Base); RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); NullCheck(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var))); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_5; L_5 = GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline(((GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 *)CastclassClass((RuntimeObject*)L_4, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_6; L_6 = PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED(__this, L_5, /*hidden argument*/NULL); V_2 = L_6; // if (permitted == null) RuntimeObject* L_7 = ___permitted0; if (L_7) { goto IL_0035; } } { // if (uri != null) String_t* L_8 = V_2; if (!L_8) { goto IL_005d; } } { // intersect.Add(uri); RuntimeObject* L_9 = V_0; String_t* L_10 = V_2; NullCheck(L_9); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_9, L_10); // } goto IL_005d; } IL_0035: { // IEnumerator _iter = permitted.GetEnumerator(); RuntimeObject* L_11 = ___permitted0; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_11); V_3 = L_12; goto IL_0055; } IL_003e: { // String _permitted = (String)_iter.Current; RuntimeObject* L_13 = V_3; NullCheck(L_13); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)); // intersectURI(_permitted, uri, intersect); String_t* L_15 = V_4; String_t* L_16 = V_2; RuntimeObject* L_17 = V_0; PkixNameConstraintValidator_intersectURI_m55FE5BF1E8BC52D305C7F551B30CBF3396BD3A7F(__this, L_15, L_16, L_17, /*hidden argument*/NULL); } IL_0055: { // while (_iter.MoveNext()) RuntimeObject* L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_003e; } } IL_005d: { // for (IEnumerator it = uris.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_000f; } } { // return intersect; RuntimeObject* L_22 = V_0; return L_22; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::unionURI(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixNameConstraintValidator_unionURI_m2D6A6593FBE51E21A8ACB00E9725FDE12BAD2BFE (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___excluded0, String_t* ___uri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; { // if (excluded.IsEmpty) RuntimeObject* L_0 = ___excluded0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0016; } } { // if (uri == null) String_t* L_2 = ___uri1; if (L_2) { goto IL_000d; } } { // return excluded; RuntimeObject* L_3 = ___excluded0; return L_3; } IL_000d: { // excluded.Add(uri); RuntimeObject* L_4 = ___excluded0; String_t* L_5 = ___uri1; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_4, L_5); // return excluded; RuntimeObject* L_6 = ___excluded0; return L_6; } IL_0016: { // ISet union = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_7 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_7, /*hidden argument*/NULL); V_0 = L_7; // IEnumerator _iter = excluded.GetEnumerator(); RuntimeObject* L_8 = ___excluded0; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_8); V_1 = L_9; goto IL_003a; } IL_0025: { // String _excluded = (String)_iter.Current; RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)); // unionURI(_excluded, uri, union); String_t* L_12 = V_2; String_t* L_13 = ___uri1; RuntimeObject* L_14 = V_0; PkixNameConstraintValidator_unionURI_m28993A237112F5C3BD0427F0BB6DE476F237A1A7(__this, L_12, L_13, L_14, /*hidden argument*/NULL); } IL_003a: { // while (_iter.MoveNext()) RuntimeObject* L_15 = V_1; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0025; } } { // return union; RuntimeObject* L_17 = V_0; return L_17; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::intersectURI(System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_intersectURI_m55FE5BF1E8BC52D305C7F551B30CBF3396BD3A7F (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___email10, String_t* ___email21, RuntimeObject* ___intersect2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // if (email1.IndexOf('@') != -1) String_t* L_0 = ___email10; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0071; } } { // String _sub = email1.Substring(email1.IndexOf('@') + 1); String_t* L_2 = ___email10; String_t* L_3 = ___email10; NullCheck(L_3); int32_t L_4; L_4 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_3, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_2); String_t* L_5; L_5 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_5; // if (email2.IndexOf('@') != -1) String_t* L_6 = ___email21; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_003b; } } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_8 = ___email10; String_t* L_9 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_10; L_10 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_11 = ___intersect2; String_t* L_12 = ___email10; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, L_12); // } return; } IL_003b: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_13 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_14; L_14 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_13, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_14) { goto IL_005d; } } { // if (WithinDomain(_sub, email2)) String_t* L_15 = V_0; String_t* L_16 = ___email21; bool L_17; L_17 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_18 = ___intersect2; String_t* L_19 = ___email10; NullCheck(L_18); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_18, L_19); // } return; } IL_005d: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(_sub, email2)) String_t* L_20 = V_0; String_t* L_21 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_22; L_22 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_23 = ___intersect2; String_t* L_24 = ___email10; NullCheck(L_23); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_23, L_24); // } return; } IL_0071: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email1, ".")) String_t* L_25 = ___email10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_26; L_26 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_25, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_26) { goto IL_00fb; } } { // if (email2.IndexOf('@') != -1) String_t* L_27 = ___email21; NullCheck(L_27); int32_t L_28; L_28 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_27, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)(-1)))) { goto IL_00af; } } { // String _sub = email2.Substring(email1.IndexOf('@') + 1); String_t* L_29 = ___email21; String_t* L_30 = ___email10; NullCheck(L_30); int32_t L_31; L_31 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_30, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_29); String_t* L_32; L_32 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_32; // if (WithinDomain(_sub, email1)) String_t* L_33 = V_1; String_t* L_34 = ___email10; bool L_35; L_35 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0155; } } { // intersect.Add(email2); RuntimeObject* L_36 = ___intersect2; String_t* L_37 = ___email21; NullCheck(L_36); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_36, L_37); // } return; } IL_00af: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_38 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_39; L_39 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_38, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_39) { goto IL_00e9; } } { // if (WithinDomain(email1, email2) || BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_40 = ___email10; String_t* L_41 = ___email21; bool L_42; L_42 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_40, L_41, /*hidden argument*/NULL); if (L_42) { goto IL_00cf; } } { String_t* L_43 = ___email10; String_t* L_44 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_45; L_45 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_00d7; } } IL_00cf: { // intersect.Add(email1); RuntimeObject* L_46 = ___intersect2; String_t* L_47 = ___email10; NullCheck(L_46); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_46, L_47); // } return; } IL_00d7: { // else if (WithinDomain(email2, email1)) String_t* L_48 = ___email21; String_t* L_49 = ___email10; bool L_50; L_50 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_48, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0155; } } { // intersect.Add(email2); RuntimeObject* L_51 = ___intersect2; String_t* L_52 = ___email21; NullCheck(L_51); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_51, L_52); // } return; } IL_00e9: { // if (WithinDomain(email2, email1)) String_t* L_53 = ___email21; String_t* L_54 = ___email10; bool L_55; L_55 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0155; } } { // intersect.Add(email2); RuntimeObject* L_56 = ___intersect2; String_t* L_57 = ___email21; NullCheck(L_56); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_56, L_57); // } return; } IL_00fb: { // if (email2.IndexOf('@') != -1) String_t* L_58 = ___email21; NullCheck(L_58); int32_t L_59; L_59 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_58, ((int32_t)64), /*hidden argument*/NULL); if ((((int32_t)L_59) == ((int32_t)(-1)))) { goto IL_0126; } } { // String _sub = email2.Substring(email2.IndexOf('@') + 1); String_t* L_60 = ___email21; String_t* L_61 = ___email21; NullCheck(L_61); int32_t L_62; L_62 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_61, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_60); String_t* L_63; L_63 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_60, ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)), /*hidden argument*/NULL); // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(_sub, email1)) String_t* L_64 = ___email10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_65; L_65 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_63, L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_0155; } } { // intersect.Add(email2); RuntimeObject* L_66 = ___intersect2; String_t* L_67 = ___email21; NullCheck(L_66); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_66, L_67); // } return; } IL_0126: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(email2, ".")) String_t* L_68 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_69; L_69 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_68, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (!L_69) { goto IL_0145; } } { // if (WithinDomain(email1, email2)) String_t* L_70 = ___email10; String_t* L_71 = ___email21; bool L_72; L_72 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_70, L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_73 = ___intersect2; String_t* L_74 = ___email10; NullCheck(L_73); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_73, L_74); // } return; } IL_0145: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(email1, email2)) String_t* L_75 = ___email10; String_t* L_76 = ___email21; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_77; L_77 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_75, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_0155; } } { // intersect.Add(email1); RuntimeObject* L_78 = ___intersect2; String_t* L_79 = ___email10; NullCheck(L_78); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_78, L_79); } IL_0155: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedURI(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedURI_m13D092F297332E818D9736F288429651BD3D95FB (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___permitted0, String_t* ___uri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { // if (permitted == null) RuntimeObject* L_0 = ___permitted0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // IEnumerator it = permitted.GetEnumerator(); RuntimeObject* L_1 = ___permitted0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; goto IL_0024; } IL_000d: { // String str = ((String)it.Current); RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // if (IsUriConstrained(uri, str)) String_t* L_5 = ___uri1; String_t* L_6 = V_1; bool L_7; L_7 = PkixNameConstraintValidator_IsUriConstrained_m794620124215770FDC673778B6273F9CC572AFCF(__this, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0024; } } { // return; return; } IL_0024: { // while (it.MoveNext()) RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_000d; } } { // if (uri.Length == 0 && permitted.Count == 0) String_t* L_10 = ___uri1; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003d; } } { RuntimeObject* L_12 = ___permitted0; NullCheck(L_12); int32_t L_13; L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_003d; } } { // return; return; } IL_003d: { // throw new PkixNameConstraintValidatorException( // "URI is not from a permitted subtree."); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_14 = (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var))); PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralED3F1381F57FE8D10DFAC58E325C417090550754)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidator_CheckPermittedURI_m13D092F297332E818D9736F288429651BD3D95FB_RuntimeMethod_var))); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IsUriConstrained(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_IsUriConstrained_m794620124215770FDC673778B6273F9CC572AFCF (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, String_t* ___uri0, String_t* ___constraint1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // String host = ExtractHostFromURL(uri); String_t* L_0 = ___uri0; String_t* L_1; L_1 = PkixNameConstraintValidator_ExtractHostFromURL_mDB0D123750011CA637C27A426697F6F841475CB0(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (!BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(constraint, ".")) String_t* L_2 = ___constraint1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_3; L_3 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_2, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EqualsIgnoreCase(host, constraint)) String_t* L_4 = V_0; String_t* L_5 = ___constraint1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_6; L_6 = Platform_EqualsIgnoreCase_m346F094BFF0AF411959DA2553597C66A8D52550A(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { // return true; return (bool)1; } IL_001f: { // else if (WithinDomain(host, constraint)) String_t* L_7 = V_0; String_t* L_8 = ___constraint1; bool L_9; L_9 = PkixNameConstraintValidator_WithinDomain_m7336A2D06A88C9A073ABCC76B08A848CD9EFA654(__this, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002b; } } { // return true; return (bool)1; } IL_002b: { // return false; return (bool)0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::ExtractHostFromURL(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_ExtractHostFromURL_mDB0D123750011CA637C27A426697F6F841475CB0 (String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { // String sub = url.Substring(url.IndexOf(':') + 1); String_t* L_0 = ___url0; String_t* L_1 = ___url0; NullCheck(L_1); int32_t L_2; L_2 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_1, ((int32_t)58), /*hidden argument*/NULL); NullCheck(L_0); String_t* L_3; L_3 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_3; // int idxOfSlashes = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.IndexOf(sub, "//"); String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Platform_IndexOf_mDB70E24C7BA422B47279D3D583624C32D134B398(L_4, _stringLiteral1A3368DAE484FE379E69F430C2A7AAC7B6DBF7C3, /*hidden argument*/NULL); V_1 = L_5; // if (idxOfSlashes != -1) int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_002b; } } { // sub = sub.Substring(idxOfSlashes + 2); String_t* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9; L_9 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL); V_0 = L_9; } IL_002b: { // if (sub.LastIndexOf(':') != -1) String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_10, ((int32_t)58), /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)(-1)))) { goto IL_0046; } } { // sub = sub.Substring(0, sub.LastIndexOf(':')); String_t* L_12 = V_0; String_t* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_13, ((int32_t)58), /*hidden argument*/NULL); NullCheck(L_12); String_t* L_15; L_15 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_12, 0, L_14, /*hidden argument*/NULL); V_0 = L_15; } IL_0046: { // sub = sub.Substring(sub.IndexOf(':') + 1); String_t* L_16 = V_0; String_t* L_17 = V_0; NullCheck(L_17); int32_t L_18; L_18 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_17, ((int32_t)58), /*hidden argument*/NULL); NullCheck(L_16); String_t* L_19; L_19 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_19; // sub = sub.Substring(sub.IndexOf('@') + 1); String_t* L_20 = V_0; String_t* L_21 = V_0; NullCheck(L_21); int32_t L_22; L_22 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_21, ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_20); String_t* L_23; L_23 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_23; // if (sub.IndexOf('/') != -1) String_t* L_24 = V_0; NullCheck(L_24); int32_t L_25; L_25 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_24, ((int32_t)47), /*hidden argument*/NULL); if ((((int32_t)L_25) == ((int32_t)(-1)))) { goto IL_0083; } } { // sub = sub.Substring(0, sub.IndexOf('/')); String_t* L_26 = V_0; String_t* L_27 = V_0; NullCheck(L_27); int32_t L_28; L_28 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_27, ((int32_t)47), /*hidden argument*/NULL); NullCheck(L_26); String_t* L_29; L_29 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_26, 0, L_28, /*hidden argument*/NULL); V_0 = L_29; } IL_0083: { // return sub; String_t* L_30 = V_0; return L_30; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkPermitted(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkPermitted_mB6AC598BF5195C0CE593D95139CD5FBD1F4E6E40 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___name0, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // switch (name.TagNo) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = ___name0; NullCheck(L_0); int32_t L_1; L_1 = GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline(L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_002c; } case 1: { goto IL_0040; } case 2: { goto IL_00af; } case 3: { goto IL_005d; } case 4: { goto IL_00af; } case 5: { goto IL_0074; } case 6: { goto IL_0091; } } } { return; } IL_002c: { // CheckPermittedEmail(permittedSubtreesEmail, // ExtractNameAsString(name)); RuntimeObject* L_3 = __this->get_permittedSubtreesEmail_7(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_4 = ___name0; String_t* L_5; L_5 = PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED(__this, L_4, /*hidden argument*/NULL); PkixNameConstraintValidator_CheckPermittedEmail_mFFB21A96B103ADAEB9AB706DCA0811C9A0EB7BCF(__this, L_3, L_5, /*hidden argument*/NULL); // break; return; } IL_0040: { // CheckPermittedDNS(permittedSubtreesDNS, DerIA5String.GetInstance( // name.Name).GetString()); RuntimeObject* L_6 = __this->get_permittedSubtreesDNS_6(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_7 = ___name0; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_7, /*hidden argument*/NULL); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_9; L_9 = DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::GetString() */, L_9); PkixNameConstraintValidator_CheckPermittedDNS_m0B847AED51D2CCBE821A50776C847F11743DF2E7(__this, L_6, L_10, /*hidden argument*/NULL); // break; return; } IL_005d: { // CheckPermittedDN(Asn1Sequence.GetInstance(name.Name.ToAsn1Object())); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_11 = ___name0; NullCheck(L_11); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12; L_12 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13; L_13 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_12); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14; L_14 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_13, /*hidden argument*/NULL); PkixNameConstraintValidator_CheckPermittedDN_mE762405C630D96F1C78D1F80DD7EDDAEB79EE1F0(__this, L_14, /*hidden argument*/NULL); // break; return; } IL_0074: { // CheckPermittedURI(permittedSubtreesURI, DerIA5String.GetInstance( // name.Name).GetString()); RuntimeObject* L_15 = __this->get_permittedSubtreesURI_8(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_16 = ___name0; NullCheck(L_16); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_17; L_17 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_16, /*hidden argument*/NULL); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_18; L_18 = DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::GetString() */, L_18); PkixNameConstraintValidator_CheckPermittedURI_m13D092F297332E818D9736F288429651BD3D95FB(__this, L_15, L_19, /*hidden argument*/NULL); // break; return; } IL_0091: { // byte[] ip = Asn1OctetString.GetInstance(name.Name).GetOctets(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_20 = ___name0; NullCheck(L_20); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_21; L_21 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_20, /*hidden argument*/NULL); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_22; L_22 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_21, /*hidden argument*/NULL); NullCheck(L_22); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_22); V_0 = L_23; // CheckPermittedIP(permittedSubtreesIP, ip); RuntimeObject* L_24 = __this->get_permittedSubtreesIP_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_0; PkixNameConstraintValidator_CheckPermittedIP_mA8354D14FB7B7CB73EA501AAA16215C96AE99346(__this, L_24, L_25, /*hidden argument*/NULL); } IL_00af: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkExcluded(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkExcluded_mA9A3131B30DF29680A46AF38EA85B0FC687EAE8F (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___name0, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // switch (name.TagNo) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = ___name0; NullCheck(L_0); int32_t L_1; L_1 = GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline(L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_002c; } case 1: { goto IL_0040; } case 2: { goto IL_00af; } case 3: { goto IL_005d; } case 4: { goto IL_00af; } case 5: { goto IL_0074; } case 6: { goto IL_0091; } } } { return; } IL_002c: { // CheckExcludedEmail(excludedSubtreesEmail, ExtractNameAsString(name)); RuntimeObject* L_3 = __this->get_excludedSubtreesEmail_2(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_4 = ___name0; String_t* L_5; L_5 = PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED(__this, L_4, /*hidden argument*/NULL); PkixNameConstraintValidator_CheckExcludedEmail_m46C84BD02998A5C98F430FAC8B5DEE85198DDC4F(__this, L_3, L_5, /*hidden argument*/NULL); // break; return; } IL_0040: { // checkExcludedDNS(excludedSubtreesDNS, DerIA5String.GetInstance( // name.Name).GetString()); RuntimeObject* L_6 = __this->get_excludedSubtreesDNS_1(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_7 = ___name0; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_7, /*hidden argument*/NULL); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_9; L_9 = DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::GetString() */, L_9); PkixNameConstraintValidator_checkExcludedDNS_m8A1A5AB411D9853A21EBEDB86DF2228478E09225(__this, L_6, L_10, /*hidden argument*/NULL); // break; return; } IL_005d: { // CheckExcludedDN(Asn1Sequence.GetInstance(name.Name.ToAsn1Object())); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_11 = ___name0; NullCheck(L_11); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12; L_12 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13; L_13 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_12); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14; L_14 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_13, /*hidden argument*/NULL); PkixNameConstraintValidator_CheckExcludedDN_m9728473B2B7CD0806A3E8741534E4FEEE7ABCD14(__this, L_14, /*hidden argument*/NULL); // break; return; } IL_0074: { // checkExcludedURI(excludedSubtreesURI, DerIA5String.GetInstance( // name.Name).GetString()); RuntimeObject* L_15 = __this->get_excludedSubtreesURI_3(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_16 = ___name0; NullCheck(L_16); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_17; L_17 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_16, /*hidden argument*/NULL); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_18; L_18 = DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::GetString() */, L_18); PkixNameConstraintValidator_checkExcludedURI_mC8CEA3E46EE4A718335DEDE7626C8E04789FF202(__this, L_15, L_19, /*hidden argument*/NULL); // break; return; } IL_0091: { // byte[] ip = Asn1OctetString.GetInstance(name.Name).GetOctets(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_20 = ___name0; NullCheck(L_20); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_21; L_21 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_20, /*hidden argument*/NULL); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_22; L_22 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_21, /*hidden argument*/NULL); NullCheck(L_22); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_22); V_0 = L_23; // checkExcludedIP(excludedSubtreesIP, ip); RuntimeObject* L_24 = __this->get_excludedSubtreesIP_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_0; PkixNameConstraintValidator_checkExcludedIP_mB9A901586F79782E926CB1F2ECD4A9FD83480165(__this, L_24, L_25, /*hidden argument*/NULL); } IL_00af: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectPermittedSubtree(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_IntersectPermittedSubtree_mAA6E1A02C299B0CBB6AC8E79F19D6EAA8FF975E9 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___permitted0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; { // IDictionary subtreesMap = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); V_0 = L_0; // for (IEnumerator e = permitted.GetEnumerator(); e.MoveNext(); ) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___permitted0; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_1); V_1 = L_2; goto IL_005d; } IL_000f: { // GeneralSubtree subtree = GeneralSubtree.GetInstance(e.Current); RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * L_5; L_5 = GeneralSubtree_GetInstance_mD170ABE05AFB3CE170A04D4FCDD1C05F09AC073F(L_4, /*hidden argument*/NULL); V_2 = L_5; // int tagNo = subtree.Base.TagNo; GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * L_6 = V_2; NullCheck(L_6); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_7; L_7 = GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline(L_7, /*hidden argument*/NULL); V_3 = L_8; // if (subtreesMap[tagNo] == null) RuntimeObject* L_9 = V_0; int32_t L_10 = V_3; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_9, L_12); if (L_13) { goto IL_0046; } } { // subtreesMap[tagNo] = new HashSet(); RuntimeObject* L_14 = V_0; int32_t L_15 = V_3; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_16); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_18 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_18, /*hidden argument*/NULL); NullCheck(L_14); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_14, L_17, L_18); } IL_0046: { // ((ISet)subtreesMap[tagNo]).Add(subtree); RuntimeObject* L_19 = V_0; int32_t L_20 = V_3; int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_21); NullCheck(L_19); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_19, L_22); GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * L_24 = V_2; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_23, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_23, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)), L_24); } IL_005d: { // for (IEnumerator e = permitted.GetEnumerator(); e.MoveNext(); ) RuntimeObject* L_25 = V_1; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_000f; } } { // for (IEnumerator it = subtreesMap.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_27 = V_0; NullCheck(L_27); RuntimeObject* L_28; L_28 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_27); V_4 = L_28; goto IL_0156; } IL_0072: { // DictionaryEntry entry = (DictionaryEntry)it.Current; RuntimeObject* L_29 = V_4; NullCheck(L_29); RuntimeObject * L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_29); V_5 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_30, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); // switch ((int)entry.Key ) RuntimeObject * L_31; L_31 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_5), /*hidden argument*/NULL); V_6 = ((*(int32_t*)((int32_t*)UnBox(L_31, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_32 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1))) { case 0: { goto IL_00b8; } case 1: { goto IL_00d8; } case 2: { goto IL_0156; } case 3: { goto IL_00f8; } case 4: { goto IL_0156; } case 5: { goto IL_0118; } case 6: { goto IL_0138; } } } { goto IL_0156; } IL_00b8: { // permittedSubtreesEmail = IntersectEmail(permittedSubtreesEmail, // (ISet)entry.Value); RuntimeObject* L_33 = __this->get_permittedSubtreesEmail_7(); RuntimeObject * L_34; L_34 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_5), /*hidden argument*/NULL); RuntimeObject* L_35; L_35 = PkixNameConstraintValidator_IntersectEmail_m197D0DC77E4EBB4EA6C597075A70A1D9C593533D(__this, L_33, ((RuntimeObject*)Castclass((RuntimeObject*)L_34, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_permittedSubtreesEmail_7(L_35); // break; goto IL_0156; } IL_00d8: { // permittedSubtreesDNS = intersectDNS(permittedSubtreesDNS, // (ISet)entry.Value); RuntimeObject* L_36 = __this->get_permittedSubtreesDNS_6(); RuntimeObject * L_37; L_37 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_5), /*hidden argument*/NULL); RuntimeObject* L_38; L_38 = PkixNameConstraintValidator_intersectDNS_mEE68F18830534C2744BC792FAC2277D88056D263(__this, L_36, ((RuntimeObject*)Castclass((RuntimeObject*)L_37, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_permittedSubtreesDNS_6(L_38); // break; goto IL_0156; } IL_00f8: { // permittedSubtreesDN = IntersectDN(permittedSubtreesDN, // (ISet)entry.Value); RuntimeObject* L_39 = __this->get_permittedSubtreesDN_5(); RuntimeObject * L_40; L_40 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_5), /*hidden argument*/NULL); RuntimeObject* L_41; L_41 = PkixNameConstraintValidator_IntersectDN_m33598CAAC22CBC24A0165BBA58DD671CC09C5607(__this, L_39, ((RuntimeObject*)Castclass((RuntimeObject*)L_40, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_permittedSubtreesDN_5(L_41); // break; goto IL_0156; } IL_0118: { // permittedSubtreesURI = intersectURI(permittedSubtreesURI, // (ISet)entry.Value); RuntimeObject* L_42 = __this->get_permittedSubtreesURI_8(); RuntimeObject * L_43; L_43 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_5), /*hidden argument*/NULL); RuntimeObject* L_44; L_44 = PkixNameConstraintValidator_intersectURI_mDFE3675484B89653DF0EF1979ECE31277E4AB167(__this, L_42, ((RuntimeObject*)Castclass((RuntimeObject*)L_43, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_permittedSubtreesURI_8(L_44); // break; goto IL_0156; } IL_0138: { // permittedSubtreesIP = IntersectIP(permittedSubtreesIP, // (ISet)entry.Value); RuntimeObject* L_45 = __this->get_permittedSubtreesIP_9(); RuntimeObject * L_46; L_46 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_5), /*hidden argument*/NULL); RuntimeObject* L_47; L_47 = PkixNameConstraintValidator_IntersectIP_m3FA8AC49109B5816068FC2F1564C7E62544F9ADE(__this, L_45, ((RuntimeObject*)Castclass((RuntimeObject*)L_46, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_permittedSubtreesIP_9(L_47); } IL_0156: { // for (IEnumerator it = subtreesMap.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_48 = V_4; NullCheck(L_48); bool L_49; L_49 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_48); if (L_49) { goto IL_0072; } } { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::ExtractNameAsString(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___name0, const RuntimeMethod* method) { { // return DerIA5String.GetInstance(name.Name).GetString(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = ___name0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_0, /*hidden argument*/NULL); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_2; L_2 = DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::GetString() */, L_2); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectEmptyPermittedSubtree(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_IntersectEmptyPermittedSubtree_mBB3202AB47A7FB122FB617073527618B2CD64D6B (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, int32_t ___nameType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nameType0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0025; } case 1: { goto IL_0031; } case 2: { goto IL_0060; } case 3: { goto IL_003d; } case 4: { goto IL_0060; } case 5: { goto IL_0049; } case 6: { goto IL_0055; } } } { return; } IL_0025: { // permittedSubtreesEmail = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set_permittedSubtreesEmail_7(L_1); // break; return; } IL_0031: { // permittedSubtreesDNS = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_2 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_2, /*hidden argument*/NULL); __this->set_permittedSubtreesDNS_6(L_2); // break; return; } IL_003d: { // permittedSubtreesDN = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_3 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_3, /*hidden argument*/NULL); __this->set_permittedSubtreesDN_5(L_3); // break; return; } IL_0049: { // permittedSubtreesURI = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_4 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_4, /*hidden argument*/NULL); __this->set_permittedSubtreesURI_8(L_4); // break; return; } IL_0055: { // permittedSubtreesIP = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_5 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_5, /*hidden argument*/NULL); __this->set_permittedSubtreesIP_9(L_5); } IL_0060: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::AddExcludedSubtree(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_AddExcludedSubtree_m1C552E1E5787D1699DFEACE04B53FB3F6CE85624 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * ___subtree0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * V_0 = NULL; int32_t V_1 = 0; { // GeneralName subTreeBase = subtree.Base; GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * L_0 = ___subtree0; NullCheck(L_0); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_1; L_1 = GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // switch (subTreeBase.TagNo) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))) { case 0: { goto IL_0033; } case 1: { goto IL_004d; } case 2: { goto IL_00c6; } case 3: { goto IL_0067; } case 4: { goto IL_00c6; } case 5: { goto IL_008a; } case 6: { goto IL_00a4; } } } { return; } IL_0033: { // excludedSubtreesEmail = UnionEmail(excludedSubtreesEmail, // ExtractNameAsString(subTreeBase)); RuntimeObject* L_5 = __this->get_excludedSubtreesEmail_2(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_6 = V_0; String_t* L_7; L_7 = PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED(__this, L_6, /*hidden argument*/NULL); RuntimeObject* L_8; L_8 = PkixNameConstraintValidator_UnionEmail_m2D5BA883D68A451A6E5BA6EE5116083E48E99122(__this, L_5, L_7, /*hidden argument*/NULL); __this->set_excludedSubtreesEmail_2(L_8); // break; return; } IL_004d: { // excludedSubtreesDNS = unionDNS(excludedSubtreesDNS, // ExtractNameAsString(subTreeBase)); RuntimeObject* L_9 = __this->get_excludedSubtreesDNS_1(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_10 = V_0; String_t* L_11; L_11 = PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED(__this, L_10, /*hidden argument*/NULL); RuntimeObject* L_12; L_12 = PkixNameConstraintValidator_unionDNS_mE2ACC7F2B1A634475349C4C419226BC1B5AE9ACC(__this, L_9, L_11, /*hidden argument*/NULL); __this->set_excludedSubtreesDNS_1(L_12); // break; return; } IL_0067: { // excludedSubtreesDN = UnionDN(excludedSubtreesDN, // (Asn1Sequence)subTreeBase.Name.ToAsn1Object()); RuntimeObject* L_13 = __this->get_excludedSubtreesDN_0(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_14 = V_0; NullCheck(L_14); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_15; L_15 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_16; L_16 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_15); RuntimeObject* L_17; L_17 = PkixNameConstraintValidator_UnionDN_mC66706F448F10A5E8732EF4CCC711FC3A92BFFAA(__this, L_13, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_16, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_excludedSubtreesDN_0(L_17); // break; return; } IL_008a: { // excludedSubtreesURI = unionURI(excludedSubtreesURI, // ExtractNameAsString(subTreeBase)); RuntimeObject* L_18 = __this->get_excludedSubtreesURI_3(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_19 = V_0; String_t* L_20; L_20 = PkixNameConstraintValidator_ExtractNameAsString_mB393FD59F86BDEBB89641824536A9F5FB392FCED(__this, L_19, /*hidden argument*/NULL); RuntimeObject* L_21; L_21 = PkixNameConstraintValidator_unionURI_m2D6A6593FBE51E21A8ACB00E9725FDE12BAD2BFE(__this, L_18, L_20, /*hidden argument*/NULL); __this->set_excludedSubtreesURI_3(L_21); // break; return; } IL_00a4: { // excludedSubtreesIP = UnionIP(excludedSubtreesIP, Asn1OctetString // .GetInstance(subTreeBase.Name).GetOctets()); RuntimeObject* L_22 = __this->get_excludedSubtreesIP_4(); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_23 = V_0; NullCheck(L_23); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_24; L_24 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_23, /*hidden argument*/NULL); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_25; L_25 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_24, /*hidden argument*/NULL); NullCheck(L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26; L_26 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_25); RuntimeObject* L_27; L_27 = PkixNameConstraintValidator_UnionIP_mC6E73291D97DB5D86AC089174A03519411859D0C(__this, L_22, L_26, /*hidden argument*/NULL); __this->set_excludedSubtreesIP_4(L_27); } IL_00c6: { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::Max(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixNameConstraintValidator_Max_m77DE8859D815DD21615A871D51172C39588008D4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip21, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < ip1.Length; i++) V_0 = 0; goto IL_001e; } IL_0004: { // if ((ip1[i] & 0xFFFF) > (ip2[i] & 0xFFFF)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ip10; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ip21; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); if ((((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)65535)))) <= ((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)65535)))))) { goto IL_001a; } } { // return ip1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___ip10; return L_8; } IL_001a: { // for (int i = 0; i < ip1.Length; i++) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_001e: { // for (int i = 0; i < ip1.Length; i++) int32_t L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___ip10; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0004; } } { // return ip2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___ip21; return L_12; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::Min(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixNameConstraintValidator_Min_m7AE156668EED823B6991256C681097A89EA87A15 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip21, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < ip1.Length; i++) V_0 = 0; goto IL_001e; } IL_0004: { // if ((ip1[i] & 0xFFFF) < (ip2[i] & 0xFFFF)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ip10; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ip21; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); if ((((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)65535)))) >= ((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)65535)))))) { goto IL_001a; } } { // return ip1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___ip10; return L_8; } IL_001a: { // for (int i = 0; i < ip1.Length; i++) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_001e: { // for (int i = 0; i < ip1.Length; i++) int32_t L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___ip10; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0004; } } { // return ip2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___ip21; return L_12; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CompareTo(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixNameConstraintValidator_CompareTo_m41AF0738649D880B44374377E5916F561BC9C962 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays.AreEqual(ip1, ip2)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ip10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___ip21; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_2; L_2 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000b; } } { // return 0; return 0; } IL_000b: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays.AreEqual(Max(ip1, ip2), ip1)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___ip10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ip21; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = PkixNameConstraintValidator_Max_m77DE8859D815DD21615A871D51172C39588008D4(L_3, L_4, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___ip10; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_7; L_7 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_001c; } } { // return 1; return 1; } IL_001c: { // return -1; return (-1); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::Or(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PkixNameConstraintValidator_Or_m268AAA883C054F99DC899717FA9CA662384C6632 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] temp = new byte[ip1.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ip10; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = L_1; // for (int i = 0; i < ip1.Length; i++) V_1 = 0; goto IL_001c; } IL_000d: { // temp[i] = (byte)(ip1[i] | ip2[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ip10; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___ip21; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_7|(int32_t)L_11))))); // for (int i = 0; i < ip1.Length; i++) int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_001c: { // for (int i = 0; i < ip1.Length; i++) int32_t L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___ip10; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_000d; } } { // return temp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; return L_15; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::HashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixNameConstraintValidator_HashCode_mF1984361B04B306A4E668A2CB34837BC7A40AE16 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, const RuntimeMethod* method) { { // return GetHashCode(); int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, __this); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixNameConstraintValidator_GetHashCode_mFC112FAECEE35BFE495A27658DFFCD879DE3500C (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, const RuntimeMethod* method) { { // return HashCollection(excludedSubtreesDN) // + HashCollection(excludedSubtreesDNS) // + HashCollection(excludedSubtreesEmail) // + HashCollection(excludedSubtreesIP) // + HashCollection(excludedSubtreesURI) // + HashCollection(permittedSubtreesDN) // + HashCollection(permittedSubtreesDNS) // + HashCollection(permittedSubtreesEmail) // + HashCollection(permittedSubtreesIP) // + HashCollection(permittedSubtreesURI); RuntimeObject* L_0 = __this->get_excludedSubtreesDN_0(); int32_t L_1; L_1 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = __this->get_excludedSubtreesDNS_1(); int32_t L_3; L_3 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = __this->get_excludedSubtreesEmail_2(); int32_t L_5; L_5 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_4, /*hidden argument*/NULL); RuntimeObject* L_6 = __this->get_excludedSubtreesIP_4(); int32_t L_7; L_7 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_6, /*hidden argument*/NULL); RuntimeObject* L_8 = __this->get_excludedSubtreesURI_3(); int32_t L_9; L_9 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_8, /*hidden argument*/NULL); RuntimeObject* L_10 = __this->get_permittedSubtreesDN_5(); int32_t L_11; L_11 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_10, /*hidden argument*/NULL); RuntimeObject* L_12 = __this->get_permittedSubtreesDNS_6(); int32_t L_13; L_13 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_12, /*hidden argument*/NULL); RuntimeObject* L_14 = __this->get_permittedSubtreesEmail_7(); int32_t L_15; L_15 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_14, /*hidden argument*/NULL); RuntimeObject* L_16 = __this->get_permittedSubtreesIP_9(); int32_t L_17; L_17 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_16, /*hidden argument*/NULL); RuntimeObject* L_18 = __this->get_permittedSubtreesURI_8(); int32_t L_19; L_19 = PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B(__this, L_18, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), (int32_t)L_5)), (int32_t)L_7)), (int32_t)L_9)), (int32_t)L_11)), (int32_t)L_13)), (int32_t)L_15)), (int32_t)L_17)), (int32_t)L_19)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::HashCollection(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixNameConstraintValidator_HashCollection_m8AD798F1FB0102169D1E7BC4FA6AA66C94870C4B (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___coll0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; { // if (coll == null) RuntimeObject* L_0 = ___coll0; if (L_0) { goto IL_0005; } } { // return 0; return 0; } IL_0005: { // int hash = 0; V_0 = 0; // IEnumerator it1 = coll.GetEnumerator(); RuntimeObject* L_1 = ___coll0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; goto IL_0038; } IL_0010: { // Object o = it1.Current; RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = L_4; // if (o is byte[]) RuntimeObject * L_5 = V_2; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_002f; } } { // hash += BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays.GetHashCode((byte[])o); int32_t L_6 = V_0; RuntimeObject * L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_8)); // } goto IL_0038; } IL_002f: { // hash += o.GetHashCode(); int32_t L_9 = V_0; RuntimeObject * L_10 = V_2; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_10); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_11)); } IL_0038: { // while (it1.MoveNext()) RuntimeObject* L_12 = V_1; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0010; } } { // return hash; int32_t L_14 = V_0; return L_14; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_Equals_m7B3F01E75384D6A9AC02EC7CD561F77FB1C05776 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * V_0 = NULL; { // if (!(o is PkixNameConstraintValidator)) RuntimeObject * L_0 = ___o0; if (((PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF *)IsInstClass((RuntimeObject*)L_0, PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF_il2cpp_TypeInfo_var))) { goto IL_000a; } } { // return false; return (bool)0; } IL_000a: { // PkixNameConstraintValidator constraintValidator = (PkixNameConstraintValidator)o; RuntimeObject * L_1 = ___o0; V_0 = ((PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF *)CastclassClass((RuntimeObject*)L_1, PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF_il2cpp_TypeInfo_var)); // return CollectionsAreEqual(constraintValidator.excludedSubtreesDN, excludedSubtreesDN) // && CollectionsAreEqual(constraintValidator.excludedSubtreesDNS, excludedSubtreesDNS) // && CollectionsAreEqual(constraintValidator.excludedSubtreesEmail, excludedSubtreesEmail) // && CollectionsAreEqual(constraintValidator.excludedSubtreesIP, excludedSubtreesIP) // && CollectionsAreEqual(constraintValidator.excludedSubtreesURI, excludedSubtreesURI) // && CollectionsAreEqual(constraintValidator.permittedSubtreesDN, permittedSubtreesDN) // && CollectionsAreEqual(constraintValidator.permittedSubtreesDNS, permittedSubtreesDNS) // && CollectionsAreEqual(constraintValidator.permittedSubtreesEmail, permittedSubtreesEmail) // && CollectionsAreEqual(constraintValidator.permittedSubtreesIP, permittedSubtreesIP) // && CollectionsAreEqual(constraintValidator.permittedSubtreesURI, permittedSubtreesURI); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3 = L_2->get_excludedSubtreesDN_0(); RuntimeObject* L_4 = __this->get_excludedSubtreesDN_0(); bool L_5; L_5 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7 = L_6->get_excludedSubtreesDNS_1(); RuntimeObject* L_8 = __this->get_excludedSubtreesDNS_1(); bool L_9; L_9 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_10 = V_0; NullCheck(L_10); RuntimeObject* L_11 = L_10->get_excludedSubtreesEmail_2(); RuntimeObject* L_12 = __this->get_excludedSubtreesEmail_2(); bool L_13; L_13 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_14 = V_0; NullCheck(L_14); RuntimeObject* L_15 = L_14->get_excludedSubtreesIP_4(); RuntimeObject* L_16 = __this->get_excludedSubtreesIP_4(); bool L_17; L_17 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_18 = V_0; NullCheck(L_18); RuntimeObject* L_19 = L_18->get_excludedSubtreesURI_3(); RuntimeObject* L_20 = __this->get_excludedSubtreesURI_3(); bool L_21; L_21 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_22 = V_0; NullCheck(L_22); RuntimeObject* L_23 = L_22->get_permittedSubtreesDN_5(); RuntimeObject* L_24 = __this->get_permittedSubtreesDN_5(); bool L_25; L_25 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_26 = V_0; NullCheck(L_26); RuntimeObject* L_27 = L_26->get_permittedSubtreesDNS_6(); RuntimeObject* L_28 = __this->get_permittedSubtreesDNS_6(); bool L_29; L_29 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_30 = V_0; NullCheck(L_30); RuntimeObject* L_31 = L_30->get_permittedSubtreesEmail_7(); RuntimeObject* L_32 = __this->get_permittedSubtreesEmail_7(); bool L_33; L_33 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_34 = V_0; NullCheck(L_34); RuntimeObject* L_35 = L_34->get_permittedSubtreesIP_9(); RuntimeObject* L_36 = __this->get_permittedSubtreesIP_9(); bool L_37; L_37 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e1; } } { PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_38 = V_0; NullCheck(L_38); RuntimeObject* L_39 = L_38->get_permittedSubtreesURI_8(); RuntimeObject* L_40 = __this->get_permittedSubtreesURI_8(); bool L_41; L_41 = PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344(__this, L_39, L_40, /*hidden argument*/NULL); return L_41; } IL_00e1: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CollectionsAreEqual(System.Collections.ICollection,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_CollectionsAreEqual_m761ECD077CC63DB0A163009A61DFD04EFFDF2344 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___coll10, RuntimeObject* ___coll21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; bool V_3 = false; RuntimeObject * V_4 = NULL; { // if (coll1 == coll2) RuntimeObject* L_0 = ___coll10; RuntimeObject* L_1 = ___coll21; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (coll1 == null || coll2 == null) RuntimeObject* L_2 = ___coll10; if (!L_2) { goto IL_000c; } } { RuntimeObject* L_3 = ___coll21; if (L_3) { goto IL_000e; } } IL_000c: { // return false; return (bool)0; } IL_000e: { // if (coll1.Count != coll2.Count) RuntimeObject* L_4 = ___coll10; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_4); RuntimeObject* L_6 = ___coll21; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_6); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_001e; } } { // return false; return (bool)0; } IL_001e: { // IEnumerator it1 = coll1.GetEnumerator(); RuntimeObject* L_8 = ___coll10; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_8); V_0 = L_9; goto IL_005d; } IL_0027: { // Object a = it1.Current; RuntimeObject* L_10 = V_0; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_1 = L_11; // IEnumerator it2 = coll2.GetEnumerator(); RuntimeObject* L_12 = ___coll21; NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_12); V_2 = L_13; // bool found = false; V_3 = (bool)0; goto IL_0050; } IL_0039: { // Object b = it2.Current; RuntimeObject* L_14 = V_2; NullCheck(L_14); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); V_4 = L_15; // if (SpecialEquals(a, b)) RuntimeObject * L_16 = V_1; RuntimeObject * L_17 = V_4; bool L_18; L_18 = PkixNameConstraintValidator_SpecialEquals_mA8B13530EB204F1F52C2FF34B1EB46A7A2A76986(__this, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0050; } } { // found = true; V_3 = (bool)1; // break; goto IL_0058; } IL_0050: { // while (it2.MoveNext()) RuntimeObject* L_19 = V_2; NullCheck(L_19); bool L_20; L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0039; } } IL_0058: { // if (!found) bool L_21 = V_3; if (L_21) { goto IL_005d; } } { // return false; return (bool)0; } IL_005d: { // while (it1.MoveNext()) RuntimeObject* L_22 = V_0; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0027; } } { // return true; return (bool)1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::SpecialEquals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixNameConstraintValidator_SpecialEquals_mA8B13530EB204F1F52C2FF34B1EB46A7A2A76986 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (o1 == o2) RuntimeObject * L_0 = ___o10; RuntimeObject * L_1 = ___o21; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (o1 == null || o2 == null) RuntimeObject * L_2 = ___o10; if (!L_2) { goto IL_000c; } } { RuntimeObject * L_3 = ___o21; if (L_3) { goto IL_000e; } } IL_000c: { // return false; return (bool)0; } IL_000e: { // if ((o1 is byte[]) && (o2 is byte[])) RuntimeObject * L_4 = ___o10; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0030; } } { RuntimeObject * L_5 = ___o21; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0030; } } { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays.AreEqual((byte[])o1, (byte[])o2); RuntimeObject * L_6 = ___o10; RuntimeObject * L_7 = ___o21; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_8; L_8 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_8; } IL_0030: { // return o1.Equals(o2); RuntimeObject * L_9 = ___o10; RuntimeObject * L_10 = ___o21; NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10); return L_11; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::StringifyIP(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_StringifyIP_m01E2C938E7BABD5610EBB4E1193C66F2EC1DADFE (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // String temp = ""; V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // for (int i = 0; i < ip.Length / 2; i++) V_1 = 0; goto IL_002b; } IL_000a: { // temp += (ip[i] & 0x00FF) + "."; String_t* L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___ip0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = ((int32_t)((int32_t)L_4&(int32_t)((int32_t)255))); String_t* L_5; L_5 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_0, L_5, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); V_0 = L_6; // for (int i = 0; i < ip.Length / 2; i++) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002b: { // for (int i = 0; i < ip.Length / 2; i++) int32_t L_8 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___ip0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))/(int32_t)2))))) { goto IL_000a; } } { // temp = temp.Substring(0, temp.Length - 1); String_t* L_10 = V_0; String_t* L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_10, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_13; // temp += "/"; String_t* L_14 = V_0; String_t* L_15; L_15 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_14, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); V_0 = L_15; // for (int i = ip.Length / 2; i < ip.Length; i++) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___ip0; NullCheck(L_16); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))/(int32_t)2)); goto IL_0078; } IL_0057: { // temp += (ip[i] & 0x00FF) + "."; String_t* L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___ip0; int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = L_19; uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); V_2 = ((int32_t)((int32_t)L_21&(int32_t)((int32_t)255))); String_t* L_22; L_22 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); String_t* L_23; L_23 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_17, L_22, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); V_0 = L_23; // for (int i = ip.Length / 2; i < ip.Length; i++) int32_t L_24 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0078: { // for (int i = ip.Length / 2; i < ip.Length; i++) int32_t L_25 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___ip0; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0057; } } { // temp = temp.Substring(0, temp.Length - 1); String_t* L_27 = V_0; String_t* L_28 = V_0; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_30; L_30 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_27, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_30; // return temp; String_t* L_31 = V_0; return L_31; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::StringifyIPCollection(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_StringifyIPCollection_m1D0A2157A31C59B527AD5829CCE7E4C0FDFC05B8 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, RuntimeObject* ___ips0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; { // String temp = ""; V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // temp += "["; String_t* L_0 = V_0; String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, /*hidden argument*/NULL); V_0 = L_1; // for (IEnumerator it = ips.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_2 = ___ips0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_1 = L_3; goto IL_0038; } IL_001b: { // temp += StringifyIP((byte[])it.Current) + ","; String_t* L_4 = V_0; RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); String_t* L_7; L_7 = PkixNameConstraintValidator_StringifyIP_m01E2C938E7BABD5610EBB4E1193C66F2EC1DADFE(__this, ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_4, L_7, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, /*hidden argument*/NULL); V_0 = L_8; } IL_0038: { // for (IEnumerator it = ips.GetEnumerator(); it.MoveNext(); ) RuntimeObject* L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_001b; } } { // if (temp.Length > 1) String_t* L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) <= ((int32_t)1))) { goto IL_0059; } } { // temp = temp.Substring(0, temp.Length - 1); String_t* L_13 = V_0; String_t* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_16; L_16 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_13, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_16; } IL_0059: { // temp += "]"; String_t* L_17 = V_0; String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_17, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); V_0 = L_18; // return temp; String_t* L_19 = V_0; return L_19; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixNameConstraintValidator_ToString_m2A813AB35F18CB531C2D3EE6D146DB50F6E55026 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B8359178FA3ADF071CE1E5A87D4A166BC6BC9D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E1BBE488CB281AA6731D9CF4A0BED94902BD3F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A5193F4EE85622E8F5B22B7408F69E043DE2EFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A8AAA7B34B1D1C94F0B34C78EFC9F607AD39161); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E19F22C75789DF424CC224825B7C3B2B49E2CB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8C1B69DB375D3BAC01C7D1DE55BB66B35CF0BA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC779CFF6CC64D9BB3CF05D14654C35870050117); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // String temp = ""; V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // temp += "permitted:\n"; String_t* L_0 = V_0; String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteralEC779CFF6CC64D9BB3CF05D14654C35870050117, /*hidden argument*/NULL); V_0 = L_1; // if (permittedSubtreesDN != null) RuntimeObject* L_2 = __this->get_permittedSubtreesDN_5(); if (!L_2) { goto IL_003d; } } { // temp += "DN:\n"; String_t* L_3 = V_0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteralE8C1B69DB375D3BAC01C7D1DE55BB66B35CF0BA3, /*hidden argument*/NULL); V_0 = L_4; // temp += permittedSubtreesDN.ToString() + "\n"; String_t* L_5 = V_0; RuntimeObject* L_6 = __this->get_permittedSubtreesDN_5(); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_5, L_7, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_8; } IL_003d: { // if (permittedSubtreesDNS != null) RuntimeObject* L_9 = __this->get_permittedSubtreesDNS_6(); if (!L_9) { goto IL_0068; } } { // temp += "DNS:\n"; String_t* L_10 = V_0; String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_10, _stringLiteral4A8AAA7B34B1D1C94F0B34C78EFC9F607AD39161, /*hidden argument*/NULL); V_0 = L_11; // temp += permittedSubtreesDNS.ToString() + "\n"; String_t* L_12 = V_0; RuntimeObject* L_13 = __this->get_permittedSubtreesDNS_6(); NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); String_t* L_15; L_15 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_12, L_14, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_15; } IL_0068: { // if (permittedSubtreesEmail != null) RuntimeObject* L_16 = __this->get_permittedSubtreesEmail_7(); if (!L_16) { goto IL_0093; } } { // temp += "Email:\n"; String_t* L_17 = V_0; String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_17, _stringLiteral8E19F22C75789DF424CC224825B7C3B2B49E2CB8, /*hidden argument*/NULL); V_0 = L_18; // temp += permittedSubtreesEmail.ToString() + "\n"; String_t* L_19 = V_0; RuntimeObject* L_20 = __this->get_permittedSubtreesEmail_7(); NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); String_t* L_22; L_22 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_19, L_21, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_22; } IL_0093: { // if (permittedSubtreesURI != null) RuntimeObject* L_23 = __this->get_permittedSubtreesURI_8(); if (!L_23) { goto IL_00be; } } { // temp += "URI:\n"; String_t* L_24 = V_0; String_t* L_25; L_25 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_24, _stringLiteral2B8359178FA3ADF071CE1E5A87D4A166BC6BC9D5, /*hidden argument*/NULL); V_0 = L_25; // temp += permittedSubtreesURI.ToString() + "\n"; String_t* L_26 = V_0; RuntimeObject* L_27 = __this->get_permittedSubtreesURI_8(); NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27); String_t* L_29; L_29 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_26, L_28, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_29; } IL_00be: { // if (permittedSubtreesIP != null) RuntimeObject* L_30 = __this->get_permittedSubtreesIP_9(); if (!L_30) { goto IL_00ea; } } { // temp += "IP:\n"; String_t* L_31 = V_0; String_t* L_32; L_32 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_31, _stringLiteral3A5193F4EE85622E8F5B22B7408F69E043DE2EFA, /*hidden argument*/NULL); V_0 = L_32; // temp += StringifyIPCollection(permittedSubtreesIP) + "\n"; String_t* L_33 = V_0; RuntimeObject* L_34 = __this->get_permittedSubtreesIP_9(); String_t* L_35; L_35 = PkixNameConstraintValidator_StringifyIPCollection_m1D0A2157A31C59B527AD5829CCE7E4C0FDFC05B8(__this, L_34, /*hidden argument*/NULL); String_t* L_36; L_36 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_33, L_35, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_36; } IL_00ea: { // temp += "excluded:\n"; String_t* L_37 = V_0; String_t* L_38; L_38 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_37, _stringLiteral2E1BBE488CB281AA6731D9CF4A0BED94902BD3F7, /*hidden argument*/NULL); V_0 = L_38; // if (!(excludedSubtreesDN.IsEmpty)) RuntimeObject* L_39 = __this->get_excludedSubtreesDN_0(); NullCheck(L_39); bool L_40; L_40 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_39); if (L_40) { goto IL_0126; } } { // temp += "DN:\n"; String_t* L_41 = V_0; String_t* L_42; L_42 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_41, _stringLiteralE8C1B69DB375D3BAC01C7D1DE55BB66B35CF0BA3, /*hidden argument*/NULL); V_0 = L_42; // temp += excludedSubtreesDN.ToString() + "\n"; String_t* L_43 = V_0; RuntimeObject* L_44 = __this->get_excludedSubtreesDN_0(); NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); String_t* L_46; L_46 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_43, L_45, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_46; } IL_0126: { // if (!excludedSubtreesDNS.IsEmpty) RuntimeObject* L_47 = __this->get_excludedSubtreesDNS_1(); NullCheck(L_47); bool L_48; L_48 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_47); if (L_48) { goto IL_0156; } } { // temp += "DNS:\n"; String_t* L_49 = V_0; String_t* L_50; L_50 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_49, _stringLiteral4A8AAA7B34B1D1C94F0B34C78EFC9F607AD39161, /*hidden argument*/NULL); V_0 = L_50; // temp += excludedSubtreesDNS.ToString() + "\n"; String_t* L_51 = V_0; RuntimeObject* L_52 = __this->get_excludedSubtreesDNS_1(); NullCheck(L_52); String_t* L_53; L_53 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_52); String_t* L_54; L_54 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_51, L_53, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_54; } IL_0156: { // if (!excludedSubtreesEmail.IsEmpty) RuntimeObject* L_55 = __this->get_excludedSubtreesEmail_2(); NullCheck(L_55); bool L_56; L_56 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_55); if (L_56) { goto IL_0186; } } { // temp += "Email:\n"; String_t* L_57 = V_0; String_t* L_58; L_58 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_57, _stringLiteral8E19F22C75789DF424CC224825B7C3B2B49E2CB8, /*hidden argument*/NULL); V_0 = L_58; // temp += excludedSubtreesEmail.ToString() + "\n"; String_t* L_59 = V_0; RuntimeObject* L_60 = __this->get_excludedSubtreesEmail_2(); NullCheck(L_60); String_t* L_61; L_61 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60); String_t* L_62; L_62 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_59, L_61, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_62; } IL_0186: { // if (!excludedSubtreesURI.IsEmpty) RuntimeObject* L_63 = __this->get_excludedSubtreesURI_3(); NullCheck(L_63); bool L_64; L_64 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_63); if (L_64) { goto IL_01b6; } } { // temp += "URI:\n"; String_t* L_65 = V_0; String_t* L_66; L_66 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_65, _stringLiteral2B8359178FA3ADF071CE1E5A87D4A166BC6BC9D5, /*hidden argument*/NULL); V_0 = L_66; // temp += excludedSubtreesURI.ToString() + "\n"; String_t* L_67 = V_0; RuntimeObject* L_68 = __this->get_excludedSubtreesURI_3(); NullCheck(L_68); String_t* L_69; L_69 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_68); String_t* L_70; L_70 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_67, L_69, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_70; } IL_01b6: { // if (!excludedSubtreesIP.IsEmpty) RuntimeObject* L_71 = __this->get_excludedSubtreesIP_4(); NullCheck(L_71); bool L_72; L_72 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_71); if (L_72) { goto IL_01e7; } } { // temp += "IP:\n"; String_t* L_73 = V_0; String_t* L_74; L_74 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_73, _stringLiteral3A5193F4EE85622E8F5B22B7408F69E043DE2EFA, /*hidden argument*/NULL); V_0 = L_74; // temp += StringifyIPCollection(excludedSubtreesIP) + "\n"; String_t* L_75 = V_0; RuntimeObject* L_76 = __this->get_excludedSubtreesIP_4(); String_t* L_77; L_77 = PkixNameConstraintValidator_StringifyIPCollection_m1D0A2157A31C59B527AD5829CCE7E4C0FDFC05B8(__this, L_76, /*hidden argument*/NULL); String_t* L_78; L_78 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_75, L_77, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); V_0 = L_78; } IL_01e7: { // return temp; String_t* L_79 = V_0; return L_79; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidatorException__ctor_m397BFDDE674A30EA8992446B34B20BBBA7340766 (PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(msg) String_t* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_0, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters__ctor_m1D836B4B95399258DE7C95EDC87AF90793F66882 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___trustAnchors0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private bool revocationEnabled = true; __this->set_revocationEnabled_5((bool)1); // private bool policyQualifiersRejected = true; __this->set_policyQualifiersRejected_10((bool)1); // public PkixParameters( // ISet trustAnchors) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // SetTrustAnchors(trustAnchors); RuntimeObject* L_0 = ___trustAnchors0; VirtualActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTrustAnchors(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) */, __this, L_0); // this.initialPolicies = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set_initialPolicies_6(L_1); // this.certPathCheckers = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_certPathCheckers_4(L_2); // this.stores = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); RuntimeObject* L_3; L_3 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_stores_12(L_3); // this.additionalStores = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); RuntimeObject* L_4; L_4 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_additionalStores_15(L_4); // this.trustedACIssuers = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_5 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_5, /*hidden argument*/NULL); __this->set_trustedACIssuers_16(L_5); // this.necessaryACAttributes = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_6 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_6, /*hidden argument*/NULL); __this->set_necessaryACAttributes_17(L_6); // this.prohibitedACAttributes = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_7 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_7, /*hidden argument*/NULL); __this->set_prohibitedACAttributes_18(L_7); // this.attrCertCheckers = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_8 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_8, /*hidden argument*/NULL); __this->set_attrCertCheckers_19(L_8); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsRevocationEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixParameters_get_IsRevocationEnabled_m1F3D374FB9E5004ED93610900A619ED1973223B5 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return revocationEnabled; } bool L_0 = __this->get_revocationEnabled_5(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsRevocationEnabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_set_IsRevocationEnabled_mA9FCAE63597DCD8D759E93F7448FB45EDD79AB53 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, bool ___value0, const RuntimeMethod* method) { { // set { revocationEnabled = value; } bool L_0 = ___value0; __this->set_revocationEnabled_5(L_0); // set { revocationEnabled = value; } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsExplicitPolicyRequired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixParameters_get_IsExplicitPolicyRequired_mF003AE989F8338310F7FAFA39E81CED04B170B42 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return explicitPolicyRequired; } bool L_0 = __this->get_explicitPolicyRequired_7(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsExplicitPolicyRequired(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_set_IsExplicitPolicyRequired_mD5516458985B819D2BACFC04BDE78B081F4D5FC6 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.explicitPolicyRequired = value; } bool L_0 = ___value0; __this->set_explicitPolicyRequired_7(L_0); // set { this.explicitPolicyRequired = value; } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsAnyPolicyInhibited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixParameters_get_IsAnyPolicyInhibited_m107389C116D0F0150273D1796B2A765C494F9723 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return anyPolicyInhibited; } bool L_0 = __this->get_anyPolicyInhibited_8(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsAnyPolicyInhibited(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_set_IsAnyPolicyInhibited_m82F6187EE5A8F1F3454216CF0AE4CBCBC8A2C914 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.anyPolicyInhibited = value; } bool L_0 = ___value0; __this->set_anyPolicyInhibited_8(L_0); // set { this.anyPolicyInhibited = value; } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsPolicyMappingInhibited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixParameters_get_IsPolicyMappingInhibited_m2ACB157C94B12068107A9AE7F6D7B176AE9F3D6A (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return policyMappingInhibited; } bool L_0 = __this->get_policyMappingInhibited_9(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsPolicyMappingInhibited(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_set_IsPolicyMappingInhibited_m24F7305C95C3D4A90ABE3F47A32FFF328481D56A (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.policyMappingInhibited = value; } bool L_0 = ___value0; __this->set_policyMappingInhibited_9(L_0); // set { this.policyMappingInhibited = value; } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsPolicyQualifiersRejected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixParameters_get_IsPolicyQualifiersRejected_mBCF1EAE8B64C413704AA740E791F9C1DE4103A7B (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return policyQualifiersRejected; } bool L_0 = __this->get_policyQualifiersRejected_10(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsPolicyQualifiersRejected(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_set_IsPolicyQualifiersRejected_m3C5643F8F85E333B6BE0597CEC416A2AA8B0F69D (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.policyQualifiersRejected = value; } bool L_0 = ___value0; __this->set_policyQualifiersRejected_10(L_0); // set { this.policyQualifiersRejected = value; } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_Date() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * PkixParameters_get_Date_m3DE62997B15E4A77A8CCB9B768B6A1B4484248F8 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return this.date; } DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_0 = __this->get_date_3(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_Date(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_set_Date_m8E97F6550256E68A16E79B0D3107B2821CCF366B (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___value0, const RuntimeMethod* method) { { // set { this.date = value; } DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_0 = ___value0; __this->set_date_3(L_0); // set { this.date = value; } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetTrustAnchors_m0CD0A0B4236E72494A4F0884CB5BBD8B80608E01 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new HashSet(this.trustAnchors); RuntimeObject* L_0 = __this->get_trustAnchors_2(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTrustAnchors(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetTrustAnchors_m7B2603033CA2CD85D1628220CD3AE7BA17E92FA6 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___tas0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (tas == null) RuntimeObject* L_0 = ___tas0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("value"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixParameters_SetTrustAnchors_m7B2603033CA2CD85D1628220CD3AE7BA17E92FA6_RuntimeMethod_var))); } IL_000e: { // if (tas.IsEmpty) RuntimeObject* L_2 = ___tas0; NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_2); if (!L_3) { goto IL_0026; } } { // throw new ArgumentException("non-empty set required", "value"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE0BFD9B4550CB3AE360EED2676EAAD7F7AFF8DF2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixParameters_SetTrustAnchors_m7B2603033CA2CD85D1628220CD3AE7BA17E92FA6_RuntimeMethod_var))); } IL_0026: { // this.trustAnchors = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_5 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_5, /*hidden argument*/NULL); __this->set_trustAnchors_2(L_5); // foreach (TrustAnchor ta in tas) RuntimeObject* L_6 = ___tas0; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_6); V_0 = L_7; } IL_0038: try {// begin try (depth: 1) { goto IL_0055; } IL_003a: { // foreach (TrustAnchor ta in tas) RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); V_1 = ((TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)CastclassClass((RuntimeObject*)L_9, TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var)); // if (ta != null) TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_10 = V_1; if (!L_10) { goto IL_0055; } } IL_0049: { // trustAnchors.Add(ta); RuntimeObject* L_11 = __this->get_trustAnchors_2(); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_12 = V_1; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_11, L_12); } IL_0055: { // foreach (TrustAnchor ta in tas) RuntimeObject* L_13 = V_0; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_003a; } } IL_005d: { IL2CPP_LEAVE(0x70, FINALLY_005f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005f; } FINALLY_005f: {// begin finally (depth: 1) { RuntimeObject* L_15 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_2; if (!L_16) { goto IL_006f; } } IL_0069: { RuntimeObject* L_17 = V_2; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_006f: { IL2CPP_END_FINALLY(95) } }// end finally (depth: 1) IL2CPP_CLEANUP(95) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x70, IL_0070) } IL_0070: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetCertConstraints() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * PkixParameters_GetTargetCertConstraints_mE19AE45F7D0721CAADB42F9FAB705C10F2BD29C1 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (certSelector == null) RuntimeObject* L_0 = __this->get_certSelector_11(); if (L_0) { goto IL_000a; } } { // return null; return (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)NULL; } IL_000a: { // return (X509CertStoreSelector)certSelector.Clone(); RuntimeObject* L_1 = __this->get_certSelector_11(); NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var, L_1); return ((X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)CastclassClass((RuntimeObject*)L_2, X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTargetCertConstraints(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetTargetCertConstraints_m4DE08B2A9A11D139419242E1586BD5695DBC047E (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___selector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (selector == null) RuntimeObject* L_0 = ___selector0; if (L_0) { goto IL_000b; } } { // certSelector = null; __this->set_certSelector_11((RuntimeObject*)NULL); // } return; } IL_000b: { // certSelector = (IX509Selector)selector.Clone(); RuntimeObject* L_1 = ___selector0; NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var, L_1); __this->set_certSelector_11(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetInitialPolicies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetInitialPolicies_mA12F3650680CA7A3CECB149E4534857D581AF5FF (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // ISet returnSet = initialPolicies; RuntimeObject* L_0 = __this->get_initialPolicies_6(); V_0 = L_0; // if (initialPolicies == null) RuntimeObject* L_1 = __this->get_initialPolicies_6(); if (L_1) { goto IL_0015; } } { // returnSet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_2 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_2, /*hidden argument*/NULL); V_0 = L_2; } IL_0015: { // return new HashSet(returnSet); RuntimeObject* L_3 = V_0; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_4 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetInitialPolicies(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetInitialPolicies_mA11A68B64498DA5E53C095A418D29B775D58A9FD (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___initialPolicies0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // this.initialPolicies = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); __this->set_initialPolicies_6(L_0); // if (initialPolicies != null) RuntimeObject* L_1 = ___initialPolicies0; if (!L_1) { goto IL_004d; } } { // foreach (string obj in initialPolicies) RuntimeObject* L_2 = ___initialPolicies0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_0015: try {// begin try (depth: 1) { goto IL_0032; } IL_0017: { // foreach (string obj in initialPolicies) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); // if (obj != null) String_t* L_6 = V_1; if (!L_6) { goto IL_0032; } } IL_0026: { // this.initialPolicies.Add(obj); RuntimeObject* L_7 = __this->get_initialPolicies_6(); String_t* L_8 = V_1; NullCheck(L_7); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_7, L_8); } IL_0032: { // foreach (string obj in initialPolicies) RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0017; } } IL_003a: { IL2CPP_LEAVE(0x4D, FINALLY_003c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003c; } FINALLY_003c: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_2; if (!L_12) { goto IL_004c; } } IL_0046: { RuntimeObject* L_13 = V_2; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_004c: { IL2CPP_END_FINALLY(60) } }// end finally (depth: 1) IL2CPP_CLEANUP(60) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetCertPathCheckers(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetCertPathCheckers_m1BBF4FBA9FAF325AB30CA2F38CE791979C4D14D6 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___checkers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // certPathCheckers = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_certPathCheckers_4(L_0); // if (checkers != null) RuntimeObject* L_1 = ___checkers0; if (!L_1) { goto IL_0050; } } { // foreach (PkixCertPathChecker obj in checkers) RuntimeObject* L_2 = ___checkers0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_0015: try {// begin try (depth: 1) { goto IL_0035; } IL_0017: { // foreach (PkixCertPathChecker obj in checkers) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 *)CastclassClass((RuntimeObject*)L_5, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var)); // certPathCheckers.Add(obj.Clone()); RuntimeObject* L_6 = __this->get_certPathCheckers_4(); PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8; L_8 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker::Clone() */, L_7); NullCheck(L_6); int32_t L_9; L_9 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6, L_8); } IL_0035: { // foreach (PkixCertPathChecker obj in checkers) RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0017; } } IL_003d: { IL2CPP_LEAVE(0x50, FINALLY_003f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (!L_13) { goto IL_004f; } } IL_0049: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_004f: { IL2CPP_END_FINALLY(63) } }// end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x50, IL_0050) } IL_0050: { // } return; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetCertPathCheckers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetCertPathCheckers_m3C60ED78217EBC061C34B0E2B0E6A5A6A3D3F7FD (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList checkers = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // foreach (PkixCertPathChecker obj in certPathCheckers) RuntimeObject* L_1 = __this->get_certPathCheckers_4(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_0012: try {// begin try (depth: 1) { goto IL_002d; } IL_0014: { // foreach (PkixCertPathChecker obj in certPathCheckers) RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 *)CastclassClass((RuntimeObject*)L_4, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var)); // checkers.Add(obj.Clone()); RuntimeObject* L_5 = V_0; PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * L_6 = V_2; NullCheck(L_6); RuntimeObject * L_7; L_7 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker::Clone() */, L_6); NullCheck(L_5); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_5, L_7); } IL_002d: { // foreach (PkixCertPathChecker obj in certPathCheckers) RuntimeObject* L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0014; } } IL_0035: { IL2CPP_LEAVE(0x48, FINALLY_0037); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0037; } FINALLY_0037: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_3; if (!L_12) { goto IL_0047; } } IL_0041: { RuntimeObject* L_13 = V_3; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_0047: { IL2CPP_END_FINALLY(55) } }// end finally (depth: 1) IL2CPP_CLEANUP(55) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x48, IL_0048) } IL_0048: { // return checkers; RuntimeObject* L_14 = V_0; return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::AddCertPathChecker(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_AddCertPathChecker_mDB99490BCEE79C86004D169840289FD2C30368E1 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * ___checker0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (checker != null) PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * L_0 = ___checker0; if (!L_0) { goto IL_0015; } } { // certPathCheckers.Add(checker.Clone()); RuntimeObject* L_1 = __this->get_certPathCheckers_4(); PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 * L_2 = ___checker0; NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker::Clone() */, L_2); NullCheck(L_1); int32_t L_4; L_4 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, L_3); } IL_0015: { // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PkixParameters_Clone_m55E72A50C9A3F8F96D7BD8404B2B55593BF57300 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // PkixParameters parameters = new PkixParameters(GetTrustAnchors()); RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() */, __this); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_1 = (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *)il2cpp_codegen_object_new(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var); PkixParameters__ctor_m1D836B4B95399258DE7C95EDC87AF90793F66882(L_1, L_0, /*hidden argument*/NULL); // parameters.SetParams(this); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_2 = L_1; NullCheck(L_2); VirtualActionInvoker1< PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * >::Invoke(26 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetParams(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) */, L_2, __this); // return parameters; return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetParams(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetParams_m90602D7108CDA2C8921AB2439B84FE2F0AC9C336 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * G_B2_0 = NULL; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * G_B3_1 = NULL; { // Date = parameters.Date; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___parameters0; NullCheck(L_0); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_1; L_1 = VirtualFuncInvoker0< DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_Date() */, L_0); VirtualActionInvoker1< DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_Date(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject) */, __this, L_1); // SetCertPathCheckers(parameters.GetCertPathCheckers()); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_2 = ___parameters0; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetCertPathCheckers() */, L_2); VirtualActionInvoker1< RuntimeObject* >::Invoke(22 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetCertPathCheckers(System.Collections.IList) */, __this, L_3); // IsAnyPolicyInhibited = parameters.IsAnyPolicyInhibited; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_4 = ___parameters0; NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsAnyPolicyInhibited() */, L_4); VirtualActionInvoker1< bool >::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsAnyPolicyInhibited(System.Boolean) */, __this, L_5); // IsExplicitPolicyRequired = parameters.IsExplicitPolicyRequired; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_6 = ___parameters0; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsExplicitPolicyRequired() */, L_6); VirtualActionInvoker1< bool >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsExplicitPolicyRequired(System.Boolean) */, __this, L_7); // IsPolicyMappingInhibited = parameters.IsPolicyMappingInhibited; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_8 = ___parameters0; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsPolicyMappingInhibited() */, L_8); VirtualActionInvoker1< bool >::Invoke(11 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsPolicyMappingInhibited(System.Boolean) */, __this, L_9); // IsRevocationEnabled = parameters.IsRevocationEnabled; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_10 = ___parameters0; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsRevocationEnabled() */, L_10); VirtualActionInvoker1< bool >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsRevocationEnabled(System.Boolean) */, __this, L_11); // SetInitialPolicies(parameters.GetInitialPolicies()); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_12 = ___parameters0; NullCheck(L_12); RuntimeObject* L_13; L_13 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetInitialPolicies() */, L_12); VirtualActionInvoker1< RuntimeObject* >::Invoke(21 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetInitialPolicies(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) */, __this, L_13); // IsPolicyQualifiersRejected = parameters.IsPolicyQualifiersRejected; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_14 = ___parameters0; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(12 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsPolicyQualifiersRejected() */, L_14); VirtualActionInvoker1< bool >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsPolicyQualifiersRejected(System.Boolean) */, __this, L_15); // SetTargetCertConstraints(parameters.GetTargetCertConstraints()); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_16 = ___parameters0; NullCheck(L_16); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_17; L_17 = VirtualFuncInvoker0< X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetCertConstraints() */, L_16); VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTargetCertConstraints(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, __this, L_17); // SetTrustAnchors(parameters.GetTrustAnchors()); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_18 = ___parameters0; NullCheck(L_18); RuntimeObject* L_19; L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustAnchors() */, L_18); VirtualActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTrustAnchors(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) */, __this, L_19); // validityModel = parameters.validityModel; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_20 = ___parameters0; NullCheck(L_20); int32_t L_21 = L_20->get_validityModel_20(); __this->set_validityModel_20(L_21); // useDeltas = parameters.useDeltas; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_22 = ___parameters0; NullCheck(L_22); bool L_23 = L_22->get_useDeltas_21(); __this->set_useDeltas_21(L_23); // additionalLocationsEnabled = parameters.additionalLocationsEnabled; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_24 = ___parameters0; NullCheck(L_24); bool L_25 = L_24->get_additionalLocationsEnabled_14(); __this->set_additionalLocationsEnabled_14(L_25); // selector = parameters.selector == null ? null // : (IX509Selector) parameters.selector.Clone(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_26 = ___parameters0; NullCheck(L_26); RuntimeObject* L_27 = L_26->get_selector_13(); G_B1_0 = __this; if (!L_27) { G_B2_0 = __this; goto IL_00b7; } } { PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_28 = ___parameters0; NullCheck(L_28); RuntimeObject* L_29 = L_28->get_selector_13(); NullCheck(L_29); RuntimeObject * L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var, L_29); G_B3_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_30, IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var)); G_B3_1 = G_B1_0; goto IL_00b8; } IL_00b7: { G_B3_0 = ((RuntimeObject*)(NULL)); G_B3_1 = G_B2_0; } IL_00b8: { NullCheck(G_B3_1); G_B3_1->set_selector_13(G_B3_0); // stores = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(parameters.stores); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_31 = ___parameters0; NullCheck(L_31); RuntimeObject* L_32 = L_31->get_stores_12(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_33; L_33 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_32, /*hidden argument*/NULL); __this->set_stores_12(L_33); // additionalStores = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(parameters.additionalStores); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_34 = ___parameters0; NullCheck(L_34); RuntimeObject* L_35 = L_34->get_additionalStores_15(); RuntimeObject* L_36; L_36 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_35, /*hidden argument*/NULL); __this->set_additionalStores_15(L_36); // trustedACIssuers = new HashSet(parameters.trustedACIssuers); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_37 = ___parameters0; NullCheck(L_37); RuntimeObject* L_38 = L_37->get_trustedACIssuers_16(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_39 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_39, L_38, /*hidden argument*/NULL); __this->set_trustedACIssuers_16(L_39); // prohibitedACAttributes = new HashSet(parameters.prohibitedACAttributes); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_40 = ___parameters0; NullCheck(L_40); RuntimeObject* L_41 = L_40->get_prohibitedACAttributes_18(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_42 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_42, L_41, /*hidden argument*/NULL); __this->set_prohibitedACAttributes_18(L_42); // necessaryACAttributes = new HashSet(parameters.necessaryACAttributes); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_43 = ___parameters0; NullCheck(L_43); RuntimeObject* L_44 = L_43->get_necessaryACAttributes_17(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_45 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_45, L_44, /*hidden argument*/NULL); __this->set_necessaryACAttributes_17(L_45); // attrCertCheckers = new HashSet(parameters.attrCertCheckers); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_46 = ___parameters0; NullCheck(L_46); RuntimeObject* L_47 = L_46->get_attrCertCheckers_19(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_48 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_48, L_47, /*hidden argument*/NULL); __this->set_attrCertCheckers_19(L_48); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsUseDeltasEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixParameters_get_IsUseDeltasEnabled_mEC3599FC1155C1FC83B9D7597B571D4B62842ED3 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return useDeltas; } bool L_0 = __this->get_useDeltas_21(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsUseDeltasEnabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_set_IsUseDeltasEnabled_m499040609495A6C752C95FECC7BE4B137CFB5D6B (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, bool ___value0, const RuntimeMethod* method) { { // set { useDeltas = value; } bool L_0 = ___value0; __this->set_useDeltas_21(L_0); // set { useDeltas = value; } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_ValidityModel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixParameters_get_ValidityModel_m7C96DEBC1E74D1F29D585EAF34411B9CAF7976CD (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return validityModel; } int32_t L_0 = __this->get_validityModel_20(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_ValidityModel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_set_ValidityModel_mFCC62787022E06208DEC1434A4E47FEABFA1F68F (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { validityModel = value; } int32_t L_0 = ___value0; __this->set_validityModel_20(L_0); // set { validityModel = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetStores(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetStores_m4230F9B08E1B6B2322FB7B9F78710C744F716D78 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___stores0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (stores == null) RuntimeObject* L_0 = ___stores0; if (L_0) { goto IL_000f; } } { // this.stores = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_stores_12(L_1); // } return; } IL_000f: { // foreach (object obj in stores) RuntimeObject* L_2 = ___stores0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_0016: try {// begin try (depth: 1) { goto IL_0044; } IL_0018: { // foreach (object obj in stores) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); // if (!(obj is IX509Store)) if (((RuntimeObject*)IsInst((RuntimeObject*)L_5, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var))) { goto IL_0044; } } IL_0025: { // throw new InvalidCastException( // "All elements of list must be of type " + typeof(IX509Store).FullName); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_7); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCC8A8A9F779F952F9EF80E726943A0DF53C7EF7)), L_8, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_10 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixParameters_SetStores_m4230F9B08E1B6B2322FB7B9F78710C744F716D78_RuntimeMethod_var))); } IL_0044: { // foreach (object obj in stores) RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0018; } } IL_004c: { IL2CPP_LEAVE(0x5F, FINALLY_004e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_1; if (!L_14) { goto IL_005e; } } IL_0058: { RuntimeObject* L_15 = V_1; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_005e: { IL2CPP_END_FINALLY(78) } }// end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5F, IL_005f) } IL_005f: { // this.stores = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(stores); RuntimeObject* L_16 = ___stores0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_17; L_17 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_16, /*hidden argument*/NULL); __this->set_stores_12(L_17); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::AddStore(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_AddStore_mFE2960612E6B77B1BA8F3AA58A049CF89D386058 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___store0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (store != null) RuntimeObject* L_0 = ___store0; if (!L_0) { goto IL_0010; } } { // stores.Add(store); RuntimeObject* L_1 = __this->get_stores_12(); RuntimeObject* L_2 = ___store0; NullCheck(L_1); int32_t L_3; L_3 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, L_2); } IL_0010: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::AddAdditionalStore(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_AddAdditionalStore_m89ACAB3D88B2C9697316E9585E806C363EE5807C (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___store0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (store != null) RuntimeObject* L_0 = ___store0; if (!L_0) { goto IL_0010; } } { // additionalStores.Add(store); RuntimeObject* L_1 = __this->get_additionalStores_15(); RuntimeObject* L_2 = ___store0; NullCheck(L_1); int32_t L_3; L_3 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, L_2); } IL_0010: { // } return; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetAdditionalStores() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetAdditionalStores_mDD95992CF80A8245B36B5D1254AC657746C8A1F2 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(additionalStores); RuntimeObject* L_0 = __this->get_additionalStores_15(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetStores_m2D61ED8930149D107C785E1A7BFC5A12224490C9 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(stores); RuntimeObject* L_0 = __this->get_stores_12(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsAdditionalLocationsEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixParameters_get_IsAdditionalLocationsEnabled_m2F3D2A7AA9636BB9FCE603B3E8A7D5A46AB69981 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { { // get { return additionalLocationsEnabled; } bool L_0 = __this->get_additionalLocationsEnabled_14(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetAdditionalLocationsEnabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetAdditionalLocationsEnabled_m069FC85F965F3034FB49F9EB1348ACF8210180F5 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, bool ___enabled0, const RuntimeMethod* method) { { // additionalLocationsEnabled = enabled; bool L_0 = ___enabled0; __this->set_additionalLocationsEnabled_14(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTargetConstraints() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetTargetConstraints_m8CE1A9F586B82E1DBA3544F41127286F7E583F9E (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (selector != null) RuntimeObject* L_0 = __this->get_selector_13(); if (!L_0) { goto IL_0019; } } { // return (IX509Selector) selector.Clone(); RuntimeObject* L_1 = __this->get_selector_13(); NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var, L_1); return ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var)); } IL_0019: { // return null; return (RuntimeObject*)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTargetConstraints(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetTargetConstraints_m55627AC65A86E68A3EE919735A87B4964DCEBD08 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___selector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (selector != null) RuntimeObject* L_0 = ___selector0; if (!L_0) { goto IL_0015; } } { // this.selector = (IX509Selector) selector.Clone(); RuntimeObject* L_1 = ___selector0; NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var, L_1); __this->set_selector_13(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8_il2cpp_TypeInfo_var))); // } return; } IL_0015: { // this.selector = null; __this->set_selector_13((RuntimeObject*)NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustedACIssuers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetTrustedACIssuers_m0CCAC894AFF37EAFBDD4D940314D9004184B41BC (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new HashSet(trustedACIssuers); RuntimeObject* L_0 = __this->get_trustedACIssuers_16(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTrustedACIssuers(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetTrustedACIssuers_mB0FB2CB1EDA1B1166971BFAD48A6897743FE6843 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___trustedACIssuers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (trustedACIssuers == null) RuntimeObject* L_0 = ___trustedACIssuers0; if (L_0) { goto IL_000f; } } { // this.trustedACIssuers = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set_trustedACIssuers_16(L_1); // } return; } IL_000f: { // foreach (object obj in trustedACIssuers) RuntimeObject* L_2 = ___trustedACIssuers0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_0016: try {// begin try (depth: 1) { goto IL_0049; } IL_0018: { // foreach (object obj in trustedACIssuers) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); // if (!(obj is TrustAnchor)) if (((TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)IsInstClass((RuntimeObject*)L_5, TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var))) { goto IL_0049; } } IL_0025: { // throw new InvalidCastException("All elements of set must be " // + "of type " + typeof(TrustAnchor).FullName + "."); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_7); String_t* L_9; L_9 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEBB2E67AEC0639C5930976D0EA93490D87D7E516)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_10 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixParameters_SetTrustedACIssuers_mB0FB2CB1EDA1B1166971BFAD48A6897743FE6843_RuntimeMethod_var))); } IL_0049: { // foreach (object obj in trustedACIssuers) RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0018; } } IL_0051: { IL2CPP_LEAVE(0x64, FINALLY_0053); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_1; if (!L_14) { goto IL_0063; } } IL_005d: { RuntimeObject* L_15 = V_1; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0063: { IL2CPP_END_FINALLY(83) } }// end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x64, IL_0064) } IL_0064: { // this.trustedACIssuers = new HashSet(trustedACIssuers); RuntimeObject* L_16 = ___trustedACIssuers0; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_17 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_17, L_16, /*hidden argument*/NULL); __this->set_trustedACIssuers_16(L_17); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetNecessaryACAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetNecessaryACAttributes_mE9CC389353C32F6138EA045A581902A69F2E0F78 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new HashSet(necessaryACAttributes); RuntimeObject* L_0 = __this->get_necessaryACAttributes_17(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetNecessaryACAttributes(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetNecessaryACAttributes_mD23324228351DE1FB574A7F1AEF6DA2D76DD48BE (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___necessaryACAttributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (necessaryACAttributes == null) RuntimeObject* L_0 = ___necessaryACAttributes0; if (L_0) { goto IL_000f; } } { // this.necessaryACAttributes = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set_necessaryACAttributes_17(L_1); // } return; } IL_000f: { // foreach (object obj in necessaryACAttributes) RuntimeObject* L_2 = ___necessaryACAttributes0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_0016: try {// begin try (depth: 1) { goto IL_0030; } IL_0018: { // foreach (object obj in necessaryACAttributes) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); // if (!(obj is string)) if (((String_t*)IsInstSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))) { goto IL_0030; } } IL_0025: { // throw new InvalidCastException("All elements of set must be " // + "of type string."); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_6 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78E0C2EFCD02F6DAB86D6A3F91172B4C750DAF5A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixParameters_SetNecessaryACAttributes_mD23324228351DE1FB574A7F1AEF6DA2D76DD48BE_RuntimeMethod_var))); } IL_0030: { // foreach (object obj in necessaryACAttributes) RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0018; } } IL_0038: { IL2CPP_LEAVE(0x4B, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_1; if (!L_10) { goto IL_004a; } } IL_0044: { RuntimeObject* L_11 = V_1; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_004a: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4B, IL_004b) } IL_004b: { // this.necessaryACAttributes = new HashSet(necessaryACAttributes); RuntimeObject* L_12 = ___necessaryACAttributes0; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_13 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_13, L_12, /*hidden argument*/NULL); __this->set_necessaryACAttributes_17(L_13); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetProhibitedACAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetProhibitedACAttributes_mD39C72A5E06657898F388DB21A067F4499F8FF7F (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new HashSet(prohibitedACAttributes); RuntimeObject* L_0 = __this->get_prohibitedACAttributes_18(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetProhibitedACAttributes(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetProhibitedACAttributes_m57FED778671D4DEDA4B00138B1C8953CF56339BD (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___prohibitedACAttributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (prohibitedACAttributes == null) RuntimeObject* L_0 = ___prohibitedACAttributes0; if (L_0) { goto IL_000f; } } { // this.prohibitedACAttributes = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set_prohibitedACAttributes_18(L_1); // } return; } IL_000f: { // foreach (object obj in prohibitedACAttributes) RuntimeObject* L_2 = ___prohibitedACAttributes0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_0016: try {// begin try (depth: 1) { goto IL_0030; } IL_0018: { // foreach (object obj in prohibitedACAttributes) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); // if (!(obj is String)) if (((String_t*)IsInstSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))) { goto IL_0030; } } IL_0025: { // throw new InvalidCastException("All elements of set must be " // + "of type string."); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_6 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78E0C2EFCD02F6DAB86D6A3F91172B4C750DAF5A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixParameters_SetProhibitedACAttributes_m57FED778671D4DEDA4B00138B1C8953CF56339BD_RuntimeMethod_var))); } IL_0030: { // foreach (object obj in prohibitedACAttributes) RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0018; } } IL_0038: { IL2CPP_LEAVE(0x4B, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_1; if (!L_10) { goto IL_004a; } } IL_0044: { RuntimeObject* L_11 = V_1; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_004a: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4B, IL_004b) } IL_004b: { // this.prohibitedACAttributes = new HashSet(prohibitedACAttributes); RuntimeObject* L_12 = ___prohibitedACAttributes0; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_13 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_13, L_12, /*hidden argument*/NULL); __this->set_prohibitedACAttributes_18(L_13); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetAttrCertCheckers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixParameters_GetAttrCertCheckers_mEADE45B8DA54239CD92F932B1B5455561F6C3E29 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new HashSet(attrCertCheckers); RuntimeObject* L_0 = __this->get_attrCertCheckers_19(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetAttrCertCheckers(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixParameters_SetAttrCertCheckers_m7B387A8D23DBAFE9DA09D59A6C48524EBE52A009 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * __this, RuntimeObject* ___attrCertCheckers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (attrCertCheckers == null) RuntimeObject* L_0 = ___attrCertCheckers0; if (L_0) { goto IL_000f; } } { // this.attrCertCheckers = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set_attrCertCheckers_19(L_1); // } return; } IL_000f: { // foreach (object obj in attrCertCheckers) RuntimeObject* L_2 = ___attrCertCheckers0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_0016: try {// begin try (depth: 1) { goto IL_0049; } IL_0018: { // foreach (object obj in attrCertCheckers) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); // if (!(obj is PkixAttrCertChecker)) if (((PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB *)IsInstClass((RuntimeObject*)L_5, PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_il2cpp_TypeInfo_var))) { goto IL_0049; } } IL_0025: { // throw new InvalidCastException("All elements of set must be " // + "of type " + typeof(PkixAttrCertChecker).FullName + "."); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_7); String_t* L_9; L_9 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEBB2E67AEC0639C5930976D0EA93490D87D7E516)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_10 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixParameters_SetAttrCertCheckers_m7B387A8D23DBAFE9DA09D59A6C48524EBE52A009_RuntimeMethod_var))); } IL_0049: { // foreach (object obj in attrCertCheckers) RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0018; } } IL_0051: { IL2CPP_LEAVE(0x64, FINALLY_0053); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_1; if (!L_14) { goto IL_0063; } } IL_005d: { RuntimeObject* L_15 = V_1; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0063: { IL2CPP_END_FINALLY(83) } }// end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x64, IL_0064) } IL_0064: { // this.attrCertCheckers = new HashSet(attrCertCheckers); RuntimeObject* L_16 = ___attrCertCheckers0; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_17 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_17, L_16, /*hidden argument*/NULL); __this->set_attrCertCheckers_19(L_17); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PkixPolicyNode_get_Depth_mCD84C1ECDB622139A866137378AA9ADD663E5C66 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { { // get { return this.mDepth; } int32_t L_0 = __this->get_mDepth_1(); return L_0; } } // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixPolicyNode_get_Children_m97ACA59073540AE07862C849DD3575EB02633D32 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new EnumerableProxy(mChildren); } RuntimeObject* L_0 = __this->get_mChildren_0(); EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * L_1 = (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 *)il2cpp_codegen_object_new(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_IsCritical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixPolicyNode_get_IsCritical_m7E715FEEA9815CFE163E901483EE8151109A85CF (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { { // get { return this.mCritical; } bool L_0 = __this->get_mCritical_6(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::set_IsCritical(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixPolicyNode_set_IsCritical_mB3096DD35F43B4EE9BED05EC825E20858362BD20 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.mCritical = value; } bool L_0 = ___value0; __this->set_mCritical_6(L_0); // set { this.mCritical = value; } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_PolicyQualifiers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixPolicyNode_get_PolicyQualifiers_mB0B3EDD1075462D90A320CE2D848B6E9DA148D6D (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new HashSet(this.mPolicyQualifiers); } RuntimeObject* L_0 = __this->get_mPolicyQualifiers_4(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixPolicyNode_get_ValidPolicy_mB0AA756F88FB3EAA996A635ECC0BCB3883C4A4D5 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { { // get { return this.mValidPolicy; } String_t* L_0 = __this->get_mValidPolicy_5(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_HasChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixPolicyNode_get_HasChildren_m94A2671679C82149867843615E4ED3B8351BF4BF (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return mChildren.Count != 0; } RuntimeObject* L_0 = __this->get_mChildren_0(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ExpectedPolicies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixPolicyNode_get_ExpectedPolicies_m1333C5F8B4F228BE7C409A272D03304FAADEE7C7 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new HashSet(this.mExpectedPolicies); } RuntimeObject* L_0 = __this->get_mExpectedPolicies_2(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::set_ExpectedPolicies(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixPolicyNode_set_ExpectedPolicies_m67E49E56800C594238A545B59CF068388F190001 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { this.mExpectedPolicies = new HashSet(value); } RuntimeObject* L_0 = ___value0; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); __this->set_mExpectedPolicies_2(L_1); // set { this.mExpectedPolicies = new HashSet(value); } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixPolicyNode_get_Parent_m4FA8278A14EA5FA1E1216C456B5BCC29D239F1EF (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { { // get { return this.mParent; } PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_0 = __this->get_mParent_3(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::set_Parent(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixPolicyNode_set_Parent_mF3837DB1E99FB4346A9202085868FA42860EC576 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___value0, const RuntimeMethod* method) { { // set { this.mParent = value; } PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_0 = ___value0; __this->set_mParent_3(L_0); // set { this.mParent = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::.ctor(System.Collections.IList,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, RuntimeObject* ___children0, int32_t ___depth1, RuntimeObject* ___expectedPolicies2, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___parent3, RuntimeObject* ___policyQualifiers4, String_t* ___validPolicy5, bool ___critical6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PkixPolicyNode( // IList children, // int depth, // ISet expectedPolicies, // PkixPolicyNode parent, // ISet policyQualifiers, // string validPolicy, // bool critical) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (children == null) RuntimeObject* L_0 = ___children0; if (L_0) { goto IL_0016; } } { // this.mChildren = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_mChildren_0(L_1); // } goto IL_0022; } IL_0016: { // this.mChildren = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(children); RuntimeObject* L_2 = ___children0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_2, /*hidden argument*/NULL); __this->set_mChildren_0(L_3); } IL_0022: { // this.mDepth = depth; int32_t L_4 = ___depth1; __this->set_mDepth_1(L_4); // this.mExpectedPolicies = expectedPolicies; RuntimeObject* L_5 = ___expectedPolicies2; __this->set_mExpectedPolicies_2(L_5); // this.mParent = parent; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_6 = ___parent3; __this->set_mParent_3(L_6); // this.mPolicyQualifiers = policyQualifiers; RuntimeObject* L_7 = ___policyQualifiers4; __this->set_mPolicyQualifiers_4(L_7); // this.mValidPolicy = validPolicy; String_t* L_8 = ___validPolicy5; __this->set_mValidPolicy_5(L_8); // this.mCritical = critical; bool L_9 = ___critical6; __this->set_mCritical_6(L_9); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::AddChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixPolicyNode_AddChild_mED5AD0EE6D039B5F8B734FBEF53C89BC3EEEE679 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___child0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // child.Parent = this; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_0 = ___child0; NullCheck(L_0); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::set_Parent(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_0, __this); // mChildren.Add(child); RuntimeObject* L_1 = __this->get_mChildren_0(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_2 = ___child0; NullCheck(L_1); int32_t L_3; L_3 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::RemoveChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixPolicyNode_RemoveChild_m18B4750C2686AD12C51A91AC5626E80737F7761E (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___child0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // mChildren.Remove(child); RuntimeObject* L_0 = __this->get_mChildren_0(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_1 = ___child0; NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject * >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixPolicyNode_ToString_m316EBD065BD6440AFC2061BD80448AF946EA906E (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // return ToString(""); String_t* L_0; L_0 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(17 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::ToString(System.String) */, __this, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PkixPolicyNode_ToString_mACCC42C9D2321EA757F6686356CE470DD8F1C988 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, String_t* ___indent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9C01FAA32563B3A4511B60C44F58E316D631375); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RuntimeObject* V_1 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // StringBuilder buf = new StringBuilder(); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; // buf.Append(indent); StringBuilder_t * L_1 = V_0; String_t* L_2 = ___indent0; NullCheck(L_1); StringBuilder_t * L_3; L_3 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, L_2, /*hidden argument*/NULL); // buf.Append(mValidPolicy); StringBuilder_t * L_4 = V_0; String_t* L_5 = __this->get_mValidPolicy_5(); NullCheck(L_4); StringBuilder_t * L_6; L_6 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_4, L_5, /*hidden argument*/NULL); // buf.Append(" {"); StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_t * L_8; L_8 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_7, _stringLiteralD9C01FAA32563B3A4511B60C44F58E316D631375, /*hidden argument*/NULL); // buf.Append(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.NewLine); StringBuilder_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_10 = ((Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))->get_NewLine_1(); NullCheck(L_9); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_9, L_10, /*hidden argument*/NULL); // foreach (PkixPolicyNode child in mChildren) RuntimeObject* L_12 = __this->get_mChildren_0(); NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_12); V_1 = L_13; } IL_003f: try {// begin try (depth: 1) { goto IL_0065; } IL_0041: { // foreach (PkixPolicyNode child in mChildren) RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); V_2 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_15, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // buf.Append(child.ToString(indent + " ")); StringBuilder_t * L_16 = V_0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_17 = V_2; String_t* L_18 = ___indent0; String_t* L_19; L_19 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_18, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_20; L_20 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(17 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::ToString(System.String) */, L_17, L_19); NullCheck(L_16); StringBuilder_t * L_21; L_21 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_16, L_20, /*hidden argument*/NULL); } IL_0065: { // foreach (PkixPolicyNode child in mChildren) RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0041; } } IL_006d: { IL2CPP_LEAVE(0x80, FINALLY_006f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_3; if (!L_25) { goto IL_007f; } } IL_0079: { RuntimeObject* L_26 = V_3; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_26); } IL_007f: { IL2CPP_END_FINALLY(111) } }// end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x80, IL_0080) } IL_0080: { // buf.Append(indent); StringBuilder_t * L_27 = V_0; String_t* L_28 = ___indent0; NullCheck(L_27); StringBuilder_t * L_29; L_29 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_27, L_28, /*hidden argument*/NULL); // buf.Append("}"); StringBuilder_t * L_30 = V_0; NullCheck(L_30); StringBuilder_t * L_31; L_31 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_30, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, /*hidden argument*/NULL); // buf.Append(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.NewLine); StringBuilder_t * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_33 = ((Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))->get_NewLine_1(); NullCheck(L_32); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_32, L_33, /*hidden argument*/NULL); // return buf.ToString(); StringBuilder_t * L_35 = V_0; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); return L_36; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PkixPolicyNode_Clone_m616E44C11862515DD91F992A7BDF505609EEB784 (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { { // return Copy(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_0; L_0 = VirtualFuncInvoker0< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::Copy() */, __this); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixPolicyNode_Copy_mBB6DB1F8A8906088E1061DF4A3F6399B22F24A9B (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_0 = NULL; RuntimeObject* V_1 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // PkixPolicyNode node = new PkixPolicyNode( // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(), // mDepth, // new HashSet(mExpectedPolicies), // null, // new HashSet(mPolicyQualifiers), // mValidPolicy, // mCritical); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); int32_t L_1 = __this->get_mDepth_1(); RuntimeObject* L_2 = __this->get_mExpectedPolicies_2(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_3 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_3, L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = __this->get_mPolicyQualifiers_4(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_5 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_5, L_4, /*hidden argument*/NULL); String_t* L_6 = __this->get_mValidPolicy_5(); bool L_7 = __this->get_mCritical_6(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_8 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)il2cpp_codegen_object_new(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB(L_8, L_0, L_1, L_3, (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)NULL, L_5, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; // foreach (PkixPolicyNode child in mChildren) RuntimeObject* L_9 = __this->get_mChildren_0(); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_9); V_1 = L_10; } IL_0040: try {// begin try (depth: 1) { goto IL_0061; } IL_0042: { // foreach (PkixPolicyNode child in mChildren) RuntimeObject* L_11 = V_1; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); // PkixPolicyNode copy = child.Copy(); NullCheck(((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_12, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var))); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_13; L_13 = VirtualFuncInvoker0< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::Copy() */, ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_12, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var))); V_2 = L_13; // copy.Parent = node; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_14 = V_2; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_15 = V_0; NullCheck(L_14); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::set_Parent(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_14, L_15); // node.AddChild(copy); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_16 = V_0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_17 = V_2; NullCheck(L_16); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::AddChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_16, L_17); } IL_0061: { // foreach (PkixPolicyNode child in mChildren) RuntimeObject* L_18 = V_1; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0042; } } IL_0069: { IL2CPP_LEAVE(0x7C, FINALLY_006b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006b; } FINALLY_006b: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_3; if (!L_21) { goto IL_007b; } } IL_0075: { RuntimeObject* L_22 = V_3; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_22); } IL_007b: { IL2CPP_END_FINALLY(107) } }// end finally (depth: 1) IL2CPP_CLEANUP(107) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7C, IL_007c) } IL_007c: { // return node; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_23 = V_0; return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // get { return identifier; } String_t* L_0 = __this->get_identifier_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Subject_m88B68C68D101561C5A6DF2EBBDA5717D63655BEA_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___value0, const RuntimeMethod* method) { { // set { subject = value; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = ___value0; __this->set_subject_11(L_0); // set { subject = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * PkixCertPathValidatorResult_get_TrustAnchor_m9599498918AED71AAB8BE151DA59AF13B5463A0F_inline (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method) { { // get { return this.trustAnchor; } TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_0 = __this->get_trustAnchor_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixCertPathValidatorResult_get_PolicyTree_mC167B45D040249679E34E0D19FCEB39C330B39F3_inline (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method) { { // get { return this.policyTree; } PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_0 = __this->get_policyTree_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PkixCertPathValidatorResult_get_SubjectPublicKey_mE6434A3064AA48C04D5A3AEB8A47BD2D506B8827_inline (PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * __this, const RuntimeMethod* method) { { // get { return this.subjectPublicKey; } AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = __this->get_subjectPublicKey_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* X509AttrCertStoreSelector_get_AttributeCert_m5CAF30F5E30F2354FE54632A75CC6D089D33F70E_inline (X509AttrCertStoreSelector_t55D68D2596D62CBA32D5B7C26BFE307F06F33AA3 * __this, const RuntimeMethod* method) { { // get { return attributeCert; } RuntimeObject* L_0 = __this->get_attributeCert_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * PemWriter_get_Writer_m8CA2F21066B2384A2B68D36B9EB182F558086677_inline (PemWriter_tBD518860EFED3382051637D2372D21CFA33EED8C * __this, const RuntimeMethod* method) { { // get { return writer; } TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get_writer_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline (Exception_t * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get__innerException_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * PkixCertPathBuilderResult_get_CertPath_mD11AA5E9852928530E108C7BC132806E1541DD50_inline (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * __this, const RuntimeMethod* method) { { // get { return certPath; } PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = __this->get_certPath_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method) { { // get { return this.trustedCert; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = __this->get_trustedCert_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TrustAnchor_get_CAName_mEA2D7D435E63546C785007E4B8FAD402A0C7E583_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method) { { // get { return this.caName; } String_t* L_0 = __this->get_caName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * TrustAnchor_get_CAPublicKey_m1AA6DF9C2F0B15E67B226409F1BA3D6FDDE07EB6_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method) { { // get { return this.pubKey; } AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = __this->get_pubKey_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * X509CertificateStructure_get_TbsCertificate_mA53317D40AE7394FECF249D089333BF51D2D6240_inline (X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * __this, const RuntimeMethod* method) { { // get { return tbsCert; } TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_0 = __this->get_tbsCert_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * __this, const RuntimeMethod* method) { { // get { return dt; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_dt_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SubjectPublicKeyInfo_get_AlgorithmID_mC6D1FC4034C33A9CE53D197B4704A328D8E6AF52_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method) { { // get { return algID; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_algID_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * PolicyInformation_get_PolicyIdentifier_mA0BF2F411410C1FC04DEAD93EECD80737F11A2BD_inline (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * __this, const RuntimeMethod* method) { { // get { return policyIdentifier; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_policyIdentifier_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * PolicyInformation_get_PolicyQualifiers_m37313A092B7BDFB8C6436227110FBFDA2F5D71C2_inline (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * __this, const RuntimeMethod* method) { { // get { return policyQualifiers; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_policyQualifiers_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509CrlEntry_GetCertificateIssuer_mD9454800C132CD5C68318E57BFF125B42E01725B_inline (X509CrlEntry_tFFC049C5DB24BF9B445A5E04A1B87F6A25FC844C * __this, const RuntimeMethod* method) { { // return certificateIssuer; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_certificateIssuer_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method) { { // get { return sign; } int32_t L_0 = __this->get_sign_31(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { this.status = value; } int32_t L_0 = ___value0; __this->set_status_2(L_0); // set { this.status = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CertStatus_set_RevocationDate_m2A10FD69B9E8183093CBC66684FB972DBF7ECDE3_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___value0, const RuntimeMethod* method) { { // set { this.revocationDate = value; } DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_0 = ___value0; __this->set_revocationDate_3(L_0); // set { this.revocationDate = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method) { { // get { return parameters; } DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_0 = __this->get_parameters_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, const RuntimeMethod* method) { { // get { return y; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method) { { // get { return cRLIssuer; } GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_0 = __this->get_cRLIssuer_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method) { { // get { return tag; } int32_t L_0 = __this->get_tag_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method) { { // get { return obj; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_obj_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * DistributionPoint_get_DistributionPointName_m2325DC79A48733F8AF8359BAE787B1AA131461B3_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method) { { // get { return distributionPoint; } DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_0 = __this->get_distributionPoint_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_CertificateChecking_m12E6844E89659DB3A2007521B4010091086D0011_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___value0, const RuntimeMethod* method) { { // set { certificateChecking = value; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___value0; __this->set_certificateChecking_0(L_0); // set { certificateChecking = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_AttrCertChecking_mC6AB70E48D763D5A3471F97D9B8973BF36A83FD1_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // set { this.attrCertChecking = value; } RuntimeObject* L_0 = ___value0; __this->set_attrCertChecking_5(L_0); // set { this.attrCertChecking = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_CompleteCrlEnabled_m8B5CF21EDCDD1B03C33A1DF0A0BAD01AE6A82FE4_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.completeCrlEnabled = value; } bool L_0 = ___value0; __this->set_completeCrlEnabled_6(L_0); // set { this.completeCrlEnabled = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_MinCrlNumber_mDF8603EEC875FE747966BCE3ADBA5ECDC585E4C6_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method) { { // set { minCrlNumber = value; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___value0; __this->set_minCrlNumber_4(L_0); // set { minCrlNumber = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_IssuingDistributionPointEnabled_m5111B3BBB30A8A585EE446E5D9D834EC2C53BBB7_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.issuingDistributionPointEnabled = value; } bool L_0 = ___value0; __this->set_issuingDistributionPointEnabled_9(L_0); // set { this.issuingDistributionPointEnabled = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_MaxBaseCrlNumber_m7772F5D176758C1AAD59DA1FD4165DE9F27392BE_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method) { { // set { this.maxBaseCrlNumber = value; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___value0; __this->set_maxBaseCrlNumber_10(L_0); // set { this.maxBaseCrlNumber = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, const RuntimeMethod* method) { { // get { return type; } int32_t L_0 = __this->get_type_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, const RuntimeMethod* method) { { // get { return name; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * X509CrlStoreSelector_get_CertificateChecking_m816015DAEAE48AE2CE566E1568626EB51D54A658_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, const RuntimeMethod* method) { { // get { return certificateChecking; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = __this->get_certificateChecking_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GeneralSubtree_get_Base_m3DF040DCC56B865486583704937772E717D958E5_inline (GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * __this, const RuntimeMethod* method) { { // get { return baseName; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_baseName_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } }