#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; 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 VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, 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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, 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 InterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R 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); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`2 struct Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C; // System.Collections.Generic.HashSet`1 struct HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673; // System.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.HashSet`1 struct HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089; // System.Collections.Generic.HashSet`1 struct HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t8C1A8205A51B6BA84D976BC2CD223E4DE61D9C43; // System.Collections.Generic.List`1 struct List_1_t6642D08E578C77292ED5537CF3192269131C189C; // System.Collections.Generic.List`1 struct List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Int64[][] struct Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC; // System.UInt32[][] struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue[] struct AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg[] struct CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse[] struct CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus[] struct CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate[] struct CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry[] struct CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.WebSocket.Extensions.IExtension[] struct IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // MenuBackInterface[] struct MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[] struct PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] struct X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58; // System.Byte[0...,0...] struct ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters struct AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A; // ArrowCamera struct ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // 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.Asn1SequenceParser struct Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser struct Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser struct Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate struct AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificateInfo struct AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AttributePkcs struct AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue struct AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData struct AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData struct AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser struct AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString struct BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator struct BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSetGenerator struct BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine struct BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9; // BowRotateConvert struct BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher struct BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher struct BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher struct BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedIesCipher struct BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedStreamCipher struct BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine struct Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine struct Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac struct CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher struct CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.CcmParameters struct CcmParameters_tC70F2A7295BE08A8BE21F2419A8F96DEF2A0393C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertBag struct CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertChainType struct CertChainType_t39FBBB6433EC0E0022B8FAC91D8F9E5A36278F9F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertConfirmContent struct CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash struct CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId struct CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert struct CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertPolicyID struct CertPolicyID_t38FB6E6124D9502AC671F0698BDB52249BF71580; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage struct CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages struct CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg struct CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest struct CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse struct CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus struct CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus struct CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus struct CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate struct CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder struct CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException struct CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException struct CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateExpiredException struct CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList struct CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException struct CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair struct CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException struct CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies struct CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest struct CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus struct CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest struct CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusType struct CertificateStatusType_t2F59810C1506EB1747E88E2BF356DE338BD9726E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateType struct CertificateType_tD10A00419154DADC9532514B542E9ED6DD92403F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl struct CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues struct CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E; // 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.CertifiedKeyPair struct CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher struct CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac struct CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine struct ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine struct ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305 struct Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge struct Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B; // ChallengeOptionView struct ChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74; // ChallengeTargetForResetView struct ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ChangeCipherSpec struct ChangeCipherSpec_t96B014402A67D5995AC35E86BCC00212548B497D; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check struct Check_t2B6A21FAA297BF4053D8D9CAFD09A9EC0EC50C64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator struct CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream struct CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CipherSuite struct CipherSuite_t839FA52C6BD3464EC81CDED8A70CCA31468D2BA7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CipherType struct CipherType_t594219014C7F69316738DBDC94A9087A08526E13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities struct CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7; // CircleRayCastChecker struct CircleRayCastChecker_tA11C302CA5722AD5A1C0EE61511FE0E01294D661; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ClientAuthenticationType struct ClientAuthenticationType_tA2AF2F59966E65201097BB12C01E50B65F8EAE0E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ClientCertificateType struct ClientCertificateType_tC7F9871197F90762D3F2B09AC424D4D4E4026FDB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate struct CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers struct CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerationException struct CmsAttributeTableGenerationException_t677719A4E92C0698E0A0659C82C2B2D0C838B798; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator struct CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes struct CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData struct CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator struct CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData struct CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator struct CmsAuthenticatedDataGenerator_tAEC70076AF2E5BF677FB1340DB43E1202A1CA87C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser struct CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator struct CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedGenerator struct CmsAuthenticatedGenerator_t5DEA773D9719C3B361631F523897963B067C2D61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData struct CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataGenerator struct CmsCompressedDataGenerator_t1959505E3AD21E6988F796347F38DBD38A82EF64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataParser struct CmsCompressedDataParser_t9BFFF2271556BE65D491A8C3A3533573A18AA381; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator struct CmsCompressedDataStreamGenerator_t4C425D5A9B780738CC19713D5894F9D505DA2D5B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser struct CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData struct CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator struct CmsEnvelopedDataGenerator_tA63FC5C8177E23E28752DE9C27CFCEE2D9AC087D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser struct CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator struct CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable struct CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray struct CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream struct CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable struct CmsReadable_t0A0C940474DB81BD9C6011608BA8617B0F9CFF61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable struct CmsSecureReadable_t6AF44896AFA6F4D5858EE5F7118A13227842567C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream struct CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData struct CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser struct CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo struct ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser struct ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls struct Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry struct CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason struct CrlReason_tB131133C86AC20505F7A205D6059101D28944693; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CtsBlockCipher struct CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement struct DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters struct DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters struct DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // 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.DerSetGenerator struct DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine struct DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine struct DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement struct ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters struct ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher struct EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine struct ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters struct ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo struct EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser struct EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue struct EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData struct EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser struct EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6; // System.Exception struct Exception_t; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher struct GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher struct GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine struct Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine struct HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine struct HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac struct HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher struct IAeadBlockCipher_t869034CEE6315445FCE7D2A51906AA21CBBCAC2E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible struct IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher struct IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBasicAgreement struct IBasicAgreement_t49A0A32749B5FDF1D2945D43D56CAF934A6D548C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding struct IBlockCipherPadding_tB763377AFF8689A1943474E2044E0C2CF829F42D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher struct IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction struct IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.IGcmExponentiator struct IGcmExponentiator_t4743ADB94A54470223D9DBBCCC8DEFD842C745AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.IGcmMultiplier struct IGcmMultiplier_t5D65BDDA44BA50C54AF93F305A8CACBC964E35A7; // 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.Crypto.IRsa struct IRsa_t5A726381CECF18A2B9E14F74788E42C24FD7D46F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ISO10126d2Padding struct ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ISO7816d4Padding struct ISO7816d4Padding_t54C600AA95C50A827CD73E654FC8557CBEC5AED0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding struct ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher struct IStreamCipher_t416E0177C2ABCA3A006DBEF129E0AA75F2924005; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IdeaEngine struct IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine struct IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.IesParameters struct IesParameters_tB913FA8D383679BFBEC5543433EE43705FCD6E0C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Kdf2BytesGenerator struct Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher struct MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.MacSink struct MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4; // MenuBackInterface struct MenuBackInterface_t83F97C72E65FAFC7D5CBB95AEC59CFFB70710488; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine struct NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding struct OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher struct OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspException struct OcspException_tEB86D2641E584387057732A1F047A4694C77C561; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponse struct OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponseStatus struct OcspResponseStatus_tEA0FDD0FCDBE35AF1967527A1E6ED23CE3B1E083; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.OcspStatusRequest struct OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OfbBlockCipher struct OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate struct OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate struct OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate struct OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate struct OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate struct OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB; // BestHTTP.WebSocket.OnWebSocketClosedDelegate struct OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E; // BestHTTP.WebSocket.OnWebSocketErrorDelegate struct OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate struct OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0; // BestHTTP.WebSocket.OnWebSocketIncompleteFrameDelegate struct OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369; // BestHTTP.WebSocket.OnWebSocketMessageDelegate struct OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8; // BestHTTP.WebSocket.OnWebSocketOpenDelegate struct OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher struct OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity struct OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo struct OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.OutputLengthException struct OutputLengthException_tA5E6AC4C0E283A093B74059F7CFF591963F62070; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher struct PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding struct Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding struct Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText struct PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo struct PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo struct PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation struct PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305 struct Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16; // BestHTTP.SignalR.Messages.ProgressMessage struct ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.ProofOfPossession struct ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine struct RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine struct RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine struct RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine struct RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine struct RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore struct RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes struct ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo struct RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine struct RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine struct RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM4Engine struct SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine struct Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine struct SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngine struct SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest struct Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest struct Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest struct Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest struct Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher struct SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine struct SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding struct TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList struct TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine struct TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream struct TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine struct ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time struct Time_tD684B1785E755395701D46F89A97609911CD6DDE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TnepresEngine struct TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine struct TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314; // System.Type struct Type_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.UrlAndHash struct UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07; // UserSettings struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcEngine struct VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcKsa3Engine struct VmpcKsa3Engine_tC43A9B0E3EC6F82642A6115F9951F7885C841A8F; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // BestHTTP.WebSocket.WebSocketResponse struct WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // 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; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.X923Padding struct X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.XteaEngine struct XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream struct ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream struct ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZStream struct ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding struct ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl/ListBuffer16 struct ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319; // ChallengeTargetForResetView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable struct AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream struct CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream struct CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream struct CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable struct CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable struct CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine/ThreefishCipher struct ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542; IL2CPP_EXTERN_C RuntimeClass* Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var; 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* Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_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* DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A_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* DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockCipherPadding_tB763377AFF8689A1943474E2044E0C2CF829F42D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_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* 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* 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* ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISO7816d4Padding_t54C600AA95C50A827CD73E654FC8557CBEC5AED0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IStreamCipher_t416E0177C2ABCA3A006DBEF129E0AA75F2924005_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A_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* InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcspException_tEB86D2641E584387057732A1F047A4694C77C561_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutputLengthException_tA5E6AC4C0E283A093B74059F7CFF591963F62070_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_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* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_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* TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VmpcKsa3Engine_tC43A9B0E3EC6F82642A6115F9951F7885C841A8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1_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* X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral015D7D87920D9EE31EAD11E573C4A5AC909FC2C8; IL2CPP_EXTERN_C String_t* _stringLiteral0168AFC77BFA3EA6866E49EC9D40F92E3CFD118F; IL2CPP_EXTERN_C String_t* _stringLiteral01F92A55E0C4F71D4AC7BF5ADA2134AD7132F1AC; IL2CPP_EXTERN_C String_t* _stringLiteral0211AF4D2D32E153411ADDB61607D5A38E7D3DD9; IL2CPP_EXTERN_C String_t* _stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489; IL2CPP_EXTERN_C String_t* _stringLiteral0730C8CFFE15F08D48A8C1DECEDA7AD46E318B9E; IL2CPP_EXTERN_C String_t* _stringLiteral08A71C3F318A025135EA2A953B4960BBA12A7BD6; IL2CPP_EXTERN_C String_t* _stringLiteral0E821F079546EFA0614F5A1B8C623C502F1D190D; IL2CPP_EXTERN_C String_t* _stringLiteral109C7F1AD4E65C87099D5F5225337F3ADBB35FB7; IL2CPP_EXTERN_C String_t* _stringLiteral11271E987E5AC40712516EC21529D7A47A6D4212; IL2CPP_EXTERN_C String_t* _stringLiteral166FD5D9AC48273934F85807614240038752C109; IL2CPP_EXTERN_C String_t* _stringLiteral1AB2935D72BBF94AC41BB4693003661EAEEAF2F1; IL2CPP_EXTERN_C String_t* _stringLiteral1C2685EEE425882510DB5AA417848E03F4698356; IL2CPP_EXTERN_C String_t* _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C; IL2CPP_EXTERN_C String_t* _stringLiteral1E54EF1569B81AE2CC372C0ED09B646D4BB32931; IL2CPP_EXTERN_C String_t* _stringLiteral1F9CFF9EF653AF8D274BF9A8EDD4B1124DD87515; IL2CPP_EXTERN_C String_t* _stringLiteral1FB0879BEF9D641AD7D9FB135EEB04B7A3185878; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral20D8CE2E01F8EEC506A82A0637DB8F268416C203; IL2CPP_EXTERN_C String_t* _stringLiteral20EB2E0D454596864E3ECAD54EC7CB26EEA7D84D; IL2CPP_EXTERN_C String_t* _stringLiteral21625563071039F47F2FC6060A80CEDC0E5D2BC9; IL2CPP_EXTERN_C String_t* _stringLiteral22256324052A69ABE263B8C6D936457038A12F10; IL2CPP_EXTERN_C String_t* _stringLiteral227D58E8FC9FDF45A2B329349A1DFEA264430F2C; IL2CPP_EXTERN_C String_t* _stringLiteral228FC9F8891FF042FE918E13B45BF8CF52A1E136; IL2CPP_EXTERN_C String_t* _stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4; IL2CPP_EXTERN_C String_t* _stringLiteral23B06AF106EA0D67676A2953EB9C6FF144496062; IL2CPP_EXTERN_C String_t* _stringLiteral23EDE68582AA80028C618C9FB042C95A33BFB31C; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral27DBE413B8F6DFFC67F04969ED9883B94BE4554B; IL2CPP_EXTERN_C String_t* _stringLiteral2B4F3253F4AB9BCF770669A19369CCF3D2380947; IL2CPP_EXTERN_C String_t* _stringLiteral2BBE4FB029B3C5A2275BEFC9A445528690E921F3; IL2CPP_EXTERN_C String_t* _stringLiteral2C410EB1F22365EC1A74DF0D8C89C99D53453CDD; IL2CPP_EXTERN_C String_t* _stringLiteral2E686B19E165DF4933A67EC9B80CD95C06DA326E; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral2FB2E5FC77C7024986A6FAF82E32B32258CE1A1C; IL2CPP_EXTERN_C String_t* _stringLiteral314D4B06F0B851FD4E58D42BA55EC6640B0AB0C2; IL2CPP_EXTERN_C String_t* _stringLiteral32583D14EEE748C60572004DBA05FAE0E8E7C053; IL2CPP_EXTERN_C String_t* _stringLiteral340B2F9504C33476D46ABF14D755999259255B78; IL2CPP_EXTERN_C String_t* _stringLiteral3465F02248DE25A7724B916D164C957002F9D9FA; IL2CPP_EXTERN_C String_t* _stringLiteral36570DC4B6CBC47EEA6EED659B46CE6C34F3F431; IL2CPP_EXTERN_C String_t* _stringLiteral36885A20FADCBC1C4BB1CC51358B21D225729AF9; IL2CPP_EXTERN_C String_t* _stringLiteral36D8CB02FF3942E9A21982468B9490598ED9367F; IL2CPP_EXTERN_C String_t* _stringLiteral376568676495F151E38F05DF0258A104F9D34E8D; IL2CPP_EXTERN_C String_t* _stringLiteral3ABFE7648A8E975F175F44CE538E8128783E6E48; IL2CPP_EXTERN_C String_t* _stringLiteral3B17741531D54CD1AED28E049653D794244D54A7; IL2CPP_EXTERN_C String_t* _stringLiteral3B61056CE34B3597E690DEF082DF2AB2F399A4E8; IL2CPP_EXTERN_C String_t* _stringLiteral3CCF2B6056F0282532A9A5A7124D66A1335FF161; IL2CPP_EXTERN_C String_t* _stringLiteral44A1896960E4B78C5FAF6D197749B232DDDEEB56; IL2CPP_EXTERN_C String_t* _stringLiteral45DA448D95455F2E37A79792AF374976271B7878; IL2CPP_EXTERN_C String_t* _stringLiteral4901277BD17A5B2F9FD51DCD98D6CE81842202C4; IL2CPP_EXTERN_C String_t* _stringLiteral4A63E520AD7E3C739323B1DC34A9E2A4C52C3F2D; IL2CPP_EXTERN_C String_t* _stringLiteral4CB0724FEED457371B27FF0ACD3DF1D9FEDFC302; IL2CPP_EXTERN_C String_t* _stringLiteral4E192B223391AE8D98CCCEB79BB51E0099726E0D; IL2CPP_EXTERN_C String_t* _stringLiteral54695663CDBC951C368A7673334FC7C1E530A547; IL2CPP_EXTERN_C String_t* _stringLiteral563669D4CEA78474BA4BBE60BF95EB32F24048FA; IL2CPP_EXTERN_C String_t* _stringLiteral5943A7E2C9B6B97618BE5C61998DFB431B4ECBB6; IL2CPP_EXTERN_C String_t* _stringLiteral594B8F9B5262CACDD55D923970DA1330EAC269C0; IL2CPP_EXTERN_C String_t* _stringLiteral5BB7E4F1F14CBD0910B9D120A2E8EFE0C07F9B50; IL2CPP_EXTERN_C String_t* _stringLiteral5F2991312A319990EFBE5EFA24BACE11FAE58B64; IL2CPP_EXTERN_C String_t* _stringLiteral626C9A80FD55ADF427FBBBB85379D65BEDD9303A; IL2CPP_EXTERN_C String_t* _stringLiteral62E0DE5DD154B327D2C279A75A3E458C1964FF28; IL2CPP_EXTERN_C String_t* _stringLiteral6364BB6BB58101E523E751B3D4490257FAA40745; IL2CPP_EXTERN_C String_t* _stringLiteral639C3BFDCCB7DC390785B72D18D21A5A5206AFB2; IL2CPP_EXTERN_C String_t* _stringLiteral63F5F5E12085FBE42E5CB46D4293ABD5ACA270C0; IL2CPP_EXTERN_C String_t* _stringLiteral647783A586F68BF6437CB9DA80DA5F6C73C08B53; IL2CPP_EXTERN_C String_t* _stringLiteral65D1B0E1FA928C5674E15C89FEC7B4B01353ACBF; IL2CPP_EXTERN_C String_t* _stringLiteral67550EA40D2B10928717D6C0BA62D7ED46EA53A4; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6AFE1D0C40E13763A7F8A82F890891FEBC235BBE; IL2CPP_EXTERN_C String_t* _stringLiteral6B04ED5948A08598C9C43C4C6F67B6F0AF4EDFB5; IL2CPP_EXTERN_C String_t* _stringLiteral6F9B65F92FAA549479F5A80F84910D7FF25D68B8; IL2CPP_EXTERN_C String_t* _stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4; IL2CPP_EXTERN_C String_t* _stringLiteral71B3CD3397671C8E3618F011BF170FAC9F499980; IL2CPP_EXTERN_C String_t* _stringLiteral72AB8C4B7BFA4010EAE7EE30F7B739FD66EAEA66; IL2CPP_EXTERN_C String_t* _stringLiteral738AEED44B152A9B0CA27F2539BFC222AC9F7EED; IL2CPP_EXTERN_C String_t* _stringLiteral7403A43247972DDB9655A62F813E399FDB1C5C09; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral762792603E57A44A0BBAB9A4687ADB12D63370D5; IL2CPP_EXTERN_C String_t* _stringLiteral7681E8CD443B054DDF3FE06E029C1874A60D0B0A; IL2CPP_EXTERN_C String_t* _stringLiteral769730E3859F26CE69E2259BFA69AC9D67130632; IL2CPP_EXTERN_C String_t* _stringLiteral7748134F7C70FF6D89EFDF31B9C566EE24269B67; IL2CPP_EXTERN_C String_t* _stringLiteral7ADB26976C64E2913ACB7A7907862FA832C541C3; IL2CPP_EXTERN_C String_t* _stringLiteral7B5117ACCE82D41F99CC1D74CC4CE4D861965B38; IL2CPP_EXTERN_C String_t* _stringLiteral7B75786E91331E425E791F73E103006FAAC69CEA; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719; IL2CPP_EXTERN_C String_t* _stringLiteral7FCBDD505DA363D92834540BA1708D2C7B4640B6; IL2CPP_EXTERN_C String_t* _stringLiteral8136E6BB427E9AF8B375C820D37561DA3E159794; IL2CPP_EXTERN_C String_t* _stringLiteral818AC6420D77119A36C7F83233C2796D080F6EB9; IL2CPP_EXTERN_C String_t* _stringLiteral87DDC8CDCF2D57CF43695B898C0508A36CD9BEAF; IL2CPP_EXTERN_C String_t* _stringLiteral88560356D4A82A5F9FD47AE8E5B8096518AFD8B1; IL2CPP_EXTERN_C String_t* _stringLiteral88ACA8907D04AAB49D339CF05BFC83F5EEDEA3B6; IL2CPP_EXTERN_C String_t* _stringLiteral89AE9D340E28F88C2B03174C9E32E00DC6190A75; IL2CPP_EXTERN_C String_t* _stringLiteral8AC75E0FB517A3DA0A033908E6AE84D11025E4BD; IL2CPP_EXTERN_C String_t* _stringLiteral8CBAF83740DB8C0C2ABC6C36035C2B5F801DEAEA; IL2CPP_EXTERN_C String_t* _stringLiteral8DB4F119230051C7FB62FC8756E461D63166CBAB; IL2CPP_EXTERN_C String_t* _stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8; IL2CPP_EXTERN_C String_t* _stringLiteral8F838727C3DA072CC51B306D630E4A9A332661CD; IL2CPP_EXTERN_C String_t* _stringLiteral9011D30337D6A2E9DBD1BED33FEDC07931E699D3; IL2CPP_EXTERN_C String_t* _stringLiteral9155CA935A76B82D62386A5B5DF38CD0F3E8191A; IL2CPP_EXTERN_C String_t* _stringLiteral930D987E768BBA4C5F5F1D7367406B53D89C44FD; IL2CPP_EXTERN_C String_t* _stringLiteral9447E30D7FC30785DAE22DB48987DF1888FC2DBF; IL2CPP_EXTERN_C String_t* _stringLiteral95CE047378BB5A752473C9D4D15D684E03FFA829; IL2CPP_EXTERN_C String_t* _stringLiteral967BB572C3DEEEC4C0F1673589A5DB5F3CBACD23; IL2CPP_EXTERN_C String_t* _stringLiteral978EECA9ABC74122106B2C37B1689846FCF19CDC; IL2CPP_EXTERN_C String_t* _stringLiteral9895EB39B95629DE133ED6E971DBCAF131D0CA55; IL2CPP_EXTERN_C String_t* _stringLiteral98EF542B98C50C9BE86B85F73E2AE1F20D21A9B9; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9A94FAC3777654A879C4C5E2E21BAE777509FD7B; IL2CPP_EXTERN_C String_t* _stringLiteral9D22D855C974993DE6C942EC615E247AE1704849; IL2CPP_EXTERN_C String_t* _stringLiteral9F25B867CACEEE84F9CB33CCFDF04AAF5085010C; IL2CPP_EXTERN_C String_t* _stringLiteral9F522E58D5F333CCDFD9F5BE17E19FB7D428320C; IL2CPP_EXTERN_C String_t* _stringLiteral9F7E3E132905B6D32675AC3BBF8124EA1E5FE975; IL2CPP_EXTERN_C String_t* _stringLiteralA2626FBEA9CC1E89EDF014BC9C9EBBF45C715FE6; IL2CPP_EXTERN_C String_t* _stringLiteralA36834494CF41A5E74504498A20F1AB44DD17A0E; IL2CPP_EXTERN_C String_t* _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469; IL2CPP_EXTERN_C String_t* _stringLiteralA516B226B44088D6E6E7F986706BE511C24E79B6; IL2CPP_EXTERN_C String_t* _stringLiteralA559775A4AA76573065DBA5D758E691409DE6ABC; IL2CPP_EXTERN_C String_t* _stringLiteralA6B422E58E2135A5C0FA0A17A9B45ED7436A1222; IL2CPP_EXTERN_C String_t* _stringLiteralA73E504C90D10B8D3135BBF7D950BEF1D5E4D3EC; IL2CPP_EXTERN_C String_t* _stringLiteralA89C2A325034D07E20A484F5BBAAEF8285094BC4; IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B; IL2CPP_EXTERN_C String_t* _stringLiteralAA66D0C50542E2C2440FD7CD41EAF952D2AA6C07; IL2CPP_EXTERN_C String_t* _stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9; IL2CPP_EXTERN_C String_t* _stringLiteralAC05099F4B7FE2D831107BCBDB4AB662EF08CF3B; IL2CPP_EXTERN_C String_t* _stringLiteralAD13FC2AC68A1DFE7F4685BACC60BBBF7BF8C445; IL2CPP_EXTERN_C String_t* _stringLiteralAEAC30D8C28806B51680D5DC521FC3C410F2D5B5; IL2CPP_EXTERN_C String_t* _stringLiteralAEAE68501E27B1EB1332DFD1DC6F27A1C39437EF; IL2CPP_EXTERN_C String_t* _stringLiteralAF818C7656BB6A81CF4696DAA976C84EB8A86005; IL2CPP_EXTERN_C String_t* _stringLiteralAFB614D1497653B425D05DA1383AC8F86188BA56; IL2CPP_EXTERN_C String_t* _stringLiteralB14020A6ADAFD6276D34126B63F82AC4BB6AEEAA; IL2CPP_EXTERN_C String_t* _stringLiteralB2D1848BABE194BAD16D71B60BA62536C232E0C5; IL2CPP_EXTERN_C String_t* _stringLiteralB485A88FAAA8F40818CFE8782F415FDA95CF6AEB; IL2CPP_EXTERN_C String_t* _stringLiteralB488BF058F857AB5DB63CE5F5D46E2BD1975AA08; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB4D214DD678B09B3595E173E53492647921CDEF2; IL2CPP_EXTERN_C String_t* _stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0; IL2CPP_EXTERN_C String_t* _stringLiteralB764975C73BFA882AF2146869B213BBDDF06F6E4; IL2CPP_EXTERN_C String_t* _stringLiteralB80AC03C6F2972D76BBEE7A7D6B2A3344713E0B1; IL2CPP_EXTERN_C String_t* _stringLiteralBAC92D9C5274BA983C9BF2497B80EDFD56A9A45B; IL2CPP_EXTERN_C String_t* _stringLiteralBB09E6CC72C48F6E392498A64392F09213A02DB5; IL2CPP_EXTERN_C String_t* _stringLiteralBDDF7F0C9875FDB9F0ED4882081D64F56B17A8A0; IL2CPP_EXTERN_C String_t* _stringLiteralBE27790FE5F9592709AE1519C66D48EF4947F953; IL2CPP_EXTERN_C String_t* _stringLiteralC0051196F9E9F71A99B511B8F86E27E16B095E90; IL2CPP_EXTERN_C String_t* _stringLiteralC052903D81D1DB8D13AA0B8B401AE659C1BD8686; IL2CPP_EXTERN_C String_t* _stringLiteralC0DFBFB82D0304CDF7AC2CA76AE83766E89E84CB; IL2CPP_EXTERN_C String_t* _stringLiteralC24F7CB14D46A75A21DA749E34D6D94080102C43; IL2CPP_EXTERN_C String_t* _stringLiteralC4516D53E7FB744FA2A59B2651B20A5A1BC1F0C0; IL2CPP_EXTERN_C String_t* _stringLiteralC58461CAFDE9F42A8C43A6AD1547BCEFB036D2B1; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC69B7C6524D22654354BC8B18A8EE388EF230D8B; IL2CPP_EXTERN_C String_t* _stringLiteralC6B8E7A479BE266CB377B138773E5E798867F697; IL2CPP_EXTERN_C String_t* _stringLiteralC71C74603A49E2AF0E907E06E41C50128DE85768; IL2CPP_EXTERN_C String_t* _stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12; IL2CPP_EXTERN_C String_t* _stringLiteralCA4614B6CD81A10BA1534B62ED83F919EA8E07F8; IL2CPP_EXTERN_C String_t* _stringLiteralCCB4D2ABCCE1BEBD6C4257978EA95A675502A5E7; IL2CPP_EXTERN_C String_t* _stringLiteralCDE394519BDBA16E1F5D2D08306FCA052D9AE702; IL2CPP_EXTERN_C String_t* _stringLiteralCE8EA3C4F74BAF292EB726D57CBCFDF3E45DD54F; IL2CPP_EXTERN_C String_t* _stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589; IL2CPP_EXTERN_C String_t* _stringLiteralD1470B7A12329256B2B9FAE53EEF42FAC9436E45; IL2CPP_EXTERN_C String_t* _stringLiteralD18097EA15553FD8BA0EE6ACC275E6CDCC349FC1; IL2CPP_EXTERN_C String_t* _stringLiteralD26346DF3D1D50A14DD61DE052EDEB6CEA3E670C; IL2CPP_EXTERN_C String_t* _stringLiteralD2B6CE1B4FD70363933B7AD94FA24849FD399B6D; IL2CPP_EXTERN_C String_t* _stringLiteralD32DA50FEE7AA19E0CB20DFCC3885AD25DB2A9BE; IL2CPP_EXTERN_C String_t* _stringLiteralD574390FF6EA2717D3F40897EA9ACC08556A7E51; IL2CPP_EXTERN_C String_t* _stringLiteralD5F3812E71ECFB8899B0302652236FAAE4AA5DF9; IL2CPP_EXTERN_C String_t* _stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E; IL2CPP_EXTERN_C String_t* _stringLiteralD77560853C61DE5CDFFFF7284C867C8AADA1C7EB; IL2CPP_EXTERN_C String_t* _stringLiteralD7A1B3A12644ED181F2EAD1A985AF1E0FEA70551; IL2CPP_EXTERN_C String_t* _stringLiteralD9AC7E1BD2644FCDC35F6D5F5F3ECDBBFA815150; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA430D713F700D689E39EE937ED5D91A114BD06C; IL2CPP_EXTERN_C String_t* _stringLiteralDCFB78328513A82CCCFBE6C04F65CF00394ED013; IL2CPP_EXTERN_C String_t* _stringLiteralE065C55D87E574B1B88BD0C12AF8160AD323F87A; IL2CPP_EXTERN_C String_t* _stringLiteralE0CDAF6E8DCF43906816F0D6CC7D11AF651510FD; IL2CPP_EXTERN_C String_t* _stringLiteralE0D890FAC4E2B6D9BA38821A105CF9C7927D2E9D; IL2CPP_EXTERN_C String_t* _stringLiteralE1E158934719D08BD84AF0C8F26FC507459D32D9; IL2CPP_EXTERN_C String_t* _stringLiteralE3577C2D5B36A10E4CFD76E58010316ACDBA11CA; IL2CPP_EXTERN_C String_t* _stringLiteralE54A067CA47402024278E52A868EB153BB03F00D; IL2CPP_EXTERN_C String_t* _stringLiteralE580449FDEA9A2F7D9C6101AE58E2B0CEA315B63; IL2CPP_EXTERN_C String_t* _stringLiteralE5EDEFFF3F808206D94F2F2155C1DC87C822DAD1; IL2CPP_EXTERN_C String_t* _stringLiteralE7B4EE2FEA9DA0CE32E9A690C2F7C5B75E561F6D; IL2CPP_EXTERN_C String_t* _stringLiteralEA0409248E47D53C79582ED44348607BA761E621; IL2CPP_EXTERN_C String_t* _stringLiteralEC332443C5B3DBE47DCEE2E1272BE4D52F891A71; IL2CPP_EXTERN_C String_t* _stringLiteralEC631D57E36D2543262999E360587518EDE266E9; IL2CPP_EXTERN_C String_t* _stringLiteralEED3E1EED12FB924C98BB83957DC00B89D2D090C; IL2CPP_EXTERN_C String_t* _stringLiteralEFF24F032CA56F730D1D2B777C72D59A0DFBB023; IL2CPP_EXTERN_C String_t* _stringLiteralF0B89326A2702B696D663A1F573D9CFF2B91EA8A; IL2CPP_EXTERN_C String_t* _stringLiteralF1BB7A8633D029365EFBA04A6C2589917F4C3A00; IL2CPP_EXTERN_C String_t* _stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF438DC799B85B94E064C2FAB80CB0C875246D0AF; IL2CPP_EXTERN_C String_t* _stringLiteralF55B165DDB8C42F950002F399F88C034E36EB9DD; IL2CPP_EXTERN_C String_t* _stringLiteralF5F21BCEC32511FB9C4A533767202E4E0577C1EF; IL2CPP_EXTERN_C String_t* _stringLiteralF69464799A5315E9EDFCCA4192F95C0EC63497E2; IL2CPP_EXTERN_C String_t* _stringLiteralF8A55603D4897810C47EB31DB7176AED7ADF7040; IL2CPP_EXTERN_C String_t* _stringLiteralF8E97A2EC91B9BC5BE9457E4364E5C15F95B7FDC; IL2CPP_EXTERN_C String_t* _stringLiteralFA1C93C4701E9DEBBB21F7804FB0D557305BF116; IL2CPP_EXTERN_C String_t* _stringLiteralFA6689D6FD0CAA4E5E80D26210EE284BB7562F03; IL2CPP_EXTERN_C String_t* _stringLiteralFB0D08045BC59A6E6CCC741B5723192FE0F11FB1; IL2CPP_EXTERN_C String_t* _stringLiteralFB8144E92B418A6358F0B6DA1EF166FF4808FB53; IL2CPP_EXTERN_C String_t* _stringLiteralFC56702F6D143CE215336AB5009B9FE80EF945C1; IL2CPP_EXTERN_C String_t* _stringLiteralFD4706B02823C71252FBF63A74CF03433A8DADF0; IL2CPP_EXTERN_C String_t* _stringLiteralFF5C02374DC54E2DC147BC22AB3CE9ABEA850687; IL2CPP_EXTERN_C String_t* _stringLiteralFFD44595505148598FA11441DC6F85B39A158ACC; IL2CPP_EXTERN_C String_t* _stringLiteralFFF52F3E1AE72AC1B317FDBDB9797463CF85CDAB; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CbcBlockCipherMac_BlockUpdate_mD5E086D004A82CE44FF8059A4AE58E6CFA0B0F57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CbcBlockCipherMac__ctor_m85E5DF42074EDBDA99F5894F79416553347774BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CcmBlockCipher_Init_mF1CEB8C7A9298A6BFAB4924FE7C608041D634073_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CcmBlockCipher_ProcessPacket_m2B7D0E4612EBB25F6FAD4256963684D4A56F2F41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CcmBlockCipher_ProcessPacket_m86802FCA2579472FE16B36A6AE269DBC0FF37CFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CcmBlockCipher__ctor_mB6FBC3B80CB9D22CFB14CBA7D8F15E2B9BDD9D6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertBag__ctor_m82A01C1E8F49A1E2BE2C4B704060659CAF650340_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertConfirmContent_GetInstance_m7C5402B1C1F8B7250D9D7C96424747B4F7DDD671_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertHash_GetInstance_mBA639A89EE41E15C5663B38CE472F552738AA357_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertHash__ctor_m315919428C20609A1FAA6FB0B362F35049E4CC99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertHash__ctor_mE5BAD25419C411772C38689591BE4DE186E2E670_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertID_GetInstance_m4FF3A9F97DD6B1C2A622A6F9468BB165D3ABD3D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertID__ctor_mA3106BA8C53B5B3ED27AB7D604DB625C0B401E27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertId_GetInstance_m541A155E2A203B2D5785845266D08B533561C268_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertOrEncCert_GetInstance_m1E3D9446E04B824DA90DBBF6A9B520F2927EE3C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertOrEncCert__ctor_m072A451864A40B2E73CE12C41E2118EDE04FB990_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertOrEncCert__ctor_mABD45D447A64417BCFB984FA3643D5489B713DEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertOrEncCert__ctor_mE3F7FB5429BE0628A294749D0093471CC02D1B2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertRepMessage_GetInstance_mD28003B1303318A4A3177EA556B275A7558981D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertRepMessage__ctor_mF458BDA27AC652D64837AC6917378A7E44AD0A0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertReqMessages_GetInstance_m068D435ADEA76F2F0965E09F70957953B09AC667_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertReqMsg__ctor_mEFDCF17F60B01448D0989B376F0AF11561497747_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertResponse_GetInstance_m544B10DC9302C24B82BD54CF34516CA512874D2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertResponse__ctor_m09D6297FB9C2B8E54CB239A11A4E762FAAB823EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertStatus_GetInstance_m5E71CEC5A6B34A652D3EB36D144052646FFD1269_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertStatus_GetInstance_mF22935716CAF357479E14F67EFEE604856D74ED9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertStatus__ctor_m6822B70633625DB9D7F81A34D0727A1269EF1BF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertTemplate__ctor_mFF5DA90A21072FAF48CEB44597D921625AC8F933_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateID_CreateCertID_m638B78DE463304F9222364FD22C0C699B22ACA3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateID__ctor_mD4C769B3D8754A40AC5E0B6C3AF3E609ED782FF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateList__ctor_m44D38E7B4081CE44091D4E7DA206BF15BEB1F3A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificatePair_GetInstance_m302ECB916B417F5624866478EB70F750402C1A7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificatePair__ctor_m869C698EC2008B38F84578A7B26878C1E4C51ABC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatusRequest_Encode_mA560F2D94D2DD4F773BD556714D58F6A968EF83B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatusRequest_GetOcspStatusRequest_m1AA4112109EEE2AB265B890EEAC9D82461A47971_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatusRequest_IsCorrectType_m410682C4667400F30F2DE2B27ECECC7275B9C493_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatusRequest_Parse_mFE546FA55E39716667D76E62DFBC0EAFA02CBFA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatusRequest__ctor_m4473A35EB87F122443A28E2F84033EB556B1B1EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatus_Encode_m5B7C29D37116E907D09096E875EB2BC92AA5C948_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatus_GetOcspResponse_mF1345BB3979E0EE1D0856C8A5607A678A94D2975_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatus_IsCorrectType_mB7D1902A226F7D1B039F07B9430EE219C6A2BA29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatus_Parse_m2E7ED817E49DDC573BD274BB7DCF042C6CE5294A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateStatus__ctor_mEA79FA303A9CFE461A371770D3687BACEEAE157B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateUrl__ctor_m487AE6800AABEC1E6690126B19FD58FDB629980D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateUrl_parse_mE3C751A35BABA12F910206DD5B3BC4EC1C76F78F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateValues_GetInstance_m986F279BB657169824B7F103C2648B6E74EB14A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateValues__ctor_m13A415D2914AE55A09E183C8CD80BDAB5D4B237E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateValues__ctor_mB7BA04811D6972BF7AE352EA9456317435F6005C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificateValues__ctor_mDC9C24398A6CBC7553FAEF8428D073207309515C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Certificate__ctor_mDEC4B5DA8CA0434A49AF328EA661D3F3C361C1FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificationRequestInfo_ValidateAttributes_m4EFA120CEA189DE115685B089652CC72E4792184_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificationRequestInfo__ctor_m4B0F18C326F6A00FAA8FE7139B750B73E9E14537_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificationRequestInfo__ctor_m862E4B858459787C2D3A88DE264DF655A11C2547_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertificationRequest__ctor_m13ADE4967930921FADF96D752539FC91A6BCA939_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertifiedKeyPair_GetInstance_m7EFA59C6E4B3B2F1863EEBB028F2593BD2CD41B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CertifiedKeyPair__ctor_m8D509A43489340EADD848A830D3E409D342EF1C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CfbBlockCipherMac_BlockUpdate_m54A90CBA37F327A9CD996460791D3CFB9F5D2F8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CfbBlockCipherMac__ctor_mA44D026E9CCB67D77B78D572B90504EB4255537C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CfbBlockCipher_DecryptBlock_m14FEC04F201695822263E60755E810144FF7386D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CfbBlockCipher_EncryptBlock_mD9714860DDE73781E50FEF07C68AB5934DE55FDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChaCha7539Engine_AdvanceCounter_m6963A7800BCE9AB740B5B0BACD267A3638585ADD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChaCha7539Engine_SetKey_m5EF80614E933ED5B9EA70AD44DA067C8A088716A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChaChaEngine_ChachaCore_m34D1FB6D55F645F54D587D656567489CB5D98485_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChaChaEngine_SetKey_m0BD163B8E0CB64661D3B69D034D16EBF4B46F6B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Chacha20Poly1305_DecodeCiphertext_mEB0BC05AC4B2E5BC02D9BD4E086587D35286050C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Chacha20Poly1305__ctor_m77425AC0EFF6F0B3F14DD8579913F938D8AB2C49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChallengeGameMode_U3C_ctorU3Eb__14_0_mB6CC0F55FA437566DF935E582EBEEC0C6D0FD64E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Challenge_GetInstance_m235C8CE61ED2EFD6920C5C8899D10D2A835B5A0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Check_DataLength_m74509F2FBF5A87468D31E9DFA795805313DC13A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherKeyGenerator_GenerateKey_m5F3D8E5E98ED7C572B47ACC50134255E74B340F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherKeyGenerator__ctor_m6680BB7C487A21EABFF4C8F6805DE5EE86C07728_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherStream_Seek_mF2A04CD9A13B5BEA4696BD8B41D66E25E05C519A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherStream_SetLength_m5EC5FBB0749A7D31ED61C2B7B844C735253D4A3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherStream_get_Length_m1603FCACAAE46559417A300C7736DFD4B63DB79D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherStream_get_Position_m1E454F5DCFB31966F63FB977776204599E2D6E24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherStream_set_Position_mD7EA3197E23F4E8ADADCE5F44E113AE05FAFB042_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherUtilities_CreateBlockCipher_m09FED84E8594E5F62EB677B0201FC83F008E44A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CipherUtilities_GetObjectIdentifier_m6FDB9109965A10D9B7798FA0554180660E7DD7A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmpCertificate_GetInstance_mA319EAF3013759A5DD807397463555B70791BBD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmpCertificate__ctor_m5BD62716C9E845721E6117EA4B9C663B3C89332A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsAuthenticatedDataGenerator_Generate_mED4D52C7472BF3BFD59906957E98FC69666B50BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsAuthenticatedDataStreamGenerator_Open_m4574F5F543539FB006BFC31106AD89D6030CEE3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsAuthenticatedDataStreamGenerator_Open_mCD7CF4042CFD1015E060CC5CB2B9E7CB9DA61F87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsCompressedDataGenerator_Generate_m1CE76B990046EEC8A94DC28AFA6EDA0837730A10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsCompressedDataParser_GetContent_mE8D369405A0496E190EF322540EAEC2E9F2ADBB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsCompressedData_GetContent_m377C5C6409F62F936352B708B5EB242C5BDBC750_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsCompressedData_GetContent_m517A42F33A6935D3AE90A3B7A7721BCFDEB56B86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedDataGenerator_Generate_m506B37C2B80328A36BE33032879561615C576679_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedDataGenerator_Generate_mA433049FEF483FC032744100B289A329C09B7535_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedDataStreamGenerator_Open_m1D06ED850F653E2D76EBB0FED9C785DD039365E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedDataStreamGenerator_Open_m2CA5D0C12D8469C76F356417A7633DB394B0D322_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mA8AF44D69D2121AEA2515E847D836BAD29F0C32F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CShowU3Eb__0_m8DBFEB6A971DC784228DB8E45E21A75E0FCC64FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_m1C2FFA79CBE21E63EE603157A0CFD4CB840CD97C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m60A6EC2213194AEFB451817151A950C827451917_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D; struct CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994; struct CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00; struct CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58; 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); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____slots_8)); } inline SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____items_1)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__items_1() const { return ____items_1; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields, ____emptyArray_5)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__emptyArray_5() const { return ____emptyArray_5; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters struct AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::associatedText ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedText_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::nonce ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::key KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::macSize int32_t ___macSize_3; public: inline static int32_t get_offset_of_associatedText_0() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___associatedText_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_associatedText_0() const { return ___associatedText_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_associatedText_0() { return &___associatedText_0; } inline void set_associatedText_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___associatedText_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___associatedText_0), (void*)value); } inline static int32_t get_offset_of_nonce_1() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___nonce_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_nonce_1() const { return ___nonce_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_nonce_1() { return &___nonce_1; } inline void set_nonce_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___nonce_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonce_1), (void*)value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___key_2)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_key_2() const { return ___key_2; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_macSize_3() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___macSize_3)); } inline int32_t get_macSize_3() const { return ___macSize_3; } inline int32_t* get_address_of_macSize_3() { return &___macSize_3; } inline void set_macSize_3(int32_t value) { ___macSize_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::ROUNDS int32_t ___ROUNDS_10; // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::WorkingKey UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___WorkingKey_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C0 uint32_t ___C0_12; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C1 uint32_t ___C1_13; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C2 uint32_t ___C2_14; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C3 uint32_t ___C3_15; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::forEncryption bool ___forEncryption_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::s ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s_17; public: inline static int32_t get_offset_of_ROUNDS_10() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___ROUNDS_10)); } inline int32_t get_ROUNDS_10() const { return ___ROUNDS_10; } inline int32_t* get_address_of_ROUNDS_10() { return &___ROUNDS_10; } inline void set_ROUNDS_10(int32_t value) { ___ROUNDS_10 = value; } inline static int32_t get_offset_of_WorkingKey_11() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___WorkingKey_11)); } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* get_WorkingKey_11() const { return ___WorkingKey_11; } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68** get_address_of_WorkingKey_11() { return &___WorkingKey_11; } inline void set_WorkingKey_11(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* value) { ___WorkingKey_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___WorkingKey_11), (void*)value); } inline static int32_t get_offset_of_C0_12() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C0_12)); } inline uint32_t get_C0_12() const { return ___C0_12; } inline uint32_t* get_address_of_C0_12() { return &___C0_12; } inline void set_C0_12(uint32_t value) { ___C0_12 = value; } inline static int32_t get_offset_of_C1_13() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C1_13)); } inline uint32_t get_C1_13() const { return ___C1_13; } inline uint32_t* get_address_of_C1_13() { return &___C1_13; } inline void set_C1_13(uint32_t value) { ___C1_13 = value; } inline static int32_t get_offset_of_C2_14() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C2_14)); } inline uint32_t get_C2_14() const { return ___C2_14; } inline uint32_t* get_address_of_C2_14() { return &___C2_14; } inline void set_C2_14(uint32_t value) { ___C2_14 = value; } inline static int32_t get_offset_of_C3_15() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C3_15)); } inline uint32_t get_C3_15() const { return ___C3_15; } inline uint32_t* get_address_of_C3_15() { return &___C3_15; } inline void set_C3_15(uint32_t value) { ___C3_15 = value; } inline static int32_t get_offset_of_forEncryption_16() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___forEncryption_16)); } inline bool get_forEncryption_16() const { return ___forEncryption_16; } inline bool* get_address_of_forEncryption_16() { return &___forEncryption_16; } inline void set_forEncryption_16(bool value) { ___forEncryption_16 = value; } inline static int32_t get_offset_of_s_17() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___s_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_s_17() const { return ___s_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_s_17() { return &___s_17; } inline void set_s_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___s_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_17), (void*)value); } }; struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Si ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Si_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::rcon ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rcon_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::T0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___T0_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Tinv0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Tinv0_4; public: inline static int32_t get_offset_of_S_0() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___S_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_0() const { return ___S_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_0() { return &___S_0; } inline void set_S_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_0), (void*)value); } inline static int32_t get_offset_of_Si_1() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___Si_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Si_1() const { return ___Si_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Si_1() { return &___Si_1; } inline void set_Si_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Si_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Si_1), (void*)value); } inline static int32_t get_offset_of_rcon_2() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___rcon_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_rcon_2() const { return ___rcon_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_rcon_2() { return &___rcon_2; } inline void set_rcon_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___rcon_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rcon_2), (void*)value); } inline static int32_t get_offset_of_T0_3() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___T0_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_T0_3() const { return ___T0_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_T0_3() { return &___T0_3; } inline void set_T0_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___T0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___T0_3), (void*)value); } inline static int32_t get_offset_of_Tinv0_4() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___Tinv0_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Tinv0_4() const { return ___Tinv0_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Tinv0_4() { return &___Tinv0_4; } inline void set_Tinv0_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Tinv0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tinv0_4), (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.Asn1.Asn1Generator struct Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::_out Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____out_0; public: inline static int32_t get_offset_of__out_0() { return static_cast(offsetof(Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2, ____out_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__out_0() const { return ____out_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__out_0() { return &____out_0; } inline void set__out_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____out_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_limit int32_t ____limit_1; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::tmpBuffers ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___tmpBuffers_2; public: inline static int32_t get_offset_of__in_0() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____in_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_0() const { return ____in_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_0() { return &____in_0; } inline void set__in_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_0), (void*)value); } inline static int32_t get_offset_of__limit_1() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____limit_1)); } inline int32_t get__limit_1() const { return ____limit_1; } inline int32_t* get_address_of__limit_1() { return &____limit_1; } inline void set__limit_1(int32_t value) { ____limit_1 = value; } inline static int32_t get_offset_of_tmpBuffers_2() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ___tmpBuffers_2)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_tmpBuffers_2() const { return ___tmpBuffers_2; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_tmpBuffers_2() { return &___tmpBuffers_2; } inline void set_tmpBuffers_2(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___tmpBuffers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpBuffers_2), (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.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::attributes RuntimeObject* ___attributes_0; public: inline static int32_t get_offset_of_attributes_0() { return static_cast(offsetof(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72, ___attributes_0)); } inline RuntimeObject* get_attributes_0() const { return ___attributes_0; } inline RuntimeObject** get_address_of_attributes_0() { return &___attributes_0; } inline void set_attributes_0(RuntimeObject* value) { ___attributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser struct AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::seq RuntimeObject* ___seq_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::nextObject RuntimeObject* ___nextObject_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::originatorInfoCalled bool ___originatorInfoCalled_3; public: inline static int32_t get_offset_of_seq_0() { return static_cast(offsetof(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D, ___seq_0)); } inline RuntimeObject* get_seq_0() const { return ___seq_0; } inline RuntimeObject** get_address_of_seq_0() { return &___seq_0; } inline void set_seq_0(RuntimeObject* value) { ___seq_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D, ___version_1)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_1() const { return ___version_1; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_1() { return &___version_1; } inline void set_version_1(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_1), (void*)value); } inline static int32_t get_offset_of_nextObject_2() { return static_cast(offsetof(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D, ___nextObject_2)); } inline RuntimeObject* get_nextObject_2() const { return ___nextObject_2; } inline RuntimeObject** get_address_of_nextObject_2() { return &___nextObject_2; } inline void set_nextObject_2(RuntimeObject* value) { ___nextObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextObject_2), (void*)value); } inline static int32_t get_offset_of_originatorInfoCalled_3() { return static_cast(offsetof(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D, ___originatorInfoCalled_3)); } inline bool get_originatorInfoCalled_3() const { return ___originatorInfoCalled_3; } inline bool* get_address_of_originatorInfoCalled_3() { return &___originatorInfoCalled_3; } inline void set_originatorInfoCalled_3(bool value) { ___originatorInfoCalled_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator struct BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::counterStart int32_t ___counterStart_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::digest RuntimeObject* ___digest_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::shared ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shared_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; public: inline static int32_t get_offset_of_counterStart_0() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___counterStart_0)); } inline int32_t get_counterStart_0() const { return ___counterStart_0; } inline int32_t* get_address_of_counterStart_0() { return &___counterStart_0; } inline void set_counterStart_0(int32_t value) { ___counterStart_0 = value; } inline static int32_t get_offset_of_digest_1() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___digest_1)); } inline RuntimeObject* get_digest_1() const { return ___digest_1; } inline RuntimeObject** get_address_of_digest_1() { return &___digest_1; } inline void set_digest_1(RuntimeObject* value) { ___digest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_1), (void*)value); } inline static int32_t get_offset_of_shared_2() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___shared_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shared_2() const { return ___shared_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shared_2() { return &___shared_2; } inline void set_shared_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shared_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (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.Crypto.Engines.BlowfishEngine struct BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::S0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S0_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::S1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S1_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::S2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S2_11; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::S3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S3_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::encrypting bool ___encrypting_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::workingKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workingKey_15; public: inline static int32_t get_offset_of_S0_9() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___S0_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S0_9() const { return ___S0_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S0_9() { return &___S0_9; } inline void set_S0_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S0_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___S0_9), (void*)value); } inline static int32_t get_offset_of_S1_10() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___S1_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S1_10() const { return ___S1_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S1_10() { return &___S1_10; } inline void set_S1_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___S1_10), (void*)value); } inline static int32_t get_offset_of_S2_11() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___S2_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S2_11() const { return ___S2_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S2_11() { return &___S2_11; } inline void set_S2_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S2_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___S2_11), (void*)value); } inline static int32_t get_offset_of_S3_12() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___S3_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S3_12() const { return ___S3_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S3_12() { return &___S3_12; } inline void set_S3_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S3_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___S3_12), (void*)value); } inline static int32_t get_offset_of_P_13() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___P_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_13() const { return ___P_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_13() { return &___P_13; } inline void set_P_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_13), (void*)value); } inline static int32_t get_offset_of_encrypting_14() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___encrypting_14)); } inline bool get_encrypting_14() const { return ___encrypting_14; } inline bool* get_address_of_encrypting_14() { return &___encrypting_14; } inline void set_encrypting_14(bool value) { ___encrypting_14 = value; } inline static int32_t get_offset_of_workingKey_15() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B, ___workingKey_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workingKey_15() const { return ___workingKey_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workingKey_15() { return &___workingKey_15; } inline void set_workingKey_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workingKey_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_15), (void*)value); } }; struct BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KP UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KP_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KS0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS0_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KS1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS1_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KS2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS2_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::KS3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS3_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::ROUNDS int32_t ___ROUNDS_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::SBOX_SK int32_t ___SBOX_SK_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::P_SZ int32_t ___P_SZ_8; public: inline static int32_t get_offset_of_KP_0() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KP_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KP_0() const { return ___KP_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KP_0() { return &___KP_0; } inline void set_KP_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KP_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___KP_0), (void*)value); } inline static int32_t get_offset_of_KS0_1() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KS0_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS0_1() const { return ___KS0_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS0_1() { return &___KS0_1; } inline void set_KS0_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS0_1), (void*)value); } inline static int32_t get_offset_of_KS1_2() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KS1_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS1_2() const { return ___KS1_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS1_2() { return &___KS1_2; } inline void set_KS1_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS1_2), (void*)value); } inline static int32_t get_offset_of_KS2_3() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KS2_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS2_3() const { return ___KS2_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS2_3() { return &___KS2_3; } inline void set_KS2_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS2_3), (void*)value); } inline static int32_t get_offset_of_KS3_4() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___KS3_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS3_4() const { return ___KS3_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS3_4() { return &___KS3_4; } inline void set_KS3_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS3_4), (void*)value); } inline static int32_t get_offset_of_ROUNDS_5() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___ROUNDS_5)); } inline int32_t get_ROUNDS_5() const { return ___ROUNDS_5; } inline int32_t* get_address_of_ROUNDS_5() { return &___ROUNDS_5; } inline void set_ROUNDS_5(int32_t value) { ___ROUNDS_5 = value; } inline static int32_t get_offset_of_SBOX_SK_7() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___SBOX_SK_7)); } inline int32_t get_SBOX_SK_7() const { return ___SBOX_SK_7; } inline int32_t* get_address_of_SBOX_SK_7() { return &___SBOX_SK_7; } inline void set_SBOX_SK_7(int32_t value) { ___SBOX_SK_7 = value; } inline static int32_t get_offset_of_P_SZ_8() { return static_cast(offsetof(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_StaticFields, ___P_SZ_8)); } inline int32_t get_P_SZ_8() const { return ___P_SZ_8; } inline int32_t* get_address_of_P_SZ_8() { return &___P_SZ_8; } inline void set_P_SZ_8(int32_t value) { ___P_SZ_8 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase struct BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 : public RuntimeObject { public: public: }; struct BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedCipherBase::EmptyBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EmptyBuffer_0; public: inline static int32_t get_offset_of_EmptyBuffer_0() { return static_cast(offsetof(BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770_StaticFields, ___EmptyBuffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EmptyBuffer_0() const { return ___EmptyBuffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EmptyBuffer_0() { return &___EmptyBuffer_0; } inline void set_EmptyBuffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EmptyBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyBuffer_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::initialised bool ___initialised_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::_keyIs128 bool ____keyIs128_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::subkey UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___subkey_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::kw UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___kw_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::ke UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ke_5; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::state UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___state_6; public: inline static int32_t get_offset_of_initialised_0() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___initialised_0)); } inline bool get_initialised_0() const { return ___initialised_0; } inline bool* get_address_of_initialised_0() { return &___initialised_0; } inline void set_initialised_0(bool value) { ___initialised_0 = value; } inline static int32_t get_offset_of__keyIs128_1() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ____keyIs128_1)); } inline bool get__keyIs128_1() const { return ____keyIs128_1; } inline bool* get_address_of__keyIs128_1() { return &____keyIs128_1; } inline void set__keyIs128_1(bool value) { ____keyIs128_1 = value; } inline static int32_t get_offset_of_subkey_3() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___subkey_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_subkey_3() const { return ___subkey_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_subkey_3() { return &___subkey_3; } inline void set_subkey_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___subkey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subkey_3), (void*)value); } inline static int32_t get_offset_of_kw_4() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___kw_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_kw_4() const { return ___kw_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_kw_4() { return &___kw_4; } inline void set_kw_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___kw_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___kw_4), (void*)value); } inline static int32_t get_offset_of_ke_5() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___ke_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_ke_5() const { return ___ke_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_ke_5() { return &___ke_5; } inline void set_ke_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___ke_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ke_5), (void*)value); } inline static int32_t get_offset_of_state_6() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___state_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_state_6() const { return ___state_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_state_6() { return &___state_6; } inline void set_state_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___state_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_6), (void*)value); } }; struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SIGMA UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SIGMA_7; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX1_1110 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX1_1110_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX4_4404 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX4_4404_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX2_0222 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX2_0222_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX3_3033 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX3_3033_11; public: inline static int32_t get_offset_of_SIGMA_7() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SIGMA_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SIGMA_7() const { return ___SIGMA_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SIGMA_7() { return &___SIGMA_7; } inline void set_SIGMA_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SIGMA_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SIGMA_7), (void*)value); } inline static int32_t get_offset_of_SBOX1_1110_8() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX1_1110_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX1_1110_8() const { return ___SBOX1_1110_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX1_1110_8() { return &___SBOX1_1110_8; } inline void set_SBOX1_1110_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX1_1110_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX1_1110_8), (void*)value); } inline static int32_t get_offset_of_SBOX4_4404_9() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX4_4404_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX4_4404_9() const { return ___SBOX4_4404_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX4_4404_9() { return &___SBOX4_4404_9; } inline void set_SBOX4_4404_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX4_4404_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX4_4404_9), (void*)value); } inline static int32_t get_offset_of_SBOX2_0222_10() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX2_0222_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX2_0222_10() const { return ___SBOX2_0222_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX2_0222_10() { return &___SBOX2_0222_10; } inline void set_SBOX2_0222_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX2_0222_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX2_0222_10), (void*)value); } inline static int32_t get_offset_of_SBOX3_3033_11() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX3_3033_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX3_3033_11() const { return ___SBOX3_3033_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX3_3033_11() { return &___SBOX3_3033_11; } inline void set_SBOX3_3033_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX3_3033_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX3_3033_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine struct Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_Kr Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____Kr_11; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_Km UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____Km_12; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_encrypting bool ____encrypting_13; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_workingKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____workingKey_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::_rounds int32_t ____rounds_15; public: inline static int32_t get_offset_of__Kr_11() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____Kr_11)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__Kr_11() const { return ____Kr_11; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__Kr_11() { return &____Kr_11; } inline void set__Kr_11(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____Kr_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____Kr_11), (void*)value); } inline static int32_t get_offset_of__Km_12() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____Km_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__Km_12() const { return ____Km_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__Km_12() { return &____Km_12; } inline void set__Km_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____Km_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____Km_12), (void*)value); } inline static int32_t get_offset_of__encrypting_13() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____encrypting_13)); } inline bool get__encrypting_13() const { return ____encrypting_13; } inline bool* get_address_of__encrypting_13() { return &____encrypting_13; } inline void set__encrypting_13(bool value) { ____encrypting_13 = value; } inline static int32_t get_offset_of__workingKey_14() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____workingKey_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__workingKey_14() const { return ____workingKey_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__workingKey_14() { return &____workingKey_14; } inline void set__workingKey_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____workingKey_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____workingKey_14), (void*)value); } inline static int32_t get_offset_of__rounds_15() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC, ____rounds_15)); } inline int32_t get__rounds_15() const { return ____rounds_15; } inline int32_t* get_address_of__rounds_15() { return &____rounds_15; } inline void set__rounds_15(int32_t value) { ____rounds_15 = value; } }; struct Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S1_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S2_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S3_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S4 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S4_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S5 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S5_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S6 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S6_5; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S7 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S7_6; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::S8 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S8_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::MAX_ROUNDS int32_t ___MAX_ROUNDS_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::RED_ROUNDS int32_t ___RED_ROUNDS_9; public: inline static int32_t get_offset_of_S1_0() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S1_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S1_0() const { return ___S1_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S1_0() { return &___S1_0; } inline void set_S1_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___S1_0), (void*)value); } inline static int32_t get_offset_of_S2_1() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S2_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S2_1() const { return ___S2_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S2_1() { return &___S2_1; } inline void set_S2_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___S2_1), (void*)value); } inline static int32_t get_offset_of_S3_2() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S3_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S3_2() const { return ___S3_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S3_2() { return &___S3_2; } inline void set_S3_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___S3_2), (void*)value); } inline static int32_t get_offset_of_S4_3() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S4_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S4_3() const { return ___S4_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S4_3() { return &___S4_3; } inline void set_S4_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___S4_3), (void*)value); } inline static int32_t get_offset_of_S5_4() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S5_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S5_4() const { return ___S5_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S5_4() { return &___S5_4; } inline void set_S5_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S5_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___S5_4), (void*)value); } inline static int32_t get_offset_of_S6_5() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S6_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S6_5() const { return ___S6_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S6_5() { return &___S6_5; } inline void set_S6_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S6_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___S6_5), (void*)value); } inline static int32_t get_offset_of_S7_6() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S7_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S7_6() const { return ___S7_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S7_6() { return &___S7_6; } inline void set_S7_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S7_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___S7_6), (void*)value); } inline static int32_t get_offset_of_S8_7() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___S8_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S8_7() const { return ___S8_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S8_7() { return &___S8_7; } inline void set_S8_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S8_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___S8_7), (void*)value); } inline static int32_t get_offset_of_MAX_ROUNDS_8() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___MAX_ROUNDS_8)); } inline int32_t get_MAX_ROUNDS_8() const { return ___MAX_ROUNDS_8; } inline int32_t* get_address_of_MAX_ROUNDS_8() { return &___MAX_ROUNDS_8; } inline void set_MAX_ROUNDS_8(int32_t value) { ___MAX_ROUNDS_8 = value; } inline static int32_t get_offset_of_RED_ROUNDS_9() { return static_cast(offsetof(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_StaticFields, ___RED_ROUNDS_9)); } inline int32_t get_RED_ROUNDS_9() const { return ___RED_ROUNDS_9; } inline int32_t* get_address_of_RED_ROUNDS_9() { return &___RED_ROUNDS_9; } inline void set_RED_ROUNDS_9(int32_t value) { ___RED_ROUNDS_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcNextV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcNextV_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::blockSize int32_t ___blockSize_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cipher RuntimeObject* ___cipher_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::encrypting bool ___encrypting_5; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_cbcV_1() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcV_1() const { return ___cbcV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcV_1() { return &___cbcV_1; } inline void set_cbcV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcV_1), (void*)value); } inline static int32_t get_offset_of_cbcNextV_2() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcNextV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcNextV_2() const { return ___cbcNextV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcNextV_2() { return &___cbcNextV_2; } inline void set_cbcNextV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcNextV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcNextV_2), (void*)value); } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___blockSize_3)); } inline int32_t get_blockSize_3() const { return ___blockSize_3; } inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; } inline void set_blockSize_3(int32_t value) { ___blockSize_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } inline static int32_t get_offset_of_encrypting_5() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___encrypting_5)); } inline bool get_encrypting_5() const { return ___encrypting_5; } inline bool* get_address_of_encrypting_5() { return &___encrypting_5; } inline void set_encrypting_5(bool value) { ___encrypting_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac struct CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::bufOff int32_t ___bufOff_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::cipher RuntimeObject* ___cipher_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::padding RuntimeObject* ___padding_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::macSize int32_t ___macSize_4; public: inline static int32_t get_offset_of_buf_0() { return static_cast(offsetof(CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1, ___buf_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_0() const { return ___buf_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_0() { return &___buf_0; } inline void set_buf_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_0), (void*)value); } inline static int32_t get_offset_of_bufOff_1() { return static_cast(offsetof(CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1, ___bufOff_1)); } inline int32_t get_bufOff_1() const { return ___bufOff_1; } inline int32_t* get_address_of_bufOff_1() { return &___bufOff_1; } inline void set_bufOff_1(int32_t value) { ___bufOff_1 = value; } inline static int32_t get_offset_of_cipher_2() { return static_cast(offsetof(CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1, ___cipher_2)); } inline RuntimeObject* get_cipher_2() const { return ___cipher_2; } inline RuntimeObject** get_address_of_cipher_2() { return &___cipher_2; } inline void set_cipher_2(RuntimeObject* value) { ___cipher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_2), (void*)value); } inline static int32_t get_offset_of_padding_3() { return static_cast(offsetof(CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1, ___padding_3)); } inline RuntimeObject* get_padding_3() const { return ___padding_3; } inline RuntimeObject** get_address_of_padding_3() { return &___padding_3; } inline void set_padding_3(RuntimeObject* value) { ___padding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___padding_3), (void*)value); } inline static int32_t get_offset_of_macSize_4() { return static_cast(offsetof(CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1, ___macSize_4)); } inline int32_t get_macSize_4() const { return ___macSize_4; } inline int32_t* get_address_of_macSize_4() { return &___macSize_4; } inline void set_macSize_4(int32_t value) { ___macSize_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher struct CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::cipher RuntimeObject* ___cipher_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::macBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___macBlock_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::forEncryption bool ___forEncryption_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::nonce ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::initialAssociatedText ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___initialAssociatedText_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::macSize int32_t ___macSize_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::keyParam RuntimeObject* ___keyParam_7; // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::associatedText MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___associatedText_8; // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::data MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___data_9; public: inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (void*)value); } inline static int32_t get_offset_of_macBlock_2() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___macBlock_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_macBlock_2() const { return ___macBlock_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_macBlock_2() { return &___macBlock_2; } inline void set_macBlock_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___macBlock_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___macBlock_2), (void*)value); } inline static int32_t get_offset_of_forEncryption_3() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___forEncryption_3)); } inline bool get_forEncryption_3() const { return ___forEncryption_3; } inline bool* get_address_of_forEncryption_3() { return &___forEncryption_3; } inline void set_forEncryption_3(bool value) { ___forEncryption_3 = value; } inline static int32_t get_offset_of_nonce_4() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___nonce_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_nonce_4() const { return ___nonce_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_nonce_4() { return &___nonce_4; } inline void set_nonce_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___nonce_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonce_4), (void*)value); } inline static int32_t get_offset_of_initialAssociatedText_5() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___initialAssociatedText_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_initialAssociatedText_5() const { return ___initialAssociatedText_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_initialAssociatedText_5() { return &___initialAssociatedText_5; } inline void set_initialAssociatedText_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___initialAssociatedText_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialAssociatedText_5), (void*)value); } inline static int32_t get_offset_of_macSize_6() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___macSize_6)); } inline int32_t get_macSize_6() const { return ___macSize_6; } inline int32_t* get_address_of_macSize_6() { return &___macSize_6; } inline void set_macSize_6(int32_t value) { ___macSize_6 = value; } inline static int32_t get_offset_of_keyParam_7() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___keyParam_7)); } inline RuntimeObject* get_keyParam_7() const { return ___keyParam_7; } inline RuntimeObject** get_address_of_keyParam_7() { return &___keyParam_7; } inline void set_keyParam_7(RuntimeObject* value) { ___keyParam_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyParam_7), (void*)value); } inline static int32_t get_offset_of_associatedText_8() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___associatedText_8)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_associatedText_8() const { return ___associatedText_8; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_associatedText_8() { return &___associatedText_8; } inline void set_associatedText_8(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___associatedText_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___associatedText_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93, ___data_9)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_data_9() const { return ___data_9; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } }; struct CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::BlockSize int32_t ___BlockSize_0; public: inline static int32_t get_offset_of_BlockSize_0() { return static_cast(offsetof(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields, ___BlockSize_0)); } inline int32_t get_BlockSize_0() const { return ___BlockSize_0; } inline int32_t* get_address_of_BlockSize_0() { return &___BlockSize_0; } inline void set_BlockSize_0(int32_t value) { ___BlockSize_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertChainType struct CertChainType_t39FBBB6433EC0E0022B8FAC91D8F9E5A36278F9F : public RuntimeObject { public: public: }; // 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.Asn1.Crmf.CertTemplateBuilder struct CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::signingAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signingAlg_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::validity OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * ___validity_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::publicKey SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___publicKey_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::issuerUID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___issuerUID_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::subjectUID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___subjectUID_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::extensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions_9; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___version_0)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_0() const { return ___version_0; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_0() { return &___version_0; } inline void set_version_0(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_0), (void*)value); } inline static int32_t get_offset_of_serialNumber_1() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___serialNumber_1)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_1() const { return ___serialNumber_1; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_1() { return &___serialNumber_1; } inline void set_serialNumber_1(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_1), (void*)value); } inline static int32_t get_offset_of_signingAlg_2() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___signingAlg_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signingAlg_2() const { return ___signingAlg_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signingAlg_2() { return &___signingAlg_2; } inline void set_signingAlg_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signingAlg_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___signingAlg_2), (void*)value); } inline static int32_t get_offset_of_issuer_3() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___issuer_3)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_3() const { return ___issuer_3; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_3() { return &___issuer_3; } inline void set_issuer_3(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_3), (void*)value); } inline static int32_t get_offset_of_validity_4() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___validity_4)); } inline OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * get_validity_4() const { return ___validity_4; } inline OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 ** get_address_of_validity_4() { return &___validity_4; } inline void set_validity_4(OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * value) { ___validity_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___validity_4), (void*)value); } inline static int32_t get_offset_of_subject_5() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___subject_5)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_5() const { return ___subject_5; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_5() { return &___subject_5; } inline void set_subject_5(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_5), (void*)value); } inline static int32_t get_offset_of_publicKey_6() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___publicKey_6)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_publicKey_6() const { return ___publicKey_6; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_publicKey_6() { return &___publicKey_6; } inline void set_publicKey_6(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___publicKey_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_6), (void*)value); } inline static int32_t get_offset_of_issuerUID_7() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___issuerUID_7)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_issuerUID_7() const { return ___issuerUID_7; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_issuerUID_7() { return &___issuerUID_7; } inline void set_issuerUID_7(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___issuerUID_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUID_7), (void*)value); } inline static int32_t get_offset_of_subjectUID_8() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___subjectUID_8)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_subjectUID_8() const { return ___subjectUID_8; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_subjectUID_8() { return &___subjectUID_8; } inline void set_subjectUID_8(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___subjectUID_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUID_8), (void*)value); } inline static int32_t get_offset_of_extensions_9() { return static_cast(offsetof(CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847, ___extensions_9)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_extensions_9() const { return ___extensions_9; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_extensions_9() { return &___extensions_9; } inline void set_extensions_9(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___extensions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::mCertificateList X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* ___mCertificateList_1; public: inline static int32_t get_offset_of_mCertificateList_1() { return static_cast(offsetof(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E, ___mCertificateList_1)); } inline X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* get_mCertificateList_1() const { return ___mCertificateList_1; } inline X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58** get_address_of_mCertificateList_1() { return &___mCertificateList_1; } inline void set_mCertificateList_1(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* value) { ___mCertificateList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateList_1), (void*)value); } }; struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::EmptyChain Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___EmptyChain_0; public: inline static int32_t get_offset_of_EmptyChain_0() { return static_cast(offsetof(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields, ___EmptyChain_0)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_EmptyChain_0() const { return ___EmptyChain_0; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_EmptyChain_0() { return &___EmptyChain_0; } inline void set_EmptyChain_0(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___EmptyChain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyChain_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::id CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___id_1; public: inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490, ___id_1)); } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 * get_id_1() const { return ___id_1; } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 ** get_address_of_id_1() { return &___id_1; } inline void set_id_1(CertID_t945D399859D8DB2523029689FA453B19136D40F0 * value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest struct CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mCertificateTypes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mCertificateTypes_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_1; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mCertificateAuthorities RuntimeObject* ___mCertificateAuthorities_2; public: inline static int32_t get_offset_of_mCertificateTypes_0() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mCertificateTypes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mCertificateTypes_0() const { return ___mCertificateTypes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mCertificateTypes_0() { return &___mCertificateTypes_0; } inline void set_mCertificateTypes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mCertificateTypes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateTypes_0), (void*)value); } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_1() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mSupportedSignatureAlgorithms_1)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_1() const { return ___mSupportedSignatureAlgorithms_1; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_1() { return &___mSupportedSignatureAlgorithms_1; } inline void set_mSupportedSignatureAlgorithms_1(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_1), (void*)value); } inline static int32_t get_offset_of_mCertificateAuthorities_2() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mCertificateAuthorities_2)); } inline RuntimeObject* get_mCertificateAuthorities_2() const { return ___mCertificateAuthorities_2; } inline RuntimeObject** get_address_of_mCertificateAuthorities_2() { return &___mCertificateAuthorities_2; } inline void set_mCertificateAuthorities_2(RuntimeObject* value) { ___mCertificateAuthorities_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateAuthorities_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus struct CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::mStatusType uint8_t ___mStatusType_0; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::mResponse RuntimeObject * ___mResponse_1; public: inline static int32_t get_offset_of_mStatusType_0() { return static_cast(offsetof(CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3, ___mStatusType_0)); } inline uint8_t get_mStatusType_0() const { return ___mStatusType_0; } inline uint8_t* get_address_of_mStatusType_0() { return &___mStatusType_0; } inline void set_mStatusType_0(uint8_t value) { ___mStatusType_0 = value; } inline static int32_t get_offset_of_mResponse_1() { return static_cast(offsetof(CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3, ___mResponse_1)); } inline RuntimeObject * get_mResponse_1() const { return ___mResponse_1; } inline RuntimeObject ** get_address_of_mResponse_1() { return &___mResponse_1; } inline void set_mResponse_1(RuntimeObject * value) { ___mResponse_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mResponse_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 : public RuntimeObject { public: public: }; struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus::Good CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * ___Good_0; public: inline static int32_t get_offset_of_Good_0() { return static_cast(offsetof(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_StaticFields, ___Good_0)); } inline CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * get_Good_0() const { return ___Good_0; } inline CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 ** get_address_of_Good_0() { return &___Good_0; } inline void set_Good_0(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * value) { ___Good_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Good_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest struct CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::mStatusType uint8_t ___mStatusType_0; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::mRequest RuntimeObject * ___mRequest_1; public: inline static int32_t get_offset_of_mStatusType_0() { return static_cast(offsetof(CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30, ___mStatusType_0)); } inline uint8_t get_mStatusType_0() const { return ___mStatusType_0; } inline uint8_t* get_address_of_mStatusType_0() { return &___mStatusType_0; } inline void set_mStatusType_0(uint8_t value) { ___mStatusType_0 = value; } inline static int32_t get_offset_of_mRequest_1() { return static_cast(offsetof(CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30, ___mRequest_1)); } inline RuntimeObject * get_mRequest_1() const { return ___mRequest_1; } inline RuntimeObject ** get_address_of_mRequest_1() { return &___mRequest_1; } inline void set_mRequest_1(RuntimeObject * value) { ___mRequest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRequest_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusType struct CertificateStatusType_t2F59810C1506EB1747E88E2BF356DE338BD9726E : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateType struct CertificateType_tD10A00419154DADC9532514B542E9ED6DD92403F : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl struct CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl::mType uint8_t ___mType_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl::mUrlAndHashList RuntimeObject* ___mUrlAndHashList_1; public: inline static int32_t get_offset_of_mType_0() { return static_cast(offsetof(CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B, ___mType_0)); } inline uint8_t get_mType_0() const { return ___mType_0; } inline uint8_t* get_address_of_mType_0() { return &___mType_0; } inline void set_mType_0(uint8_t value) { ___mType_0 = value; } inline static int32_t get_offset_of_mUrlAndHashList_1() { return static_cast(offsetof(CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B, ___mUrlAndHashList_1)); } inline RuntimeObject* get_mUrlAndHashList_1() const { return ___mUrlAndHashList_1; } inline RuntimeObject** get_address_of_mUrlAndHashList_1() { return &___mUrlAndHashList_1; } inline void set_mUrlAndHashList_1(RuntimeObject* value) { ___mUrlAndHashList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mUrlAndHashList_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher struct CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::cfbV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cfbV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::cfbOutV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cfbOutV_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::encrypting bool ___encrypting_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::blockSize int32_t ___blockSize_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::cipher RuntimeObject* ___cipher_5; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_cfbV_1() { return static_cast(offsetof(CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37, ___cfbV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cfbV_1() const { return ___cfbV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cfbV_1() { return &___cfbV_1; } inline void set_cfbV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cfbV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cfbV_1), (void*)value); } inline static int32_t get_offset_of_cfbOutV_2() { return static_cast(offsetof(CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37, ___cfbOutV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cfbOutV_2() const { return ___cfbOutV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cfbOutV_2() { return &___cfbOutV_2; } inline void set_cfbOutV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cfbOutV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cfbOutV_2), (void*)value); } inline static int32_t get_offset_of_encrypting_3() { return static_cast(offsetof(CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37, ___encrypting_3)); } inline bool get_encrypting_3() const { return ___encrypting_3; } inline bool* get_address_of_encrypting_3() { return &___encrypting_3; } inline void set_encrypting_3(bool value) { ___encrypting_3 = value; } inline static int32_t get_offset_of_blockSize_4() { return static_cast(offsetof(CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37, ___blockSize_4)); } inline int32_t get_blockSize_4() const { return ___blockSize_4; } inline int32_t* get_address_of_blockSize_4() { return &___blockSize_4; } inline void set_blockSize_4(int32_t value) { ___blockSize_4 = value; } inline static int32_t get_offset_of_cipher_5() { return static_cast(offsetof(CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37, ___cipher_5)); } inline RuntimeObject* get_cipher_5() const { return ___cipher_5; } inline RuntimeObject** get_address_of_cipher_5() { return &___cipher_5; } inline void set_cipher_5(RuntimeObject* value) { ___cipher_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac struct CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::mac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::bufOff int32_t ___bufOff_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::cipher MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * ___cipher_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::padding RuntimeObject* ___padding_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::macSize int32_t ___macSize_5; public: inline static int32_t get_offset_of_mac_0() { return static_cast(offsetof(CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D, ___mac_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mac_0() const { return ___mac_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mac_0() { return &___mac_0; } inline void set_mac_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mac_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_0), (void*)value); } inline static int32_t get_offset_of_Buffer_1() { return static_cast(offsetof(CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D, ___Buffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_1() const { return ___Buffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_1() { return &___Buffer_1; } inline void set_Buffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_1), (void*)value); } inline static int32_t get_offset_of_bufOff_2() { return static_cast(offsetof(CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D, ___bufOff_2)); } inline int32_t get_bufOff_2() const { return ___bufOff_2; } inline int32_t* get_address_of_bufOff_2() { return &___bufOff_2; } inline void set_bufOff_2(int32_t value) { ___bufOff_2 = value; } inline static int32_t get_offset_of_cipher_3() { return static_cast(offsetof(CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D, ___cipher_3)); } inline MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * get_cipher_3() const { return ___cipher_3; } inline MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 ** get_address_of_cipher_3() { return &___cipher_3; } inline void set_cipher_3(MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * value) { ___cipher_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_3), (void*)value); } inline static int32_t get_offset_of_padding_4() { return static_cast(offsetof(CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D, ___padding_4)); } inline RuntimeObject* get_padding_4() const { return ___padding_4; } inline RuntimeObject** get_address_of_padding_4() { return &___padding_4; } inline void set_padding_4(RuntimeObject* value) { ___padding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___padding_4), (void*)value); } inline static int32_t get_offset_of_macSize_5() { return static_cast(offsetof(CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D, ___macSize_5)); } inline int32_t get_macSize_5() const { return ___macSize_5; } inline int32_t* get_address_of_macSize_5() { return &___macSize_5; } inline void set_macSize_5(int32_t value) { ___macSize_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305 struct Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::context RuntimeObject* ___context_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::encryptCipher ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * ___encryptCipher_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::decryptCipher ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * ___decryptCipher_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::encryptIV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encryptIV_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::decryptIV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___decryptIV_5; public: inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD, ___context_1)); } inline RuntimeObject* get_context_1() const { return ___context_1; } inline RuntimeObject** get_address_of_context_1() { return &___context_1; } inline void set_context_1(RuntimeObject* value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_encryptCipher_2() { return static_cast(offsetof(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD, ___encryptCipher_2)); } inline ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * get_encryptCipher_2() const { return ___encryptCipher_2; } inline ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 ** get_address_of_encryptCipher_2() { return &___encryptCipher_2; } inline void set_encryptCipher_2(ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * value) { ___encryptCipher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptCipher_2), (void*)value); } inline static int32_t get_offset_of_decryptCipher_3() { return static_cast(offsetof(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD, ___decryptCipher_3)); } inline ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * get_decryptCipher_3() const { return ___decryptCipher_3; } inline ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 ** get_address_of_decryptCipher_3() { return &___decryptCipher_3; } inline void set_decryptCipher_3(ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * value) { ___decryptCipher_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___decryptCipher_3), (void*)value); } inline static int32_t get_offset_of_encryptIV_4() { return static_cast(offsetof(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD, ___encryptIV_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_encryptIV_4() const { return ___encryptIV_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_encryptIV_4() { return &___encryptIV_4; } inline void set_encryptIV_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___encryptIV_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptIV_4), (void*)value); } inline static int32_t get_offset_of_decryptIV_5() { return static_cast(offsetof(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD, ___decryptIV_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_decryptIV_5() const { return ___decryptIV_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_decryptIV_5() { return &___decryptIV_5; } inline void set_decryptIV_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___decryptIV_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___decryptIV_5), (void*)value); } }; struct Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::Zeroes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Zeroes_0; public: inline static int32_t get_offset_of_Zeroes_0() { return static_cast(offsetof(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_StaticFields, ___Zeroes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Zeroes_0() const { return ___Zeroes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Zeroes_0() { return &___Zeroes_0; } inline void set_Zeroes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Zeroes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zeroes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ChangeCipherSpec struct ChangeCipherSpec_t96B014402A67D5995AC35E86BCC00212548B497D : public RuntimeObject { public: public: }; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 : public RuntimeObject { public: // BestHTTP.WebSocket.WebSocket JCEngineCore.Channel::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_0; public: inline static int32_t get_offset_of_webSocket_0() { return static_cast(offsetof(Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1, ___webSocket_0)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_0() const { return ___webSocket_0; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_0() { return &___webSocket_0; } inline void set_webSocket_0(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check struct Check_t2B6A21FAA297BF4053D8D9CAFD09A9EC0EC50C64 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator struct CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::strength int32_t ___strength_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::uninitialised bool ___uninitialised_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::defaultStrength int32_t ___defaultStrength_3; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } inline static int32_t get_offset_of_strength_1() { return static_cast(offsetof(CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214, ___strength_1)); } inline int32_t get_strength_1() const { return ___strength_1; } inline int32_t* get_address_of_strength_1() { return &___strength_1; } inline void set_strength_1(int32_t value) { ___strength_1 = value; } inline static int32_t get_offset_of_uninitialised_2() { return static_cast(offsetof(CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214, ___uninitialised_2)); } inline bool get_uninitialised_2() const { return ___uninitialised_2; } inline bool* get_address_of_uninitialised_2() { return &___uninitialised_2; } inline void set_uninitialised_2(bool value) { ___uninitialised_2 = value; } inline static int32_t get_offset_of_defaultStrength_3() { return static_cast(offsetof(CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214, ___defaultStrength_3)); } inline int32_t get_defaultStrength_3() const { return ___defaultStrength_3; } inline int32_t* get_address_of_defaultStrength_3() { return &___defaultStrength_3; } inline void set_defaultStrength_3(int32_t value) { ___defaultStrength_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CipherSuite struct CipherSuite_t839FA52C6BD3464EC81CDED8A70CCA31468D2BA7 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CipherType struct CipherType_t594219014C7F69316738DBDC94A9087A08526E13 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities struct CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7 : public RuntimeObject { public: public: }; struct CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::algorithms RuntimeObject* ___algorithms_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::oids RuntimeObject* ___oids_1; public: inline static int32_t get_offset_of_algorithms_0() { return static_cast(offsetof(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields, ___algorithms_0)); } inline RuntimeObject* get_algorithms_0() const { return ___algorithms_0; } inline RuntimeObject** get_address_of_algorithms_0() { return &___algorithms_0; } inline void set_algorithms_0(RuntimeObject* value) { ___algorithms_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_0), (void*)value); } inline static int32_t get_offset_of_oids_1() { return static_cast(offsetof(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields, ___oids_1)); } inline RuntimeObject* get_oids_1() const { return ___oids_1; } inline RuntimeObject** get_address_of_oids_1() { return &___oids_1; } inline void set_oids_1(RuntimeObject* value) { ___oids_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___oids_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ClientAuthenticationType struct ClientAuthenticationType_tA2AF2F59966E65201097BB12C01E50B65F8EAE0E : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ClientCertificateType struct ClientCertificateType_tC7F9871197F90762D3F2B09AC424D4D4E4026FDB : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers struct CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8 : public RuntimeObject { public: public: }; struct CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::passwordBasedMac DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___passwordBasedMac_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::dhBasedMac DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___dhBasedMac_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_caProtEncCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_caProtEncCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_signKeyPairTypes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_signKeyPairTypes_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_encKeyPairTypes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_encKeyPairTypes_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_preferredSymAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_preferredSymAlg_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_caKeyUpdateInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_caKeyUpdateInfo_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_currentCRL DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_currentCRL_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_unsupportedOIDs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_unsupportedOIDs_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_keyPairParamReq DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_keyPairParamReq_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_keyPairParamRep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_keyPairParamRep_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_revPassphrase DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_revPassphrase_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_implicitConfirm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_implicitConfirm_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_confirmWaitTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_confirmWaitTime_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_origPKIMessage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_origPKIMessage_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::it_suppLangTags DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___it_suppLangTags_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regCtrl_regToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regCtrl_regToken_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regCtrl_authenticator DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regCtrl_authenticator_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regCtrl_pkiPublicationInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regCtrl_pkiPublicationInfo_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regCtrl_pkiArchiveOptions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regCtrl_pkiArchiveOptions_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regCtrl_oldCertID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regCtrl_oldCertID_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regCtrl_protocolEncrKey DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regCtrl_protocolEncrKey_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regCtrl_altCertTemplate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regCtrl_altCertTemplate_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regInfo_utf8Pairs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regInfo_utf8Pairs_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::regInfo_certReq DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___regInfo_certReq_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::ct_encKeyWithID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ct_encKeyWithID_25; public: inline static int32_t get_offset_of_passwordBasedMac_0() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___passwordBasedMac_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_passwordBasedMac_0() const { return ___passwordBasedMac_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_passwordBasedMac_0() { return &___passwordBasedMac_0; } inline void set_passwordBasedMac_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___passwordBasedMac_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___passwordBasedMac_0), (void*)value); } inline static int32_t get_offset_of_dhBasedMac_1() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___dhBasedMac_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_dhBasedMac_1() const { return ___dhBasedMac_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_dhBasedMac_1() { return &___dhBasedMac_1; } inline void set_dhBasedMac_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___dhBasedMac_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dhBasedMac_1), (void*)value); } inline static int32_t get_offset_of_it_caProtEncCert_2() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_caProtEncCert_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_caProtEncCert_2() const { return ___it_caProtEncCert_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_caProtEncCert_2() { return &___it_caProtEncCert_2; } inline void set_it_caProtEncCert_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_caProtEncCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_caProtEncCert_2), (void*)value); } inline static int32_t get_offset_of_it_signKeyPairTypes_3() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_signKeyPairTypes_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_signKeyPairTypes_3() const { return ___it_signKeyPairTypes_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_signKeyPairTypes_3() { return &___it_signKeyPairTypes_3; } inline void set_it_signKeyPairTypes_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_signKeyPairTypes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_signKeyPairTypes_3), (void*)value); } inline static int32_t get_offset_of_it_encKeyPairTypes_4() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_encKeyPairTypes_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_encKeyPairTypes_4() const { return ___it_encKeyPairTypes_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_encKeyPairTypes_4() { return &___it_encKeyPairTypes_4; } inline void set_it_encKeyPairTypes_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_encKeyPairTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_encKeyPairTypes_4), (void*)value); } inline static int32_t get_offset_of_it_preferredSymAlg_5() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_preferredSymAlg_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_preferredSymAlg_5() const { return ___it_preferredSymAlg_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_preferredSymAlg_5() { return &___it_preferredSymAlg_5; } inline void set_it_preferredSymAlg_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_preferredSymAlg_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_preferredSymAlg_5), (void*)value); } inline static int32_t get_offset_of_it_caKeyUpdateInfo_6() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_caKeyUpdateInfo_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_caKeyUpdateInfo_6() const { return ___it_caKeyUpdateInfo_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_caKeyUpdateInfo_6() { return &___it_caKeyUpdateInfo_6; } inline void set_it_caKeyUpdateInfo_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_caKeyUpdateInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_caKeyUpdateInfo_6), (void*)value); } inline static int32_t get_offset_of_it_currentCRL_7() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_currentCRL_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_currentCRL_7() const { return ___it_currentCRL_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_currentCRL_7() { return &___it_currentCRL_7; } inline void set_it_currentCRL_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_currentCRL_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_currentCRL_7), (void*)value); } inline static int32_t get_offset_of_it_unsupportedOIDs_8() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_unsupportedOIDs_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_unsupportedOIDs_8() const { return ___it_unsupportedOIDs_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_unsupportedOIDs_8() { return &___it_unsupportedOIDs_8; } inline void set_it_unsupportedOIDs_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_unsupportedOIDs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_unsupportedOIDs_8), (void*)value); } inline static int32_t get_offset_of_it_keyPairParamReq_9() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_keyPairParamReq_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_keyPairParamReq_9() const { return ___it_keyPairParamReq_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_keyPairParamReq_9() { return &___it_keyPairParamReq_9; } inline void set_it_keyPairParamReq_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_keyPairParamReq_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_keyPairParamReq_9), (void*)value); } inline static int32_t get_offset_of_it_keyPairParamRep_10() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_keyPairParamRep_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_keyPairParamRep_10() const { return ___it_keyPairParamRep_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_keyPairParamRep_10() { return &___it_keyPairParamRep_10; } inline void set_it_keyPairParamRep_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_keyPairParamRep_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_keyPairParamRep_10), (void*)value); } inline static int32_t get_offset_of_it_revPassphrase_11() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_revPassphrase_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_revPassphrase_11() const { return ___it_revPassphrase_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_revPassphrase_11() { return &___it_revPassphrase_11; } inline void set_it_revPassphrase_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_revPassphrase_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_revPassphrase_11), (void*)value); } inline static int32_t get_offset_of_it_implicitConfirm_12() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_implicitConfirm_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_implicitConfirm_12() const { return ___it_implicitConfirm_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_implicitConfirm_12() { return &___it_implicitConfirm_12; } inline void set_it_implicitConfirm_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_implicitConfirm_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_implicitConfirm_12), (void*)value); } inline static int32_t get_offset_of_it_confirmWaitTime_13() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_confirmWaitTime_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_confirmWaitTime_13() const { return ___it_confirmWaitTime_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_confirmWaitTime_13() { return &___it_confirmWaitTime_13; } inline void set_it_confirmWaitTime_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_confirmWaitTime_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_confirmWaitTime_13), (void*)value); } inline static int32_t get_offset_of_it_origPKIMessage_14() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_origPKIMessage_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_origPKIMessage_14() const { return ___it_origPKIMessage_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_origPKIMessage_14() { return &___it_origPKIMessage_14; } inline void set_it_origPKIMessage_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_origPKIMessage_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_origPKIMessage_14), (void*)value); } inline static int32_t get_offset_of_it_suppLangTags_15() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___it_suppLangTags_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_it_suppLangTags_15() const { return ___it_suppLangTags_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_it_suppLangTags_15() { return &___it_suppLangTags_15; } inline void set_it_suppLangTags_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___it_suppLangTags_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___it_suppLangTags_15), (void*)value); } inline static int32_t get_offset_of_regCtrl_regToken_16() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regCtrl_regToken_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regCtrl_regToken_16() const { return ___regCtrl_regToken_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regCtrl_regToken_16() { return &___regCtrl_regToken_16; } inline void set_regCtrl_regToken_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regCtrl_regToken_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___regCtrl_regToken_16), (void*)value); } inline static int32_t get_offset_of_regCtrl_authenticator_17() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regCtrl_authenticator_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regCtrl_authenticator_17() const { return ___regCtrl_authenticator_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regCtrl_authenticator_17() { return &___regCtrl_authenticator_17; } inline void set_regCtrl_authenticator_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regCtrl_authenticator_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___regCtrl_authenticator_17), (void*)value); } inline static int32_t get_offset_of_regCtrl_pkiPublicationInfo_18() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regCtrl_pkiPublicationInfo_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regCtrl_pkiPublicationInfo_18() const { return ___regCtrl_pkiPublicationInfo_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regCtrl_pkiPublicationInfo_18() { return &___regCtrl_pkiPublicationInfo_18; } inline void set_regCtrl_pkiPublicationInfo_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regCtrl_pkiPublicationInfo_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___regCtrl_pkiPublicationInfo_18), (void*)value); } inline static int32_t get_offset_of_regCtrl_pkiArchiveOptions_19() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regCtrl_pkiArchiveOptions_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regCtrl_pkiArchiveOptions_19() const { return ___regCtrl_pkiArchiveOptions_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regCtrl_pkiArchiveOptions_19() { return &___regCtrl_pkiArchiveOptions_19; } inline void set_regCtrl_pkiArchiveOptions_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regCtrl_pkiArchiveOptions_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___regCtrl_pkiArchiveOptions_19), (void*)value); } inline static int32_t get_offset_of_regCtrl_oldCertID_20() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regCtrl_oldCertID_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regCtrl_oldCertID_20() const { return ___regCtrl_oldCertID_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regCtrl_oldCertID_20() { return &___regCtrl_oldCertID_20; } inline void set_regCtrl_oldCertID_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regCtrl_oldCertID_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___regCtrl_oldCertID_20), (void*)value); } inline static int32_t get_offset_of_regCtrl_protocolEncrKey_21() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regCtrl_protocolEncrKey_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regCtrl_protocolEncrKey_21() const { return ___regCtrl_protocolEncrKey_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regCtrl_protocolEncrKey_21() { return &___regCtrl_protocolEncrKey_21; } inline void set_regCtrl_protocolEncrKey_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regCtrl_protocolEncrKey_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___regCtrl_protocolEncrKey_21), (void*)value); } inline static int32_t get_offset_of_regCtrl_altCertTemplate_22() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regCtrl_altCertTemplate_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regCtrl_altCertTemplate_22() const { return ___regCtrl_altCertTemplate_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regCtrl_altCertTemplate_22() { return &___regCtrl_altCertTemplate_22; } inline void set_regCtrl_altCertTemplate_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regCtrl_altCertTemplate_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___regCtrl_altCertTemplate_22), (void*)value); } inline static int32_t get_offset_of_regInfo_utf8Pairs_23() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regInfo_utf8Pairs_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regInfo_utf8Pairs_23() const { return ___regInfo_utf8Pairs_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regInfo_utf8Pairs_23() { return &___regInfo_utf8Pairs_23; } inline void set_regInfo_utf8Pairs_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regInfo_utf8Pairs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___regInfo_utf8Pairs_23), (void*)value); } inline static int32_t get_offset_of_regInfo_certReq_24() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___regInfo_certReq_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_regInfo_certReq_24() const { return ___regInfo_certReq_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_regInfo_certReq_24() { return &___regInfo_certReq_24; } inline void set_regInfo_certReq_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___regInfo_certReq_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___regInfo_certReq_24), (void*)value); } inline static int32_t get_offset_of_ct_encKeyWithID_25() { return static_cast(offsetof(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields, ___ct_encKeyWithID_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ct_encKeyWithID_25() const { return ___ct_encKeyWithID_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ct_encKeyWithID_25() { return &___ct_encKeyWithID_25; } inline void set_ct_encKeyWithID_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ct_encKeyWithID_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___ct_encKeyWithID_25), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes struct CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715 : public RuntimeObject { public: public: }; struct CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::ContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ContentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::MessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MessageDigest_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::SigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SigningTime_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::CounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CounterSignature_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::ContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ContentHint_4; public: inline static int32_t get_offset_of_ContentType_0() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___ContentType_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ContentType_0() const { return ___ContentType_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ContentType_0() { return &___ContentType_0; } inline void set_ContentType_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ContentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentType_0), (void*)value); } inline static int32_t get_offset_of_MessageDigest_1() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___MessageDigest_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MessageDigest_1() const { return ___MessageDigest_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MessageDigest_1() { return &___MessageDigest_1; } inline void set_MessageDigest_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MessageDigest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageDigest_1), (void*)value); } inline static int32_t get_offset_of_SigningTime_2() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___SigningTime_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SigningTime_2() const { return ___SigningTime_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SigningTime_2() { return &___SigningTime_2; } inline void set_SigningTime_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SigningTime_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SigningTime_2), (void*)value); } inline static int32_t get_offset_of_CounterSignature_3() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___CounterSignature_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CounterSignature_3() const { return ___CounterSignature_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CounterSignature_3() { return &___CounterSignature_3; } inline void set_CounterSignature_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CounterSignature_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CounterSignature_3), (void*)value); } inline static int32_t get_offset_of_ContentHint_4() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___ContentHint_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ContentHint_4() const { return ___ContentHint_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ContentHint_4() { return &___ContentHint_4; } inline void set_ContentHint_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ContentHint_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentHint_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData struct CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::recipientInfoStore RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * ___recipientInfoStore_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::contentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::originator OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originator_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::authEncAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___authEncAlg_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::authAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authAttrs_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::mac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::unauthAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthAttrs_6; public: inline static int32_t get_offset_of_recipientInfoStore_0() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___recipientInfoStore_0)); } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * get_recipientInfoStore_0() const { return ___recipientInfoStore_0; } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F ** get_address_of_recipientInfoStore_0() { return &___recipientInfoStore_0; } inline void set_recipientInfoStore_0(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * value) { ___recipientInfoStore_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfoStore_0), (void*)value); } inline static int32_t get_offset_of_contentInfo_1() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___contentInfo_1)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_contentInfo_1() const { return ___contentInfo_1; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_contentInfo_1() { return &___contentInfo_1; } inline void set_contentInfo_1(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___contentInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_1), (void*)value); } inline static int32_t get_offset_of_originator_2() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___originator_2)); } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * get_originator_2() const { return ___originator_2; } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D ** get_address_of_originator_2() { return &___originator_2; } inline void set_originator_2(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * value) { ___originator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___originator_2), (void*)value); } inline static int32_t get_offset_of_authEncAlg_3() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___authEncAlg_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_authEncAlg_3() const { return ___authEncAlg_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_authEncAlg_3() { return &___authEncAlg_3; } inline void set_authEncAlg_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___authEncAlg_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___authEncAlg_3), (void*)value); } inline static int32_t get_offset_of_authAttrs_4() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___authAttrs_4)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authAttrs_4() const { return ___authAttrs_4; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authAttrs_4() { return &___authAttrs_4; } inline void set_authAttrs_4(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authAttrs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___authAttrs_4), (void*)value); } inline static int32_t get_offset_of_mac_5() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___mac_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mac_5() const { return ___mac_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mac_5() { return &___mac_5; } inline void set_mac_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mac_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_5), (void*)value); } inline static int32_t get_offset_of_unauthAttrs_6() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___unauthAttrs_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthAttrs_6() const { return ___unauthAttrs_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthAttrs_6() { return &___unauthAttrs_6; } inline void set_unauthAttrs_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthAttrs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthAttrs_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator struct CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734 : public RuntimeObject { public: public: }; struct CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator::Aes128Ccm String_t* ___Aes128Ccm_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator::Aes192Ccm String_t* ___Aes192Ccm_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator::Aes256Ccm String_t* ___Aes256Ccm_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator::Aes128Gcm String_t* ___Aes128Gcm_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator::Aes192Gcm String_t* ___Aes192Gcm_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator::Aes256Gcm String_t* ___Aes256Gcm_5; public: inline static int32_t get_offset_of_Aes128Ccm_0() { return static_cast(offsetof(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields, ___Aes128Ccm_0)); } inline String_t* get_Aes128Ccm_0() const { return ___Aes128Ccm_0; } inline String_t** get_address_of_Aes128Ccm_0() { return &___Aes128Ccm_0; } inline void set_Aes128Ccm_0(String_t* value) { ___Aes128Ccm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Ccm_0), (void*)value); } inline static int32_t get_offset_of_Aes192Ccm_1() { return static_cast(offsetof(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields, ___Aes192Ccm_1)); } inline String_t* get_Aes192Ccm_1() const { return ___Aes192Ccm_1; } inline String_t** get_address_of_Aes192Ccm_1() { return &___Aes192Ccm_1; } inline void set_Aes192Ccm_1(String_t* value) { ___Aes192Ccm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Ccm_1), (void*)value); } inline static int32_t get_offset_of_Aes256Ccm_2() { return static_cast(offsetof(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields, ___Aes256Ccm_2)); } inline String_t* get_Aes256Ccm_2() const { return ___Aes256Ccm_2; } inline String_t** get_address_of_Aes256Ccm_2() { return &___Aes256Ccm_2; } inline void set_Aes256Ccm_2(String_t* value) { ___Aes256Ccm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Ccm_2), (void*)value); } inline static int32_t get_offset_of_Aes128Gcm_3() { return static_cast(offsetof(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields, ___Aes128Gcm_3)); } inline String_t* get_Aes128Gcm_3() const { return ___Aes128Gcm_3; } inline String_t** get_address_of_Aes128Gcm_3() { return &___Aes128Gcm_3; } inline void set_Aes128Gcm_3(String_t* value) { ___Aes128Gcm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Gcm_3), (void*)value); } inline static int32_t get_offset_of_Aes192Gcm_4() { return static_cast(offsetof(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields, ___Aes192Gcm_4)); } inline String_t* get_Aes192Gcm_4() const { return ___Aes192Gcm_4; } inline String_t** get_address_of_Aes192Gcm_4() { return &___Aes192Gcm_4; } inline void set_Aes192Gcm_4(String_t* value) { ___Aes192Gcm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Gcm_4), (void*)value); } inline static int32_t get_offset_of_Aes256Gcm_5() { return static_cast(offsetof(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields, ___Aes256Gcm_5)); } inline String_t* get_Aes256Gcm_5() const { return ___Aes256Gcm_5; } inline String_t** get_address_of_Aes256Gcm_5() { return &___Aes256Gcm_5; } inline void set_Aes256Gcm_5(String_t* value) { ___Aes256Gcm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Gcm_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData struct CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::recipientInfoStore RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * ___recipientInfoStore_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::contentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::macAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___macAlg_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::authAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authAttrs_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::unauthAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthAttrs_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::mac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac_5; public: inline static int32_t get_offset_of_recipientInfoStore_0() { return static_cast(offsetof(CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56, ___recipientInfoStore_0)); } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * get_recipientInfoStore_0() const { return ___recipientInfoStore_0; } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F ** get_address_of_recipientInfoStore_0() { return &___recipientInfoStore_0; } inline void set_recipientInfoStore_0(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * value) { ___recipientInfoStore_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfoStore_0), (void*)value); } inline static int32_t get_offset_of_contentInfo_1() { return static_cast(offsetof(CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56, ___contentInfo_1)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_contentInfo_1() const { return ___contentInfo_1; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_contentInfo_1() { return &___contentInfo_1; } inline void set_contentInfo_1(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___contentInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_1), (void*)value); } inline static int32_t get_offset_of_macAlg_2() { return static_cast(offsetof(CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56, ___macAlg_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_macAlg_2() const { return ___macAlg_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_macAlg_2() { return &___macAlg_2; } inline void set_macAlg_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___macAlg_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___macAlg_2), (void*)value); } inline static int32_t get_offset_of_authAttrs_3() { return static_cast(offsetof(CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56, ___authAttrs_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authAttrs_3() const { return ___authAttrs_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authAttrs_3() { return &___authAttrs_3; } inline void set_authAttrs_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authAttrs_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___authAttrs_3), (void*)value); } inline static int32_t get_offset_of_unauthAttrs_4() { return static_cast(offsetof(CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56, ___unauthAttrs_4)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthAttrs_4() const { return ___unauthAttrs_4; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthAttrs_4() { return &___unauthAttrs_4; } inline void set_unauthAttrs_4(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthAttrs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthAttrs_4), (void*)value); } inline static int32_t get_offset_of_mac_5() { return static_cast(offsetof(CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56, ___mac_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mac_5() const { return ___mac_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mac_5() { return &___mac_5; } inline void set_mac_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mac_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData struct CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData::contentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo_0; public: inline static int32_t get_offset_of_contentInfo_0() { return static_cast(offsetof(CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87, ___contentInfo_0)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_contentInfo_0() const { return ___contentInfo_0; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_contentInfo_0() { return &___contentInfo_0; } inline void set_contentInfo_0(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___contentInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataGenerator struct CmsCompressedDataGenerator_t1959505E3AD21E6988F796347F38DBD38A82EF64 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator struct CmsCompressedDataStreamGenerator_t4C425D5A9B780738CC19713D5894F9D505DA2D5B : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator::_bufferSize int32_t ____bufferSize_1; public: inline static int32_t get_offset_of__bufferSize_1() { return static_cast(offsetof(CmsCompressedDataStreamGenerator_t4C425D5A9B780738CC19713D5894F9D505DA2D5B, ____bufferSize_1)); } inline int32_t get__bufferSize_1() const { return ____bufferSize_1; } inline int32_t* get_address_of__bufferSize_1() { return &____bufferSize_1; } inline void set__bufferSize_1(int32_t value) { ____bufferSize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser struct CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser::contentInfo ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * ___contentInfo_0; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser::data Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data_1; public: inline static int32_t get_offset_of_contentInfo_0() { return static_cast(offsetof(CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6, ___contentInfo_0)); } inline ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * get_contentInfo_0() const { return ___contentInfo_0; } inline ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 ** get_address_of_contentInfo_0() { return &___contentInfo_0; } inline void set_contentInfo_0(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * value) { ___contentInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_0), (void*)value); } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6, ___data_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_data_1() const { return ___data_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_data_1() { return &___data_1; } inline void set_data_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData struct CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::recipientInfoStore RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * ___recipientInfoStore_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::contentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::encAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___encAlg_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::unprotectedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttributes_3; public: inline static int32_t get_offset_of_recipientInfoStore_0() { return static_cast(offsetof(CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8, ___recipientInfoStore_0)); } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * get_recipientInfoStore_0() const { return ___recipientInfoStore_0; } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F ** get_address_of_recipientInfoStore_0() { return &___recipientInfoStore_0; } inline void set_recipientInfoStore_0(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * value) { ___recipientInfoStore_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfoStore_0), (void*)value); } inline static int32_t get_offset_of_contentInfo_1() { return static_cast(offsetof(CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8, ___contentInfo_1)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_contentInfo_1() const { return ___contentInfo_1; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_contentInfo_1() { return &___contentInfo_1; } inline void set_contentInfo_1(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___contentInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_1), (void*)value); } inline static int32_t get_offset_of_encAlg_2() { return static_cast(offsetof(CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8, ___encAlg_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_encAlg_2() const { return ___encAlg_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_encAlg_2() { return &___encAlg_2; } inline void set_encAlg_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___encAlg_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encAlg_2), (void*)value); } inline static int32_t get_offset_of_unprotectedAttributes_3() { return static_cast(offsetof(CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8, ___unprotectedAttributes_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unprotectedAttributes_3() const { return ___unprotectedAttributes_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unprotectedAttributes_3() { return &___unprotectedAttributes_3; } inline void set_unprotectedAttributes_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unprotectedAttributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___unprotectedAttributes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::recipientInfoGenerators RuntimeObject* ___recipientInfoGenerators_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::rand SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::unprotectedAttributeGenerator RuntimeObject* ___unprotectedAttributeGenerator_24; public: inline static int32_t get_offset_of_recipientInfoGenerators_22() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___recipientInfoGenerators_22)); } inline RuntimeObject* get_recipientInfoGenerators_22() const { return ___recipientInfoGenerators_22; } inline RuntimeObject** get_address_of_recipientInfoGenerators_22() { return &___recipientInfoGenerators_22; } inline void set_recipientInfoGenerators_22(RuntimeObject* value) { ___recipientInfoGenerators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfoGenerators_22), (void*)value); } inline static int32_t get_offset_of_rand_23() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___rand_23)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_rand_23() const { return ___rand_23; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_rand_23() { return &___rand_23; } inline void set_rand_23(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___rand_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___rand_23), (void*)value); } inline static int32_t get_offset_of_unprotectedAttributeGenerator_24() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___unprotectedAttributeGenerator_24)); } inline RuntimeObject* get_unprotectedAttributeGenerator_24() const { return ___unprotectedAttributeGenerator_24; } inline RuntimeObject** get_address_of_unprotectedAttributeGenerator_24() { return &___unprotectedAttributeGenerator_24; } inline void set_unprotectedAttributeGenerator_24(RuntimeObject* value) { ___unprotectedAttributeGenerator_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___unprotectedAttributeGenerator_24), (void*)value); } }; struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::rc2Table Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___rc2Table_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::DesEde3Cbc String_t* ___DesEde3Cbc_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::RC2Cbc String_t* ___RC2Cbc_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes128Cbc String_t* ___Aes128Cbc_5; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes192Cbc String_t* ___Aes192Cbc_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes256Cbc String_t* ___Aes256Cbc_7; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia128Cbc String_t* ___Camellia128Cbc_8; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia192Cbc String_t* ___Camellia192Cbc_9; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia256Cbc String_t* ___Camellia256Cbc_10; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::SeedCbc String_t* ___SeedCbc_11; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::DesEde3Wrap String_t* ___DesEde3Wrap_12; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes128Wrap String_t* ___Aes128Wrap_13; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes192Wrap String_t* ___Aes192Wrap_14; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes256Wrap String_t* ___Aes256Wrap_15; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia128Wrap String_t* ___Camellia128Wrap_16; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia192Wrap String_t* ___Camellia192Wrap_17; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia256Wrap String_t* ___Camellia256Wrap_18; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::SeedWrap String_t* ___SeedWrap_19; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::ECDHSha1Kdf String_t* ___ECDHSha1Kdf_20; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::ECMqvSha1Kdf String_t* ___ECMqvSha1Kdf_21; public: inline static int32_t get_offset_of_rc2Table_0() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___rc2Table_0)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_rc2Table_0() const { return ___rc2Table_0; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_rc2Table_0() { return &___rc2Table_0; } inline void set_rc2Table_0(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___rc2Table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rc2Table_0), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_1() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___DesEde3Cbc_1)); } inline String_t* get_DesEde3Cbc_1() const { return ___DesEde3Cbc_1; } inline String_t** get_address_of_DesEde3Cbc_1() { return &___DesEde3Cbc_1; } inline void set_DesEde3Cbc_1(String_t* value) { ___DesEde3Cbc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_1), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_2() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___RC2Cbc_2)); } inline String_t* get_RC2Cbc_2() const { return ___RC2Cbc_2; } inline String_t** get_address_of_RC2Cbc_2() { return &___RC2Cbc_2; } inline void set_RC2Cbc_2(String_t* value) { ___RC2Cbc_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_2), (void*)value); } inline static int32_t get_offset_of_Aes128Cbc_5() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes128Cbc_5)); } inline String_t* get_Aes128Cbc_5() const { return ___Aes128Cbc_5; } inline String_t** get_address_of_Aes128Cbc_5() { return &___Aes128Cbc_5; } inline void set_Aes128Cbc_5(String_t* value) { ___Aes128Cbc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Cbc_5), (void*)value); } inline static int32_t get_offset_of_Aes192Cbc_6() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes192Cbc_6)); } inline String_t* get_Aes192Cbc_6() const { return ___Aes192Cbc_6; } inline String_t** get_address_of_Aes192Cbc_6() { return &___Aes192Cbc_6; } inline void set_Aes192Cbc_6(String_t* value) { ___Aes192Cbc_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Cbc_6), (void*)value); } inline static int32_t get_offset_of_Aes256Cbc_7() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes256Cbc_7)); } inline String_t* get_Aes256Cbc_7() const { return ___Aes256Cbc_7; } inline String_t** get_address_of_Aes256Cbc_7() { return &___Aes256Cbc_7; } inline void set_Aes256Cbc_7(String_t* value) { ___Aes256Cbc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Cbc_7), (void*)value); } inline static int32_t get_offset_of_Camellia128Cbc_8() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia128Cbc_8)); } inline String_t* get_Camellia128Cbc_8() const { return ___Camellia128Cbc_8; } inline String_t** get_address_of_Camellia128Cbc_8() { return &___Camellia128Cbc_8; } inline void set_Camellia128Cbc_8(String_t* value) { ___Camellia128Cbc_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia128Cbc_8), (void*)value); } inline static int32_t get_offset_of_Camellia192Cbc_9() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia192Cbc_9)); } inline String_t* get_Camellia192Cbc_9() const { return ___Camellia192Cbc_9; } inline String_t** get_address_of_Camellia192Cbc_9() { return &___Camellia192Cbc_9; } inline void set_Camellia192Cbc_9(String_t* value) { ___Camellia192Cbc_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia192Cbc_9), (void*)value); } inline static int32_t get_offset_of_Camellia256Cbc_10() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia256Cbc_10)); } inline String_t* get_Camellia256Cbc_10() const { return ___Camellia256Cbc_10; } inline String_t** get_address_of_Camellia256Cbc_10() { return &___Camellia256Cbc_10; } inline void set_Camellia256Cbc_10(String_t* value) { ___Camellia256Cbc_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia256Cbc_10), (void*)value); } inline static int32_t get_offset_of_SeedCbc_11() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___SeedCbc_11)); } inline String_t* get_SeedCbc_11() const { return ___SeedCbc_11; } inline String_t** get_address_of_SeedCbc_11() { return &___SeedCbc_11; } inline void set_SeedCbc_11(String_t* value) { ___SeedCbc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedCbc_11), (void*)value); } inline static int32_t get_offset_of_DesEde3Wrap_12() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___DesEde3Wrap_12)); } inline String_t* get_DesEde3Wrap_12() const { return ___DesEde3Wrap_12; } inline String_t** get_address_of_DesEde3Wrap_12() { return &___DesEde3Wrap_12; } inline void set_DesEde3Wrap_12(String_t* value) { ___DesEde3Wrap_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Wrap_12), (void*)value); } inline static int32_t get_offset_of_Aes128Wrap_13() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes128Wrap_13)); } inline String_t* get_Aes128Wrap_13() const { return ___Aes128Wrap_13; } inline String_t** get_address_of_Aes128Wrap_13() { return &___Aes128Wrap_13; } inline void set_Aes128Wrap_13(String_t* value) { ___Aes128Wrap_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Wrap_13), (void*)value); } inline static int32_t get_offset_of_Aes192Wrap_14() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes192Wrap_14)); } inline String_t* get_Aes192Wrap_14() const { return ___Aes192Wrap_14; } inline String_t** get_address_of_Aes192Wrap_14() { return &___Aes192Wrap_14; } inline void set_Aes192Wrap_14(String_t* value) { ___Aes192Wrap_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Wrap_14), (void*)value); } inline static int32_t get_offset_of_Aes256Wrap_15() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes256Wrap_15)); } inline String_t* get_Aes256Wrap_15() const { return ___Aes256Wrap_15; } inline String_t** get_address_of_Aes256Wrap_15() { return &___Aes256Wrap_15; } inline void set_Aes256Wrap_15(String_t* value) { ___Aes256Wrap_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Wrap_15), (void*)value); } inline static int32_t get_offset_of_Camellia128Wrap_16() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia128Wrap_16)); } inline String_t* get_Camellia128Wrap_16() const { return ___Camellia128Wrap_16; } inline String_t** get_address_of_Camellia128Wrap_16() { return &___Camellia128Wrap_16; } inline void set_Camellia128Wrap_16(String_t* value) { ___Camellia128Wrap_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia128Wrap_16), (void*)value); } inline static int32_t get_offset_of_Camellia192Wrap_17() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia192Wrap_17)); } inline String_t* get_Camellia192Wrap_17() const { return ___Camellia192Wrap_17; } inline String_t** get_address_of_Camellia192Wrap_17() { return &___Camellia192Wrap_17; } inline void set_Camellia192Wrap_17(String_t* value) { ___Camellia192Wrap_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia192Wrap_17), (void*)value); } inline static int32_t get_offset_of_Camellia256Wrap_18() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia256Wrap_18)); } inline String_t* get_Camellia256Wrap_18() const { return ___Camellia256Wrap_18; } inline String_t** get_address_of_Camellia256Wrap_18() { return &___Camellia256Wrap_18; } inline void set_Camellia256Wrap_18(String_t* value) { ___Camellia256Wrap_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia256Wrap_18), (void*)value); } inline static int32_t get_offset_of_SeedWrap_19() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___SeedWrap_19)); } inline String_t* get_SeedWrap_19() const { return ___SeedWrap_19; } inline String_t** get_address_of_SeedWrap_19() { return &___SeedWrap_19; } inline void set_SeedWrap_19(String_t* value) { ___SeedWrap_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedWrap_19), (void*)value); } inline static int32_t get_offset_of_ECDHSha1Kdf_20() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___ECDHSha1Kdf_20)); } inline String_t* get_ECDHSha1Kdf_20() const { return ___ECDHSha1Kdf_20; } inline String_t** get_address_of_ECDHSha1Kdf_20() { return &___ECDHSha1Kdf_20; } inline void set_ECDHSha1Kdf_20(String_t* value) { ___ECDHSha1Kdf_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDHSha1Kdf_20), (void*)value); } inline static int32_t get_offset_of_ECMqvSha1Kdf_21() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___ECMqvSha1Kdf_21)); } inline String_t* get_ECMqvSha1Kdf_21() const { return ___ECMqvSha1Kdf_21; } inline String_t** get_address_of_ECMqvSha1Kdf_21() { return &___ECMqvSha1Kdf_21; } inline void set_ECMqvSha1Kdf_21(String_t* value) { ___ECMqvSha1Kdf_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECMqvSha1Kdf_21), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers struct CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64 : public RuntimeObject { public: public: }; struct CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::AuthenticatedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthenticatedData_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::CompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CompressedData_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::AuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthEnvelopedData_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::timestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___timestampedData_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri_ocsp_response DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_ocsp_response_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri_scvp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_scvp_12; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___Data_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_0() const { return ___Data_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_0), (void*)value); } inline static int32_t get_offset_of_SignedData_1() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___SignedData_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_1() const { return ___SignedData_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_1() { return &___SignedData_1; } inline void set_SignedData_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_1), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_2() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___EnvelopedData_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_2() const { return ___EnvelopedData_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_2() { return &___EnvelopedData_2; } inline void set_EnvelopedData_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_2), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_3() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___SignedAndEnvelopedData_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_3() const { return ___SignedAndEnvelopedData_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_3() { return &___SignedAndEnvelopedData_3; } inline void set_SignedAndEnvelopedData_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_3), (void*)value); } inline static int32_t get_offset_of_DigestedData_4() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___DigestedData_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_4() const { return ___DigestedData_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_4() { return &___DigestedData_4; } inline void set_DigestedData_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_4), (void*)value); } inline static int32_t get_offset_of_EncryptedData_5() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___EncryptedData_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_5() const { return ___EncryptedData_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_5() { return &___EncryptedData_5; } inline void set_EncryptedData_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_5), (void*)value); } inline static int32_t get_offset_of_AuthenticatedData_6() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___AuthenticatedData_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthenticatedData_6() const { return ___AuthenticatedData_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthenticatedData_6() { return &___AuthenticatedData_6; } inline void set_AuthenticatedData_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthenticatedData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthenticatedData_6), (void*)value); } inline static int32_t get_offset_of_CompressedData_7() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___CompressedData_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CompressedData_7() const { return ___CompressedData_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CompressedData_7() { return &___CompressedData_7; } inline void set_CompressedData_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CompressedData_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompressedData_7), (void*)value); } inline static int32_t get_offset_of_AuthEnvelopedData_8() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___AuthEnvelopedData_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthEnvelopedData_8() const { return ___AuthEnvelopedData_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthEnvelopedData_8() { return &___AuthEnvelopedData_8; } inline void set_AuthEnvelopedData_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthEnvelopedData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthEnvelopedData_8), (void*)value); } inline static int32_t get_offset_of_timestampedData_9() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___timestampedData_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_timestampedData_9() const { return ___timestampedData_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_timestampedData_9() { return &___timestampedData_9; } inline void set_timestampedData_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___timestampedData_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___timestampedData_9), (void*)value); } inline static int32_t get_offset_of_id_ri_10() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_10() const { return ___id_ri_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_10() { return &___id_ri_10; } inline void set_id_ri_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_10), (void*)value); } inline static int32_t get_offset_of_id_ri_ocsp_response_11() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_ocsp_response_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_ocsp_response_11() const { return ___id_ri_ocsp_response_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_ocsp_response_11() { return &___id_ri_ocsp_response_11; } inline void set_id_ri_ocsp_response_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_ocsp_response_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_ocsp_response_11), (void*)value); } inline static int32_t get_offset_of_id_ri_scvp_12() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_scvp_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_scvp_12() const { return ___id_ri_scvp_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_scvp_12() { return &___id_ri_scvp_12; } inline void set_id_ri_scvp_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_scvp_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_scvp_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray struct CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_0; public: inline static int32_t get_offset_of_bytes_0() { return static_cast(offsetof(CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B, ___bytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_0() const { return ___bytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_0() { return &___bytes_0; } inline void set_bytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream struct CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::input Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::used bool ___used_1; public: inline static int32_t get_offset_of_input_0() { return static_cast(offsetof(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3, ___input_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_input_0() const { return ___input_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_input_0() { return &___input_0; } inline void set_input_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___input_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_0), (void*)value); } inline static int32_t get_offset_of_used_1() { return static_cast(offsetof(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3, ___used_1)); } inline bool get_used_1() const { return ___used_1; } inline bool* get_address_of_used_1() { return &___used_1; } inline void set_used_1(bool value) { ___used_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream struct CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 : public RuntimeObject { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::_oid String_t* ____oid_1; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_2; public: inline static int32_t get_offset_of__oid_1() { return static_cast(offsetof(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21, ____oid_1)); } inline String_t* get__oid_1() const { return ____oid_1; } inline String_t** get_address_of__oid_1() { return &____oid_1; } inline void set__oid_1(String_t* value) { ____oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value); } inline static int32_t get_offset_of__in_2() { return static_cast(offsetof(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21, ____in_2)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_2() const { return ____in_2; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_2() { return &____in_2; } inline void set__in_2(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser struct CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::_version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ____version_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::_compressionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ____compressionAlgorithm_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::_encapContentInfo ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * ____encapContentInfo_2; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B, ____version_0)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get__version_0() const { return ____version_0; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of__version_0() { return &____version_0; } inline void set__version_0(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ____version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value); } inline static int32_t get_offset_of__compressionAlgorithm_1() { return static_cast(offsetof(CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B, ____compressionAlgorithm_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get__compressionAlgorithm_1() const { return ____compressionAlgorithm_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of__compressionAlgorithm_1() { return &____compressionAlgorithm_1; } inline void set__compressionAlgorithm_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ____compressionAlgorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____compressionAlgorithm_1), (void*)value); } inline static int32_t get_offset_of__encapContentInfo_2() { return static_cast(offsetof(CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B, ____encapContentInfo_2)); } inline ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * get__encapContentInfo_2() const { return ____encapContentInfo_2; } inline ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 ** get_address_of__encapContentInfo_2() { return &____encapContentInfo_2; } inline void set__encapContentInfo_2(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * value) { ____encapContentInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____encapContentInfo_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser struct ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::content RuntimeObject* ___content_1; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48, ___contentType_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_0() const { return ___contentType_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_0), (void*)value); } inline static int32_t get_offset_of_content_1() { return static_cast(offsetof(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48, ___content_1)); } inline RuntimeObject* get_content_1() const { return ___content_1; } inline RuntimeObject** get_address_of_content_1() { return &___content_1; } inline void set_content_1(RuntimeObject* value) { ___content_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C : public RuntimeObject { public: public: }; struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411Hmac DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411Hmac_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR28147Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR28147Cbc_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::ID_Gost28147_89_CryptoPro_A_ParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x94_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x2001_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94CryptoProParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94CryptoProParamSet_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProB_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProC_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProD_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchA_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchB_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchC_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProA_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProB_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProC_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchA_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchB_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410Default DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410Default_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410x1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410x1_23; public: inline static int32_t get_offset_of_GostR3411_1() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411_1() const { return ___GostR3411_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411_1() { return &___GostR3411_1; } inline void set_GostR3411_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411_1), (void*)value); } inline static int32_t get_offset_of_GostR3411Hmac_2() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411Hmac_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411Hmac_2() const { return ___GostR3411Hmac_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411Hmac_2() { return &___GostR3411Hmac_2; } inline void set_GostR3411Hmac_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411Hmac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411Hmac_2), (void*)value); } inline static int32_t get_offset_of_GostR28147Cbc_3() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR28147Cbc_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR28147Cbc_3() const { return ___GostR28147Cbc_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR28147Cbc_3() { return &___GostR28147Cbc_3; } inline void set_GostR28147Cbc_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR28147Cbc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR28147Cbc_3), (void*)value); } inline static int32_t get_offset_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___ID_Gost28147_89_CryptoPro_A_ParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ID_Gost28147_89_CryptoPro_A_ParamSet_4() const { return ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return &___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline void set_ID_Gost28147_89_CryptoPro_A_ParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ID_Gost28147_89_CryptoPro_A_ParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ID_Gost28147_89_CryptoPro_A_ParamSet_4), (void*)value); } inline static int32_t get_offset_of_GostR3410x94_5() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94_5() const { return ___GostR3410x94_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94_5() { return &___GostR3410x94_5; } inline void set_GostR3410x94_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94_5), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001_6() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001_6() const { return ___GostR3410x2001_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001_6() { return &___GostR3410x2001_6; } inline void set_GostR3410x2001_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001_6), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x94_7() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x94_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x94_7() const { return ___GostR3411x94WithGostR3410x94_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x94_7() { return &___GostR3411x94WithGostR3410x94_7; } inline void set_GostR3411x94WithGostR3410x94_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x94_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x94_7), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x2001_8() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x2001_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x2001_8() const { return ___GostR3411x94WithGostR3410x2001_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x2001_8() { return &___GostR3411x94WithGostR3410x2001_8; } inline void set_GostR3411x94WithGostR3410x2001_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x2001_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x2001_8), (void*)value); } inline static int32_t get_offset_of_GostR3411x94CryptoProParamSet_9() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94CryptoProParamSet_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94CryptoProParamSet_9() const { return ___GostR3411x94CryptoProParamSet_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94CryptoProParamSet_9() { return &___GostR3411x94CryptoProParamSet_9; } inline void set_GostR3411x94CryptoProParamSet_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94CryptoProParamSet_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94CryptoProParamSet_9), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProA_10() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProA_10() const { return ___GostR3410x94CryptoProA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProA_10() { return &___GostR3410x94CryptoProA_10; } inline void set_GostR3410x94CryptoProA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProA_10), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProB_11() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProB_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProB_11() const { return ___GostR3410x94CryptoProB_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProB_11() { return &___GostR3410x94CryptoProB_11; } inline void set_GostR3410x94CryptoProB_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProB_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProB_11), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProC_12() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProC_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProC_12() const { return ___GostR3410x94CryptoProC_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProC_12() { return &___GostR3410x94CryptoProC_12; } inline void set_GostR3410x94CryptoProC_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProC_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProC_12), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProD_13() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProD_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProD_13() const { return ___GostR3410x94CryptoProD_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProD_13() { return &___GostR3410x94CryptoProD_13; } inline void set_GostR3410x94CryptoProD_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProD_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProD_13), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchA_14() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchA_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchA_14() const { return ___GostR3410x94CryptoProXchA_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchA_14() { return &___GostR3410x94CryptoProXchA_14; } inline void set_GostR3410x94CryptoProXchA_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchA_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchA_14), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchB_15() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchB_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchB_15() const { return ___GostR3410x94CryptoProXchB_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchB_15() { return &___GostR3410x94CryptoProXchB_15; } inline void set_GostR3410x94CryptoProXchB_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchB_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchB_15), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchC_16() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchC_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchC_16() const { return ___GostR3410x94CryptoProXchC_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchC_16() { return &___GostR3410x94CryptoProXchC_16; } inline void set_GostR3410x94CryptoProXchC_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchC_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchC_16), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProA_17() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProA_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProA_17() const { return ___GostR3410x2001CryptoProA_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProA_17() { return &___GostR3410x2001CryptoProA_17; } inline void set_GostR3410x2001CryptoProA_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProA_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProA_17), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProB_18() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProB_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProB_18() const { return ___GostR3410x2001CryptoProB_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProB_18() { return &___GostR3410x2001CryptoProB_18; } inline void set_GostR3410x2001CryptoProB_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProB_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProB_18), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProC_19() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProC_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProC_19() const { return ___GostR3410x2001CryptoProC_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProC_19() { return &___GostR3410x2001CryptoProC_19; } inline void set_GostR3410x2001CryptoProC_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProC_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProC_19), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchA_20() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchA_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchA_20() const { return ___GostR3410x2001CryptoProXchA_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchA_20() { return &___GostR3410x2001CryptoProXchA_20; } inline void set_GostR3410x2001CryptoProXchA_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchA_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchA_20), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchB_21() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchB_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchB_21() const { return ___GostR3410x2001CryptoProXchB_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchB_21() { return &___GostR3410x2001CryptoProXchB_21; } inline void set_GostR3410x2001CryptoProXchB_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchB_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchB_21), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410Default_22() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410Default_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410Default_22() const { return ___GostElSgDH3410Default_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410Default_22() { return &___GostElSgDH3410Default_22; } inline void set_GostElSgDH3410Default_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410Default_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410Default_22), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410x1_23() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410x1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410x1_23() const { return ___GostElSgDH3410x1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410x1_23() { return &___GostElSgDH3410x1_23; } inline void set_GostElSgDH3410x1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410x1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410x1_23), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement struct DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement::key DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F * ___key_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement::dhParams DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___dhParams_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99, ___key_0)); } inline DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F * get_key_0() const { return ___key_0; } inline DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_dhParams_1() { return static_cast(offsetof(DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99, ___dhParams_1)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_dhParams_1() const { return ___dhParams_1; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_dhParams_1() { return &___dhParams_1; } inline void set_dhParams_1(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___dhParams_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dhParams_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine struct DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::workingKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey_1; public: inline static int32_t get_offset_of_workingKey_1() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B, ___workingKey_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey_1() const { return ___workingKey_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey_1() { return &___workingKey_1; } inline void set_workingKey_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_1), (void*)value); } }; struct DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::bytebit Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___bytebit_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::bigbyte Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___bigbyte_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::pc1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pc1_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::totrot ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___totrot_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::pc2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pc2_6; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP1_7; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP2_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP3_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP4 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP4_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP5 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP5_11; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP6 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP6_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP7 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP7_13; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP8 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP8_14; public: inline static int32_t get_offset_of_bytebit_2() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___bytebit_2)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_bytebit_2() const { return ___bytebit_2; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_bytebit_2() { return &___bytebit_2; } inline void set_bytebit_2(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___bytebit_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytebit_2), (void*)value); } inline static int32_t get_offset_of_bigbyte_3() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___bigbyte_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_bigbyte_3() const { return ___bigbyte_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_bigbyte_3() { return &___bigbyte_3; } inline void set_bigbyte_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___bigbyte_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigbyte_3), (void*)value); } inline static int32_t get_offset_of_pc1_4() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___pc1_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pc1_4() const { return ___pc1_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pc1_4() { return &___pc1_4; } inline void set_pc1_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pc1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pc1_4), (void*)value); } inline static int32_t get_offset_of_totrot_5() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___totrot_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_totrot_5() const { return ___totrot_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_totrot_5() { return &___totrot_5; } inline void set_totrot_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___totrot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___totrot_5), (void*)value); } inline static int32_t get_offset_of_pc2_6() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___pc2_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pc2_6() const { return ___pc2_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pc2_6() { return &___pc2_6; } inline void set_pc2_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pc2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pc2_6), (void*)value); } inline static int32_t get_offset_of_SP1_7() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP1_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP1_7() const { return ___SP1_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP1_7() { return &___SP1_7; } inline void set_SP1_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP1_7), (void*)value); } inline static int32_t get_offset_of_SP2_8() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP2_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP2_8() const { return ___SP2_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP2_8() { return &___SP2_8; } inline void set_SP2_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP2_8), (void*)value); } inline static int32_t get_offset_of_SP3_9() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP3_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP3_9() const { return ___SP3_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP3_9() { return &___SP3_9; } inline void set_SP3_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP3_9), (void*)value); } inline static int32_t get_offset_of_SP4_10() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP4_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP4_10() const { return ___SP4_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP4_10() { return &___SP4_10; } inline void set_SP4_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP4_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP4_10), (void*)value); } inline static int32_t get_offset_of_SP5_11() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP5_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP5_11() const { return ___SP5_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP5_11() { return &___SP5_11; } inline void set_SP5_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP5_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP5_11), (void*)value); } inline static int32_t get_offset_of_SP6_12() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP6_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP6_12() const { return ___SP6_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP6_12() { return &___SP6_12; } inline void set_SP6_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP6_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP6_12), (void*)value); } inline static int32_t get_offset_of_SP7_13() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP7_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP7_13() const { return ___SP7_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP7_13() { return &___SP7_13; } inline void set_SP7_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP7_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP7_13), (void*)value); } inline static int32_t get_offset_of_SP8_14() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP8_14)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP8_14() const { return ___SP8_14; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP8_14() { return &___SP8_14; } inline void set_SP8_14(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP8_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP8_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement struct ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::privKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___privKey_0; public: inline static int32_t get_offset_of_privKey_0() { return static_cast(offsetof(ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914, ___privKey_0)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_privKey_0() const { return ___privKey_0; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_privKey_0() { return &___privKey_0; } inline void set_privKey_0(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___privKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___privKey_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher struct EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::cipher SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * ___cipher_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::forEncryption bool ___forEncryption_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::blockSize int32_t ___blockSize_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::mac RuntimeObject* ___mac_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::nonceMac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonceMac_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::associatedTextMac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedTextMac_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::macBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___macBlock_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::macSize int32_t ___macSize_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::bufBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bufBlock_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::bufOff int32_t ___bufOff_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::cipherInitialized bool ___cipherInitialized_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::initialAssociatedText ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___initialAssociatedText_11; public: inline static int32_t get_offset_of_cipher_0() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___cipher_0)); } inline SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * get_cipher_0() const { return ___cipher_0; } inline SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 ** get_address_of_cipher_0() { return &___cipher_0; } inline void set_cipher_0(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * value) { ___cipher_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_0), (void*)value); } inline static int32_t get_offset_of_forEncryption_1() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___forEncryption_1)); } inline bool get_forEncryption_1() const { return ___forEncryption_1; } inline bool* get_address_of_forEncryption_1() { return &___forEncryption_1; } inline void set_forEncryption_1(bool value) { ___forEncryption_1 = value; } inline static int32_t get_offset_of_blockSize_2() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___blockSize_2)); } inline int32_t get_blockSize_2() const { return ___blockSize_2; } inline int32_t* get_address_of_blockSize_2() { return &___blockSize_2; } inline void set_blockSize_2(int32_t value) { ___blockSize_2 = value; } inline static int32_t get_offset_of_mac_3() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___mac_3)); } inline RuntimeObject* get_mac_3() const { return ___mac_3; } inline RuntimeObject** get_address_of_mac_3() { return &___mac_3; } inline void set_mac_3(RuntimeObject* value) { ___mac_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_3), (void*)value); } inline static int32_t get_offset_of_nonceMac_4() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___nonceMac_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_nonceMac_4() const { return ___nonceMac_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_nonceMac_4() { return &___nonceMac_4; } inline void set_nonceMac_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___nonceMac_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonceMac_4), (void*)value); } inline static int32_t get_offset_of_associatedTextMac_5() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___associatedTextMac_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_associatedTextMac_5() const { return ___associatedTextMac_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_associatedTextMac_5() { return &___associatedTextMac_5; } inline void set_associatedTextMac_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___associatedTextMac_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___associatedTextMac_5), (void*)value); } inline static int32_t get_offset_of_macBlock_6() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___macBlock_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_macBlock_6() const { return ___macBlock_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_macBlock_6() { return &___macBlock_6; } inline void set_macBlock_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___macBlock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___macBlock_6), (void*)value); } inline static int32_t get_offset_of_macSize_7() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___macSize_7)); } inline int32_t get_macSize_7() const { return ___macSize_7; } inline int32_t* get_address_of_macSize_7() { return &___macSize_7; } inline void set_macSize_7(int32_t value) { ___macSize_7 = value; } inline static int32_t get_offset_of_bufBlock_8() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___bufBlock_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bufBlock_8() const { return ___bufBlock_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bufBlock_8() { return &___bufBlock_8; } inline void set_bufBlock_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bufBlock_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___bufBlock_8), (void*)value); } inline static int32_t get_offset_of_bufOff_9() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___bufOff_9)); } inline int32_t get_bufOff_9() const { return ___bufOff_9; } inline int32_t* get_address_of_bufOff_9() { return &___bufOff_9; } inline void set_bufOff_9(int32_t value) { ___bufOff_9 = value; } inline static int32_t get_offset_of_cipherInitialized_10() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___cipherInitialized_10)); } inline bool get_cipherInitialized_10() const { return ___cipherInitialized_10; } inline bool* get_address_of_cipherInitialized_10() { return &___cipherInitialized_10; } inline void set_cipherInitialized_10(bool value) { ___cipherInitialized_10 = value; } inline static int32_t get_offset_of_initialAssociatedText_11() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___initialAssociatedText_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_initialAssociatedText_11() const { return ___initialAssociatedText_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_initialAssociatedText_11() { return &___initialAssociatedText_11; } inline void set_initialAssociatedText_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___initialAssociatedText_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialAssociatedText_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine struct ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::key ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * ___key_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::forEncryption bool ___forEncryption_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::bitSize int32_t ___bitSize_3; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED, ___key_0)); } inline ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * get_key_0() const { return ___key_0; } inline ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } inline static int32_t get_offset_of_forEncryption_2() { return static_cast(offsetof(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED, ___forEncryption_2)); } inline bool get_forEncryption_2() const { return ___forEncryption_2; } inline bool* get_address_of_forEncryption_2() { return &___forEncryption_2; } inline void set_forEncryption_2(bool value) { ___forEncryption_2 = value; } inline static int32_t get_offset_of_bitSize_3() { return static_cast(offsetof(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED, ___bitSize_3)); } inline int32_t get_bitSize_3() const { return ___bitSize_3; } inline int32_t* get_address_of_bitSize_3() { return &___bitSize_3; } inline void set_bitSize_3(int32_t value) { ___bitSize_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser struct EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::_contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ____contentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::_contentEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ____contentEncryptionAlgorithm_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::_encryptedContent RuntimeObject* ____encryptedContent_2; public: inline static int32_t get_offset_of__contentType_0() { return static_cast(offsetof(EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B, ____contentType_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get__contentType_0() const { return ____contentType_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of__contentType_0() { return &____contentType_0; } inline void set__contentType_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ____contentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____contentType_0), (void*)value); } inline static int32_t get_offset_of__contentEncryptionAlgorithm_1() { return static_cast(offsetof(EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B, ____contentEncryptionAlgorithm_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get__contentEncryptionAlgorithm_1() const { return ____contentEncryptionAlgorithm_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of__contentEncryptionAlgorithm_1() { return &____contentEncryptionAlgorithm_1; } inline void set__contentEncryptionAlgorithm_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ____contentEncryptionAlgorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____contentEncryptionAlgorithm_1), (void*)value); } inline static int32_t get_offset_of__encryptedContent_2() { return static_cast(offsetof(EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B, ____encryptedContent_2)); } inline RuntimeObject* get__encryptedContent_2() const { return ____encryptedContent_2; } inline RuntimeObject** get_address_of__encryptedContent_2() { return &____encryptedContent_2; } inline void set__encryptedContent_2(RuntimeObject* value) { ____encryptedContent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____encryptedContent_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser struct EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::_seq RuntimeObject* ____seq_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::_version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ____version_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::_nextObject RuntimeObject* ____nextObject_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::_originatorInfoCalled bool ____originatorInfoCalled_3; public: inline static int32_t get_offset_of__seq_0() { return static_cast(offsetof(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6, ____seq_0)); } inline RuntimeObject* get__seq_0() const { return ____seq_0; } inline RuntimeObject** get_address_of__seq_0() { return &____seq_0; } inline void set__seq_0(RuntimeObject* value) { ____seq_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____seq_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6, ____version_1)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get__version_1() const { return ____version_1; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value); } inline static int32_t get_offset_of__nextObject_2() { return static_cast(offsetof(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6, ____nextObject_2)); } inline RuntimeObject* get__nextObject_2() const { return ____nextObject_2; } inline RuntimeObject** get_address_of__nextObject_2() { return &____nextObject_2; } inline void set__nextObject_2(RuntimeObject* value) { ____nextObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____nextObject_2), (void*)value); } inline static int32_t get_offset_of__originatorInfoCalled_3() { return static_cast(offsetof(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6, ____originatorInfoCalled_3)); } inline bool get__originatorInfoCalled_3() const { return ____originatorInfoCalled_3; } inline bool* get_address_of__originatorInfoCalled_3() { return &____originatorInfoCalled_3; } inline void set__originatorInfoCalled_3(bool value) { ____originatorInfoCalled_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher struct GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::ofbV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ofbV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::ofbOutV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ofbOutV_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::blockSize int32_t ___blockSize_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::cipher RuntimeObject* ___cipher_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::firstStep bool ___firstStep_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::N3 int32_t ___N3_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::N4 int32_t ___N4_7; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_ofbV_1() { return static_cast(offsetof(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F, ___ofbV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ofbV_1() const { return ___ofbV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ofbV_1() { return &___ofbV_1; } inline void set_ofbV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ofbV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ofbV_1), (void*)value); } inline static int32_t get_offset_of_ofbOutV_2() { return static_cast(offsetof(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F, ___ofbOutV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ofbOutV_2() const { return ___ofbOutV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ofbOutV_2() { return &___ofbOutV_2; } inline void set_ofbOutV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ofbOutV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ofbOutV_2), (void*)value); } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F, ___blockSize_3)); } inline int32_t get_blockSize_3() const { return ___blockSize_3; } inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; } inline void set_blockSize_3(int32_t value) { ___blockSize_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } inline static int32_t get_offset_of_firstStep_5() { return static_cast(offsetof(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F, ___firstStep_5)); } inline bool get_firstStep_5() const { return ___firstStep_5; } inline bool* get_address_of_firstStep_5() { return &___firstStep_5; } inline void set_firstStep_5(bool value) { ___firstStep_5 = value; } inline static int32_t get_offset_of_N3_6() { return static_cast(offsetof(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F, ___N3_6)); } inline int32_t get_N3_6() const { return ___N3_6; } inline int32_t* get_address_of_N3_6() { return &___N3_6; } inline void set_N3_6(int32_t value) { ___N3_6 = value; } inline static int32_t get_offset_of_N4_7() { return static_cast(offsetof(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F, ___N4_7)); } inline int32_t get_N4_7() const { return ___N4_7; } inline int32_t* get_address_of_N4_7() { return &___N4_7; } inline void set_N4_7(int32_t value) { ___N4_7 = value; } }; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 : public RuntimeObject { public: // GameMgr GameMode::gameMgr GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr_0; // System.Collections.Generic.HashSet`1 GameMode::timeCountingPauseLockers HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___timeCountingPauseLockers_1; public: inline static int32_t get_offset_of_gameMgr_0() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___gameMgr_0)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_gameMgr_0() const { return ___gameMgr_0; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_gameMgr_0() { return &___gameMgr_0; } inline void set_gameMgr_0(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___gameMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMgr_0), (void*)value); } inline static int32_t get_offset_of_timeCountingPauseLockers_1() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___timeCountingPauseLockers_1)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_timeCountingPauseLockers_1() const { return ___timeCountingPauseLockers_1; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_timeCountingPauseLockers_1() { return &___timeCountingPauseLockers_1; } inline void set_timeCountingPauseLockers_1(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___timeCountingPauseLockers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeCountingPauseLockers_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher struct GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::ctrBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctrBlock_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::cipher RuntimeObject* ___cipher_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.IGcmMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::multiplier RuntimeObject* ___multiplier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.IGcmExponentiator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::exp RuntimeObject* ___exp_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::forEncryption bool ___forEncryption_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::initialised bool ___initialised_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::macSize int32_t ___macSize_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::lastKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___lastKey_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::nonce ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::initialAssociatedText ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___initialAssociatedText_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::H ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___H_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::J0 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___J0_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::bufBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bufBlock_13; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::macBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___macBlock_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::S_at ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_at_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::S_atPre ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_atPre_17; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::counter ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___counter_18; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::blocksRemaining uint32_t ___blocksRemaining_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::bufOff int32_t ___bufOff_20; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::totalLength uint64_t ___totalLength_21; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::atBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___atBlock_22; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::atBlockPos int32_t ___atBlockPos_23; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::atLength uint64_t ___atLength_24; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::atLengthPre uint64_t ___atLengthPre_25; public: inline static int32_t get_offset_of_ctrBlock_1() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___ctrBlock_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ctrBlock_1() const { return ___ctrBlock_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ctrBlock_1() { return &___ctrBlock_1; } inline void set_ctrBlock_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ctrBlock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctrBlock_1), (void*)value); } inline static int32_t get_offset_of_cipher_2() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___cipher_2)); } inline RuntimeObject* get_cipher_2() const { return ___cipher_2; } inline RuntimeObject** get_address_of_cipher_2() { return &___cipher_2; } inline void set_cipher_2(RuntimeObject* value) { ___cipher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_2), (void*)value); } inline static int32_t get_offset_of_multiplier_3() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___multiplier_3)); } inline RuntimeObject* get_multiplier_3() const { return ___multiplier_3; } inline RuntimeObject** get_address_of_multiplier_3() { return &___multiplier_3; } inline void set_multiplier_3(RuntimeObject* value) { ___multiplier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___multiplier_3), (void*)value); } inline static int32_t get_offset_of_exp_4() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___exp_4)); } inline RuntimeObject* get_exp_4() const { return ___exp_4; } inline RuntimeObject** get_address_of_exp_4() { return &___exp_4; } inline void set_exp_4(RuntimeObject* value) { ___exp_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___exp_4), (void*)value); } inline static int32_t get_offset_of_forEncryption_5() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___forEncryption_5)); } inline bool get_forEncryption_5() const { return ___forEncryption_5; } inline bool* get_address_of_forEncryption_5() { return &___forEncryption_5; } inline void set_forEncryption_5(bool value) { ___forEncryption_5 = value; } inline static int32_t get_offset_of_initialised_6() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___initialised_6)); } inline bool get_initialised_6() const { return ___initialised_6; } inline bool* get_address_of_initialised_6() { return &___initialised_6; } inline void set_initialised_6(bool value) { ___initialised_6 = value; } inline static int32_t get_offset_of_macSize_7() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___macSize_7)); } inline int32_t get_macSize_7() const { return ___macSize_7; } inline int32_t* get_address_of_macSize_7() { return &___macSize_7; } inline void set_macSize_7(int32_t value) { ___macSize_7 = value; } inline static int32_t get_offset_of_lastKey_8() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___lastKey_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_lastKey_8() const { return ___lastKey_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_lastKey_8() { return &___lastKey_8; } inline void set_lastKey_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___lastKey_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastKey_8), (void*)value); } inline static int32_t get_offset_of_nonce_9() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___nonce_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_nonce_9() const { return ___nonce_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_nonce_9() { return &___nonce_9; } inline void set_nonce_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___nonce_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonce_9), (void*)value); } inline static int32_t get_offset_of_initialAssociatedText_10() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___initialAssociatedText_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_initialAssociatedText_10() const { return ___initialAssociatedText_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_initialAssociatedText_10() { return &___initialAssociatedText_10; } inline void set_initialAssociatedText_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___initialAssociatedText_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialAssociatedText_10), (void*)value); } inline static int32_t get_offset_of_H_11() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___H_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_H_11() const { return ___H_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_H_11() { return &___H_11; } inline void set_H_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___H_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___H_11), (void*)value); } inline static int32_t get_offset_of_J0_12() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___J0_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_J0_12() const { return ___J0_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_J0_12() { return &___J0_12; } inline void set_J0_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___J0_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___J0_12), (void*)value); } inline static int32_t get_offset_of_bufBlock_13() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___bufBlock_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bufBlock_13() const { return ___bufBlock_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bufBlock_13() { return &___bufBlock_13; } inline void set_bufBlock_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bufBlock_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___bufBlock_13), (void*)value); } inline static int32_t get_offset_of_macBlock_14() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___macBlock_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_macBlock_14() const { return ___macBlock_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_macBlock_14() { return &___macBlock_14; } inline void set_macBlock_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___macBlock_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___macBlock_14), (void*)value); } inline static int32_t get_offset_of_S_15() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___S_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_15() const { return ___S_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_15() { return &___S_15; } inline void set_S_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_15), (void*)value); } inline static int32_t get_offset_of_S_at_16() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___S_at_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_at_16() const { return ___S_at_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_at_16() { return &___S_at_16; } inline void set_S_at_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_at_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_at_16), (void*)value); } inline static int32_t get_offset_of_S_atPre_17() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___S_atPre_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_atPre_17() const { return ___S_atPre_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_atPre_17() { return &___S_atPre_17; } inline void set_S_atPre_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_atPre_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_atPre_17), (void*)value); } inline static int32_t get_offset_of_counter_18() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___counter_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_counter_18() const { return ___counter_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_counter_18() { return &___counter_18; } inline void set_counter_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___counter_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___counter_18), (void*)value); } inline static int32_t get_offset_of_blocksRemaining_19() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___blocksRemaining_19)); } inline uint32_t get_blocksRemaining_19() const { return ___blocksRemaining_19; } inline uint32_t* get_address_of_blocksRemaining_19() { return &___blocksRemaining_19; } inline void set_blocksRemaining_19(uint32_t value) { ___blocksRemaining_19 = value; } inline static int32_t get_offset_of_bufOff_20() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___bufOff_20)); } inline int32_t get_bufOff_20() const { return ___bufOff_20; } inline int32_t* get_address_of_bufOff_20() { return &___bufOff_20; } inline void set_bufOff_20(int32_t value) { ___bufOff_20 = value; } inline static int32_t get_offset_of_totalLength_21() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___totalLength_21)); } inline uint64_t get_totalLength_21() const { return ___totalLength_21; } inline uint64_t* get_address_of_totalLength_21() { return &___totalLength_21; } inline void set_totalLength_21(uint64_t value) { ___totalLength_21 = value; } inline static int32_t get_offset_of_atBlock_22() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___atBlock_22)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_atBlock_22() const { return ___atBlock_22; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_atBlock_22() { return &___atBlock_22; } inline void set_atBlock_22(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___atBlock_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___atBlock_22), (void*)value); } inline static int32_t get_offset_of_atBlockPos_23() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___atBlockPos_23)); } inline int32_t get_atBlockPos_23() const { return ___atBlockPos_23; } inline int32_t* get_address_of_atBlockPos_23() { return &___atBlockPos_23; } inline void set_atBlockPos_23(int32_t value) { ___atBlockPos_23 = value; } inline static int32_t get_offset_of_atLength_24() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___atLength_24)); } inline uint64_t get_atLength_24() const { return ___atLength_24; } inline uint64_t* get_address_of_atLength_24() { return &___atLength_24; } inline void set_atLength_24(uint64_t value) { ___atLength_24 = value; } inline static int32_t get_offset_of_atLengthPre_25() { return static_cast(offsetof(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16, ___atLengthPre_25)); } inline uint64_t get_atLengthPre_25() const { return ___atLengthPre_25; } inline uint64_t* get_address_of_atLengthPre_25() { return &___atLengthPre_25; } inline void set_atLengthPre_25(uint64_t value) { ___atLengthPre_25 = 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.Engines.Gost28147Engine struct Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::workingKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::forEncryption bool ___forEncryption_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_3; public: inline static int32_t get_offset_of_workingKey_1() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5, ___workingKey_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey_1() const { return ___workingKey_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey_1() { return &___workingKey_1; } inline void set_workingKey_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_1), (void*)value); } inline static int32_t get_offset_of_forEncryption_2() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5, ___forEncryption_2)); } inline bool get_forEncryption_2() const { return ___forEncryption_2; } inline bool* get_address_of_forEncryption_2() { return &___forEncryption_2; } inline void set_forEncryption_2(bool value) { ___forEncryption_2 = value; } inline static int32_t get_offset_of_S_3() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5, ___S_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_3() const { return ___S_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_3() { return &___S_3; } inline void set_S_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_3), (void*)value); } }; struct Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::Sbox_Default ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Sbox_Default_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::ESbox_Test ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ESbox_Test_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::ESbox_A ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ESbox_A_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::ESbox_B ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ESbox_B_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::ESbox_C ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ESbox_C_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::ESbox_D ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ESbox_D_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::DSbox_Test ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DSbox_Test_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::DSbox_A ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DSbox_A_11; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::sBoxes RuntimeObject* ___sBoxes_12; public: inline static int32_t get_offset_of_Sbox_Default_4() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___Sbox_Default_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Sbox_Default_4() const { return ___Sbox_Default_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Sbox_Default_4() { return &___Sbox_Default_4; } inline void set_Sbox_Default_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Sbox_Default_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sbox_Default_4), (void*)value); } inline static int32_t get_offset_of_ESbox_Test_5() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___ESbox_Test_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ESbox_Test_5() const { return ___ESbox_Test_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ESbox_Test_5() { return &___ESbox_Test_5; } inline void set_ESbox_Test_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ESbox_Test_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ESbox_Test_5), (void*)value); } inline static int32_t get_offset_of_ESbox_A_6() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___ESbox_A_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ESbox_A_6() const { return ___ESbox_A_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ESbox_A_6() { return &___ESbox_A_6; } inline void set_ESbox_A_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ESbox_A_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ESbox_A_6), (void*)value); } inline static int32_t get_offset_of_ESbox_B_7() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___ESbox_B_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ESbox_B_7() const { return ___ESbox_B_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ESbox_B_7() { return &___ESbox_B_7; } inline void set_ESbox_B_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ESbox_B_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ESbox_B_7), (void*)value); } inline static int32_t get_offset_of_ESbox_C_8() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___ESbox_C_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ESbox_C_8() const { return ___ESbox_C_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ESbox_C_8() { return &___ESbox_C_8; } inline void set_ESbox_C_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ESbox_C_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ESbox_C_8), (void*)value); } inline static int32_t get_offset_of_ESbox_D_9() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___ESbox_D_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ESbox_D_9() const { return ___ESbox_D_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ESbox_D_9() { return &___ESbox_D_9; } inline void set_ESbox_D_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ESbox_D_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ESbox_D_9), (void*)value); } inline static int32_t get_offset_of_DSbox_Test_10() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___DSbox_Test_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DSbox_Test_10() const { return ___DSbox_Test_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DSbox_Test_10() { return &___DSbox_Test_10; } inline void set_DSbox_Test_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DSbox_Test_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___DSbox_Test_10), (void*)value); } inline static int32_t get_offset_of_DSbox_A_11() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___DSbox_A_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DSbox_A_11() const { return ___DSbox_A_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DSbox_A_11() { return &___DSbox_A_11; } inline void set_DSbox_A_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DSbox_A_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DSbox_A_11), (void*)value); } inline static int32_t get_offset_of_sBoxes_12() { return static_cast(offsetof(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_StaticFields, ___sBoxes_12)); } inline RuntimeObject* get_sBoxes_12() const { return ___sBoxes_12; } inline RuntimeObject** get_address_of_sBoxes_12() { return &___sBoxes_12; } inline void set_sBoxes_12(RuntimeObject* value) { ___sBoxes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___sBoxes_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine struct HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7 : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::p UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___p_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::q UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___q_1; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::cnt uint32_t ___cnt_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::initialised bool ___initialised_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::idx int32_t ___idx_7; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7, ___p_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_p_0() const { return ___p_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_p_0() { return &___p_0; } inline void set_p_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_q_1() { return static_cast(offsetof(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7, ___q_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_q_1() const { return ___q_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_q_1() { return &___q_1; } inline void set_q_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_1), (void*)value); } inline static int32_t get_offset_of_cnt_2() { return static_cast(offsetof(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7, ___cnt_2)); } inline uint32_t get_cnt_2() const { return ___cnt_2; } inline uint32_t* get_address_of_cnt_2() { return &___cnt_2; } inline void set_cnt_2(uint32_t value) { ___cnt_2 = value; } inline static int32_t get_offset_of_key_3() { return static_cast(offsetof(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7, ___key_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_3() const { return ___key_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_3() { return &___key_3; } inline void set_key_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_3), (void*)value); } inline static int32_t get_offset_of_iv_4() { return static_cast(offsetof(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7, ___iv_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_4() const { return ___iv_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_4() { return &___iv_4; } inline void set_iv_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_4), (void*)value); } inline static int32_t get_offset_of_initialised_5() { return static_cast(offsetof(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7, ___initialised_5)); } inline bool get_initialised_5() const { return ___initialised_5; } inline bool* get_address_of_initialised_5() { return &___initialised_5; } inline void set_initialised_5(bool value) { ___initialised_5 = value; } inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7, ___buf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_idx_7() { return static_cast(offsetof(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7, ___idx_7)); } inline int32_t get_idx_7() const { return ___idx_7; } inline int32_t* get_address_of_idx_7() { return &___idx_7; } inline void set_idx_7(int32_t value) { ___idx_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine struct HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01 : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::p UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___p_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::q UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___q_1; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::cnt uint32_t ___cnt_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::initialised bool ___initialised_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::idx int32_t ___idx_7; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01, ___p_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_p_0() const { return ___p_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_p_0() { return &___p_0; } inline void set_p_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_q_1() { return static_cast(offsetof(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01, ___q_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_q_1() const { return ___q_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_q_1() { return &___q_1; } inline void set_q_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_1), (void*)value); } inline static int32_t get_offset_of_cnt_2() { return static_cast(offsetof(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01, ___cnt_2)); } inline uint32_t get_cnt_2() const { return ___cnt_2; } inline uint32_t* get_address_of_cnt_2() { return &___cnt_2; } inline void set_cnt_2(uint32_t value) { ___cnt_2 = value; } inline static int32_t get_offset_of_key_3() { return static_cast(offsetof(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01, ___key_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_3() const { return ___key_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_3() { return &___key_3; } inline void set_key_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_3), (void*)value); } inline static int32_t get_offset_of_iv_4() { return static_cast(offsetof(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01, ___iv_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_4() const { return ___iv_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_4() { return &___iv_4; } inline void set_iv_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_4), (void*)value); } inline static int32_t get_offset_of_initialised_5() { return static_cast(offsetof(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01, ___initialised_5)); } inline bool get_initialised_5() const { return ___initialised_5; } inline bool* get_address_of_initialised_5() { return &___initialised_5; } inline void set_initialised_5(bool value) { ___initialised_5 = value; } inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01, ___buf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_idx_7() { return static_cast(offsetof(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01, ___idx_7)); } inline int32_t get_idx_7() const { return ___idx_7; } inline int32_t* get_address_of_idx_7() { return &___idx_7; } inline void set_idx_7(int32_t value) { ___idx_7 = 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.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 : public RuntimeObject { public: // System.String BestHTTP.SignalR.Hubs.Hub::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::state Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___state_1; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate BestHTTP.SignalR.Hubs.Hub::OnMethodCall OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * ___OnMethodCall_2; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::SentMessages Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___SentMessages_3; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::MethodTable Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * ___MethodTable_4; // System.Text.StringBuilder BestHTTP.SignalR.Hubs.Hub::builder StringBuilder_t * ___builder_5; // BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.Hub::k__BackingField Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___state_1)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_state_1() const { return ___state_1; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_state_1() { return &___state_1; } inline void set_state_1(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_1), (void*)value); } inline static int32_t get_offset_of_OnMethodCall_2() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___OnMethodCall_2)); } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * get_OnMethodCall_2() const { return ___OnMethodCall_2; } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 ** get_address_of_OnMethodCall_2() { return &___OnMethodCall_2; } inline void set_OnMethodCall_2(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * value) { ___OnMethodCall_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMethodCall_2), (void*)value); } inline static int32_t get_offset_of_SentMessages_3() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___SentMessages_3)); } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * get_SentMessages_3() const { return ___SentMessages_3; } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F ** get_address_of_SentMessages_3() { return &___SentMessages_3; } inline void set_SentMessages_3(Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * value) { ___SentMessages_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SentMessages_3), (void*)value); } inline static int32_t get_offset_of_MethodTable_4() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___MethodTable_4)); } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * get_MethodTable_4() const { return ___MethodTable_4; } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 ** get_address_of_MethodTable_4() { return &___MethodTable_4; } inline void set_MethodTable_4(Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * value) { ___MethodTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodTable_4), (void*)value); } inline static int32_t get_offset_of_builder_5() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___builder_5)); } inline StringBuilder_t * get_builder_5() const { return ___builder_5; } inline StringBuilder_t ** get_address_of_builder_5() { return &___builder_5; } inline void set_builder_5(StringBuilder_t * value) { ___builder_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builder_5), (void*)value); } inline static int32_t get_offset_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() const { return ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return &___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline void set_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ISO10126d2Padding struct ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ISO10126d2Padding::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ISO7816d4Padding struct ISO7816d4Padding_t54C600AA95C50A827CD73E654FC8557CBEC5AED0 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding struct ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::engine RuntimeObject* ___engine_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::forEncryption bool ___forEncryption_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::bitSize int32_t ___bitSize_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::padBits int32_t ___padBits_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_8; public: inline static int32_t get_offset_of_engine_4() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF, ___engine_4)); } inline RuntimeObject* get_engine_4() const { return ___engine_4; } inline RuntimeObject** get_address_of_engine_4() { return &___engine_4; } inline void set_engine_4(RuntimeObject* value) { ___engine_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_4), (void*)value); } inline static int32_t get_offset_of_forEncryption_5() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF, ___forEncryption_5)); } inline bool get_forEncryption_5() const { return ___forEncryption_5; } inline bool* get_address_of_forEncryption_5() { return &___forEncryption_5; } inline void set_forEncryption_5(bool value) { ___forEncryption_5 = value; } inline static int32_t get_offset_of_bitSize_6() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF, ___bitSize_6)); } inline int32_t get_bitSize_6() const { return ___bitSize_6; } inline int32_t* get_address_of_bitSize_6() { return &___bitSize_6; } inline void set_bitSize_6(int32_t value) { ___bitSize_6 = value; } inline static int32_t get_offset_of_padBits_7() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF, ___padBits_7)); } inline int32_t get_padBits_7() const { return ___padBits_7; } inline int32_t* get_address_of_padBits_7() { return &___padBits_7; } inline void set_padBits_7(int32_t value) { ___padBits_7 = value; } inline static int32_t get_offset_of_modulus_8() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF, ___modulus_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_8() const { return ___modulus_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_8() { return &___modulus_8; } inline void set_modulus_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_8), (void*)value); } }; struct ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::Sixteen BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Sixteen_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::Six BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Six_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::shadows ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shadows_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::inverse ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inverse_3; public: inline static int32_t get_offset_of_Sixteen_0() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF_StaticFields, ___Sixteen_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Sixteen_0() const { return ___Sixteen_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Sixteen_0() { return &___Sixteen_0; } inline void set_Sixteen_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Sixteen_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sixteen_0), (void*)value); } inline static int32_t get_offset_of_Six_1() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF_StaticFields, ___Six_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Six_1() const { return ___Six_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Six_1() { return &___Six_1; } inline void set_Six_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Six_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Six_1), (void*)value); } inline static int32_t get_offset_of_shadows_2() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF_StaticFields, ___shadows_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shadows_2() const { return ___shadows_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shadows_2() { return &___shadows_2; } inline void set_shadows_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shadows_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___shadows_2), (void*)value); } inline static int32_t get_offset_of_inverse_3() { return static_cast(offsetof(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF_StaticFields, ___inverse_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_inverse_3() const { return ___inverse_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_inverse_3() { return &___inverse_3; } inline void set_inverse_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___inverse_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___inverse_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IdeaEngine struct IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IdeaEngine::workingKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey_1; public: inline static int32_t get_offset_of_workingKey_1() { return static_cast(offsetof(IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC, ___workingKey_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey_1() const { return ___workingKey_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey_1() { return &___workingKey_1; } inline void set_workingKey_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_1), (void*)value); } }; struct IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IdeaEngine::MASK int32_t ___MASK_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IdeaEngine::BASE int32_t ___BASE_3; public: inline static int32_t get_offset_of_MASK_2() { return static_cast(offsetof(IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC_StaticFields, ___MASK_2)); } inline int32_t get_MASK_2() const { return ___MASK_2; } inline int32_t* get_address_of_MASK_2() { return &___MASK_2; } inline void set_MASK_2(int32_t value) { ___MASK_2 = value; } inline static int32_t get_offset_of_BASE_3() { return static_cast(offsetof(IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC_StaticFields, ___BASE_3)); } inline int32_t get_BASE_3() const { return ___BASE_3; } inline int32_t* get_address_of_BASE_3() { return &___BASE_3; } inline void set_BASE_3(int32_t value) { ___BASE_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine struct IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBasicAgreement BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::agree RuntimeObject* ___agree_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::kdf RuntimeObject* ___kdf_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::mac RuntimeObject* ___mac_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::cipher BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * ___cipher_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::macBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___macBuf_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::forEncryption bool ___forEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::privParam RuntimeObject* ___privParam_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::pubParam RuntimeObject* ___pubParam_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.IesParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::param IesParameters_tB913FA8D383679BFBEC5543433EE43705FCD6E0C * ___param_8; public: inline static int32_t get_offset_of_agree_0() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___agree_0)); } inline RuntimeObject* get_agree_0() const { return ___agree_0; } inline RuntimeObject** get_address_of_agree_0() { return &___agree_0; } inline void set_agree_0(RuntimeObject* value) { ___agree_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___agree_0), (void*)value); } inline static int32_t get_offset_of_kdf_1() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___kdf_1)); } inline RuntimeObject* get_kdf_1() const { return ___kdf_1; } inline RuntimeObject** get_address_of_kdf_1() { return &___kdf_1; } inline void set_kdf_1(RuntimeObject* value) { ___kdf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___kdf_1), (void*)value); } inline static int32_t get_offset_of_mac_2() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___mac_2)); } inline RuntimeObject* get_mac_2() const { return ___mac_2; } inline RuntimeObject** get_address_of_mac_2() { return &___mac_2; } inline void set_mac_2(RuntimeObject* value) { ___mac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_2), (void*)value); } inline static int32_t get_offset_of_cipher_3() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___cipher_3)); } inline BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * get_cipher_3() const { return ___cipher_3; } inline BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB ** get_address_of_cipher_3() { return &___cipher_3; } inline void set_cipher_3(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * value) { ___cipher_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_3), (void*)value); } inline static int32_t get_offset_of_macBuf_4() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___macBuf_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_macBuf_4() const { return ___macBuf_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_macBuf_4() { return &___macBuf_4; } inline void set_macBuf_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___macBuf_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___macBuf_4), (void*)value); } inline static int32_t get_offset_of_forEncryption_5() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___forEncryption_5)); } inline bool get_forEncryption_5() const { return ___forEncryption_5; } inline bool* get_address_of_forEncryption_5() { return &___forEncryption_5; } inline void set_forEncryption_5(bool value) { ___forEncryption_5 = value; } inline static int32_t get_offset_of_privParam_6() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___privParam_6)); } inline RuntimeObject* get_privParam_6() const { return ___privParam_6; } inline RuntimeObject** get_address_of_privParam_6() { return &___privParam_6; } inline void set_privParam_6(RuntimeObject* value) { ___privParam_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___privParam_6), (void*)value); } inline static int32_t get_offset_of_pubParam_7() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___pubParam_7)); } inline RuntimeObject* get_pubParam_7() const { return ___pubParam_7; } inline RuntimeObject** get_address_of_pubParam_7() { return &___pubParam_7; } inline void set_pubParam_7(RuntimeObject* value) { ___pubParam_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubParam_7), (void*)value); } inline static int32_t get_offset_of_param_8() { return static_cast(offsetof(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A, ___param_8)); } inline IesParameters_tB913FA8D383679BFBEC5543433EE43705FCD6E0C * get_param_8() const { return ___param_8; } inline IesParameters_tB913FA8D383679BFBEC5543433EE43705FCD6E0C ** get_address_of_param_8() { return &___param_8; } inline void set_param_8(IesParameters_tB913FA8D383679BFBEC5543433EE43705FCD6E0C * value) { ___param_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::strength int32_t ___strength_1; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } inline static int32_t get_offset_of_strength_1() { return static_cast(offsetof(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39, ___strength_1)); } inline int32_t get_strength_1() const { return ___strength_1; } inline int32_t* get_address_of_strength_1() { return &___strength_1; } inline void set_strength_1(int32_t value) { ___strength_1 = 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers struct KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455 : public RuntimeObject { public: public: }; struct KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers::IdSeedCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSeedCbc_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers::IdNpkiAppCmsSeedWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdNpkiAppCmsSeedWrap_1; public: inline static int32_t get_offset_of_IdSeedCbc_0() { return static_cast(offsetof(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields, ___IdSeedCbc_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSeedCbc_0() const { return ___IdSeedCbc_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSeedCbc_0() { return &___IdSeedCbc_0; } inline void set_IdSeedCbc_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSeedCbc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSeedCbc_0), (void*)value); } inline static int32_t get_offset_of_IdNpkiAppCmsSeedWrap_1() { return static_cast(offsetof(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields, ___IdNpkiAppCmsSeedWrap_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdNpkiAppCmsSeedWrap_1() const { return ___IdNpkiAppCmsSeedWrap_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdNpkiAppCmsSeedWrap_1() { return &___IdNpkiAppCmsSeedWrap_1; } inline void set_IdNpkiAppCmsSeedWrap_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdNpkiAppCmsSeedWrap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdNpkiAppCmsSeedWrap_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest struct LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::MyByteLength int32_t ___MyByteLength_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::byteCount1 int64_t ___byteCount1_3; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::byteCount2 int64_t ___byteCount2_4; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H1 uint64_t ___H1_5; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H2 uint64_t ___H2_6; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H3 uint64_t ___H3_7; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H4 uint64_t ___H4_8; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H5 uint64_t ___H5_9; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H6 uint64_t ___H6_10; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H7 uint64_t ___H7_11; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H8 uint64_t ___H8_12; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::W UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___W_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::wOff int32_t ___wOff_14; public: inline static int32_t get_offset_of_MyByteLength_0() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___MyByteLength_0)); } inline int32_t get_MyByteLength_0() const { return ___MyByteLength_0; } inline int32_t* get_address_of_MyByteLength_0() { return &___MyByteLength_0; } inline void set_MyByteLength_0(int32_t value) { ___MyByteLength_0 = value; } inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___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(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___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_byteCount1_3() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___byteCount1_3)); } inline int64_t get_byteCount1_3() const { return ___byteCount1_3; } inline int64_t* get_address_of_byteCount1_3() { return &___byteCount1_3; } inline void set_byteCount1_3(int64_t value) { ___byteCount1_3 = value; } inline static int32_t get_offset_of_byteCount2_4() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___byteCount2_4)); } inline int64_t get_byteCount2_4() const { return ___byteCount2_4; } inline int64_t* get_address_of_byteCount2_4() { return &___byteCount2_4; } inline void set_byteCount2_4(int64_t value) { ___byteCount2_4 = value; } inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H1_5)); } inline uint64_t get_H1_5() const { return ___H1_5; } inline uint64_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint64_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H2_6)); } inline uint64_t get_H2_6() const { return ___H2_6; } inline uint64_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint64_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H3_7)); } inline uint64_t get_H3_7() const { return ___H3_7; } inline uint64_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint64_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H4_8)); } inline uint64_t get_H4_8() const { return ___H4_8; } inline uint64_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint64_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H5_9)); } inline uint64_t get_H5_9() const { return ___H5_9; } inline uint64_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint64_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_H6_10() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H6_10)); } inline uint64_t get_H6_10() const { return ___H6_10; } inline uint64_t* get_address_of_H6_10() { return &___H6_10; } inline void set_H6_10(uint64_t value) { ___H6_10 = value; } inline static int32_t get_offset_of_H7_11() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H7_11)); } inline uint64_t get_H7_11() const { return ___H7_11; } inline uint64_t* get_address_of_H7_11() { return &___H7_11; } inline void set_H7_11(uint64_t value) { ___H7_11 = value; } inline static int32_t get_offset_of_H8_12() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H8_12)); } inline uint64_t get_H8_12() const { return ___H8_12; } inline uint64_t* get_address_of_H8_12() { return &___H8_12; } inline void set_H8_12(uint64_t value) { ___H8_12 = value; } inline static int32_t get_offset_of_W_13() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___W_13)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_W_13() const { return ___W_13; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_W_13() { return &___W_13; } inline void set_W_13(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___W_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___W_13), (void*)value); } inline static int32_t get_offset_of_wOff_14() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___wOff_14)); } inline int32_t get_wOff_14() const { return ___wOff_14; } inline int32_t* get_address_of_wOff_14() { return &___wOff_14; } inline void set_wOff_14(int32_t value) { ___wOff_14 = value; } }; struct LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_StaticFields { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::K UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___K_15; public: inline static int32_t get_offset_of_K_15() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_StaticFields, ___K_15)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_K_15() const { return ___K_15; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_K_15() { return &___K_15; } inline void set_K_15(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___K_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher struct MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::cfbV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cfbV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::cfbOutV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cfbOutV_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::blockSize int32_t ___blockSize_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::cipher RuntimeObject* ___cipher_4; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_cfbV_1() { return static_cast(offsetof(MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6, ___cfbV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cfbV_1() const { return ___cfbV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cfbV_1() { return &___cfbV_1; } inline void set_cfbV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cfbV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cfbV_1), (void*)value); } inline static int32_t get_offset_of_cfbOutV_2() { return static_cast(offsetof(MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6, ___cfbOutV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cfbOutV_2() const { return ___cfbOutV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cfbOutV_2() { return &___cfbOutV_2; } inline void set_cfbOutV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cfbOutV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cfbOutV_2), (void*)value); } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6, ___blockSize_3)); } inline int32_t get_blockSize_3() const { return ___blockSize_3; } inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; } inline void set_blockSize_3(int32_t value) { ___blockSize_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (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: }; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 : public RuntimeObject { public: // System.Collections.Generic.List`1 MenuBackController::views List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * ___views_0; // System.Int64 MenuBackController::lastPressExitTime int64_t ___lastPressExitTime_1; public: inline static int32_t get_offset_of_views_0() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___views_0)); } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * get_views_0() const { return ___views_0; } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F ** get_address_of_views_0() { return &___views_0; } inline void set_views_0(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * value) { ___views_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___views_0), (void*)value); } inline static int32_t get_offset_of_lastPressExitTime_1() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___lastPressExitTime_1)); } inline int64_t get_lastPressExitTime_1() const { return ___lastPressExitTime_1; } inline int64_t* get_address_of_lastPressExitTime_1() { return &___lastPressExitTime_1; } inline void set_lastPressExitTime_1(int64_t value) { ___lastPressExitTime_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA : public RuntimeObject { public: public: }; struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::NistAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NistAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::HashAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___HashAlgs_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha256_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha384_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha224_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_224_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_224_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_256_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_384_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_512_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake128_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake256_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_224_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_256_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_384_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_512_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::Aes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Aes_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ecb_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cbc_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ofb_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cfb_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Wrap_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Gcm_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ccm_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ecb_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cbc_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ofb_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cfb_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Wrap_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Gcm_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ccm_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ecb_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cbc_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ofb_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cfb_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Wrap_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Gcm_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ccm_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha2_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha224_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha256_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha384_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha512_44; public: inline static int32_t get_offset_of_NistAlgorithm_0() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___NistAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NistAlgorithm_0() const { return ___NistAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NistAlgorithm_0() { return &___NistAlgorithm_0; } inline void set_NistAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NistAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___NistAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_HashAlgs_1() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___HashAlgs_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_HashAlgs_1() const { return ___HashAlgs_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_HashAlgs_1() { return &___HashAlgs_1; } inline void set_HashAlgs_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___HashAlgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashAlgs_1), (void*)value); } inline static int32_t get_offset_of_IdSha256_2() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha256_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha256_2() const { return ___IdSha256_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha256_2() { return &___IdSha256_2; } inline void set_IdSha256_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha256_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha256_2), (void*)value); } inline static int32_t get_offset_of_IdSha384_3() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha384_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha384_3() const { return ___IdSha384_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha384_3() { return &___IdSha384_3; } inline void set_IdSha384_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha384_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha384_3), (void*)value); } inline static int32_t get_offset_of_IdSha512_4() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_4() const { return ___IdSha512_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_4() { return &___IdSha512_4; } inline void set_IdSha512_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_4), (void*)value); } inline static int32_t get_offset_of_IdSha224_5() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha224_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha224_5() const { return ___IdSha224_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha224_5() { return &___IdSha224_5; } inline void set_IdSha224_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha224_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha224_5), (void*)value); } inline static int32_t get_offset_of_IdSha512_224_6() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_224_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_224_6() const { return ___IdSha512_224_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_224_6() { return &___IdSha512_224_6; } inline void set_IdSha512_224_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_224_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_224_6), (void*)value); } inline static int32_t get_offset_of_IdSha512_256_7() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_256_7() const { return ___IdSha512_256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_256_7() { return &___IdSha512_256_7; } inline void set_IdSha512_256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_256_7), (void*)value); } inline static int32_t get_offset_of_IdSha3_224_8() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_224_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_224_8() const { return ___IdSha3_224_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_224_8() { return &___IdSha3_224_8; } inline void set_IdSha3_224_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_224_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_224_8), (void*)value); } inline static int32_t get_offset_of_IdSha3_256_9() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_256_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_256_9() const { return ___IdSha3_256_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_256_9() { return &___IdSha3_256_9; } inline void set_IdSha3_256_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_256_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_256_9), (void*)value); } inline static int32_t get_offset_of_IdSha3_384_10() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_384_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_384_10() const { return ___IdSha3_384_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_384_10() { return &___IdSha3_384_10; } inline void set_IdSha3_384_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_384_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_384_10), (void*)value); } inline static int32_t get_offset_of_IdSha3_512_11() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_512_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_512_11() const { return ___IdSha3_512_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_512_11() { return &___IdSha3_512_11; } inline void set_IdSha3_512_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_512_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_512_11), (void*)value); } inline static int32_t get_offset_of_IdShake128_12() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake128_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake128_12() const { return ___IdShake128_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake128_12() { return &___IdShake128_12; } inline void set_IdShake128_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake128_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake128_12), (void*)value); } inline static int32_t get_offset_of_IdShake256_13() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake256_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake256_13() const { return ___IdShake256_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake256_13() { return &___IdShake256_13; } inline void set_IdShake256_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake256_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake256_13), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_224_14() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_224_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_224_14() const { return ___IdHMacWithSha3_224_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_224_14() { return &___IdHMacWithSha3_224_14; } inline void set_IdHMacWithSha3_224_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_224_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_224_14), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_256_15() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_256_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_256_15() const { return ___IdHMacWithSha3_256_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_256_15() { return &___IdHMacWithSha3_256_15; } inline void set_IdHMacWithSha3_256_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_256_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_256_15), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_384_16() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_384_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_384_16() const { return ___IdHMacWithSha3_384_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_384_16() { return &___IdHMacWithSha3_384_16; } inline void set_IdHMacWithSha3_384_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_384_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_384_16), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_512_17() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_512_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_512_17() const { return ___IdHMacWithSha3_512_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_512_17() { return &___IdHMacWithSha3_512_17; } inline void set_IdHMacWithSha3_512_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_512_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_512_17), (void*)value); } inline static int32_t get_offset_of_Aes_18() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___Aes_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Aes_18() const { return ___Aes_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Aes_18() { return &___Aes_18; } inline void set_Aes_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Aes_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes_18), (void*)value); } inline static int32_t get_offset_of_IdAes128Ecb_19() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ecb_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ecb_19() const { return ___IdAes128Ecb_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ecb_19() { return &___IdAes128Ecb_19; } inline void set_IdAes128Ecb_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ecb_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ecb_19), (void*)value); } inline static int32_t get_offset_of_IdAes128Cbc_20() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cbc_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cbc_20() const { return ___IdAes128Cbc_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cbc_20() { return &___IdAes128Cbc_20; } inline void set_IdAes128Cbc_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cbc_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cbc_20), (void*)value); } inline static int32_t get_offset_of_IdAes128Ofb_21() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ofb_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ofb_21() const { return ___IdAes128Ofb_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ofb_21() { return &___IdAes128Ofb_21; } inline void set_IdAes128Ofb_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ofb_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ofb_21), (void*)value); } inline static int32_t get_offset_of_IdAes128Cfb_22() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cfb_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cfb_22() const { return ___IdAes128Cfb_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cfb_22() { return &___IdAes128Cfb_22; } inline void set_IdAes128Cfb_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cfb_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cfb_22), (void*)value); } inline static int32_t get_offset_of_IdAes128Wrap_23() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Wrap_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Wrap_23() const { return ___IdAes128Wrap_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Wrap_23() { return &___IdAes128Wrap_23; } inline void set_IdAes128Wrap_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Wrap_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Wrap_23), (void*)value); } inline static int32_t get_offset_of_IdAes128Gcm_24() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Gcm_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Gcm_24() const { return ___IdAes128Gcm_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Gcm_24() { return &___IdAes128Gcm_24; } inline void set_IdAes128Gcm_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Gcm_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Gcm_24), (void*)value); } inline static int32_t get_offset_of_IdAes128Ccm_25() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ccm_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ccm_25() const { return ___IdAes128Ccm_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ccm_25() { return &___IdAes128Ccm_25; } inline void set_IdAes128Ccm_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ccm_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ccm_25), (void*)value); } inline static int32_t get_offset_of_IdAes192Ecb_26() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ecb_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ecb_26() const { return ___IdAes192Ecb_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ecb_26() { return &___IdAes192Ecb_26; } inline void set_IdAes192Ecb_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ecb_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ecb_26), (void*)value); } inline static int32_t get_offset_of_IdAes192Cbc_27() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cbc_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cbc_27() const { return ___IdAes192Cbc_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cbc_27() { return &___IdAes192Cbc_27; } inline void set_IdAes192Cbc_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cbc_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cbc_27), (void*)value); } inline static int32_t get_offset_of_IdAes192Ofb_28() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ofb_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ofb_28() const { return ___IdAes192Ofb_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ofb_28() { return &___IdAes192Ofb_28; } inline void set_IdAes192Ofb_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ofb_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ofb_28), (void*)value); } inline static int32_t get_offset_of_IdAes192Cfb_29() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cfb_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cfb_29() const { return ___IdAes192Cfb_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cfb_29() { return &___IdAes192Cfb_29; } inline void set_IdAes192Cfb_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cfb_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cfb_29), (void*)value); } inline static int32_t get_offset_of_IdAes192Wrap_30() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Wrap_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Wrap_30() const { return ___IdAes192Wrap_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Wrap_30() { return &___IdAes192Wrap_30; } inline void set_IdAes192Wrap_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Wrap_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Wrap_30), (void*)value); } inline static int32_t get_offset_of_IdAes192Gcm_31() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Gcm_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Gcm_31() const { return ___IdAes192Gcm_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Gcm_31() { return &___IdAes192Gcm_31; } inline void set_IdAes192Gcm_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Gcm_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Gcm_31), (void*)value); } inline static int32_t get_offset_of_IdAes192Ccm_32() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ccm_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ccm_32() const { return ___IdAes192Ccm_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ccm_32() { return &___IdAes192Ccm_32; } inline void set_IdAes192Ccm_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ccm_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ccm_32), (void*)value); } inline static int32_t get_offset_of_IdAes256Ecb_33() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ecb_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ecb_33() const { return ___IdAes256Ecb_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ecb_33() { return &___IdAes256Ecb_33; } inline void set_IdAes256Ecb_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ecb_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ecb_33), (void*)value); } inline static int32_t get_offset_of_IdAes256Cbc_34() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cbc_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cbc_34() const { return ___IdAes256Cbc_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cbc_34() { return &___IdAes256Cbc_34; } inline void set_IdAes256Cbc_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cbc_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cbc_34), (void*)value); } inline static int32_t get_offset_of_IdAes256Ofb_35() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ofb_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ofb_35() const { return ___IdAes256Ofb_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ofb_35() { return &___IdAes256Ofb_35; } inline void set_IdAes256Ofb_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ofb_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ofb_35), (void*)value); } inline static int32_t get_offset_of_IdAes256Cfb_36() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cfb_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cfb_36() const { return ___IdAes256Cfb_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cfb_36() { return &___IdAes256Cfb_36; } inline void set_IdAes256Cfb_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cfb_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cfb_36), (void*)value); } inline static int32_t get_offset_of_IdAes256Wrap_37() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Wrap_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Wrap_37() const { return ___IdAes256Wrap_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Wrap_37() { return &___IdAes256Wrap_37; } inline void set_IdAes256Wrap_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Wrap_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Wrap_37), (void*)value); } inline static int32_t get_offset_of_IdAes256Gcm_38() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Gcm_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Gcm_38() const { return ___IdAes256Gcm_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Gcm_38() { return &___IdAes256Gcm_38; } inline void set_IdAes256Gcm_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Gcm_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Gcm_38), (void*)value); } inline static int32_t get_offset_of_IdAes256Ccm_39() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ccm_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ccm_39() const { return ___IdAes256Ccm_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ccm_39() { return &___IdAes256Ccm_39; } inline void set_IdAes256Ccm_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ccm_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ccm_39), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha2_40() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdDsaWithSha2_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha2_40() const { return ___IdDsaWithSha2_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha2_40() { return &___IdDsaWithSha2_40; } inline void set_IdDsaWithSha2_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha2_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha2_40), (void*)value); } inline static int32_t get_offset_of_DsaWithSha224_41() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha224_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha224_41() const { return ___DsaWithSha224_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha224_41() { return &___DsaWithSha224_41; } inline void set_DsaWithSha224_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha224_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha224_41), (void*)value); } inline static int32_t get_offset_of_DsaWithSha256_42() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha256_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha256_42() const { return ___DsaWithSha256_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha256_42() { return &___DsaWithSha256_42; } inline void set_DsaWithSha256_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha256_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha256_42), (void*)value); } inline static int32_t get_offset_of_DsaWithSha384_43() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha384_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha384_43() const { return ___DsaWithSha384_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha384_43() { return &___DsaWithSha384_43; } inline void set_DsaWithSha384_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha384_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha384_43), (void*)value); } inline static int32_t get_offset_of_DsaWithSha512_44() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha512_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha512_44() const { return ___DsaWithSha512_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha512_44() { return &___DsaWithSha512_44; } inline void set_DsaWithSha512_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha512_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha512_44), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine struct NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine::state UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___state_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine::subKeys UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___subKeys_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine::decryptKeys UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___decryptKeys_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine::_initialised bool ____initialised_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine::_forEncryption bool ____forEncryption_7; public: inline static int32_t get_offset_of_state_3() { return static_cast(offsetof(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC, ___state_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_state_3() const { return ___state_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_state_3() { return &___state_3; } inline void set_state_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___state_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_3), (void*)value); } inline static int32_t get_offset_of_subKeys_4() { return static_cast(offsetof(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC, ___subKeys_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_subKeys_4() const { return ___subKeys_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_subKeys_4() { return &___subKeys_4; } inline void set_subKeys_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___subKeys_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___subKeys_4), (void*)value); } inline static int32_t get_offset_of_decryptKeys_5() { return static_cast(offsetof(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC, ___decryptKeys_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_decryptKeys_5() const { return ___decryptKeys_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_decryptKeys_5() { return &___decryptKeys_5; } inline void set_decryptKeys_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___decryptKeys_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___decryptKeys_5), (void*)value); } inline static int32_t get_offset_of__initialised_6() { return static_cast(offsetof(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC, ____initialised_6)); } inline bool get__initialised_6() const { return ____initialised_6; } inline bool* get_address_of__initialised_6() { return &____initialised_6; } inline void set__initialised_6(bool value) { ____initialised_6 = value; } inline static int32_t get_offset_of__forEncryption_7() { return static_cast(offsetof(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC, ____forEncryption_7)); } inline bool get__forEncryption_7() const { return ____forEncryption_7; } inline bool* get_address_of__forEncryption_7() { return &____forEncryption_7; } inline void set__forEncryption_7(bool value) { ____forEncryption_7 = value; } }; struct NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine::nullVector UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___nullVector_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine::roundConstants UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___roundConstants_2; public: inline static int32_t get_offset_of_nullVector_1() { return static_cast(offsetof(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC_StaticFields, ___nullVector_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_nullVector_1() const { return ___nullVector_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_nullVector_1() { return &___nullVector_1; } inline void set_nullVector_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___nullVector_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nullVector_1), (void*)value); } inline static int32_t get_offset_of_roundConstants_2() { return static_cast(offsetof(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC_StaticFields, ___roundConstants_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_roundConstants_2() const { return ___roundConstants_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_roundConstants_2() { return &___roundConstants_2; } inline void set_roundConstants_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___roundConstants_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___roundConstants_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers struct NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317 : public RuntimeObject { public: public: }; struct NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia128Cbc_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia192Cbc_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia256Cbc_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia128Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia128Wrap_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia192Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia192Wrap_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia256Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia256Wrap_5; public: inline static int32_t get_offset_of_IdCamellia128Cbc_0() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia128Cbc_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia128Cbc_0() const { return ___IdCamellia128Cbc_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia128Cbc_0() { return &___IdCamellia128Cbc_0; } inline void set_IdCamellia128Cbc_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia128Cbc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia128Cbc_0), (void*)value); } inline static int32_t get_offset_of_IdCamellia192Cbc_1() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia192Cbc_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia192Cbc_1() const { return ___IdCamellia192Cbc_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia192Cbc_1() { return &___IdCamellia192Cbc_1; } inline void set_IdCamellia192Cbc_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia192Cbc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia192Cbc_1), (void*)value); } inline static int32_t get_offset_of_IdCamellia256Cbc_2() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia256Cbc_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia256Cbc_2() const { return ___IdCamellia256Cbc_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia256Cbc_2() { return &___IdCamellia256Cbc_2; } inline void set_IdCamellia256Cbc_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia256Cbc_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia256Cbc_2), (void*)value); } inline static int32_t get_offset_of_IdCamellia128Wrap_3() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia128Wrap_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia128Wrap_3() const { return ___IdCamellia128Wrap_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia128Wrap_3() { return &___IdCamellia128Wrap_3; } inline void set_IdCamellia128Wrap_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia128Wrap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia128Wrap_3), (void*)value); } inline static int32_t get_offset_of_IdCamellia192Wrap_4() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia192Wrap_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia192Wrap_4() const { return ___IdCamellia192Wrap_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia192Wrap_4() { return &___IdCamellia192Wrap_4; } inline void set_IdCamellia192Wrap_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia192Wrap_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia192Wrap_4), (void*)value); } inline static int32_t get_offset_of_IdCamellia256Wrap_5() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia256Wrap_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia256Wrap_5() const { return ___IdCamellia256Wrap_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia256Wrap_5() { return &___IdCamellia256Wrap_5; } inline void set_IdCamellia256Wrap_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia256Wrap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia256Wrap_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding struct OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding::defHash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___defHash_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding::mgf1Hash RuntimeObject* ___mgf1Hash_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding::engine RuntimeObject* ___engine_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding::forEncryption bool ___forEncryption_4; public: inline static int32_t get_offset_of_defHash_0() { return static_cast(offsetof(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13, ___defHash_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_defHash_0() const { return ___defHash_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_defHash_0() { return &___defHash_0; } inline void set_defHash_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___defHash_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defHash_0), (void*)value); } inline static int32_t get_offset_of_mgf1Hash_1() { return static_cast(offsetof(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13, ___mgf1Hash_1)); } inline RuntimeObject* get_mgf1Hash_1() const { return ___mgf1Hash_1; } inline RuntimeObject** get_address_of_mgf1Hash_1() { return &___mgf1Hash_1; } inline void set_mgf1Hash_1(RuntimeObject* value) { ___mgf1Hash_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mgf1Hash_1), (void*)value); } inline static int32_t get_offset_of_engine_2() { return static_cast(offsetof(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13, ___engine_2)); } inline RuntimeObject* get_engine_2() const { return ___engine_2; } inline RuntimeObject** get_address_of_engine_2() { return &___engine_2; } inline void set_engine_2(RuntimeObject* value) { ___engine_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_2), (void*)value); } inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13, ___random_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_3() const { return ___random_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } inline static int32_t get_offset_of_forEncryption_4() { return static_cast(offsetof(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13, ___forEncryption_4)); } inline bool get_forEncryption_4() const { return ___forEncryption_4; } inline bool* get_address_of_forEncryption_4() { return &___forEncryption_4; } inline void set_forEncryption_4(bool value) { ___forEncryption_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher struct OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::hashCipher RuntimeObject* ___hashCipher_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::mainCipher RuntimeObject* ___mainCipher_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::forEncryption bool ___forEncryption_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::macSize int32_t ___macSize_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::initialAssociatedText ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___initialAssociatedText_5; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::L RuntimeObject* ___L_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::L_Asterisk ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___L_Asterisk_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::L_Dollar ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___L_Dollar_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::KtopInput ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___KtopInput_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::Stretch ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Stretch_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::OffsetMAIN_0 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___OffsetMAIN_0_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::hashBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hashBlock_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::mainBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mainBlock_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::hashBlockPos int32_t ___hashBlockPos_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::mainBlockPos int32_t ___mainBlockPos_15; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::hashBlockCount int64_t ___hashBlockCount_16; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::mainBlockCount int64_t ___mainBlockCount_17; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::OffsetHASH ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___OffsetHASH_18; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::Sum ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Sum_19; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::OffsetMAIN ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___OffsetMAIN_20; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::Checksum ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Checksum_21; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::macBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___macBlock_22; public: inline static int32_t get_offset_of_hashCipher_1() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___hashCipher_1)); } inline RuntimeObject* get_hashCipher_1() const { return ___hashCipher_1; } inline RuntimeObject** get_address_of_hashCipher_1() { return &___hashCipher_1; } inline void set_hashCipher_1(RuntimeObject* value) { ___hashCipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashCipher_1), (void*)value); } inline static int32_t get_offset_of_mainCipher_2() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___mainCipher_2)); } inline RuntimeObject* get_mainCipher_2() const { return ___mainCipher_2; } inline RuntimeObject** get_address_of_mainCipher_2() { return &___mainCipher_2; } inline void set_mainCipher_2(RuntimeObject* value) { ___mainCipher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mainCipher_2), (void*)value); } inline static int32_t get_offset_of_forEncryption_3() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___forEncryption_3)); } inline bool get_forEncryption_3() const { return ___forEncryption_3; } inline bool* get_address_of_forEncryption_3() { return &___forEncryption_3; } inline void set_forEncryption_3(bool value) { ___forEncryption_3 = value; } inline static int32_t get_offset_of_macSize_4() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___macSize_4)); } inline int32_t get_macSize_4() const { return ___macSize_4; } inline int32_t* get_address_of_macSize_4() { return &___macSize_4; } inline void set_macSize_4(int32_t value) { ___macSize_4 = value; } inline static int32_t get_offset_of_initialAssociatedText_5() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___initialAssociatedText_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_initialAssociatedText_5() const { return ___initialAssociatedText_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_initialAssociatedText_5() { return &___initialAssociatedText_5; } inline void set_initialAssociatedText_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___initialAssociatedText_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialAssociatedText_5), (void*)value); } inline static int32_t get_offset_of_L_6() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___L_6)); } inline RuntimeObject* get_L_6() const { return ___L_6; } inline RuntimeObject** get_address_of_L_6() { return &___L_6; } inline void set_L_6(RuntimeObject* value) { ___L_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_6), (void*)value); } inline static int32_t get_offset_of_L_Asterisk_7() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___L_Asterisk_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_L_Asterisk_7() const { return ___L_Asterisk_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_L_Asterisk_7() { return &___L_Asterisk_7; } inline void set_L_Asterisk_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___L_Asterisk_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_Asterisk_7), (void*)value); } inline static int32_t get_offset_of_L_Dollar_8() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___L_Dollar_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_L_Dollar_8() const { return ___L_Dollar_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_L_Dollar_8() { return &___L_Dollar_8; } inline void set_L_Dollar_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___L_Dollar_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_Dollar_8), (void*)value); } inline static int32_t get_offset_of_KtopInput_9() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___KtopInput_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_KtopInput_9() const { return ___KtopInput_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_KtopInput_9() { return &___KtopInput_9; } inline void set_KtopInput_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___KtopInput_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___KtopInput_9), (void*)value); } inline static int32_t get_offset_of_Stretch_10() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___Stretch_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Stretch_10() const { return ___Stretch_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Stretch_10() { return &___Stretch_10; } inline void set_Stretch_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Stretch_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stretch_10), (void*)value); } inline static int32_t get_offset_of_OffsetMAIN_0_11() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___OffsetMAIN_0_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_OffsetMAIN_0_11() const { return ___OffsetMAIN_0_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_OffsetMAIN_0_11() { return &___OffsetMAIN_0_11; } inline void set_OffsetMAIN_0_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___OffsetMAIN_0_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OffsetMAIN_0_11), (void*)value); } inline static int32_t get_offset_of_hashBlock_12() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___hashBlock_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_hashBlock_12() const { return ___hashBlock_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_hashBlock_12() { return &___hashBlock_12; } inline void set_hashBlock_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___hashBlock_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashBlock_12), (void*)value); } inline static int32_t get_offset_of_mainBlock_13() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___mainBlock_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mainBlock_13() const { return ___mainBlock_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mainBlock_13() { return &___mainBlock_13; } inline void set_mainBlock_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mainBlock_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mainBlock_13), (void*)value); } inline static int32_t get_offset_of_hashBlockPos_14() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___hashBlockPos_14)); } inline int32_t get_hashBlockPos_14() const { return ___hashBlockPos_14; } inline int32_t* get_address_of_hashBlockPos_14() { return &___hashBlockPos_14; } inline void set_hashBlockPos_14(int32_t value) { ___hashBlockPos_14 = value; } inline static int32_t get_offset_of_mainBlockPos_15() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___mainBlockPos_15)); } inline int32_t get_mainBlockPos_15() const { return ___mainBlockPos_15; } inline int32_t* get_address_of_mainBlockPos_15() { return &___mainBlockPos_15; } inline void set_mainBlockPos_15(int32_t value) { ___mainBlockPos_15 = value; } inline static int32_t get_offset_of_hashBlockCount_16() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___hashBlockCount_16)); } inline int64_t get_hashBlockCount_16() const { return ___hashBlockCount_16; } inline int64_t* get_address_of_hashBlockCount_16() { return &___hashBlockCount_16; } inline void set_hashBlockCount_16(int64_t value) { ___hashBlockCount_16 = value; } inline static int32_t get_offset_of_mainBlockCount_17() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___mainBlockCount_17)); } inline int64_t get_mainBlockCount_17() const { return ___mainBlockCount_17; } inline int64_t* get_address_of_mainBlockCount_17() { return &___mainBlockCount_17; } inline void set_mainBlockCount_17(int64_t value) { ___mainBlockCount_17 = value; } inline static int32_t get_offset_of_OffsetHASH_18() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___OffsetHASH_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_OffsetHASH_18() const { return ___OffsetHASH_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_OffsetHASH_18() { return &___OffsetHASH_18; } inline void set_OffsetHASH_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___OffsetHASH_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___OffsetHASH_18), (void*)value); } inline static int32_t get_offset_of_Sum_19() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___Sum_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Sum_19() const { return ___Sum_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Sum_19() { return &___Sum_19; } inline void set_Sum_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Sum_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sum_19), (void*)value); } inline static int32_t get_offset_of_OffsetMAIN_20() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___OffsetMAIN_20)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_OffsetMAIN_20() const { return ___OffsetMAIN_20; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_OffsetMAIN_20() { return &___OffsetMAIN_20; } inline void set_OffsetMAIN_20(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___OffsetMAIN_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___OffsetMAIN_20), (void*)value); } inline static int32_t get_offset_of_Checksum_21() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___Checksum_21)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Checksum_21() const { return ___Checksum_21; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Checksum_21() { return &___Checksum_21; } inline void set_Checksum_21(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Checksum_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___Checksum_21), (void*)value); } inline static int32_t get_offset_of_macBlock_22() { return static_cast(offsetof(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3, ___macBlock_22)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_macBlock_22() const { return ___macBlock_22; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_macBlock_22() { return &___macBlock_22; } inline void set_macBlock_22(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___macBlock_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___macBlock_22), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.OcspStatusRequest struct OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.OcspStatusRequest::mResponderIDList RuntimeObject* ___mResponderIDList_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.OcspStatusRequest::mRequestExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___mRequestExtensions_1; public: inline static int32_t get_offset_of_mResponderIDList_0() { return static_cast(offsetof(OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B, ___mResponderIDList_0)); } inline RuntimeObject* get_mResponderIDList_0() const { return ___mResponderIDList_0; } inline RuntimeObject** get_address_of_mResponderIDList_0() { return &___mResponderIDList_0; } inline void set_mResponderIDList_0(RuntimeObject* value) { ___mResponderIDList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mResponderIDList_0), (void*)value); } inline static int32_t get_offset_of_mRequestExtensions_1() { return static_cast(offsetof(OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B, ___mRequestExtensions_1)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_mRequestExtensions_1() const { return ___mRequestExtensions_1; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_mRequestExtensions_1() { return &___mRequestExtensions_1; } inline void set_mRequestExtensions_1(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___mRequestExtensions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRequestExtensions_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OfbBlockCipher struct OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OfbBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OfbBlockCipher::ofbV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ofbV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OfbBlockCipher::ofbOutV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ofbOutV_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OfbBlockCipher::blockSize int32_t ___blockSize_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OfbBlockCipher::cipher RuntimeObject* ___cipher_4; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_ofbV_1() { return static_cast(offsetof(OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842, ___ofbV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ofbV_1() const { return ___ofbV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ofbV_1() { return &___ofbV_1; } inline void set_ofbV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ofbV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ofbV_1), (void*)value); } inline static int32_t get_offset_of_ofbOutV_2() { return static_cast(offsetof(OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842, ___ofbOutV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ofbOutV_2() const { return ___ofbOutV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ofbOutV_2() { return &___ofbOutV_2; } inline void set_ofbOutV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ofbOutV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ofbOutV_2), (void*)value); } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842, ___blockSize_3)); } inline int32_t get_blockSize_3() const { return ___blockSize_3; } inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; } inline void set_blockSize_3(int32_t value) { ___blockSize_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED : public RuntimeObject { public: public: }; struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsa_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD5WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsa_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEcb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEcb_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCbc_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesOfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesOfb_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCfb_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEde DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::IdSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha1_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::Sha1WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsa_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::ElGamalAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ElGamalAlgorithm_11; public: inline static int32_t get_offset_of_MD4WithRsa_0() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsa_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsa_0() const { return ___MD4WithRsa_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsa_0() { return &___MD4WithRsa_0; } inline void set_MD4WithRsa_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsa_0), (void*)value); } inline static int32_t get_offset_of_MD5WithRsa_1() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD5WithRsa_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsa_1() const { return ___MD5WithRsa_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsa_1() { return &___MD5WithRsa_1; } inline void set_MD5WithRsa_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsa_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsa_1), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_2() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_2() const { return ___MD4WithRsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_2() { return &___MD4WithRsaEncryption_2; } inline void set_MD4WithRsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_DesEcb_3() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEcb_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEcb_3() const { return ___DesEcb_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEcb_3() { return &___DesEcb_3; } inline void set_DesEcb_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEcb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEcb_3), (void*)value); } inline static int32_t get_offset_of_DesCbc_4() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCbc_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCbc_4() const { return ___DesCbc_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCbc_4() { return &___DesCbc_4; } inline void set_DesCbc_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCbc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCbc_4), (void*)value); } inline static int32_t get_offset_of_DesOfb_5() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesOfb_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesOfb_5() const { return ___DesOfb_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesOfb_5() { return &___DesOfb_5; } inline void set_DesOfb_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesOfb_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesOfb_5), (void*)value); } inline static int32_t get_offset_of_DesCfb_6() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCfb_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCfb_6() const { return ___DesCfb_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCfb_6() { return &___DesCfb_6; } inline void set_DesCfb_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCfb_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCfb_6), (void*)value); } inline static int32_t get_offset_of_DesEde_7() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEde_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde_7() const { return ___DesEde_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde_7() { return &___DesEde_7; } inline void set_DesEde_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde_7), (void*)value); } inline static int32_t get_offset_of_IdSha1_8() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___IdSha1_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha1_8() const { return ___IdSha1_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha1_8() { return &___IdSha1_8; } inline void set_IdSha1_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha1_8), (void*)value); } inline static int32_t get_offset_of_DsaWithSha1_9() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DsaWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha1_9() const { return ___DsaWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha1_9() { return &___DsaWithSha1_9; } inline void set_DsaWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha1_9), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsa_10() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___Sha1WithRsa_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsa_10() const { return ___Sha1WithRsa_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsa_10() { return &___Sha1WithRsa_10; } inline void set_Sha1WithRsa_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsa_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsa_10), (void*)value); } inline static int32_t get_offset_of_ElGamalAlgorithm_11() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___ElGamalAlgorithm_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ElGamalAlgorithm_11() const { return ___ElGamalAlgorithm_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ElGamalAlgorithm_11() { return &___ElGamalAlgorithm_11; } inline void set_ElGamalAlgorithm_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ElGamalAlgorithm_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ElGamalAlgorithm_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher struct OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher::FR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___FR_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher::FRE ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___FRE_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher::cipher RuntimeObject* ___cipher_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher::blockSize int32_t ___blockSize_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher::count int32_t ___count_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher::forEncryption bool ___forEncryption_6; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_FR_1() { return static_cast(offsetof(OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2, ___FR_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_FR_1() const { return ___FR_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_FR_1() { return &___FR_1; } inline void set_FR_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___FR_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FR_1), (void*)value); } inline static int32_t get_offset_of_FRE_2() { return static_cast(offsetof(OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2, ___FRE_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_FRE_2() const { return ___FRE_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_FRE_2() { return &___FRE_2; } inline void set_FRE_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___FRE_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FRE_2), (void*)value); } inline static int32_t get_offset_of_cipher_3() { return static_cast(offsetof(OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2, ___cipher_3)); } inline RuntimeObject* get_cipher_3() const { return ___cipher_3; } inline RuntimeObject** get_address_of_cipher_3() { return &___cipher_3; } inline void set_cipher_3(RuntimeObject* value) { ___cipher_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_3), (void*)value); } inline static int32_t get_offset_of_blockSize_4() { return static_cast(offsetof(OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2, ___blockSize_4)); } inline int32_t get_blockSize_4() const { return ___blockSize_4; } inline int32_t* get_address_of_blockSize_4() { return &___blockSize_4; } inline void set_blockSize_4(int32_t value) { ___blockSize_4 = value; } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2, ___count_5)); } inline int32_t get_count_5() const { return ___count_5; } inline int32_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(int32_t value) { ___count_5 = value; } inline static int32_t get_offset_of_forEncryption_6() { return static_cast(offsetof(OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2, ___forEncryption_6)); } inline bool get_forEncryption_6() const { return ___forEncryption_6; } inline bool* get_address_of_forEncryption_6() { return &___forEncryption_6; } inline void set_forEncryption_6(bool value) { ___forEncryption_6 = value; } }; // 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.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::parameters RuntimeObject* ___parameters_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___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_random_1() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding struct Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::engine RuntimeObject* ___engine_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::forEncryption bool ___forEncryption_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::forPrivateKey bool ___forPrivateKey_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::useStrictLength bool ___useStrictLength_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::pLen int32_t ___pLen_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::fallback ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fallback_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::blockBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blockBuffer_10; public: inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___random_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_3() const { return ___random_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } inline static int32_t get_offset_of_engine_4() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___engine_4)); } inline RuntimeObject* get_engine_4() const { return ___engine_4; } inline RuntimeObject** get_address_of_engine_4() { return &___engine_4; } inline void set_engine_4(RuntimeObject* value) { ___engine_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_4), (void*)value); } inline static int32_t get_offset_of_forEncryption_5() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___forEncryption_5)); } inline bool get_forEncryption_5() const { return ___forEncryption_5; } inline bool* get_address_of_forEncryption_5() { return &___forEncryption_5; } inline void set_forEncryption_5(bool value) { ___forEncryption_5 = value; } inline static int32_t get_offset_of_forPrivateKey_6() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___forPrivateKey_6)); } inline bool get_forPrivateKey_6() const { return ___forPrivateKey_6; } inline bool* get_address_of_forPrivateKey_6() { return &___forPrivateKey_6; } inline void set_forPrivateKey_6(bool value) { ___forPrivateKey_6 = value; } inline static int32_t get_offset_of_useStrictLength_7() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___useStrictLength_7)); } inline bool get_useStrictLength_7() const { return ___useStrictLength_7; } inline bool* get_address_of_useStrictLength_7() { return &___useStrictLength_7; } inline void set_useStrictLength_7(bool value) { ___useStrictLength_7 = value; } inline static int32_t get_offset_of_pLen_8() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___pLen_8)); } inline int32_t get_pLen_8() const { return ___pLen_8; } inline int32_t* get_address_of_pLen_8() { return &___pLen_8; } inline void set_pLen_8(int32_t value) { ___pLen_8 = value; } inline static int32_t get_offset_of_fallback_9() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___fallback_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fallback_9() const { return ___fallback_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fallback_9() { return &___fallback_9; } inline void set_fallback_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fallback_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___fallback_9), (void*)value); } inline static int32_t get_offset_of_blockBuffer_10() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818, ___blockBuffer_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_blockBuffer_10() const { return ___blockBuffer_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_blockBuffer_10() { return &___blockBuffer_10; } inline void set_blockBuffer_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___blockBuffer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___blockBuffer_10), (void*)value); } }; struct Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818_StaticFields { public: // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::strictLengthEnabled BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___strictLengthEnabled_2; public: inline static int32_t get_offset_of_strictLengthEnabled_2() { return static_cast(offsetof(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818_StaticFields, ___strictLengthEnabled_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_strictLengthEnabled_2() const { return ___strictLengthEnabled_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_strictLengthEnabled_2() { return &___strictLengthEnabled_2; } inline void set_strictLengthEnabled_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___strictLengthEnabled_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___strictLengthEnabled_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding struct Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 : public RuntimeObject { public: public: }; // 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.Crypto.Macs.Poly1305 struct Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::cipher RuntimeObject* ___cipher_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::singleByte ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___singleByte_2; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::r0 uint32_t ___r0_3; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::r1 uint32_t ___r1_4; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::r2 uint32_t ___r2_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::r3 uint32_t ___r3_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::r4 uint32_t ___r4_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::s1 uint32_t ___s1_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::s2 uint32_t ___s2_9; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::s3 uint32_t ___s3_10; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::s4 uint32_t ___s4_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::k0 uint32_t ___k0_12; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::k1 uint32_t ___k1_13; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::k2 uint32_t ___k2_14; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::k3 uint32_t ___k3_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::currentBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___currentBlock_16; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::currentBlockOffset int32_t ___currentBlockOffset_17; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::h0 uint32_t ___h0_18; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::h1 uint32_t ___h1_19; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::h2 uint32_t ___h2_20; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::h3 uint32_t ___h3_21; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::h4 uint32_t ___h4_22; public: inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (void*)value); } inline static int32_t get_offset_of_singleByte_2() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___singleByte_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_singleByte_2() const { return ___singleByte_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_singleByte_2() { return &___singleByte_2; } inline void set_singleByte_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___singleByte_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___singleByte_2), (void*)value); } inline static int32_t get_offset_of_r0_3() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___r0_3)); } inline uint32_t get_r0_3() const { return ___r0_3; } inline uint32_t* get_address_of_r0_3() { return &___r0_3; } inline void set_r0_3(uint32_t value) { ___r0_3 = value; } inline static int32_t get_offset_of_r1_4() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___r1_4)); } inline uint32_t get_r1_4() const { return ___r1_4; } inline uint32_t* get_address_of_r1_4() { return &___r1_4; } inline void set_r1_4(uint32_t value) { ___r1_4 = value; } inline static int32_t get_offset_of_r2_5() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___r2_5)); } inline uint32_t get_r2_5() const { return ___r2_5; } inline uint32_t* get_address_of_r2_5() { return &___r2_5; } inline void set_r2_5(uint32_t value) { ___r2_5 = value; } inline static int32_t get_offset_of_r3_6() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___r3_6)); } inline uint32_t get_r3_6() const { return ___r3_6; } inline uint32_t* get_address_of_r3_6() { return &___r3_6; } inline void set_r3_6(uint32_t value) { ___r3_6 = value; } inline static int32_t get_offset_of_r4_7() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___r4_7)); } inline uint32_t get_r4_7() const { return ___r4_7; } inline uint32_t* get_address_of_r4_7() { return &___r4_7; } inline void set_r4_7(uint32_t value) { ___r4_7 = value; } inline static int32_t get_offset_of_s1_8() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___s1_8)); } inline uint32_t get_s1_8() const { return ___s1_8; } inline uint32_t* get_address_of_s1_8() { return &___s1_8; } inline void set_s1_8(uint32_t value) { ___s1_8 = value; } inline static int32_t get_offset_of_s2_9() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___s2_9)); } inline uint32_t get_s2_9() const { return ___s2_9; } inline uint32_t* get_address_of_s2_9() { return &___s2_9; } inline void set_s2_9(uint32_t value) { ___s2_9 = value; } inline static int32_t get_offset_of_s3_10() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___s3_10)); } inline uint32_t get_s3_10() const { return ___s3_10; } inline uint32_t* get_address_of_s3_10() { return &___s3_10; } inline void set_s3_10(uint32_t value) { ___s3_10 = value; } inline static int32_t get_offset_of_s4_11() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___s4_11)); } inline uint32_t get_s4_11() const { return ___s4_11; } inline uint32_t* get_address_of_s4_11() { return &___s4_11; } inline void set_s4_11(uint32_t value) { ___s4_11 = value; } inline static int32_t get_offset_of_k0_12() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___k0_12)); } inline uint32_t get_k0_12() const { return ___k0_12; } inline uint32_t* get_address_of_k0_12() { return &___k0_12; } inline void set_k0_12(uint32_t value) { ___k0_12 = value; } inline static int32_t get_offset_of_k1_13() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___k1_13)); } inline uint32_t get_k1_13() const { return ___k1_13; } inline uint32_t* get_address_of_k1_13() { return &___k1_13; } inline void set_k1_13(uint32_t value) { ___k1_13 = value; } inline static int32_t get_offset_of_k2_14() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___k2_14)); } inline uint32_t get_k2_14() const { return ___k2_14; } inline uint32_t* get_address_of_k2_14() { return &___k2_14; } inline void set_k2_14(uint32_t value) { ___k2_14 = value; } inline static int32_t get_offset_of_k3_15() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___k3_15)); } inline uint32_t get_k3_15() const { return ___k3_15; } inline uint32_t* get_address_of_k3_15() { return &___k3_15; } inline void set_k3_15(uint32_t value) { ___k3_15 = value; } inline static int32_t get_offset_of_currentBlock_16() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___currentBlock_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_currentBlock_16() const { return ___currentBlock_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_currentBlock_16() { return &___currentBlock_16; } inline void set_currentBlock_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___currentBlock_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentBlock_16), (void*)value); } inline static int32_t get_offset_of_currentBlockOffset_17() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___currentBlockOffset_17)); } inline int32_t get_currentBlockOffset_17() const { return ___currentBlockOffset_17; } inline int32_t* get_address_of_currentBlockOffset_17() { return &___currentBlockOffset_17; } inline void set_currentBlockOffset_17(int32_t value) { ___currentBlockOffset_17 = value; } inline static int32_t get_offset_of_h0_18() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___h0_18)); } inline uint32_t get_h0_18() const { return ___h0_18; } inline uint32_t* get_address_of_h0_18() { return &___h0_18; } inline void set_h0_18(uint32_t value) { ___h0_18 = value; } inline static int32_t get_offset_of_h1_19() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___h1_19)); } inline uint32_t get_h1_19() const { return ___h1_19; } inline uint32_t* get_address_of_h1_19() { return &___h1_19; } inline void set_h1_19(uint32_t value) { ___h1_19 = value; } inline static int32_t get_offset_of_h2_20() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___h2_20)); } inline uint32_t get_h2_20() const { return ___h2_20; } inline uint32_t* get_address_of_h2_20() { return &___h2_20; } inline void set_h2_20(uint32_t value) { ___h2_20 = value; } inline static int32_t get_offset_of_h3_21() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___h3_21)); } inline uint32_t get_h3_21() const { return ___h3_21; } inline uint32_t* get_address_of_h3_21() { return &___h3_21; } inline void set_h3_21(uint32_t value) { ___h3_21 = value; } inline static int32_t get_offset_of_h4_22() { return static_cast(offsetof(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16, ___h4_22)); } inline uint32_t get_h4_22() const { return ___h4_22; } inline uint32_t* get_address_of_h4_22() { return &___h4_22; } inline void set_h4_22(uint32_t value) { ___h4_22 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::version int32_t ___version_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::name String_t* ___name_7; public: inline static int32_t get_offset_of_version_6() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915, ___version_6)); } inline int32_t get_version_6() const { return ___version_6; } inline int32_t* get_address_of_version_6() { return &___version_6; } inline void set_version_6(int32_t value) { ___version_6 = value; } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } }; struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::SSLv3 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___SSLv3_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv10 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv10_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv11 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv11_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv12 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv12_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::DTLSv10 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___DTLSv10_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::DTLSv12 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___DTLSv12_5; public: inline static int32_t get_offset_of_SSLv3_0() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___SSLv3_0)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_SSLv3_0() const { return ___SSLv3_0; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_SSLv3_0() { return &___SSLv3_0; } inline void set_SSLv3_0(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___SSLv3_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSLv3_0), (void*)value); } inline static int32_t get_offset_of_TLSv10_1() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv10_1)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv10_1() const { return ___TLSv10_1; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv10_1() { return &___TLSv10_1; } inline void set_TLSv10_1(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv10_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv10_1), (void*)value); } inline static int32_t get_offset_of_TLSv11_2() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv11_2)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv11_2() const { return ___TLSv11_2; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv11_2() { return &___TLSv11_2; } inline void set_TLSv11_2(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv11_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv11_2), (void*)value); } inline static int32_t get_offset_of_TLSv12_3() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv12_3)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv12_3() const { return ___TLSv12_3; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv12_3() { return &___TLSv12_3; } inline void set_TLSv12_3(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv12_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv12_3), (void*)value); } inline static int32_t get_offset_of_DTLSv10_4() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___DTLSv10_4)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_DTLSv10_4() const { return ___DTLSv10_4; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_DTLSv10_4() { return &___DTLSv10_4; } inline void set_DTLSv10_4(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___DTLSv10_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DTLSv10_4), (void*)value); } inline static int32_t get_offset_of_DTLSv12_5() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___DTLSv12_5)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_DTLSv12_5() const { return ___DTLSv12_5; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_DTLSv12_5() { return &___DTLSv12_5; } inline void set_DTLSv12_5(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___DTLSv12_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DTLSv12_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine struct RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::workingKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::encrypting bool ___encrypting_3; public: inline static int32_t get_offset_of_workingKey_2() { return static_cast(offsetof(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67, ___workingKey_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey_2() const { return ___workingKey_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey_2() { return &___workingKey_2; } inline void set_workingKey_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_2), (void*)value); } inline static int32_t get_offset_of_encrypting_3() { return static_cast(offsetof(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67, ___encrypting_3)); } inline bool get_encrypting_3() const { return ___encrypting_3; } inline bool* get_address_of_encrypting_3() { return &___encrypting_3; } inline void set_encrypting_3(bool value) { ___encrypting_3 = value; } }; struct RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::piTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___piTable_0; public: inline static int32_t get_offset_of_piTable_0() { return static_cast(offsetof(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_StaticFields, ___piTable_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_piTable_0() const { return ___piTable_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_piTable_0() { return &___piTable_0; } inline void set_piTable_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___piTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___piTable_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine struct RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::engineState ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___engineState_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::x int32_t ___x_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::y int32_t ___y_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::workingKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workingKey_4; public: inline static int32_t get_offset_of_engineState_1() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD, ___engineState_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_engineState_1() const { return ___engineState_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_engineState_1() { return &___engineState_1; } inline void set_engineState_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___engineState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___engineState_1), (void*)value); } inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD, ___x_2)); } inline int32_t get_x_2() const { return ___x_2; } inline int32_t* get_address_of_x_2() { return &___x_2; } inline void set_x_2(int32_t value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD, ___y_3)); } inline int32_t get_y_3() const { return ___y_3; } inline int32_t* get_address_of_y_3() { return &___y_3; } inline void set_y_3(int32_t value) { ___y_3 = value; } inline static int32_t get_offset_of_workingKey_4() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD, ___workingKey_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workingKey_4() const { return ___workingKey_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workingKey_4() { return &___workingKey_4; } inline void set_workingKey_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workingKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_4), (void*)value); } }; struct RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::STATE_LENGTH int32_t ___STATE_LENGTH_0; public: inline static int32_t get_offset_of_STATE_LENGTH_0() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_StaticFields, ___STATE_LENGTH_0)); } inline int32_t get_STATE_LENGTH_0() const { return ___STATE_LENGTH_0; } inline int32_t* get_address_of_STATE_LENGTH_0() { return &___STATE_LENGTH_0; } inline void set_STATE_LENGTH_0(int32_t value) { ___STATE_LENGTH_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine struct RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::_noRounds int32_t ____noRounds_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::_S Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____S_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::forEncryption bool ___forEncryption_4; public: inline static int32_t get_offset_of__noRounds_0() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC, ____noRounds_0)); } inline int32_t get__noRounds_0() const { return ____noRounds_0; } inline int32_t* get_address_of__noRounds_0() { return &____noRounds_0; } inline void set__noRounds_0(int32_t value) { ____noRounds_0 = value; } inline static int32_t get_offset_of__S_1() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC, ____S_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__S_1() const { return ____S_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__S_1() { return &____S_1; } inline void set__S_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____S_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____S_1), (void*)value); } inline static int32_t get_offset_of_forEncryption_4() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC, ___forEncryption_4)); } inline bool get_forEncryption_4() const { return ___forEncryption_4; } inline bool* get_address_of_forEncryption_4() { return &___forEncryption_4; } inline void set_forEncryption_4(bool value) { ___forEncryption_4 = value; } }; struct RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::P32 int32_t ___P32_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::Q32 int32_t ___Q32_3; public: inline static int32_t get_offset_of_P32_2() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields, ___P32_2)); } inline int32_t get_P32_2() const { return ___P32_2; } inline int32_t* get_address_of_P32_2() { return &___P32_2; } inline void set_P32_2(int32_t value) { ___P32_2 = value; } inline static int32_t get_offset_of_Q32_3() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields, ___Q32_3)); } inline int32_t get_Q32_3() const { return ___Q32_3; } inline int32_t* get_address_of_Q32_3() { return &___Q32_3; } inline void set_Q32_3(int32_t value) { ___Q32_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine struct RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::_noRounds int32_t ____noRounds_2; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::_S Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____S_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::forEncryption bool ___forEncryption_6; public: inline static int32_t get_offset_of__noRounds_2() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960, ____noRounds_2)); } inline int32_t get__noRounds_2() const { return ____noRounds_2; } inline int32_t* get_address_of__noRounds_2() { return &____noRounds_2; } inline void set__noRounds_2(int32_t value) { ____noRounds_2 = value; } inline static int32_t get_offset_of__S_3() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960, ____S_3)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__S_3() const { return ____S_3; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__S_3() { return &____S_3; } inline void set__S_3(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____S_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____S_3), (void*)value); } inline static int32_t get_offset_of_forEncryption_6() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960, ___forEncryption_6)); } inline bool get_forEncryption_6() const { return ___forEncryption_6; } inline bool* get_address_of_forEncryption_6() { return &___forEncryption_6; } inline void set_forEncryption_6(bool value) { ___forEncryption_6 = value; } }; struct RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::wordSize int32_t ___wordSize_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::bytesPerWord int32_t ___bytesPerWord_1; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::P64 int64_t ___P64_4; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::Q64 int64_t ___Q64_5; public: inline static int32_t get_offset_of_wordSize_0() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields, ___wordSize_0)); } inline int32_t get_wordSize_0() const { return ___wordSize_0; } inline int32_t* get_address_of_wordSize_0() { return &___wordSize_0; } inline void set_wordSize_0(int32_t value) { ___wordSize_0 = value; } inline static int32_t get_offset_of_bytesPerWord_1() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields, ___bytesPerWord_1)); } inline int32_t get_bytesPerWord_1() const { return ___bytesPerWord_1; } inline int32_t* get_address_of_bytesPerWord_1() { return &___bytesPerWord_1; } inline void set_bytesPerWord_1(int32_t value) { ___bytesPerWord_1 = value; } inline static int32_t get_offset_of_P64_4() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields, ___P64_4)); } inline int64_t get_P64_4() const { return ___P64_4; } inline int64_t* get_address_of_P64_4() { return &___P64_4; } inline void set_P64_4(int64_t value) { ___P64_4 = value; } inline static int32_t get_offset_of_Q64_5() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields, ___Q64_5)); } inline int64_t get_Q64_5() const { return ___Q64_5; } inline int64_t* get_address_of_Q64_5() { return &___Q64_5; } inline void set_Q64_5(int64_t value) { ___Q64_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine struct RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::_S Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____S_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::forEncryption bool ___forEncryption_7; public: inline static int32_t get_offset_of__S_3() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA, ____S_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__S_3() const { return ____S_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__S_3() { return &____S_3; } inline void set__S_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____S_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____S_3), (void*)value); } inline static int32_t get_offset_of_forEncryption_7() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA, ___forEncryption_7)); } inline bool get_forEncryption_7() const { return ___forEncryption_7; } inline bool* get_address_of_forEncryption_7() { return &___forEncryption_7; } inline void set_forEncryption_7(bool value) { ___forEncryption_7 = value; } }; struct RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::wordSize int32_t ___wordSize_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::bytesPerWord int32_t ___bytesPerWord_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::_noRounds int32_t ____noRounds_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::P32 int32_t ___P32_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::Q32 int32_t ___Q32_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::LGW int32_t ___LGW_6; public: inline static int32_t get_offset_of_wordSize_0() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___wordSize_0)); } inline int32_t get_wordSize_0() const { return ___wordSize_0; } inline int32_t* get_address_of_wordSize_0() { return &___wordSize_0; } inline void set_wordSize_0(int32_t value) { ___wordSize_0 = value; } inline static int32_t get_offset_of_bytesPerWord_1() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___bytesPerWord_1)); } inline int32_t get_bytesPerWord_1() const { return ___bytesPerWord_1; } inline int32_t* get_address_of_bytesPerWord_1() { return &___bytesPerWord_1; } inline void set_bytesPerWord_1(int32_t value) { ___bytesPerWord_1 = value; } inline static int32_t get_offset_of__noRounds_2() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ____noRounds_2)); } inline int32_t get__noRounds_2() const { return ____noRounds_2; } inline int32_t* get_address_of__noRounds_2() { return &____noRounds_2; } inline void set__noRounds_2(int32_t value) { ____noRounds_2 = value; } inline static int32_t get_offset_of_P32_4() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___P32_4)); } inline int32_t get_P32_4() const { return ___P32_4; } inline int32_t* get_address_of_P32_4() { return &___P32_4; } inline void set_P32_4(int32_t value) { ___P32_4 = value; } inline static int32_t get_offset_of_Q32_5() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___Q32_5)); } inline int32_t get_Q32_5() const { return ___Q32_5; } inline int32_t* get_address_of_Q32_5() { return &___Q32_5; } inline void set_Q32_5(int32_t value) { ___Q32_5 = value; } inline static int32_t get_offset_of_LGW_6() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___LGW_6)); } inline int32_t get_LGW_6() const { return ___LGW_6; } inline int32_t* get_address_of_LGW_6() { return &___LGW_6; } inline void set_LGW_6(int32_t value) { ___LGW_6 = 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.Cms.RecipientInformationStore struct RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore::all RuntimeObject* ___all_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore::table RuntimeObject* ___table_1; public: inline static int32_t get_offset_of_all_0() { return static_cast(offsetof(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F, ___all_0)); } inline RuntimeObject* get_all_0() const { return ___all_0; } inline RuntimeObject** get_address_of_all_0() { return &___all_0; } inline void set_all_0(RuntimeObject* value) { ___all_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___all_0), (void*)value); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine struct RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::BC int32_t ___BC_9; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::BC_MASK int64_t ___BC_MASK_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::ROUNDS int32_t ___ROUNDS_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::blockBits int32_t ___blockBits_12; // System.Int64[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::workingKey Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* ___workingKey_13; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::A0 int64_t ___A0_14; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::A1 int64_t ___A1_15; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::A2 int64_t ___A2_16; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::A3 int64_t ___A3_17; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::forEncryption bool ___forEncryption_18; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::shifts0SC ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shifts0SC_19; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::shifts1SC ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shifts1SC_20; public: inline static int32_t get_offset_of_BC_9() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___BC_9)); } inline int32_t get_BC_9() const { return ___BC_9; } inline int32_t* get_address_of_BC_9() { return &___BC_9; } inline void set_BC_9(int32_t value) { ___BC_9 = value; } inline static int32_t get_offset_of_BC_MASK_10() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___BC_MASK_10)); } inline int64_t get_BC_MASK_10() const { return ___BC_MASK_10; } inline int64_t* get_address_of_BC_MASK_10() { return &___BC_MASK_10; } inline void set_BC_MASK_10(int64_t value) { ___BC_MASK_10 = value; } inline static int32_t get_offset_of_ROUNDS_11() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___ROUNDS_11)); } inline int32_t get_ROUNDS_11() const { return ___ROUNDS_11; } inline int32_t* get_address_of_ROUNDS_11() { return &___ROUNDS_11; } inline void set_ROUNDS_11(int32_t value) { ___ROUNDS_11 = value; } inline static int32_t get_offset_of_blockBits_12() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___blockBits_12)); } inline int32_t get_blockBits_12() const { return ___blockBits_12; } inline int32_t* get_address_of_blockBits_12() { return &___blockBits_12; } inline void set_blockBits_12(int32_t value) { ___blockBits_12 = value; } inline static int32_t get_offset_of_workingKey_13() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___workingKey_13)); } inline Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* get_workingKey_13() const { return ___workingKey_13; } inline Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC** get_address_of_workingKey_13() { return &___workingKey_13; } inline void set_workingKey_13(Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* value) { ___workingKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_13), (void*)value); } inline static int32_t get_offset_of_A0_14() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___A0_14)); } inline int64_t get_A0_14() const { return ___A0_14; } inline int64_t* get_address_of_A0_14() { return &___A0_14; } inline void set_A0_14(int64_t value) { ___A0_14 = value; } inline static int32_t get_offset_of_A1_15() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___A1_15)); } inline int64_t get_A1_15() const { return ___A1_15; } inline int64_t* get_address_of_A1_15() { return &___A1_15; } inline void set_A1_15(int64_t value) { ___A1_15 = value; } inline static int32_t get_offset_of_A2_16() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___A2_16)); } inline int64_t get_A2_16() const { return ___A2_16; } inline int64_t* get_address_of_A2_16() { return &___A2_16; } inline void set_A2_16(int64_t value) { ___A2_16 = value; } inline static int32_t get_offset_of_A3_17() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___A3_17)); } inline int64_t get_A3_17() const { return ___A3_17; } inline int64_t* get_address_of_A3_17() { return &___A3_17; } inline void set_A3_17(int64_t value) { ___A3_17 = value; } inline static int32_t get_offset_of_forEncryption_18() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___forEncryption_18)); } inline bool get_forEncryption_18() const { return ___forEncryption_18; } inline bool* get_address_of_forEncryption_18() { return &___forEncryption_18; } inline void set_forEncryption_18(bool value) { ___forEncryption_18 = value; } inline static int32_t get_offset_of_shifts0SC_19() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___shifts0SC_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shifts0SC_19() const { return ___shifts0SC_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shifts0SC_19() { return &___shifts0SC_19; } inline void set_shifts0SC_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shifts0SC_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___shifts0SC_19), (void*)value); } inline static int32_t get_offset_of_shifts1SC_20() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___shifts1SC_20)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shifts1SC_20() const { return ___shifts1SC_20; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shifts1SC_20() { return &___shifts1SC_20; } inline void set_shifts1SC_20(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shifts1SC_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___shifts1SC_20), (void*)value); } }; struct RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::MAXROUNDS int32_t ___MAXROUNDS_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::MAXKC int32_t ___MAXKC_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Logtable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Logtable_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Alogtable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Alogtable_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Si ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Si_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::rcon ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rcon_6; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::shifts0 ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___shifts0_7; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::shifts1 ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___shifts1_8; public: inline static int32_t get_offset_of_MAXROUNDS_0() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___MAXROUNDS_0)); } inline int32_t get_MAXROUNDS_0() const { return ___MAXROUNDS_0; } inline int32_t* get_address_of_MAXROUNDS_0() { return &___MAXROUNDS_0; } inline void set_MAXROUNDS_0(int32_t value) { ___MAXROUNDS_0 = value; } inline static int32_t get_offset_of_MAXKC_1() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___MAXKC_1)); } inline int32_t get_MAXKC_1() const { return ___MAXKC_1; } inline int32_t* get_address_of_MAXKC_1() { return &___MAXKC_1; } inline void set_MAXKC_1(int32_t value) { ___MAXKC_1 = value; } inline static int32_t get_offset_of_Logtable_2() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___Logtable_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Logtable_2() const { return ___Logtable_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Logtable_2() { return &___Logtable_2; } inline void set_Logtable_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Logtable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Logtable_2), (void*)value); } inline static int32_t get_offset_of_Alogtable_3() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___Alogtable_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Alogtable_3() const { return ___Alogtable_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Alogtable_3() { return &___Alogtable_3; } inline void set_Alogtable_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Alogtable_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Alogtable_3), (void*)value); } inline static int32_t get_offset_of_S_4() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___S_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_4() const { return ___S_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_4() { return &___S_4; } inline void set_S_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_4), (void*)value); } inline static int32_t get_offset_of_Si_5() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___Si_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Si_5() const { return ___Si_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Si_5() { return &___Si_5; } inline void set_Si_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Si_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Si_5), (void*)value); } inline static int32_t get_offset_of_rcon_6() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___rcon_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_rcon_6() const { return ___rcon_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_rcon_6() { return &___rcon_6; } inline void set_rcon_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___rcon_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___rcon_6), (void*)value); } inline static int32_t get_offset_of_shifts0_7() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___shifts0_7)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_shifts0_7() const { return ___shifts0_7; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_shifts0_7() { return &___shifts0_7; } inline void set_shifts0_7(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___shifts0_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___shifts0_7), (void*)value); } inline static int32_t get_offset_of_shifts1_8() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___shifts1_8)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_shifts1_8() const { return ___shifts1_8; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_shifts1_8() { return &___shifts1_8; } inline void set_shifts1_8(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___shifts1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___shifts1_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine struct RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::core RuntimeObject* ___core_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::key RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_core_0() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___core_0)); } inline RuntimeObject* get_core_0() const { return ___core_0; } inline RuntimeObject** get_address_of_core_0() { return &___core_0; } inline void set_core_0(RuntimeObject* value) { ___core_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___core_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___key_1)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_key_1() const { return ___key_1; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___random_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_2() const { return ___random_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_2() { return &___random_2; } inline void set_random_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM4Engine struct SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM4Engine::rk UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___rk_4; public: inline static int32_t get_offset_of_rk_4() { return static_cast(offsetof(SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF, ___rk_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_rk_4() const { return ___rk_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_rk_4() { return &___rk_4; } inline void set_rk_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___rk_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___rk_4), (void*)value); } }; struct SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM4Engine::Sbox ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Sbox_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM4Engine::CK UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___CK_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM4Engine::FK UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___FK_3; public: inline static int32_t get_offset_of_Sbox_1() { return static_cast(offsetof(SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_StaticFields, ___Sbox_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Sbox_1() const { return ___Sbox_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Sbox_1() { return &___Sbox_1; } inline void set_Sbox_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Sbox_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sbox_1), (void*)value); } inline static int32_t get_offset_of_CK_2() { return static_cast(offsetof(SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_StaticFields, ___CK_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_CK_2() const { return ___CK_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_CK_2() { return &___CK_2; } inline void set_CK_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___CK_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CK_2), (void*)value); } inline static int32_t get_offset_of_FK_3() { return static_cast(offsetof(SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_StaticFields, ___FK_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_FK_3() const { return ___FK_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_FK_3() { return &___FK_3; } inline void set_FK_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___FK_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___FK_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine struct Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::rounds int32_t ___rounds_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::index int32_t ___index_6; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::engineState UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___engineState_7; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::keyStream ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyStream_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::initialised bool ___initialised_10; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::cW0 uint32_t ___cW0_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::cW1 uint32_t ___cW1_12; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::cW2 uint32_t ___cW2_13; public: inline static int32_t get_offset_of_rounds_5() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___rounds_5)); } inline int32_t get_rounds_5() const { return ___rounds_5; } inline int32_t* get_address_of_rounds_5() { return &___rounds_5; } inline void set_rounds_5(int32_t value) { ___rounds_5 = value; } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } inline static int32_t get_offset_of_engineState_7() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___engineState_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_engineState_7() const { return ___engineState_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_engineState_7() { return &___engineState_7; } inline void set_engineState_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___engineState_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___engineState_7), (void*)value); } inline static int32_t get_offset_of_x_8() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___x_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_8() const { return ___x_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_8() { return &___x_8; } inline void set_x_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_8), (void*)value); } inline static int32_t get_offset_of_keyStream_9() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___keyStream_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_keyStream_9() const { return ___keyStream_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_keyStream_9() { return &___keyStream_9; } inline void set_keyStream_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___keyStream_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyStream_9), (void*)value); } inline static int32_t get_offset_of_initialised_10() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___initialised_10)); } inline bool get_initialised_10() const { return ___initialised_10; } inline bool* get_address_of_initialised_10() { return &___initialised_10; } inline void set_initialised_10(bool value) { ___initialised_10 = value; } inline static int32_t get_offset_of_cW0_11() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___cW0_11)); } inline uint32_t get_cW0_11() const { return ___cW0_11; } inline uint32_t* get_address_of_cW0_11() { return &___cW0_11; } inline void set_cW0_11(uint32_t value) { ___cW0_11 = value; } inline static int32_t get_offset_of_cW1_12() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___cW1_12)); } inline uint32_t get_cW1_12() const { return ___cW1_12; } inline uint32_t* get_address_of_cW1_12() { return &___cW1_12; } inline void set_cW1_12(uint32_t value) { ___cW1_12 = value; } inline static int32_t get_offset_of_cW2_13() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66, ___cW2_13)); } inline uint32_t get_cW2_13() const { return ___cW2_13; } inline uint32_t* get_address_of_cW2_13() { return &___cW2_13; } inline void set_cW2_13(uint32_t value) { ___cW2_13 = value; } }; struct Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::DEFAULT_ROUNDS int32_t ___DEFAULT_ROUNDS_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::TAU_SIGMA UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___TAU_SIGMA_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::sigma ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigma_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::tau ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___tau_4; public: inline static int32_t get_offset_of_DEFAULT_ROUNDS_0() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_StaticFields, ___DEFAULT_ROUNDS_0)); } inline int32_t get_DEFAULT_ROUNDS_0() const { return ___DEFAULT_ROUNDS_0; } inline int32_t* get_address_of_DEFAULT_ROUNDS_0() { return &___DEFAULT_ROUNDS_0; } inline void set_DEFAULT_ROUNDS_0(int32_t value) { ___DEFAULT_ROUNDS_0 = value; } inline static int32_t get_offset_of_TAU_SIGMA_2() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_StaticFields, ___TAU_SIGMA_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_TAU_SIGMA_2() const { return ___TAU_SIGMA_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_TAU_SIGMA_2() { return &___TAU_SIGMA_2; } inline void set_TAU_SIGMA_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___TAU_SIGMA_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TAU_SIGMA_2), (void*)value); } inline static int32_t get_offset_of_sigma_3() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_StaticFields, ___sigma_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_sigma_3() const { return ___sigma_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_sigma_3() { return &___sigma_3; } inline void set_sigma_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___sigma_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigma_3), (void*)value); } inline static int32_t get_offset_of_tau_4() { return static_cast(offsetof(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_StaticFields, ___tau_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_tau_4() const { return ___tau_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_tau_4() { return &___tau_4; } inline void set_tau_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___tau_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___tau_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine struct SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine::wKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___wKey_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine::forEncryption bool ___forEncryption_7; public: inline static int32_t get_offset_of_wKey_6() { return static_cast(offsetof(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F, ___wKey_6)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_wKey_6() const { return ___wKey_6; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_wKey_6() { return &___wKey_6; } inline void set_wKey_6(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___wKey_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___wKey_6), (void*)value); } inline static int32_t get_offset_of_forEncryption_7() { return static_cast(offsetof(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F, ___forEncryption_7)); } inline bool get_forEncryption_7() const { return ___forEncryption_7; } inline bool* get_address_of_forEncryption_7() { return &___forEncryption_7; } inline void set_forEncryption_7(bool value) { ___forEncryption_7 = value; } }; struct SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine::SS0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SS0_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine::SS1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SS1_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine::SS2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SS2_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine::SS3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SS3_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine::KC UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KC_5; public: inline static int32_t get_offset_of_SS0_1() { return static_cast(offsetof(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_StaticFields, ___SS0_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SS0_1() const { return ___SS0_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SS0_1() { return &___SS0_1; } inline void set_SS0_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SS0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SS0_1), (void*)value); } inline static int32_t get_offset_of_SS1_2() { return static_cast(offsetof(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_StaticFields, ___SS1_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SS1_2() const { return ___SS1_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SS1_2() { return &___SS1_2; } inline void set_SS1_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SS1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SS1_2), (void*)value); } inline static int32_t get_offset_of_SS2_3() { return static_cast(offsetof(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_StaticFields, ___SS2_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SS2_3() const { return ___SS2_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SS2_3() { return &___SS2_3; } inline void set_SS2_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SS2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SS2_3), (void*)value); } inline static int32_t get_offset_of_SS3_4() { return static_cast(offsetof(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_StaticFields, ___SS3_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SS3_4() const { return ___SS3_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SS3_4() { return &___SS3_4; } inline void set_SS3_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SS3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SS3_4), (void*)value); } inline static int32_t get_offset_of_KC_5() { return static_cast(offsetof(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_StaticFields, ___KC_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KC_5() const { return ___KC_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KC_5() { return &___KC_5; } inline void set_KC_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KC_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___KC_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngineBase struct SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngineBase::encrypting bool ___encrypting_3; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngineBase::wKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___wKey_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngineBase::X0 int32_t ___X0_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngineBase::X1 int32_t ___X1_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngineBase::X2 int32_t ___X2_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngineBase::X3 int32_t ___X3_8; public: inline static int32_t get_offset_of_encrypting_3() { return static_cast(offsetof(SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462, ___encrypting_3)); } inline bool get_encrypting_3() const { return ___encrypting_3; } inline bool* get_address_of_encrypting_3() { return &___encrypting_3; } inline void set_encrypting_3(bool value) { ___encrypting_3 = value; } inline static int32_t get_offset_of_wKey_4() { return static_cast(offsetof(SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462, ___wKey_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_wKey_4() const { return ___wKey_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_wKey_4() { return &___wKey_4; } inline void set_wKey_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___wKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___wKey_4), (void*)value); } inline static int32_t get_offset_of_X0_5() { return static_cast(offsetof(SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462, ___X0_5)); } inline int32_t get_X0_5() const { return ___X0_5; } inline int32_t* get_address_of_X0_5() { return &___X0_5; } inline void set_X0_5(int32_t value) { ___X0_5 = value; } inline static int32_t get_offset_of_X1_6() { return static_cast(offsetof(SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462, ___X1_6)); } inline int32_t get_X1_6() const { return ___X1_6; } inline int32_t* get_address_of_X1_6() { return &___X1_6; } inline void set_X1_6(int32_t value) { ___X1_6 = value; } inline static int32_t get_offset_of_X2_7() { return static_cast(offsetof(SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462, ___X2_7)); } inline int32_t get_X2_7() const { return ___X2_7; } inline int32_t* get_address_of_X2_7() { return &___X2_7; } inline void set_X2_7(int32_t value) { ___X2_7 = value; } inline static int32_t get_offset_of_X3_8() { return static_cast(offsetof(SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462, ___X3_8)); } inline int32_t get_X3_8() const { return ___X3_8; } inline int32_t* get_address_of_X3_8() { return &___X3_8; } inline void set_X3_8(int32_t value) { ___X3_8 = value; } }; struct SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngineBase::BlockSize int32_t ___BlockSize_0; public: inline static int32_t get_offset_of_BlockSize_0() { return static_cast(offsetof(SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462_StaticFields, ___BlockSize_0)); } inline int32_t get_BlockSize_0() const { return ___BlockSize_0; } inline int32_t* get_address_of_BlockSize_0() { return &___BlockSize_0; } inline void set_BlockSize_0(int32_t value) { ___BlockSize_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher struct SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::cipher RuntimeObject* ___cipher_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::blockSize int32_t ___blockSize_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::counter ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___counter_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::counterOut ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___counterOut_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_4; public: inline static int32_t get_offset_of_cipher_0() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___cipher_0)); } inline RuntimeObject* get_cipher_0() const { return ___cipher_0; } inline RuntimeObject** get_address_of_cipher_0() { return &___cipher_0; } inline void set_cipher_0(RuntimeObject* value) { ___cipher_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_0), (void*)value); } inline static int32_t get_offset_of_blockSize_1() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___blockSize_1)); } inline int32_t get_blockSize_1() const { return ___blockSize_1; } inline int32_t* get_address_of_blockSize_1() { return &___blockSize_1; } inline void set_blockSize_1(int32_t value) { ___blockSize_1 = value; } inline static int32_t get_offset_of_counter_2() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___counter_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_counter_2() const { return ___counter_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_counter_2() { return &___counter_2; } inline void set_counter_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___counter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___counter_2), (void*)value); } inline static int32_t get_offset_of_counterOut_3() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___counterOut_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_counterOut_3() const { return ___counterOut_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_counterOut_3() { return &___counterOut_3; } inline void set_counterOut_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___counterOut_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___counterOut_3), (void*)value); } inline static int32_t get_offset_of_IV_4() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___IV_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_4() const { return ___IV_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_4() { return &___IV_4; } inline void set_IV_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine struct SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::key0 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___key0_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::key1 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___key1_3; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::key2 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___key2_4; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::key3 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___key3_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::encrypting bool ___encrypting_6; public: inline static int32_t get_offset_of_key0_2() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___key0_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_key0_2() const { return ___key0_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_key0_2() { return &___key0_2; } inline void set_key0_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___key0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key0_2), (void*)value); } inline static int32_t get_offset_of_key1_3() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___key1_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_key1_3() const { return ___key1_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_key1_3() { return &___key1_3; } inline void set_key1_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___key1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___key1_3), (void*)value); } inline static int32_t get_offset_of_key2_4() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___key2_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_key2_4() const { return ___key2_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_key2_4() { return &___key2_4; } inline void set_key2_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___key2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___key2_4), (void*)value); } inline static int32_t get_offset_of_key3_5() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___key3_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_key3_5() const { return ___key3_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_key3_5() { return &___key3_5; } inline void set_key3_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___key3_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___key3_5), (void*)value); } inline static int32_t get_offset_of_encrypting_6() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___encrypting_6)); } inline bool get_encrypting_6() const { return ___encrypting_6; } inline bool* get_address_of_encrypting_6() { return &___encrypting_6; } inline void set_encrypting_6(bool value) { ___encrypting_6 = value; } }; struct SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::ftable Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___ftable_1; public: inline static int32_t get_offset_of_ftable_1() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields, ___ftable_1)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_ftable_1() const { return ___ftable_1; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_ftable_1() { return &___ftable_1; } inline void set_ftable_1(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___ftable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ftable_1), (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.Crypto.Paddings.TbcPadding struct TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine struct TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED : public RuntimeObject { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_a uint32_t ____a_4; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_b uint32_t ____b_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_c uint32_t ____c_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_d uint32_t ____d_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_initialised bool ____initialised_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_forEncryption bool ____forEncryption_9; public: inline static int32_t get_offset_of__a_4() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____a_4)); } inline uint32_t get__a_4() const { return ____a_4; } inline uint32_t* get_address_of__a_4() { return &____a_4; } inline void set__a_4(uint32_t value) { ____a_4 = value; } inline static int32_t get_offset_of__b_5() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____b_5)); } inline uint32_t get__b_5() const { return ____b_5; } inline uint32_t* get_address_of__b_5() { return &____b_5; } inline void set__b_5(uint32_t value) { ____b_5 = value; } inline static int32_t get_offset_of__c_6() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____c_6)); } inline uint32_t get__c_6() const { return ____c_6; } inline uint32_t* get_address_of__c_6() { return &____c_6; } inline void set__c_6(uint32_t value) { ____c_6 = value; } inline static int32_t get_offset_of__d_7() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____d_7)); } inline uint32_t get__d_7() const { return ____d_7; } inline uint32_t* get_address_of__d_7() { return &____d_7; } inline void set__d_7(uint32_t value) { ____d_7 = value; } inline static int32_t get_offset_of__initialised_8() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____initialised_8)); } inline bool get__initialised_8() const { return ____initialised_8; } inline bool* get_address_of__initialised_8() { return &____initialised_8; } inline void set__initialised_8(bool value) { ____initialised_8 = value; } inline static int32_t get_offset_of__forEncryption_9() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____forEncryption_9)); } inline bool get__forEncryption_9() const { return ____forEncryption_9; } inline bool* get_address_of__forEncryption_9() { return &____forEncryption_9; } inline void set__forEncryption_9(bool value) { ____forEncryption_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine struct ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::blocksizeBytes int32_t ___blocksizeBytes_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::blocksizeWords int32_t ___blocksizeWords_15; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::currentBlock UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___currentBlock_16; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::t UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___t_17; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::kw UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___kw_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine/ThreefishCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::cipher ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542 * ___cipher_19; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::forEncryption bool ___forEncryption_20; public: inline static int32_t get_offset_of_blocksizeBytes_14() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___blocksizeBytes_14)); } inline int32_t get_blocksizeBytes_14() const { return ___blocksizeBytes_14; } inline int32_t* get_address_of_blocksizeBytes_14() { return &___blocksizeBytes_14; } inline void set_blocksizeBytes_14(int32_t value) { ___blocksizeBytes_14 = value; } inline static int32_t get_offset_of_blocksizeWords_15() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___blocksizeWords_15)); } inline int32_t get_blocksizeWords_15() const { return ___blocksizeWords_15; } inline int32_t* get_address_of_blocksizeWords_15() { return &___blocksizeWords_15; } inline void set_blocksizeWords_15(int32_t value) { ___blocksizeWords_15 = value; } inline static int32_t get_offset_of_currentBlock_16() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___currentBlock_16)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_currentBlock_16() const { return ___currentBlock_16; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_currentBlock_16() { return &___currentBlock_16; } inline void set_currentBlock_16(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___currentBlock_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentBlock_16), (void*)value); } inline static int32_t get_offset_of_t_17() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___t_17)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_t_17() const { return ___t_17; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_t_17() { return &___t_17; } inline void set_t_17(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___t_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_17), (void*)value); } inline static int32_t get_offset_of_kw_18() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___kw_18)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_kw_18() const { return ___kw_18; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_kw_18() { return &___kw_18; } inline void set_kw_18(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___kw_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___kw_18), (void*)value); } inline static int32_t get_offset_of_cipher_19() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___cipher_19)); } inline ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542 * get_cipher_19() const { return ___cipher_19; } inline ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542 ** get_address_of_cipher_19() { return &___cipher_19; } inline void set_cipher_19(ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542 * value) { ___cipher_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_19), (void*)value); } inline static int32_t get_offset_of_forEncryption_20() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___forEncryption_20)); } inline bool get_forEncryption_20() const { return ___forEncryption_20; } inline bool* get_address_of_forEncryption_20() { return &___forEncryption_20; } inline void set_forEncryption_20(bool value) { ___forEncryption_20 = value; } }; struct ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::MOD9 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___MOD9_10; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::MOD17 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___MOD17_11; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::MOD5 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___MOD5_12; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::MOD3 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___MOD3_13; public: inline static int32_t get_offset_of_MOD9_10() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields, ___MOD9_10)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_MOD9_10() const { return ___MOD9_10; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_MOD9_10() { return &___MOD9_10; } inline void set_MOD9_10(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___MOD9_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___MOD9_10), (void*)value); } inline static int32_t get_offset_of_MOD17_11() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields, ___MOD17_11)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_MOD17_11() const { return ___MOD17_11; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_MOD17_11() { return &___MOD17_11; } inline void set_MOD17_11(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___MOD17_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___MOD17_11), (void*)value); } inline static int32_t get_offset_of_MOD5_12() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields, ___MOD5_12)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_MOD5_12() const { return ___MOD5_12; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_MOD5_12() { return &___MOD5_12; } inline void set_MOD5_12(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___MOD5_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___MOD5_12), (void*)value); } inline static int32_t get_offset_of_MOD3_13() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields, ___MOD3_13)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_MOD3_13() const { return ___MOD3_13; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_MOD3_13() { return &___MOD3_13; } inline void set_MOD3_13(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___MOD3_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___MOD3_13), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine struct TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::encrypting bool ___encrypting_36; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::gMDS0 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___gMDS0_37; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::gMDS1 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___gMDS1_38; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::gMDS2 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___gMDS2_39; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::gMDS3 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___gMDS3_40; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::gSubKeys Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___gSubKeys_41; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::gSBox Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___gSBox_42; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::k64Cnt int32_t ___k64Cnt_43; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::workingKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workingKey_44; public: inline static int32_t get_offset_of_encrypting_36() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___encrypting_36)); } inline bool get_encrypting_36() const { return ___encrypting_36; } inline bool* get_address_of_encrypting_36() { return &___encrypting_36; } inline void set_encrypting_36(bool value) { ___encrypting_36 = value; } inline static int32_t get_offset_of_gMDS0_37() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___gMDS0_37)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_gMDS0_37() const { return ___gMDS0_37; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_gMDS0_37() { return &___gMDS0_37; } inline void set_gMDS0_37(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___gMDS0_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___gMDS0_37), (void*)value); } inline static int32_t get_offset_of_gMDS1_38() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___gMDS1_38)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_gMDS1_38() const { return ___gMDS1_38; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_gMDS1_38() { return &___gMDS1_38; } inline void set_gMDS1_38(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___gMDS1_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___gMDS1_38), (void*)value); } inline static int32_t get_offset_of_gMDS2_39() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___gMDS2_39)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_gMDS2_39() const { return ___gMDS2_39; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_gMDS2_39() { return &___gMDS2_39; } inline void set_gMDS2_39(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___gMDS2_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___gMDS2_39), (void*)value); } inline static int32_t get_offset_of_gMDS3_40() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___gMDS3_40)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_gMDS3_40() const { return ___gMDS3_40; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_gMDS3_40() { return &___gMDS3_40; } inline void set_gMDS3_40(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___gMDS3_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___gMDS3_40), (void*)value); } inline static int32_t get_offset_of_gSubKeys_41() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___gSubKeys_41)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_gSubKeys_41() const { return ___gSubKeys_41; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_gSubKeys_41() { return &___gSubKeys_41; } inline void set_gSubKeys_41(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___gSubKeys_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___gSubKeys_41), (void*)value); } inline static int32_t get_offset_of_gSBox_42() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___gSBox_42)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_gSBox_42() const { return ___gSBox_42; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_gSBox_42() { return &___gSBox_42; } inline void set_gSBox_42(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___gSBox_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___gSBox_42), (void*)value); } inline static int32_t get_offset_of_k64Cnt_43() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___k64Cnt_43)); } inline int32_t get_k64Cnt_43() const { return ___k64Cnt_43; } inline int32_t* get_address_of_k64Cnt_43() { return &___k64Cnt_43; } inline void set_k64Cnt_43(int32_t value) { ___k64Cnt_43 = value; } inline static int32_t get_offset_of_workingKey_44() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314, ___workingKey_44)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workingKey_44() const { return ___workingKey_44; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workingKey_44() { return &___workingKey_44; } inline void set_workingKey_44(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workingKey_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_44), (void*)value); } }; struct TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314_StaticFields { public: // System.Byte[0...,0...] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::P ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* ___P_0; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314_StaticFields, ___P_0)); } inline ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* get_P_0() const { return ___P_0; } inline ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.UrlAndHash struct UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07 : public RuntimeObject { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.UrlAndHash::mUrl String_t* ___mUrl_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.UrlAndHash::mSha1Hash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSha1Hash_1; public: inline static int32_t get_offset_of_mUrl_0() { return static_cast(offsetof(UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07, ___mUrl_0)); } inline String_t* get_mUrl_0() const { return ___mUrl_0; } inline String_t** get_address_of_mUrl_0() { return &___mUrl_0; } inline void set_mUrl_0(String_t* value) { ___mUrl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mUrl_0), (void*)value); } inline static int32_t get_offset_of_mSha1Hash_1() { return static_cast(offsetof(UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07, ___mSha1Hash_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSha1Hash_1() const { return ___mSha1Hash_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSha1Hash_1() { return &___mSha1Hash_1; } inline void set_mSha1Hash_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSha1Hash_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSha1Hash_1), (void*)value); } }; // UserSettings struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 : public RuntimeObject { public: // System.Boolean UserSettings::openBGM bool ___openBGM_0; // System.Boolean UserSettings::openEffect bool ___openEffect_1; // System.Boolean UserSettings::openCrossHair bool ___openCrossHair_2; // System.Int32 UserSettings::shootLevel int32_t ___shootLevel_3; // System.Single UserSettings::actualArrowWeight float ___actualArrowWeight_4; // BowRotateConvert UserSettings::bowRotateConvert BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * ___bowRotateConvert_5; // System.Boolean UserSettings::bowCameraFixed bool ___bowCameraFixed_6; // System.Boolean UserSettings::trainMode bool ___trainMode_7; // System.Boolean UserSettings::deviceCalibrateGuideFinish bool ___deviceCalibrateGuideFinish_8; // System.Collections.Generic.HashSet`1 UserSettings::gameRuleGuideFinish HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___gameRuleGuideFinish_9; public: inline static int32_t get_offset_of_openBGM_0() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openBGM_0)); } inline bool get_openBGM_0() const { return ___openBGM_0; } inline bool* get_address_of_openBGM_0() { return &___openBGM_0; } inline void set_openBGM_0(bool value) { ___openBGM_0 = value; } inline static int32_t get_offset_of_openEffect_1() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openEffect_1)); } inline bool get_openEffect_1() const { return ___openEffect_1; } inline bool* get_address_of_openEffect_1() { return &___openEffect_1; } inline void set_openEffect_1(bool value) { ___openEffect_1 = value; } inline static int32_t get_offset_of_openCrossHair_2() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openCrossHair_2)); } inline bool get_openCrossHair_2() const { return ___openCrossHair_2; } inline bool* get_address_of_openCrossHair_2() { return &___openCrossHair_2; } inline void set_openCrossHair_2(bool value) { ___openCrossHair_2 = value; } inline static int32_t get_offset_of_shootLevel_3() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___shootLevel_3)); } inline int32_t get_shootLevel_3() const { return ___shootLevel_3; } inline int32_t* get_address_of_shootLevel_3() { return &___shootLevel_3; } inline void set_shootLevel_3(int32_t value) { ___shootLevel_3 = value; } inline static int32_t get_offset_of_actualArrowWeight_4() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___actualArrowWeight_4)); } inline float get_actualArrowWeight_4() const { return ___actualArrowWeight_4; } inline float* get_address_of_actualArrowWeight_4() { return &___actualArrowWeight_4; } inline void set_actualArrowWeight_4(float value) { ___actualArrowWeight_4 = value; } inline static int32_t get_offset_of_bowRotateConvert_5() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___bowRotateConvert_5)); } inline BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * get_bowRotateConvert_5() const { return ___bowRotateConvert_5; } inline BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 ** get_address_of_bowRotateConvert_5() { return &___bowRotateConvert_5; } inline void set_bowRotateConvert_5(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * value) { ___bowRotateConvert_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowRotateConvert_5), (void*)value); } inline static int32_t get_offset_of_bowCameraFixed_6() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___bowCameraFixed_6)); } inline bool get_bowCameraFixed_6() const { return ___bowCameraFixed_6; } inline bool* get_address_of_bowCameraFixed_6() { return &___bowCameraFixed_6; } inline void set_bowCameraFixed_6(bool value) { ___bowCameraFixed_6 = value; } inline static int32_t get_offset_of_trainMode_7() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___trainMode_7)); } inline bool get_trainMode_7() const { return ___trainMode_7; } inline bool* get_address_of_trainMode_7() { return &___trainMode_7; } inline void set_trainMode_7(bool value) { ___trainMode_7 = value; } inline static int32_t get_offset_of_deviceCalibrateGuideFinish_8() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___deviceCalibrateGuideFinish_8)); } inline bool get_deviceCalibrateGuideFinish_8() const { return ___deviceCalibrateGuideFinish_8; } inline bool* get_address_of_deviceCalibrateGuideFinish_8() { return &___deviceCalibrateGuideFinish_8; } inline void set_deviceCalibrateGuideFinish_8(bool value) { ___deviceCalibrateGuideFinish_8 = value; } inline static int32_t get_offset_of_gameRuleGuideFinish_9() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___gameRuleGuideFinish_9)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_gameRuleGuideFinish_9() const { return ___gameRuleGuideFinish_9; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_gameRuleGuideFinish_9() { return &___gameRuleGuideFinish_9; } inline void set_gameRuleGuideFinish_9(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___gameRuleGuideFinish_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameRuleGuideFinish_9), (void*)value); } }; struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84_StaticFields { public: // UserSettings UserSettings::_ins UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * ____ins_10; public: inline static int32_t get_offset_of__ins_10() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84_StaticFields, ____ins_10)); } inline UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * get__ins_10() const { return ____ins_10; } inline UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 ** get_address_of__ins_10() { return &____ins_10; } inline void set__ins_10(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * value) { ____ins_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_10), (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.Crypto.Engines.VmpcEngine struct VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcEngine::n uint8_t ___n_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcEngine::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_1; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcEngine::s uint8_t ___s_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcEngine::workingIV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workingIV_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcEngine::workingKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workingKey_4; public: inline static int32_t get_offset_of_n_0() { return static_cast(offsetof(VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04, ___n_0)); } inline uint8_t get_n_0() const { return ___n_0; } inline uint8_t* get_address_of_n_0() { return &___n_0; } inline void set_n_0(uint8_t value) { ___n_0 = value; } inline static int32_t get_offset_of_P_1() { return static_cast(offsetof(VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04, ___P_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_1() const { return ___P_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_1() { return &___P_1; } inline void set_P_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_1), (void*)value); } inline static int32_t get_offset_of_s_2() { return static_cast(offsetof(VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04, ___s_2)); } inline uint8_t get_s_2() const { return ___s_2; } inline uint8_t* get_address_of_s_2() { return &___s_2; } inline void set_s_2(uint8_t value) { ___s_2 = value; } inline static int32_t get_offset_of_workingIV_3() { return static_cast(offsetof(VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04, ___workingIV_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workingIV_3() const { return ___workingIV_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workingIV_3() { return &___workingIV_3; } inline void set_workingIV_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workingIV_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingIV_3), (void*)value); } inline static int32_t get_offset_of_workingKey_4() { return static_cast(offsetof(VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04, ___workingKey_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workingKey_4() const { return ___workingKey_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workingKey_4() { return &___workingKey_4; } inline void set_workingKey_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workingKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.X923Padding struct X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.X923Padding::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.XteaEngine struct XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.XteaEngine::_S UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____S_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.XteaEngine::_sum0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____sum0_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.XteaEngine::_sum1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____sum1_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.XteaEngine::_initialised bool ____initialised_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.XteaEngine::_forEncryption bool ____forEncryption_7; public: inline static int32_t get_offset_of__S_3() { return static_cast(offsetof(XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE, ____S_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__S_3() const { return ____S_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__S_3() { return &____S_3; } inline void set__S_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____S_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____S_3), (void*)value); } inline static int32_t get_offset_of__sum0_4() { return static_cast(offsetof(XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE, ____sum0_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__sum0_4() const { return ____sum0_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__sum0_4() { return &____sum0_4; } inline void set__sum0_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____sum0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____sum0_4), (void*)value); } inline static int32_t get_offset_of__sum1_5() { return static_cast(offsetof(XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE, ____sum1_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__sum1_5() const { return ____sum1_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__sum1_5() { return &____sum1_5; } inline void set__sum1_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____sum1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____sum1_5), (void*)value); } inline static int32_t get_offset_of__initialised_6() { return static_cast(offsetof(XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE, ____initialised_6)); } inline bool get__initialised_6() const { return ____initialised_6; } inline bool* get_address_of__initialised_6() { return &____initialised_6; } inline void set__initialised_6(bool value) { ____initialised_6 = value; } inline static int32_t get_offset_of__forEncryption_7() { return static_cast(offsetof(XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE, ____forEncryption_7)); } inline bool get__forEncryption_7() const { return ____forEncryption_7; } inline bool* get_address_of__forEncryption_7() { return &____forEncryption_7; } inline void set__forEncryption_7(bool value) { ____forEncryption_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding struct ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 : public RuntimeObject { public: public: }; // ChallengeTargetForResetView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 : public RuntimeObject { public: // UnityEngine.GameObject ChallengeTargetForResetView/<>c__DisplayClass4_0::myGameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___myGameObject_0; public: inline static int32_t get_offset_of_myGameObject_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4, ___myGameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_myGameObject_0() const { return ___myGameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_myGameObject_0() { return &___myGameObject_0; } inline void set_myGameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___myGameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___myGameObject_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable struct AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable::parent CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * ___parent_0; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1, ___parent_0)); } inline CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * get_parent_0() const { return ___parent_0; } inline CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable struct CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::algorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::mac RuntimeObject* ___mac_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::readable RuntimeObject* ___readable_2; public: inline static int32_t get_offset_of_algorithm_0() { return static_cast(offsetof(CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811, ___algorithm_0)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algorithm_0() const { return ___algorithm_0; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algorithm_0() { return &___algorithm_0; } inline void set_algorithm_0(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_0), (void*)value); } inline static int32_t get_offset_of_mac_1() { return static_cast(offsetof(CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811, ___mac_1)); } inline RuntimeObject* get_mac_1() const { return ___mac_1; } inline RuntimeObject** get_address_of_mac_1() { return &___mac_1; } inline void set_mac_1(RuntimeObject* value) { ___mac_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_1), (void*)value); } inline static int32_t get_offset_of_readable_2() { return static_cast(offsetof(CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811, ___readable_2)); } inline RuntimeObject* get_readable_2() const { return ___readable_2; } inline RuntimeObject** get_address_of_readable_2() { return &___readable_2; } inline void set_readable_2(RuntimeObject* value) { ___readable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___readable_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable struct CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::algorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::cipher RuntimeObject* ___cipher_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::readable RuntimeObject* ___readable_2; public: inline static int32_t get_offset_of_algorithm_0() { return static_cast(offsetof(CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71, ___algorithm_0)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algorithm_0() const { return ___algorithm_0; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algorithm_0() { return &___algorithm_0; } inline void set_algorithm_0(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_0), (void*)value); } inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (void*)value); } inline static int32_t get_offset_of_readable_2() { return static_cast(offsetof(CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71, ___readable_2)); } inline RuntimeObject* get_readable_2() const { return ___readable_2; } inline RuntimeObject** get_address_of_readable_2() { return &___readable_2; } inline void set_readable_2(RuntimeObject* value) { ___readable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___readable_2), (void*)value); } }; // 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: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate struct AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificateInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::acinfo AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * ___acinfo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::signatureAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signatureAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::signatureValue DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___signatureValue_4; public: inline static int32_t get_offset_of_acinfo_2() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___acinfo_2)); } inline AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * get_acinfo_2() const { return ___acinfo_2; } inline AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 ** get_address_of_acinfo_2() { return &___acinfo_2; } inline void set_acinfo_2(AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * value) { ___acinfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___acinfo_2), (void*)value); } inline static int32_t get_offset_of_signatureAlgorithm_3() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___signatureAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signatureAlgorithm_3() const { return ___signatureAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signatureAlgorithm_3() { return &___signatureAlgorithm_3; } inline void set_signatureAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signatureAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_signatureValue_4() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___signatureValue_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_signatureValue_4() const { return ___signatureValue_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_signatureValue_4() { return &___signatureValue_4; } inline void set_signatureValue_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___signatureValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureValue_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AttributePkcs struct AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AttributePkcs::attrType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___attrType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AttributePkcs::attrValues Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attrValues_3; public: inline static int32_t get_offset_of_attrType_2() { return static_cast(offsetof(AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646, ___attrType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_attrType_2() const { return ___attrType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_attrType_2() { return &___attrType_2; } inline void set_attrType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___attrType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrType_2), (void*)value); } inline static int32_t get_offset_of_attrValues_3() { return static_cast(offsetof(AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646, ___attrValues_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_attrValues_3() const { return ___attrValues_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_attrValues_3() { return &___attrValues_3; } inline void set_attrValues_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___attrValues_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValues_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue struct AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue::type DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___type_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue::value Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___value_3; public: inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738, ___type_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_type_2() const { return ___type_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_type_2() { return &___type_2; } inline void set_type_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738, ___value_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_value_3() const { return ___value_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData struct AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::originatorInfo OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::recipientInfos Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::authEncryptedContentInfo EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___authEncryptedContentInfo_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::authAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authAttrs_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::mac Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___mac_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::unauthAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthAttrs_8; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3, ___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_originatorInfo_3() { return static_cast(offsetof(AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3, ___originatorInfo_3)); } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * get_originatorInfo_3() const { return ___originatorInfo_3; } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D ** get_address_of_originatorInfo_3() { return &___originatorInfo_3; } inline void set_originatorInfo_3(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * value) { ___originatorInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___originatorInfo_3), (void*)value); } inline static int32_t get_offset_of_recipientInfos_4() { return static_cast(offsetof(AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3, ___recipientInfos_4)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_recipientInfos_4() const { return ___recipientInfos_4; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_recipientInfos_4() { return &___recipientInfos_4; } inline void set_recipientInfos_4(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___recipientInfos_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfos_4), (void*)value); } inline static int32_t get_offset_of_authEncryptedContentInfo_5() { return static_cast(offsetof(AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3, ___authEncryptedContentInfo_5)); } inline EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * get_authEncryptedContentInfo_5() const { return ___authEncryptedContentInfo_5; } inline EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 ** get_address_of_authEncryptedContentInfo_5() { return &___authEncryptedContentInfo_5; } inline void set_authEncryptedContentInfo_5(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * value) { ___authEncryptedContentInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___authEncryptedContentInfo_5), (void*)value); } inline static int32_t get_offset_of_authAttrs_6() { return static_cast(offsetof(AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3, ___authAttrs_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authAttrs_6() const { return ___authAttrs_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authAttrs_6() { return &___authAttrs_6; } inline void set_authAttrs_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authAttrs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___authAttrs_6), (void*)value); } inline static int32_t get_offset_of_mac_7() { return static_cast(offsetof(AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3, ___mac_7)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_mac_7() const { return ___mac_7; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_mac_7() { return &___mac_7; } inline void set_mac_7(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___mac_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_7), (void*)value); } inline static int32_t get_offset_of_unauthAttrs_8() { return static_cast(offsetof(AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3, ___unauthAttrs_8)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthAttrs_8() const { return ___unauthAttrs_8; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthAttrs_8() { return &___unauthAttrs_8; } inline void set_unauthAttrs_8(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthAttrs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthAttrs_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData struct AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::originatorInfo OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::recipientInfos Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::macAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___macAlgorithm_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::digestAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digestAlgorithm_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::encapsulatedContentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___encapsulatedContentInfo_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::authAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authAttrs_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::mac Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___mac_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::unauthAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthAttrs_10; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___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_originatorInfo_3() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___originatorInfo_3)); } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * get_originatorInfo_3() const { return ___originatorInfo_3; } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D ** get_address_of_originatorInfo_3() { return &___originatorInfo_3; } inline void set_originatorInfo_3(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * value) { ___originatorInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___originatorInfo_3), (void*)value); } inline static int32_t get_offset_of_recipientInfos_4() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___recipientInfos_4)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_recipientInfos_4() const { return ___recipientInfos_4; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_recipientInfos_4() { return &___recipientInfos_4; } inline void set_recipientInfos_4(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___recipientInfos_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfos_4), (void*)value); } inline static int32_t get_offset_of_macAlgorithm_5() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___macAlgorithm_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_macAlgorithm_5() const { return ___macAlgorithm_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_macAlgorithm_5() { return &___macAlgorithm_5; } inline void set_macAlgorithm_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___macAlgorithm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___macAlgorithm_5), (void*)value); } inline static int32_t get_offset_of_digestAlgorithm_6() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___digestAlgorithm_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digestAlgorithm_6() const { return ___digestAlgorithm_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digestAlgorithm_6() { return &___digestAlgorithm_6; } inline void set_digestAlgorithm_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digestAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithm_6), (void*)value); } inline static int32_t get_offset_of_encapsulatedContentInfo_7() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___encapsulatedContentInfo_7)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_encapsulatedContentInfo_7() const { return ___encapsulatedContentInfo_7; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_encapsulatedContentInfo_7() { return &___encapsulatedContentInfo_7; } inline void set_encapsulatedContentInfo_7(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___encapsulatedContentInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___encapsulatedContentInfo_7), (void*)value); } inline static int32_t get_offset_of_authAttrs_8() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___authAttrs_8)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authAttrs_8() const { return ___authAttrs_8; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authAttrs_8() { return &___authAttrs_8; } inline void set_authAttrs_8(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authAttrs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___authAttrs_8), (void*)value); } inline static int32_t get_offset_of_mac_9() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___mac_9)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_mac_9() const { return ___mac_9; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_mac_9() { return &___mac_9; } inline void set_mac_9(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___mac_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_9), (void*)value); } inline static int32_t get_offset_of_unauthAttrs_10() { return static_cast(offsetof(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A, ___unauthAttrs_10)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthAttrs_10() const { return ___unauthAttrs_10; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthAttrs_10() { return &___unauthAttrs_10; } inline void set_unauthAttrs_10(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthAttrs_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthAttrs_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator struct BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 : public Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_tagged bool ____tagged_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_isExplicit bool ____isExplicit_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_tagNo int32_t ____tagNo_3; public: inline static int32_t get_offset_of__tagged_1() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____tagged_1)); } inline bool get__tagged_1() const { return ____tagged_1; } inline bool* get_address_of__tagged_1() { return &____tagged_1; } inline void set__tagged_1(bool value) { ____tagged_1 = value; } inline static int32_t get_offset_of__isExplicit_2() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____isExplicit_2)); } inline bool get__isExplicit_2() const { return ____isExplicit_2; } inline bool* get_address_of__isExplicit_2() { return &____isExplicit_2; } inline void set__isExplicit_2(bool value) { ____isExplicit_2 = value; } inline static int32_t get_offset_of__tagNo_3() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____tagNo_3)); } inline int32_t get__tagNo_3() const { return ____tagNo_3; } inline int32_t* get_address_of__tagNo_3() { return &____tagNo_3; } inline void set__tagNo_3(int32_t value) { ____tagNo_3 = value; } }; // 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher struct BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B : public BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::cipher RuntimeObject* ___cipher_1; public: inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher struct BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 : public BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::cipher RuntimeObject* ___cipher_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::bufOff int32_t ___bufOff_3; public: inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (void*)value); } inline static int32_t get_offset_of_buffer_2() { return static_cast(offsetof(BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296, ___buffer_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_2() const { return ___buffer_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_2() { return &___buffer_2; } inline void set_buffer_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_2), (void*)value); } inline static int32_t get_offset_of_bufOff_3() { return static_cast(offsetof(BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296, ___bufOff_3)); } inline int32_t get_bufOff_3() const { return ___bufOff_3; } inline int32_t* get_address_of_bufOff_3() { return &___bufOff_3; } inline void set_bufOff_3(int32_t value) { ___bufOff_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher struct BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB : public BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::bufOff int32_t ___bufOff_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::forEncryption bool ___forEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::cipher RuntimeObject* ___cipher_4; public: inline static int32_t get_offset_of_buf_1() { return static_cast(offsetof(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB, ___buf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_1() const { return ___buf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_1() { return &___buf_1; } inline void set_buf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_1), (void*)value); } inline static int32_t get_offset_of_bufOff_2() { return static_cast(offsetof(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB, ___bufOff_2)); } inline int32_t get_bufOff_2() const { return ___bufOff_2; } inline int32_t* get_address_of_bufOff_2() { return &___bufOff_2; } inline void set_bufOff_2(int32_t value) { ___bufOff_2 = value; } inline static int32_t get_offset_of_forEncryption_3() { return static_cast(offsetof(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB, ___forEncryption_3)); } inline bool get_forEncryption_3() const { return ___forEncryption_3; } inline bool* get_address_of_forEncryption_3() { return &___forEncryption_3; } inline void set_forEncryption_3(bool value) { ___forEncryption_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedIesCipher struct BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472 : public BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedIesCipher::engine IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A * ___engine_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedIesCipher::forEncryption bool ___forEncryption_2; // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedIesCipher::buffer MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___buffer_3; public: inline static int32_t get_offset_of_engine_1() { return static_cast(offsetof(BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472, ___engine_1)); } inline IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A * get_engine_1() const { return ___engine_1; } inline IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A ** get_address_of_engine_1() { return &___engine_1; } inline void set_engine_1(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A * value) { ___engine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_1), (void*)value); } inline static int32_t get_offset_of_forEncryption_2() { return static_cast(offsetof(BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472, ___forEncryption_2)); } inline bool get_forEncryption_2() const { return ___forEncryption_2; } inline bool* get_address_of_forEncryption_2() { return &___forEncryption_2; } inline void set_forEncryption_2(bool value) { ___forEncryption_2 = value; } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472, ___buffer_3)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_buffer_3() const { return ___buffer_3; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedStreamCipher struct BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B : public BufferedCipherBase_t6595B5E2AB481B40B6368E2EF29E33123A521770 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedStreamCipher::cipher RuntimeObject* ___cipher_1; public: inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (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.Crypto.Engines.Cast6Engine struct Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 : public Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_Kr Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____Kr_18; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_Km UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____Km_19; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_Tr Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____Tr_20; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_Tm UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____Tm_21; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::_workingKey UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____workingKey_22; public: inline static int32_t get_offset_of__Kr_18() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____Kr_18)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__Kr_18() const { return ____Kr_18; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__Kr_18() { return &____Kr_18; } inline void set__Kr_18(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____Kr_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____Kr_18), (void*)value); } inline static int32_t get_offset_of__Km_19() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____Km_19)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__Km_19() const { return ____Km_19; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__Km_19() { return &____Km_19; } inline void set__Km_19(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____Km_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____Km_19), (void*)value); } inline static int32_t get_offset_of__Tr_20() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____Tr_20)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__Tr_20() const { return ____Tr_20; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__Tr_20() { return &____Tr_20; } inline void set__Tr_20(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____Tr_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____Tr_20), (void*)value); } inline static int32_t get_offset_of__Tm_21() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____Tm_21)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__Tm_21() const { return ____Tm_21; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__Tm_21() { return &____Tm_21; } inline void set__Tm_21(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____Tm_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____Tm_21), (void*)value); } inline static int32_t get_offset_of__workingKey_22() { return static_cast(offsetof(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6, ____workingKey_22)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__workingKey_22() const { return ____workingKey_22; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__workingKey_22() { return &____workingKey_22; } inline void set__workingKey_22(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____workingKey_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____workingKey_22), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.CcmParameters struct CcmParameters_tC70F2A7295BE08A8BE21F2419A8F96DEF2A0393C : public AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertBag struct CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertBag::certID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___certID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertBag::certValue Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___certValue_3; public: inline static int32_t get_offset_of_certID_2() { return static_cast(offsetof(CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE, ___certID_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_certID_2() const { return ___certID_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_certID_2() { return &___certID_2; } inline void set_certID_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___certID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certID_2), (void*)value); } inline static int32_t get_offset_of_certValue_3() { return static_cast(offsetof(CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE, ___certValue_3)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_certValue_3() const { return ___certValue_3; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_certValue_3() { return &___certValue_3; } inline void set_certValue_3(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___certValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValue_3), (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.IsisMtt.Ocsp.CertHash struct CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::certificateHash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certificateHash_3; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_certificateHash_3() { return static_cast(offsetof(CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A, ___certificateHash_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_certificateHash_3() const { return ___certificateHash_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_certificateHash_3() { return &___certificateHash_3; } inline void set_certificateHash_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___certificateHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateHash_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::issuerNameHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerNameHash_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::issuerKeyHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerKeyHash_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_5; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_issuerNameHash_3() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___issuerNameHash_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_issuerNameHash_3() const { return ___issuerNameHash_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_issuerNameHash_3() { return &___issuerNameHash_3; } inline void set_issuerNameHash_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___issuerNameHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerNameHash_3), (void*)value); } inline static int32_t get_offset_of_issuerKeyHash_4() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___issuerKeyHash_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_issuerKeyHash_4() const { return ___issuerKeyHash_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_issuerKeyHash_4() { return &___issuerKeyHash_4; } inline void set_issuerKeyHash_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___issuerKeyHash_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerKeyHash_4), (void*)value); } inline static int32_t get_offset_of_serialNumber_5() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___serialNumber_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_5() const { return ___serialNumber_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_5() { return &___serialNumber_5; } inline void set_serialNumber_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId struct CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::issuer GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___issuer_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_3; public: inline static int32_t get_offset_of_issuer_2() { return static_cast(offsetof(CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5, ___issuer_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_issuer_2() const { return ___issuer_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_issuer_2() { return &___issuer_2; } inline void set_issuer_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___issuer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_2), (void*)value); } inline static int32_t get_offset_of_serialNumber_3() { return static_cast(offsetof(CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5, ___serialNumber_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_3() const { return ___serialNumber_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_3() { return &___serialNumber_3; } inline void set_serialNumber_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert struct CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::certificate CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * ___certificate_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::encryptedCert EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___encryptedCert_3; public: inline static int32_t get_offset_of_certificate_2() { return static_cast(offsetof(CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0, ___certificate_2)); } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * get_certificate_2() const { return ___certificate_2; } inline CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 ** get_address_of_certificate_2() { return &___certificate_2; } inline void set_certificate_2(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * value) { ___certificate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_2), (void*)value); } inline static int32_t get_offset_of_encryptedCert_3() { return static_cast(offsetof(CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0, ___encryptedCert_3)); } inline EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * get_encryptedCert_3() const { return ___encryptedCert_3; } inline EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 ** get_address_of_encryptedCert_3() { return &___encryptedCert_3; } inline void set_encryptedCert_3(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * value) { ___encryptedCert_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedCert_3), (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.Crmf.CertReqMsg struct CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::certReq CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * ___certReq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.ProofOfPossession BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::popo ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * ___popo_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::regInfo Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___regInfo_4; public: inline static int32_t get_offset_of_certReq_2() { return static_cast(offsetof(CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5, ___certReq_2)); } inline CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * get_certReq_2() const { return ___certReq_2; } inline CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 ** get_address_of_certReq_2() { return &___certReq_2; } inline void set_certReq_2(CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * value) { ___certReq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certReq_2), (void*)value); } inline static int32_t get_offset_of_popo_3() { return static_cast(offsetof(CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5, ___popo_3)); } inline ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * get_popo_3() const { return ___popo_3; } inline ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 ** get_address_of_popo_3() { return &___popo_3; } inline void set_popo_3(ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * value) { ___popo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___popo_3), (void*)value); } inline static int32_t get_offset_of_regInfo_4() { return static_cast(offsetof(CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5, ___regInfo_4)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_regInfo_4() const { return ___regInfo_4; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_regInfo_4() { return &___regInfo_4; } inline void set_regInfo_4(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___regInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___regInfo_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest struct CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::certReqId DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::certTemplate CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * ___certTemplate_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::controls Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * ___controls_4; public: inline static int32_t get_offset_of_certReqId_2() { return static_cast(offsetof(CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03, ___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_certTemplate_3() { return static_cast(offsetof(CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03, ___certTemplate_3)); } inline CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * get_certTemplate_3() const { return ___certTemplate_3; } inline CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D ** get_address_of_certTemplate_3() { return &___certTemplate_3; } inline void set_certTemplate_3(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * value) { ___certTemplate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certTemplate_3), (void*)value); } inline static int32_t get_offset_of_controls_4() { return static_cast(offsetof(CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03, ___controls_4)); } inline Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * get_controls_4() const { return ___controls_4; } inline Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 ** get_address_of_controls_4() { return &___controls_4; } inline void set_controls_4(Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * value) { ___controls_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___controls_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse struct CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::certReqId DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::status PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___status_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::certifiedKeyPair CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * ___certifiedKeyPair_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::rspInfo Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___rspInfo_5; public: inline static int32_t get_offset_of_certReqId_2() { return static_cast(offsetof(CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592, ___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_status_3() { return static_cast(offsetof(CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592, ___status_3)); } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * get_status_3() const { return ___status_3; } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 ** get_address_of_status_3() { return &___status_3; } inline void set_status_3(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * value) { ___status_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_3), (void*)value); } inline static int32_t get_offset_of_certifiedKeyPair_4() { return static_cast(offsetof(CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592, ___certifiedKeyPair_4)); } inline CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * get_certifiedKeyPair_4() const { return ___certifiedKeyPair_4; } inline CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 ** get_address_of_certifiedKeyPair_4() { return &___certifiedKeyPair_4; } inline void set_certifiedKeyPair_4(CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * value) { ___certifiedKeyPair_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___certifiedKeyPair_4), (void*)value); } inline static int32_t get_offset_of_rspInfo_5() { return static_cast(offsetof(CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592, ___rspInfo_5)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_rspInfo_5() const { return ___rspInfo_5; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_rspInfo_5() { return &___rspInfo_5; } inline void set_rspInfo_5(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___rspInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___rspInfo_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus struct CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::certHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___certHash_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::certReqId DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::statusInfo PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___statusInfo_4; public: inline static int32_t get_offset_of_certHash_2() { return static_cast(offsetof(CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2, ___certHash_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_certHash_2() const { return ___certHash_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_certHash_2() { return &___certHash_2; } inline void set_certHash_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___certHash_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certHash_2), (void*)value); } inline static int32_t get_offset_of_certReqId_3() { return static_cast(offsetof(CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2, ___certReqId_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_certReqId_3() const { return ___certReqId_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_certReqId_3() { return &___certReqId_3; } inline void set_certReqId_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___certReqId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certReqId_3), (void*)value); } inline static int32_t get_offset_of_statusInfo_4() { return static_cast(offsetof(CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2, ___statusInfo_4)); } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * get_statusInfo_4() const { return ___statusInfo_4; } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 ** get_address_of_statusInfo_4() { return &___statusInfo_4; } inline void set_statusInfo_4(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * value) { ___statusInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___statusInfo_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus struct CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::tagNo int32_t ___tagNo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::value Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___value_3; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9, ___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_value_3() { return static_cast(offsetof(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9, ___value_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_value_3() const { return ___value_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate struct CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::signingAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signingAlg_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::validity OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * ___validity_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::publicKey SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___publicKey_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::issuerUID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___issuerUID_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::subjectUID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___subjectUID_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::extensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions_12; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___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(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___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(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___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_signingAlg_5() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___signingAlg_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signingAlg_5() const { return ___signingAlg_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signingAlg_5() { return &___signingAlg_5; } inline void set_signingAlg_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signingAlg_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signingAlg_5), (void*)value); } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___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_validity_7() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___validity_7)); } inline OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * get_validity_7() const { return ___validity_7; } inline OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 ** get_address_of_validity_7() { return &___validity_7; } inline void set_validity_7(OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * value) { ___validity_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___validity_7), (void*)value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___subject_8)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_8() const { return ___subject_8; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_8), (void*)value); } inline static int32_t get_offset_of_publicKey_9() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___publicKey_9)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_publicKey_9() const { return ___publicKey_9; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_publicKey_9() { return &___publicKey_9; } inline void set_publicKey_9(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___publicKey_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_9), (void*)value); } inline static int32_t get_offset_of_issuerUID_10() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___issuerUID_10)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_issuerUID_10() const { return ___issuerUID_10; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_issuerUID_10() { return &___issuerUID_10; } inline void set_issuerUID_10(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___issuerUID_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUID_10), (void*)value); } inline static int32_t get_offset_of_subjectUID_11() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___subjectUID_11)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_subjectUID_11() const { return ___subjectUID_11; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_subjectUID_11() { return &___subjectUID_11; } inline void set_subjectUID_11(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___subjectUID_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUID_11), (void*)value); } inline static int32_t get_offset_of_extensions_12() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___extensions_12)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_extensions_12() const { return ___extensions_12; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_extensions_12() { return &___extensions_12; } inline void set_extensions_12(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___extensions_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_12), (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.X509.CertificatePair struct CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::forward X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___forward_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::reverse X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___reverse_3; public: inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111, ___forward_2)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_forward_2() const { return ___forward_2; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___forward_2), (void*)value); } inline static int32_t get_offset_of_reverse_3() { return static_cast(offsetof(CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111, ___reverse_3)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_reverse_3() const { return ___reverse_3; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_reverse_3() { return &___reverse_3; } inline void set_reverse_3(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___reverse_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___reverse_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies struct CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::policyInformation PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* ___policyInformation_2; public: inline static int32_t get_offset_of_policyInformation_2() { return static_cast(offsetof(CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509, ___policyInformation_2)); } inline PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* get_policyInformation_2() const { return ___policyInformation_2; } inline PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39** get_address_of_policyInformation_2() { return &___policyInformation_2; } inline void set_policyInformation_2(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* value) { ___policyInformation_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyInformation_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues struct CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues::certificates Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___certificates_2; public: inline static int32_t get_offset_of_certificates_2() { return static_cast(offsetof(CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E, ___certificates_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_certificates_2() const { return ___certificates_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_certificates_2() { return &___certificates_2; } inline void set_certificates_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___certificates_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_2), (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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo struct CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::subjectPKInfo SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___subjectPKInfo_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::attributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attributes_5; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C, ___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_subject_3() { return static_cast(offsetof(CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C, ___subject_3)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_3() const { return ___subject_3; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_3() { return &___subject_3; } inline void set_subject_3(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_3), (void*)value); } inline static int32_t get_offset_of_subjectPKInfo_4() { return static_cast(offsetof(CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C, ___subjectPKInfo_4)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_subjectPKInfo_4() const { return ___subjectPKInfo_4; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_subjectPKInfo_4() { return &___subjectPKInfo_4; } inline void set_subjectPKInfo_4(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___subjectPKInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPKInfo_4), (void*)value); } inline static int32_t get_offset_of_attributes_5() { return static_cast(offsetof(CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C, ___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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair struct CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::certOrEncCert CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * ___certOrEncCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::privateKey EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___privateKey_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::publicationInfo PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * ___publicationInfo_4; public: inline static int32_t get_offset_of_certOrEncCert_2() { return static_cast(offsetof(CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807, ___certOrEncCert_2)); } inline CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * get_certOrEncCert_2() const { return ___certOrEncCert_2; } inline CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 ** get_address_of_certOrEncCert_2() { return &___certOrEncCert_2; } inline void set_certOrEncCert_2(CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * value) { ___certOrEncCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certOrEncCert_2), (void*)value); } inline static int32_t get_offset_of_privateKey_3() { return static_cast(offsetof(CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807, ___privateKey_3)); } inline EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * get_privateKey_3() const { return ___privateKey_3; } inline EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 ** get_address_of_privateKey_3() { return &___privateKey_3; } inline void set_privateKey_3(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * value) { ___privateKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_3), (void*)value); } inline static int32_t get_offset_of_publicationInfo_4() { return static_cast(offsetof(CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807, ___publicationInfo_4)); } inline PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * get_publicationInfo_4() const { return ___publicationInfo_4; } inline PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC ** get_address_of_publicationInfo_4() { return &___publicationInfo_4; } inline void set_publicationInfo_4(PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * value) { ___publicationInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicationInfo_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine struct ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 : public Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine struct ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771 : public Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge struct Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge::owf AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___owf_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge::witness Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___witness_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge::challenge Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___challenge_4; public: inline static int32_t get_offset_of_owf_2() { return static_cast(offsetof(Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163, ___owf_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_owf_2() const { return ___owf_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_owf_2() { return &___owf_2; } inline void set_owf_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___owf_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___owf_2), (void*)value); } inline static int32_t get_offset_of_witness_3() { return static_cast(offsetof(Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163, ___witness_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_witness_3() const { return ___witness_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_witness_3() { return &___witness_3; } inline void set_witness_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___witness_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___witness_3), (void*)value); } inline static int32_t get_offset_of_challenge_4() { return static_cast(offsetof(Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163, ___challenge_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_challenge_4() const { return ___challenge_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_challenge_4() { return &___challenge_4; } inline void set_challenge_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___challenge_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___challenge_4), (void*)value); } }; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B : public GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 { public: // System.Int32 ChallengeGameMode::animalTypeID int32_t ___animalTypeID_2; // UnityEngine.GameObject ChallengeGameMode::animalPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___animalPrefab_3; // UnityEngine.Transform ChallengeGameMode::hunterT Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___hunterT_4; // UnityEngine.Transform ChallengeGameMode::animalsBaseT Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___animalsBaseT_5; // System.Collections.Generic.HashSet`1 ChallengeGameMode::animalSet HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * ___animalSet_6; // System.Int32 ChallengeGameMode::maxAnimalCountAtTheSameTime int32_t ___maxAnimalCountAtTheSameTime_7; // System.Int32 ChallengeGameMode::animalCount int32_t ___animalCount_8; // System.Int32 ChallengeGameMode::animalCountMax int32_t ___animalCountMax_9; // System.Int32 ChallengeGameMode::arrowCount int32_t ___arrowCount_10; // System.Int32 ChallengeGameMode::arrowCountMax int32_t ___arrowCountMax_11; // System.Single ChallengeGameMode::time float ___time_12; // System.Int32 ChallengeGameMode::currentlevel int32_t ___currentlevel_13; // System.String ChallengeGameMode::nextLevel String_t* ___nextLevel_15; // System.Boolean ChallengeGameMode::banOnBowArrowShootOut bool ___banOnBowArrowShootOut_16; public: inline static int32_t get_offset_of_animalTypeID_2() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalTypeID_2)); } inline int32_t get_animalTypeID_2() const { return ___animalTypeID_2; } inline int32_t* get_address_of_animalTypeID_2() { return &___animalTypeID_2; } inline void set_animalTypeID_2(int32_t value) { ___animalTypeID_2 = value; } inline static int32_t get_offset_of_animalPrefab_3() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalPrefab_3)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_animalPrefab_3() const { return ___animalPrefab_3; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_animalPrefab_3() { return &___animalPrefab_3; } inline void set_animalPrefab_3(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___animalPrefab_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalPrefab_3), (void*)value); } inline static int32_t get_offset_of_hunterT_4() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___hunterT_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_hunterT_4() const { return ___hunterT_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_hunterT_4() { return &___hunterT_4; } inline void set_hunterT_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___hunterT_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hunterT_4), (void*)value); } inline static int32_t get_offset_of_animalsBaseT_5() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalsBaseT_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_animalsBaseT_5() const { return ___animalsBaseT_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_animalsBaseT_5() { return &___animalsBaseT_5; } inline void set_animalsBaseT_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___animalsBaseT_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalsBaseT_5), (void*)value); } inline static int32_t get_offset_of_animalSet_6() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalSet_6)); } inline HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * get_animalSet_6() const { return ___animalSet_6; } inline HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 ** get_address_of_animalSet_6() { return &___animalSet_6; } inline void set_animalSet_6(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * value) { ___animalSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalSet_6), (void*)value); } inline static int32_t get_offset_of_maxAnimalCountAtTheSameTime_7() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___maxAnimalCountAtTheSameTime_7)); } inline int32_t get_maxAnimalCountAtTheSameTime_7() const { return ___maxAnimalCountAtTheSameTime_7; } inline int32_t* get_address_of_maxAnimalCountAtTheSameTime_7() { return &___maxAnimalCountAtTheSameTime_7; } inline void set_maxAnimalCountAtTheSameTime_7(int32_t value) { ___maxAnimalCountAtTheSameTime_7 = value; } inline static int32_t get_offset_of_animalCount_8() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalCount_8)); } inline int32_t get_animalCount_8() const { return ___animalCount_8; } inline int32_t* get_address_of_animalCount_8() { return &___animalCount_8; } inline void set_animalCount_8(int32_t value) { ___animalCount_8 = value; } inline static int32_t get_offset_of_animalCountMax_9() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalCountMax_9)); } inline int32_t get_animalCountMax_9() const { return ___animalCountMax_9; } inline int32_t* get_address_of_animalCountMax_9() { return &___animalCountMax_9; } inline void set_animalCountMax_9(int32_t value) { ___animalCountMax_9 = value; } inline static int32_t get_offset_of_arrowCount_10() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___arrowCount_10)); } inline int32_t get_arrowCount_10() const { return ___arrowCount_10; } inline int32_t* get_address_of_arrowCount_10() { return &___arrowCount_10; } inline void set_arrowCount_10(int32_t value) { ___arrowCount_10 = value; } inline static int32_t get_offset_of_arrowCountMax_11() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___arrowCountMax_11)); } inline int32_t get_arrowCountMax_11() const { return ___arrowCountMax_11; } inline int32_t* get_address_of_arrowCountMax_11() { return &___arrowCountMax_11; } inline void set_arrowCountMax_11(int32_t value) { ___arrowCountMax_11 = value; } inline static int32_t get_offset_of_time_12() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___time_12)); } inline float get_time_12() const { return ___time_12; } inline float* get_address_of_time_12() { return &___time_12; } inline void set_time_12(float value) { ___time_12 = value; } inline static int32_t get_offset_of_currentlevel_13() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___currentlevel_13)); } inline int32_t get_currentlevel_13() const { return ___currentlevel_13; } inline int32_t* get_address_of_currentlevel_13() { return &___currentlevel_13; } inline void set_currentlevel_13(int32_t value) { ___currentlevel_13 = value; } inline static int32_t get_offset_of_nextLevel_15() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___nextLevel_15)); } inline String_t* get_nextLevel_15() const { return ___nextLevel_15; } inline String_t** get_address_of_nextLevel_15() { return &___nextLevel_15; } inline void set_nextLevel_15(String_t* value) { ___nextLevel_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextLevel_15), (void*)value); } inline static int32_t get_offset_of_banOnBowArrowShootOut_16() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___banOnBowArrowShootOut_16)); } inline bool get_banOnBowArrowShootOut_16() const { return ___banOnBowArrowShootOut_16; } inline bool* get_address_of_banOnBowArrowShootOut_16() { return &___banOnBowArrowShootOut_16; } inline void set_banOnBowArrowShootOut_16(bool value) { ___banOnBowArrowShootOut_16 = value; } }; struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields { public: // System.String ChallengeGameMode::enterNextLevel String_t* ___enterNextLevel_14; public: inline static int32_t get_offset_of_enterNextLevel_14() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields, ___enterNextLevel_14)); } inline String_t* get_enterNextLevel_14() const { return ___enterNextLevel_14; } inline String_t** get_address_of_enterNextLevel_14() { return &___enterNextLevel_14; } inline void set_enterNextLevel_14(String_t* value) { ___enterNextLevel_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___enterNextLevel_14), (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.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 { public: // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Messages.ClientMessage::Hub Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; // System.String BestHTTP.SignalR.Messages.ClientMessage::Method String_t* ___Method_1; // System.Object[] BestHTTP.SignalR.Messages.ClientMessage::Args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; // System.UInt64 BestHTTP.SignalR.Messages.ClientMessage::CallIdx uint64_t ___CallIdx_3; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultCallback OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___ResultCallback_4; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultErrorCallback OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___ResultErrorCallback_5; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate BestHTTP.SignalR.Messages.ClientMessage::ProgressCallback OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___ProgressCallback_6; public: inline static int32_t get_offset_of_Hub_0() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Hub_0)); } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * get_Hub_0() const { return ___Hub_0; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** get_address_of_Hub_0() { return &___Hub_0; } inline void set_Hub_0(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { ___Hub_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Hub_0), (void*)value); } inline static int32_t get_offset_of_Method_1() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Method_1)); } inline String_t* get_Method_1() const { return ___Method_1; } inline String_t** get_address_of_Method_1() { return &___Method_1; } inline void set_Method_1(String_t* value) { ___Method_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Method_1), (void*)value); } inline static int32_t get_offset_of_Args_2() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Args_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Args_2() const { return ___Args_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Args_2() { return &___Args_2; } inline void set_Args_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Args_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Args_2), (void*)value); } inline static int32_t get_offset_of_CallIdx_3() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___CallIdx_3)); } inline uint64_t get_CallIdx_3() const { return ___CallIdx_3; } inline uint64_t* get_address_of_CallIdx_3() { return &___CallIdx_3; } inline void set_CallIdx_3(uint64_t value) { ___CallIdx_3 = value; } inline static int32_t get_offset_of_ResultCallback_4() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultCallback_4)); } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * get_ResultCallback_4() const { return ___ResultCallback_4; } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 ** get_address_of_ResultCallback_4() { return &___ResultCallback_4; } inline void set_ResultCallback_4(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * value) { ___ResultCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultCallback_4), (void*)value); } inline static int32_t get_offset_of_ResultErrorCallback_5() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultErrorCallback_5)); } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * get_ResultErrorCallback_5() const { return ___ResultErrorCallback_5; } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 ** get_address_of_ResultErrorCallback_5() { return &___ResultErrorCallback_5; } inline void set_ResultErrorCallback_5(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * value) { ___ResultErrorCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultErrorCallback_5), (void*)value); } inline static int32_t get_offset_of_ProgressCallback_6() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ProgressCallback_6)); } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * get_ProgressCallback_6() const { return ___ProgressCallback_6; } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 ** get_address_of_ProgressCallback_6() { return &___ProgressCallback_6; } inline void set_ProgressCallback_6(OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * value) { ___ProgressCallback_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProgressCallback_6), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_pinvoke { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; char* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // Native definition for COM marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_com { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; Il2CppChar* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // 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.Cms.CmsAuthenticatedDataParser struct CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F : public CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::_recipientInfoStore RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * ____recipientInfoStore_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::authData AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * ___authData_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::macAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___macAlg_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::mac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::authAttrs AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___authAttrs_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::unauthAttrs AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unauthAttrs_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::authAttrNotRead bool ___authAttrNotRead_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::unauthAttrNotRead bool ___unauthAttrNotRead_9; public: inline static int32_t get_offset_of__recipientInfoStore_2() { return static_cast(offsetof(CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F, ____recipientInfoStore_2)); } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * get__recipientInfoStore_2() const { return ____recipientInfoStore_2; } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F ** get_address_of__recipientInfoStore_2() { return &____recipientInfoStore_2; } inline void set__recipientInfoStore_2(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * value) { ____recipientInfoStore_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____recipientInfoStore_2), (void*)value); } inline static int32_t get_offset_of_authData_3() { return static_cast(offsetof(CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F, ___authData_3)); } inline AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * get_authData_3() const { return ___authData_3; } inline AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D ** get_address_of_authData_3() { return &___authData_3; } inline void set_authData_3(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * value) { ___authData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___authData_3), (void*)value); } inline static int32_t get_offset_of_macAlg_4() { return static_cast(offsetof(CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F, ___macAlg_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_macAlg_4() const { return ___macAlg_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_macAlg_4() { return &___macAlg_4; } inline void set_macAlg_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___macAlg_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___macAlg_4), (void*)value); } inline static int32_t get_offset_of_mac_5() { return static_cast(offsetof(CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F, ___mac_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mac_5() const { return ___mac_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mac_5() { return &___mac_5; } inline void set_mac_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mac_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_5), (void*)value); } inline static int32_t get_offset_of_authAttrs_6() { return static_cast(offsetof(CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F, ___authAttrs_6)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_authAttrs_6() const { return ___authAttrs_6; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_authAttrs_6() { return &___authAttrs_6; } inline void set_authAttrs_6(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___authAttrs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___authAttrs_6), (void*)value); } inline static int32_t get_offset_of_unauthAttrs_7() { return static_cast(offsetof(CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F, ___unauthAttrs_7)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_unauthAttrs_7() const { return ___unauthAttrs_7; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_unauthAttrs_7() { return &___unauthAttrs_7; } inline void set_unauthAttrs_7(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___unauthAttrs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthAttrs_7), (void*)value); } inline static int32_t get_offset_of_authAttrNotRead_8() { return static_cast(offsetof(CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F, ___authAttrNotRead_8)); } inline bool get_authAttrNotRead_8() const { return ___authAttrNotRead_8; } inline bool* get_address_of_authAttrNotRead_8() { return &___authAttrNotRead_8; } inline void set_authAttrNotRead_8(bool value) { ___authAttrNotRead_8 = value; } inline static int32_t get_offset_of_unauthAttrNotRead_9() { return static_cast(offsetof(CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F, ___unauthAttrNotRead_9)); } inline bool get_unauthAttrNotRead_9() const { return ___unauthAttrNotRead_9; } inline bool* get_address_of_unauthAttrNotRead_9() { return &___unauthAttrNotRead_9; } inline void set_unauthAttrNotRead_9(bool value) { ___unauthAttrNotRead_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedGenerator struct CmsAuthenticatedGenerator_t5DEA773D9719C3B361631F523897963B067C2D61 : public CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataParser struct CmsCompressedDataParser_t9BFFF2271556BE65D491A8C3A3533573A18AA381 : public CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator struct CmsEnvelopedDataGenerator_tA63FC5C8177E23E28752DE9C27CFCEE2D9AC087D : public CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser struct CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A : public CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::recipientInfoStore RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * ___recipientInfoStore_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::envelopedData EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * ___envelopedData_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::_encAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ____encAlg_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::_unprotectedAttributes AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ____unprotectedAttributes_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::_attrNotRead bool ____attrNotRead_6; public: inline static int32_t get_offset_of_recipientInfoStore_2() { return static_cast(offsetof(CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A, ___recipientInfoStore_2)); } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * get_recipientInfoStore_2() const { return ___recipientInfoStore_2; } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F ** get_address_of_recipientInfoStore_2() { return &___recipientInfoStore_2; } inline void set_recipientInfoStore_2(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * value) { ___recipientInfoStore_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfoStore_2), (void*)value); } inline static int32_t get_offset_of_envelopedData_3() { return static_cast(offsetof(CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A, ___envelopedData_3)); } inline EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * get_envelopedData_3() const { return ___envelopedData_3; } inline EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 ** get_address_of_envelopedData_3() { return &___envelopedData_3; } inline void set_envelopedData_3(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * value) { ___envelopedData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___envelopedData_3), (void*)value); } inline static int32_t get_offset_of__encAlg_4() { return static_cast(offsetof(CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A, ____encAlg_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get__encAlg_4() const { return ____encAlg_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of__encAlg_4() { return &____encAlg_4; } inline void set__encAlg_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ____encAlg_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____encAlg_4), (void*)value); } inline static int32_t get_offset_of__unprotectedAttributes_5() { return static_cast(offsetof(CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A, ____unprotectedAttributes_5)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get__unprotectedAttributes_5() const { return ____unprotectedAttributes_5; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of__unprotectedAttributes_5() { return &____unprotectedAttributes_5; } inline void set__unprotectedAttributes_5(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ____unprotectedAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____unprotectedAttributes_5), (void*)value); } inline static int32_t get_offset_of__attrNotRead_6() { return static_cast(offsetof(CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A, ____attrNotRead_6)); } inline bool get__attrNotRead_6() const { return ____attrNotRead_6; } inline bool* get_address_of__attrNotRead_6() { return &____attrNotRead_6; } inline void set__attrNotRead_6(bool value) { ____attrNotRead_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator struct CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 : public CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 { public: // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::_originatorInfo RuntimeObject * ____originatorInfo_25; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::_unprotectedAttributes RuntimeObject * ____unprotectedAttributes_26; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::_bufferSize int32_t ____bufferSize_27; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::_berEncodeRecipientSet bool ____berEncodeRecipientSet_28; public: inline static int32_t get_offset_of__originatorInfo_25() { return static_cast(offsetof(CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062, ____originatorInfo_25)); } inline RuntimeObject * get__originatorInfo_25() const { return ____originatorInfo_25; } inline RuntimeObject ** get_address_of__originatorInfo_25() { return &____originatorInfo_25; } inline void set__originatorInfo_25(RuntimeObject * value) { ____originatorInfo_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____originatorInfo_25), (void*)value); } inline static int32_t get_offset_of__unprotectedAttributes_26() { return static_cast(offsetof(CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062, ____unprotectedAttributes_26)); } inline RuntimeObject * get__unprotectedAttributes_26() const { return ____unprotectedAttributes_26; } inline RuntimeObject ** get_address_of__unprotectedAttributes_26() { return &____unprotectedAttributes_26; } inline void set__unprotectedAttributes_26(RuntimeObject * value) { ____unprotectedAttributes_26 = value; Il2CppCodeGenWriteBarrier((void**)(&____unprotectedAttributes_26), (void*)value); } inline static int32_t get_offset_of__bufferSize_27() { return static_cast(offsetof(CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062, ____bufferSize_27)); } inline int32_t get__bufferSize_27() const { return ____bufferSize_27; } inline int32_t* get_address_of__bufferSize_27() { return &____bufferSize_27; } inline void set__bufferSize_27(int32_t value) { ____bufferSize_27 = value; } inline static int32_t get_offset_of__berEncodeRecipientSet_28() { return static_cast(offsetof(CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062, ____berEncodeRecipientSet_28)); } inline bool get__berEncodeRecipientSet_28() const { return ____berEncodeRecipientSet_28; } inline bool* get_address_of__berEncodeRecipientSet_28() { return &____berEncodeRecipientSet_28; } inline void set__berEncodeRecipientSet_28(bool value) { ____berEncodeRecipientSet_28 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData struct CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::compressionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___compressionAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::encapContentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___encapContentInfo_4; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85, ___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_compressionAlgorithm_3() { return static_cast(offsetof(CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85, ___compressionAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_compressionAlgorithm_3() const { return ___compressionAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_compressionAlgorithm_3() { return &___compressionAlgorithm_3; } inline void set_compressionAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___compressionAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressionAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_encapContentInfo_4() { return static_cast(offsetof(CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85, ___encapContentInfo_4)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_encapContentInfo_4() const { return ___encapContentInfo_4; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_encapContentInfo_4() { return &___encapContentInfo_4; } inline void set_encapContentInfo_4(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___encapContentInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encapContentInfo_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo struct ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::content Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content_3; public: inline static int32_t get_offset_of_contentType_2() { return static_cast(offsetof(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B, ___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_tDB28674AE75D44B150F20D9A0D92CDB45F03675B, ___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.Crmf.Controls struct Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6, ___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.CrlEntry struct CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::userCertificate DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___userCertificate_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::revocationDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___revocationDate_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::crlEntryExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlEntryExtensions_5; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___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_userCertificate_3() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___userCertificate_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_userCertificate_3() const { return ___userCertificate_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_userCertificate_3() { return &___userCertificate_3; } inline void set_userCertificate_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___userCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___userCertificate_3), (void*)value); } inline static int32_t get_offset_of_revocationDate_4() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___revocationDate_4)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_revocationDate_4() const { return ___revocationDate_4; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_revocationDate_4() { return &___revocationDate_4; } inline void set_revocationDate_4(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___revocationDate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationDate_4), (void*)value); } inline static int32_t get_offset_of_crlEntryExtensions_5() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___crlEntryExtensions_5)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_crlEntryExtensions_5() const { return ___crlEntryExtensions_5; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_crlEntryExtensions_5() { return &___crlEntryExtensions_5; } inline void set_crlEntryExtensions_5(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___crlEntryExtensions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlEntryExtensions_5), (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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator struct DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 : public Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_tagged bool ____tagged_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_isExplicit bool ____isExplicit_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_tagNo int32_t ____tagNo_3; public: inline static int32_t get_offset_of__tagged_1() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____tagged_1)); } inline bool get__tagged_1() const { return ____tagged_1; } inline bool* get_address_of__tagged_1() { return &____tagged_1; } inline void set__tagged_1(bool value) { ____tagged_1 = value; } inline static int32_t get_offset_of__isExplicit_2() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____isExplicit_2)); } inline bool get__isExplicit_2() const { return ____isExplicit_2; } inline bool* get_address_of__isExplicit_2() { return &____isExplicit_2; } inline void set__isExplicit_2(bool value) { ____isExplicit_2 = value; } inline static int32_t get_offset_of__tagNo_3() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____tagNo_3)); } inline int32_t get__tagNo_3() const { return ____tagNo_3; } inline int32_t* get_address_of__tagNo_3() { return &____tagNo_3; } inline void set__tagNo_3(int32_t value) { ____tagNo_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine struct DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B : public DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey1 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey1_15; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey2 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey2_16; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey3 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey3_17; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::forEncryption bool ___forEncryption_18; public: inline static int32_t get_offset_of_workingKey1_15() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey1_15)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey1_15() const { return ___workingKey1_15; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey1_15() { return &___workingKey1_15; } inline void set_workingKey1_15(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey1_15), (void*)value); } inline static int32_t get_offset_of_workingKey2_16() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey2_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey2_16() const { return ___workingKey2_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey2_16() { return &___workingKey2_16; } inline void set_workingKey2_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey2_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey2_16), (void*)value); } inline static int32_t get_offset_of_workingKey3_17() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey3_17)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey3_17() const { return ___workingKey3_17; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey3_17() { return &___workingKey3_17; } inline void set_workingKey3_17(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey3_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey3_17), (void*)value); } inline static int32_t get_offset_of_forEncryption_18() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___forEncryption_18)); } inline bool get_forEncryption_18() const { return ___forEncryption_18; } inline bool* get_address_of_forEncryption_18() { return &___forEncryption_18; } inline void set_forEncryption_18(bool value) { ___forEncryption_18 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo struct EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::contentEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___contentEncryptionAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::encryptedContent Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedContent_4; public: inline static int32_t get_offset_of_contentType_2() { return static_cast(offsetof(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1, ___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_contentEncryptionAlgorithm_3() { return static_cast(offsetof(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1, ___contentEncryptionAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_contentEncryptionAlgorithm_3() const { return ___contentEncryptionAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_contentEncryptionAlgorithm_3() { return &___contentEncryptionAlgorithm_3; } inline void set_contentEncryptionAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___contentEncryptionAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentEncryptionAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_encryptedContent_4() { return static_cast(offsetof(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1, ___encryptedContent_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedContent_4() const { return ___encryptedContent_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedContent_4() { return &___encryptedContent_4; } inline void set_encryptedContent_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedContent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedContent_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue struct EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::intendedAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___intendedAlg_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::symmAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___symmAlg_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::encSymmKey DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___encSymmKey_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::keyAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyAlg_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::valueHint Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___valueHint_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::encValue DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___encValue_7; public: inline static int32_t get_offset_of_intendedAlg_2() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___intendedAlg_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_intendedAlg_2() const { return ___intendedAlg_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_intendedAlg_2() { return &___intendedAlg_2; } inline void set_intendedAlg_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___intendedAlg_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___intendedAlg_2), (void*)value); } inline static int32_t get_offset_of_symmAlg_3() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___symmAlg_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_symmAlg_3() const { return ___symmAlg_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_symmAlg_3() { return &___symmAlg_3; } inline void set_symmAlg_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___symmAlg_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___symmAlg_3), (void*)value); } inline static int32_t get_offset_of_encSymmKey_4() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___encSymmKey_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_encSymmKey_4() const { return ___encSymmKey_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_encSymmKey_4() { return &___encSymmKey_4; } inline void set_encSymmKey_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___encSymmKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encSymmKey_4), (void*)value); } inline static int32_t get_offset_of_keyAlg_5() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___keyAlg_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyAlg_5() const { return ___keyAlg_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyAlg_5() { return &___keyAlg_5; } inline void set_keyAlg_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyAlg_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAlg_5), (void*)value); } inline static int32_t get_offset_of_valueHint_6() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___valueHint_6)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_valueHint_6() const { return ___valueHint_6; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_valueHint_6() { return &___valueHint_6; } inline void set_valueHint_6(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___valueHint_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueHint_6), (void*)value); } inline static int32_t get_offset_of_encValue_7() { return static_cast(offsetof(EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1, ___encValue_7)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_encValue_7() const { return ___encValue_7; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_encValue_7() { return &___encValue_7; } inline void set_encValue_7(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___encValue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___encValue_7), (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.Cms.EnvelopedData struct EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::originatorInfo OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::recipientInfos Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::encryptedContentInfo EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encryptedContentInfo_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::unprotectedAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs_6; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___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_originatorInfo_3() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___originatorInfo_3)); } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * get_originatorInfo_3() const { return ___originatorInfo_3; } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D ** get_address_of_originatorInfo_3() { return &___originatorInfo_3; } inline void set_originatorInfo_3(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * value) { ___originatorInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___originatorInfo_3), (void*)value); } inline static int32_t get_offset_of_recipientInfos_4() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___recipientInfos_4)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_recipientInfos_4() const { return ___recipientInfos_4; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_recipientInfos_4() { return &___recipientInfos_4; } inline void set_recipientInfos_4(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___recipientInfos_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfos_4), (void*)value); } inline static int32_t get_offset_of_encryptedContentInfo_5() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___encryptedContentInfo_5)); } inline EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * get_encryptedContentInfo_5() const { return ___encryptedContentInfo_5; } inline EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 ** get_address_of_encryptedContentInfo_5() { return &___encryptedContentInfo_5; } inline void set_encryptedContentInfo_5(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * value) { ___encryptedContentInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedContentInfo_5), (void*)value); } inline static int32_t get_offset_of_unprotectedAttrs_6() { return static_cast(offsetof(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673, ___unprotectedAttrs_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unprotectedAttrs_6() const { return ___unprotectedAttrs_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unprotectedAttrs_6() { return &___unprotectedAttrs_6; } inline void set_unprotectedAttrs_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unprotectedAttrs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unprotectedAttrs_6), (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; } }; // 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.Crypto.Generators.Kdf2BytesGenerator struct Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9 : public BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H4 uint32_t ___H4_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::xOff int32_t ___xOff_10; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___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(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___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(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___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(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___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_X_9() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___X_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_9() const { return ___X_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_9() { return &___X_9; } inline void set_X_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_9), (void*)value); } inline static int32_t get_offset_of_xOff_10() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___xOff_10)); } inline int32_t get_xOff_10() const { return ___xOff_10; } inline int32_t* get_address_of_xOff_10() { return &___xOff_10; } inline void set_xOff_10(int32_t value) { ___xOff_10 = value; } }; struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S11 int32_t ___S11_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S12 int32_t ___S12_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S13 int32_t ___S13_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S14 int32_t ___S14_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S21 int32_t ___S21_15; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S22 int32_t ___S22_16; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S23 int32_t ___S23_17; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S24 int32_t ___S24_18; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S31 int32_t ___S31_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S32 int32_t ___S32_20; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S33 int32_t ___S33_21; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S34 int32_t ___S34_22; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S41 int32_t ___S41_23; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S42 int32_t ___S42_24; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S43 int32_t ___S43_25; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S44 int32_t ___S44_26; public: inline static int32_t get_offset_of_S11_11() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S11_11)); } inline int32_t get_S11_11() const { return ___S11_11; } inline int32_t* get_address_of_S11_11() { return &___S11_11; } inline void set_S11_11(int32_t value) { ___S11_11 = value; } inline static int32_t get_offset_of_S12_12() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S12_12)); } inline int32_t get_S12_12() const { return ___S12_12; } inline int32_t* get_address_of_S12_12() { return &___S12_12; } inline void set_S12_12(int32_t value) { ___S12_12 = value; } inline static int32_t get_offset_of_S13_13() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S13_13)); } inline int32_t get_S13_13() const { return ___S13_13; } inline int32_t* get_address_of_S13_13() { return &___S13_13; } inline void set_S13_13(int32_t value) { ___S13_13 = value; } inline static int32_t get_offset_of_S14_14() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S14_14)); } inline int32_t get_S14_14() const { return ___S14_14; } inline int32_t* get_address_of_S14_14() { return &___S14_14; } inline void set_S14_14(int32_t value) { ___S14_14 = value; } inline static int32_t get_offset_of_S21_15() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S21_15)); } inline int32_t get_S21_15() const { return ___S21_15; } inline int32_t* get_address_of_S21_15() { return &___S21_15; } inline void set_S21_15(int32_t value) { ___S21_15 = value; } inline static int32_t get_offset_of_S22_16() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S22_16)); } inline int32_t get_S22_16() const { return ___S22_16; } inline int32_t* get_address_of_S22_16() { return &___S22_16; } inline void set_S22_16(int32_t value) { ___S22_16 = value; } inline static int32_t get_offset_of_S23_17() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S23_17)); } inline int32_t get_S23_17() const { return ___S23_17; } inline int32_t* get_address_of_S23_17() { return &___S23_17; } inline void set_S23_17(int32_t value) { ___S23_17 = value; } inline static int32_t get_offset_of_S24_18() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S24_18)); } inline int32_t get_S24_18() const { return ___S24_18; } inline int32_t* get_address_of_S24_18() { return &___S24_18; } inline void set_S24_18(int32_t value) { ___S24_18 = value; } inline static int32_t get_offset_of_S31_19() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S31_19)); } inline int32_t get_S31_19() const { return ___S31_19; } inline int32_t* get_address_of_S31_19() { return &___S31_19; } inline void set_S31_19(int32_t value) { ___S31_19 = value; } inline static int32_t get_offset_of_S32_20() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S32_20)); } inline int32_t get_S32_20() const { return ___S32_20; } inline int32_t* get_address_of_S32_20() { return &___S32_20; } inline void set_S32_20(int32_t value) { ___S32_20 = value; } inline static int32_t get_offset_of_S33_21() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S33_21)); } inline int32_t get_S33_21() const { return ___S33_21; } inline int32_t* get_address_of_S33_21() { return &___S33_21; } inline void set_S33_21(int32_t value) { ___S33_21 = value; } inline static int32_t get_offset_of_S34_22() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S34_22)); } inline int32_t get_S34_22() const { return ___S34_22; } inline int32_t* get_address_of_S34_22() { return &___S34_22; } inline void set_S34_22(int32_t value) { ___S34_22 = value; } inline static int32_t get_offset_of_S41_23() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S41_23)); } inline int32_t get_S41_23() const { return ___S41_23; } inline int32_t* get_address_of_S41_23() { return &___S41_23; } inline void set_S41_23(int32_t value) { ___S41_23 = value; } inline static int32_t get_offset_of_S42_24() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S42_24)); } inline int32_t get_S42_24() const { return ___S42_24; } inline int32_t* get_address_of_S42_24() { return &___S42_24; } inline void set_S42_24(int32_t value) { ___S42_24 = value; } inline static int32_t get_offset_of_S43_25() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S43_25)); } inline int32_t get_S43_25() const { return ___S43_25; } inline int32_t* get_address_of_S43_25() { return &___S43_25; } inline void set_S43_25(int32_t value) { ___S43_25 = value; } inline static int32_t get_offset_of_S44_26() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S44_26)); } inline int32_t get_S44_26() const { return ___S44_26; } inline int32_t* get_address_of_S44_26() { return &___S44_26; } inline void set_S44_26(int32_t value) { ___S44_26 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponse struct OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponseStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponse::responseStatus OcspResponseStatus_tEA0FDD0FCDBE35AF1967527A1E6ED23CE3B1E083 * ___responseStatus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponse::responseBytes ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45 * ___responseBytes_3; public: inline static int32_t get_offset_of_responseStatus_2() { return static_cast(offsetof(OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739, ___responseStatus_2)); } inline OcspResponseStatus_tEA0FDD0FCDBE35AF1967527A1E6ED23CE3B1E083 * get_responseStatus_2() const { return ___responseStatus_2; } inline OcspResponseStatus_tEA0FDD0FCDBE35AF1967527A1E6ED23CE3B1E083 ** get_address_of_responseStatus_2() { return &___responseStatus_2; } inline void set_responseStatus_2(OcspResponseStatus_tEA0FDD0FCDBE35AF1967527A1E6ED23CE3B1E083 * value) { ___responseStatus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseStatus_2), (void*)value); } inline static int32_t get_offset_of_responseBytes_3() { return static_cast(offsetof(OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739, ___responseBytes_3)); } inline ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45 * get_responseBytes_3() const { return ___responseBytes_3; } inline ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45 ** get_address_of_responseBytes_3() { return &___responseBytes_3; } inline void set_responseBytes_3(ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45 * value) { ___responseBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseBytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity struct OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity::notBefore Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___notBefore_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity::notAfter Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___notAfter_3; public: inline static int32_t get_offset_of_notBefore_2() { return static_cast(offsetof(OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74, ___notBefore_2)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_notBefore_2() const { return ___notBefore_2; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_notBefore_2() { return &___notBefore_2; } inline void set_notBefore_2(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___notBefore_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___notBefore_2), (void*)value); } inline static int32_t get_offset_of_notAfter_3() { return static_cast(offsetof(OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74, ___notAfter_3)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_notAfter_3() const { return ___notAfter_3; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_notAfter_3() { return &___notAfter_3; } inline void set_notAfter_3(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___notAfter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___notAfter_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo struct OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo::certs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certs_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo::crls Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls_3; public: inline static int32_t get_offset_of_certs_2() { return static_cast(offsetof(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D, ___certs_2)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_certs_2() const { return ___certs_2; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_certs_2() { return &___certs_2; } inline void set_certs_2(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___certs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certs_2), (void*)value); } inline static int32_t get_offset_of_crls_3() { return static_cast(offsetof(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D, ___crls_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_crls_3() const { return ___crls_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_crls_3() { return &___crls_3; } inline void set_crls_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___crls_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_3), (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.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.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.Crmf.ProofOfPossession struct ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.ProofOfPossession::tagNo int32_t ___tagNo_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.ProofOfPossession::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_7; public: inline static int32_t get_offset_of_tagNo_6() { return static_cast(offsetof(ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8, ___tagNo_6)); } inline int32_t get_tagNo_6() const { return ___tagNo_6; } inline int32_t* get_address_of_tagNo_6() { return &___tagNo_6; } inline void set_tagNo_6(int32_t value) { ___tagNo_6 = value; } inline static int32_t get_offset_of_obj_7() { return static_cast(offsetof(ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8, ___obj_7)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_7() const { return ___obj_7; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_7() { return &___obj_7; } inline void set_obj_7(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo struct RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::info Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___info_2; public: inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829, ___info_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_info_2() const { return ___info_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_info_2() { return &___info_2; } inline void set_info_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo struct RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::revocationTime DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___revocationTime_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::revocationReason CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * ___revocationReason_3; public: inline static int32_t get_offset_of_revocationTime_2() { return static_cast(offsetof(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481, ___revocationTime_2)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_revocationTime_2() const { return ___revocationTime_2; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_revocationTime_2() { return &___revocationTime_2; } inline void set_revocationTime_2(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___revocationTime_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationTime_2), (void*)value); } inline static int32_t get_offset_of_revocationReason_3() { return static_cast(offsetof(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481, ___revocationReason_3)); } inline CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * get_revocationReason_3() const { return ___revocationReason_3; } inline CrlReason_tB131133C86AC20505F7A205D6059101D28944693 ** get_address_of_revocationReason_3() { return &___revocationReason_3; } inline void set_revocationReason_3(CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * value) { ___revocationReason_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationReason_3), (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.Engines.SerpentEngine struct SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA : public SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462 { public: public: }; // 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.Crypto.Digests.Sha224Digest struct Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H5 uint32_t ___H5_9; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H6 uint32_t ___H6_10; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H7 uint32_t ___H7_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::H8 uint32_t ___H8_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::xOff int32_t ___xOff_14; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___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(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___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(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___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(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___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(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___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_H6_10() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H6_10)); } inline uint32_t get_H6_10() const { return ___H6_10; } inline uint32_t* get_address_of_H6_10() { return &___H6_10; } inline void set_H6_10(uint32_t value) { ___H6_10 = value; } inline static int32_t get_offset_of_H7_11() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H7_11)); } inline uint32_t get_H7_11() const { return ___H7_11; } inline uint32_t* get_address_of_H7_11() { return &___H7_11; } inline void set_H7_11(uint32_t value) { ___H7_11 = value; } inline static int32_t get_offset_of_H8_12() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___H8_12)); } inline uint32_t get_H8_12() const { return ___H8_12; } inline uint32_t* get_address_of_H8_12() { return &___H8_12; } inline void set_H8_12(uint32_t value) { ___H8_12 = value; } inline static int32_t get_offset_of_X_13() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___X_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_13() const { return ___X_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_13() { return &___X_13; } inline void set_X_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_13), (void*)value); } inline static int32_t get_offset_of_xOff_14() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424, ___xOff_14)); } inline int32_t get_xOff_14() const { return ___xOff_14; } inline int32_t* get_address_of_xOff_14() { return &___xOff_14; } inline void set_xOff_14(int32_t value) { ___xOff_14 = value; } }; struct Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::K UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___K_15; public: inline static int32_t get_offset_of_K_15() { return static_cast(offsetof(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_StaticFields, ___K_15)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_K_15() const { return ___K_15; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_K_15() { return &___K_15; } inline void set_K_15(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___K_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest struct Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H5 uint32_t ___H5_9; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H6 uint32_t ___H6_10; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H7 uint32_t ___H7_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::H8 uint32_t ___H8_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::xOff int32_t ___xOff_14; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___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(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___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(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___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(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___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(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___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_H6_10() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H6_10)); } inline uint32_t get_H6_10() const { return ___H6_10; } inline uint32_t* get_address_of_H6_10() { return &___H6_10; } inline void set_H6_10(uint32_t value) { ___H6_10 = value; } inline static int32_t get_offset_of_H7_11() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H7_11)); } inline uint32_t get_H7_11() const { return ___H7_11; } inline uint32_t* get_address_of_H7_11() { return &___H7_11; } inline void set_H7_11(uint32_t value) { ___H7_11 = value; } inline static int32_t get_offset_of_H8_12() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___H8_12)); } inline uint32_t get_H8_12() const { return ___H8_12; } inline uint32_t* get_address_of_H8_12() { return &___H8_12; } inline void set_H8_12(uint32_t value) { ___H8_12 = value; } inline static int32_t get_offset_of_X_13() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___X_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_13() const { return ___X_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_13() { return &___X_13; } inline void set_X_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_13), (void*)value); } inline static int32_t get_offset_of_xOff_14() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D, ___xOff_14)); } inline int32_t get_xOff_14() const { return ___xOff_14; } inline int32_t* get_address_of_xOff_14() { return &___xOff_14; } inline void set_xOff_14(int32_t value) { ___xOff_14 = value; } }; struct Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::K UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___K_15; public: inline static int32_t get_offset_of_K_15() { return static_cast(offsetof(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_StaticFields, ___K_15)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_K_15() const { return ___K_15; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_K_15() { return &___K_15; } inline void set_K_15(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___K_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest struct Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 : public LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest struct Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 : public LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = 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.TbsCertificateList struct TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::signature AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signature_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::thisUpdate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___thisUpdate_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::nextUpdate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___nextUpdate_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::revokedCertificates Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___revokedCertificates_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::crlExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlExtensions_9; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___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(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___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_signature_4() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___signature_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signature_4() const { return ___signature_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signature_4() { return &___signature_4; } inline void set_signature_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signature_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_4), (void*)value); } inline static int32_t get_offset_of_issuer_5() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___issuer_5)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_5() const { return ___issuer_5; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_5() { return &___issuer_5; } inline void set_issuer_5(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_5), (void*)value); } inline static int32_t get_offset_of_thisUpdate_6() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___thisUpdate_6)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_thisUpdate_6() const { return ___thisUpdate_6; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_thisUpdate_6() { return &___thisUpdate_6; } inline void set_thisUpdate_6(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___thisUpdate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___thisUpdate_6), (void*)value); } inline static int32_t get_offset_of_nextUpdate_7() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___nextUpdate_7)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_nextUpdate_7() const { return ___nextUpdate_7; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_nextUpdate_7() { return &___nextUpdate_7; } inline void set_nextUpdate_7(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___nextUpdate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextUpdate_7), (void*)value); } inline static int32_t get_offset_of_revokedCertificates_8() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___revokedCertificates_8)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_revokedCertificates_8() const { return ___revokedCertificates_8; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_revokedCertificates_8() { return &___revokedCertificates_8; } inline void set_revokedCertificates_8(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___revokedCertificates_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___revokedCertificates_8), (void*)value); } inline static int32_t get_offset_of_crlExtensions_9() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___crlExtensions_9)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_crlExtensions_9() const { return ___crlExtensions_9; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_crlExtensions_9() { return &___crlExtensions_9; } inline void set_crlExtensions_9(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___crlExtensions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlExtensions_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time struct Time_tD684B1785E755395701D46F89A97609911CD6DDE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time::time Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(Time_tD684B1785E755395701D46F89A97609911CD6DDE, ___time_2)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_time_2() const { return ___time_2; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_time_2() { return &___time_2; } inline void set_time_2(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TnepresEngine struct TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F : public SerpentEngineBase_tB5A7002990C8CA5D7DBA1CF69431DE133AAD1462 { public: public: }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcKsa3Engine struct VmpcKsa3Engine_tC43A9B0E3EC6F82642A6115F9951F7885C841A8F : public VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04 { public: public: }; // 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.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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator struct BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 : public BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSetGenerator struct BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C : public BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 { public: public: }; // 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.Crypto.IO.CipherStream struct CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::inCipher RuntimeObject* ___inCipher_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::outCipher RuntimeObject* ___outCipher_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::mInBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mInBuf_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::mInPos int32_t ___mInPos_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::inStreamEnded bool ___inStreamEnded_10; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_inCipher_6() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___inCipher_6)); } inline RuntimeObject* get_inCipher_6() const { return ___inCipher_6; } inline RuntimeObject** get_address_of_inCipher_6() { return &___inCipher_6; } inline void set_inCipher_6(RuntimeObject* value) { ___inCipher_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inCipher_6), (void*)value); } inline static int32_t get_offset_of_outCipher_7() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___outCipher_7)); } inline RuntimeObject* get_outCipher_7() const { return ___outCipher_7; } inline RuntimeObject** get_address_of_outCipher_7() { return &___outCipher_7; } inline void set_outCipher_7(RuntimeObject* value) { ___outCipher_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___outCipher_7), (void*)value); } inline static int32_t get_offset_of_mInBuf_8() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___mInBuf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mInBuf_8() const { return ___mInBuf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mInBuf_8() { return &___mInBuf_8; } inline void set_mInBuf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mInBuf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInBuf_8), (void*)value); } inline static int32_t get_offset_of_mInPos_9() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___mInPos_9)); } inline int32_t get_mInPos_9() const { return ___mInPos_9; } inline int32_t* get_address_of_mInPos_9() { return &___mInPos_9; } inline void set_mInPos_9(int32_t value) { ___mInPos_9 = value; } inline static int32_t get_offset_of_inStreamEnded_10() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___inStreamEnded_10)); } inline bool get_inStreamEnded_10() const { return ___inStreamEnded_10; } inline bool* get_address_of_inStreamEnded_10() { return &___inStreamEnded_10; } inline void set_inStreamEnded_10(bool value) { ___inStreamEnded_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableParameter struct CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableParameter::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038, ___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.Cms.CmsAuthenticatedDataGenerator struct CmsAuthenticatedDataGenerator_tAEC70076AF2E5BF677FB1340DB43E1202A1CA87C : public CmsAuthenticatedGenerator_t5DEA773D9719C3B361631F523897963B067C2D61 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator struct CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 : public CmsAuthenticatedGenerator_t5DEA773D9719C3B361631F523897963B067C2D61 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::_bufferSize int32_t ____bufferSize_25; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::_berEncodeRecipientSet bool ____berEncodeRecipientSet_26; public: inline static int32_t get_offset_of__bufferSize_25() { return static_cast(offsetof(CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13, ____bufferSize_25)); } inline int32_t get__bufferSize_25() const { return ____bufferSize_25; } inline int32_t* get_address_of__bufferSize_25() { return &____bufferSize_25; } inline void set__bufferSize_25(int32_t value) { ____bufferSize_25 = value; } inline static int32_t get_offset_of__berEncodeRecipientSet_26() { return static_cast(offsetof(CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13, ____berEncodeRecipientSet_26)); } inline bool get__berEncodeRecipientSet_26() const { return ____berEncodeRecipientSet_26; } inline bool* get_address_of__berEncodeRecipientSet_26() { return &____berEncodeRecipientSet_26; } inline void set__berEncodeRecipientSet_26(bool value) { ____berEncodeRecipientSet_26 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CtsBlockCipher struct CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79 : public BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CtsBlockCipher::blockSize int32_t ___blockSize_5; public: inline static int32_t get_offset_of_blockSize_5() { return static_cast(offsetof(CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79, ___blockSize_5)); } inline int32_t get_blockSize_5() const { return ___blockSize_5; } inline int32_t* get_address_of_blockSize_5() { return &___blockSize_5; } inline void set_blockSize_5(int32_t value) { ___blockSize_5 = 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; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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.DerSetGenerator struct DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A : public DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 { public: // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator::_bOut MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ____bOut_4; public: inline static int32_t get_offset_of__bOut_4() { return static_cast(offsetof(DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A, ____bOut_4)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get__bOut_4() const { return ____bOut_4; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of__bOut_4() { return &____bOut_4; } inline void set__bOut_4(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ____bOut_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____bOut_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // DG.Tweening.Ease struct Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4, ___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.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; }; // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___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; } }; // DG.Tweening.LoopType struct LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A, ___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.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); } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // PKMatchType struct PKMatchType_t70226E0488006DF20B2A9EB3F2692119A95A8240 { public: // System.Int32 PKMatchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PKMatchType_t70226E0488006DF20B2A9EB3F2692119A95A8240, ___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.Crypto.Paddings.PaddedBufferedBlockCipher struct PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 : public BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher::padding RuntimeObject* ___padding_5; public: inline static int32_t get_offset_of_padding_5() { return static_cast(offsetof(PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37, ___padding_5)); } inline RuntimeObject* get_padding_5() const { return ___padding_5; } inline RuntimeObject** get_address_of_padding_5() { return &___padding_5; } inline void set_padding_5(RuntimeObject* value) { ___padding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___padding_5), (void*)value); } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = 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.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___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; } }; // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92, ___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.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // DG.Tweening.TweenType struct TweenType_tAB2DEC1268409EA172594368494218E51696EF5D { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_tAB2DEC1268409EA172594368494218E51696EF5D, ___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; } }; // DG.Tweening.UpdateType struct UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED, ___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.WebSocket.WebSocketStates struct WebSocketStates_tBB9B64B94CBA0A0B0CEBFDAD051E2BF068EF4912 { public: // System.Byte BestHTTP.WebSocket.WebSocketStates::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebSocketStates_tBB9B64B94CBA0A0B0CEBFDAD051E2BF068EF4912, ___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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream struct ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZStream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::z ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * ___z_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::flushLevel int32_t ___flushLevel_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::buf1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::compress bool ___compress_10; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::input Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::closed bool ___closed_12; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::nomoreinput bool ___nomoreinput_13; public: inline static int32_t get_offset_of_z_6() { return static_cast(offsetof(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D, ___z_6)); } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * get_z_6() const { return ___z_6; } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C ** get_address_of_z_6() { return &___z_6; } inline void set_z_6(ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * value) { ___z_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_6), (void*)value); } inline static int32_t get_offset_of_flushLevel_7() { return static_cast(offsetof(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D, ___flushLevel_7)); } inline int32_t get_flushLevel_7() const { return ___flushLevel_7; } inline int32_t* get_address_of_flushLevel_7() { return &___flushLevel_7; } inline void set_flushLevel_7(int32_t value) { ___flushLevel_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D, ___buf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_8), (void*)value); } inline static int32_t get_offset_of_buf1_9() { return static_cast(offsetof(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D, ___buf1_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf1_9() const { return ___buf1_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf1_9() { return &___buf1_9; } inline void set_buf1_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf1_9), (void*)value); } inline static int32_t get_offset_of_compress_10() { return static_cast(offsetof(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D, ___compress_10)); } inline bool get_compress_10() const { return ___compress_10; } inline bool* get_address_of_compress_10() { return &___compress_10; } inline void set_compress_10(bool value) { ___compress_10 = value; } inline static int32_t get_offset_of_input_11() { return static_cast(offsetof(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D, ___input_11)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_input_11() const { return ___input_11; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_input_11() { return &___input_11; } inline void set_input_11(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___input_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_11), (void*)value); } inline static int32_t get_offset_of_closed_12() { return static_cast(offsetof(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D, ___closed_12)); } inline bool get_closed_12() const { return ___closed_12; } inline bool* get_address_of_closed_12() { return &___closed_12; } inline void set_closed_12(bool value) { ___closed_12 = value; } inline static int32_t get_offset_of_nomoreinput_13() { return static_cast(offsetof(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D, ___nomoreinput_13)); } inline bool get_nomoreinput_13() const { return ___nomoreinput_13; } inline bool* get_address_of_nomoreinput_13() { return &___nomoreinput_13; } inline void set_nomoreinput_13(bool value) { ___nomoreinput_13 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream struct ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZStream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::z ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * ___z_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::flushLevel int32_t ___flushLevel_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::buf1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::compress bool ___compress_10; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::output Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::closed bool ___closed_12; public: inline static int32_t get_offset_of_z_6() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___z_6)); } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * get_z_6() const { return ___z_6; } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C ** get_address_of_z_6() { return &___z_6; } inline void set_z_6(ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * value) { ___z_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_6), (void*)value); } inline static int32_t get_offset_of_flushLevel_7() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___flushLevel_7)); } inline int32_t get_flushLevel_7() const { return ___flushLevel_7; } inline int32_t* get_address_of_flushLevel_7() { return &___flushLevel_7; } inline void set_flushLevel_7(int32_t value) { ___flushLevel_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___buf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_8), (void*)value); } inline static int32_t get_offset_of_buf1_9() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___buf1_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf1_9() const { return ___buf1_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf1_9() { return &___buf1_9; } inline void set_buf1_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf1_9), (void*)value); } inline static int32_t get_offset_of_compress_10() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___compress_10)); } inline bool get_compress_10() const { return ___compress_10; } inline bool* get_address_of_compress_10() { return &___compress_10; } inline void set_compress_10(bool value) { ___compress_10 = value; } inline static int32_t get_offset_of_output_11() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___output_11)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_output_11() const { return ___output_11; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_output_11() { return &___output_11; } inline void set_output_11(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___output_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___output_11), (void*)value); } inline static int32_t get_offset_of_closed_12() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___closed_12)); } inline bool get_closed_12() const { return ___closed_12; } inline bool* get_address_of_closed_12() { return &___closed_12; } inline void set_closed_12(bool value) { ___closed_12 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherAlgorithm struct CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750, ___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.Security.CipherUtilities/CipherMode struct CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210, ___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.Security.CipherUtilities/CipherPadding struct CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherPadding::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB, ___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; } }; // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___onStart_3)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStart_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertPolicyID struct CertPolicyID_t38FB6E6124D9502AC671F0698BDB52249BF71580 : public DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE : public Exception_t { public: public: }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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.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: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // GlobalData struct GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425 : public RuntimeObject { public: public: }; struct GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields { public: // PKMatchType GlobalData::pkMatchType int32_t ___pkMatchType_0; // System.Int32[] GlobalData::localPK_playerRoleIDs Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___localPK_playerRoleIDs_1; // System.String GlobalData::roomKey String_t* ___roomKey_2; // System.Int32 GlobalData::matchGameType int32_t ___matchGameType_3; // System.Int32 GlobalData::playerIndexInRoom int32_t ___playerIndexInRoom_4; // System.Collections.Generic.List`1 GlobalData::matchPlayerInfos List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * ___matchPlayerInfos_5; public: inline static int32_t get_offset_of_pkMatchType_0() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___pkMatchType_0)); } inline int32_t get_pkMatchType_0() const { return ___pkMatchType_0; } inline int32_t* get_address_of_pkMatchType_0() { return &___pkMatchType_0; } inline void set_pkMatchType_0(int32_t value) { ___pkMatchType_0 = value; } inline static int32_t get_offset_of_localPK_playerRoleIDs_1() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___localPK_playerRoleIDs_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_localPK_playerRoleIDs_1() const { return ___localPK_playerRoleIDs_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_localPK_playerRoleIDs_1() { return &___localPK_playerRoleIDs_1; } inline void set_localPK_playerRoleIDs_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___localPK_playerRoleIDs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___localPK_playerRoleIDs_1), (void*)value); } inline static int32_t get_offset_of_roomKey_2() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___roomKey_2)); } inline String_t* get_roomKey_2() const { return ___roomKey_2; } inline String_t** get_address_of_roomKey_2() { return &___roomKey_2; } inline void set_roomKey_2(String_t* value) { ___roomKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___roomKey_2), (void*)value); } inline static int32_t get_offset_of_matchGameType_3() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___matchGameType_3)); } inline int32_t get_matchGameType_3() const { return ___matchGameType_3; } inline int32_t* get_address_of_matchGameType_3() { return &___matchGameType_3; } inline void set_matchGameType_3(int32_t value) { ___matchGameType_3 = value; } inline static int32_t get_offset_of_playerIndexInRoom_4() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___playerIndexInRoom_4)); } inline int32_t get_playerIndexInRoom_4() const { return ___playerIndexInRoom_4; } inline int32_t* get_address_of_playerIndexInRoom_4() { return &___playerIndexInRoom_4; } inline void set_playerIndexInRoom_4(int32_t value) { ___playerIndexInRoom_4 = value; } inline static int32_t get_offset_of_matchPlayerInfos_5() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___matchPlayerInfos_5)); } inline List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * get_matchPlayerInfos_5() const { return ___matchPlayerInfos_5; } inline List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 ** get_address_of_matchPlayerInfos_5() { return &___matchPlayerInfos_5; } inline void set_matchPlayerInfos_5(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * value) { ___matchPlayerInfos_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchPlayerInfos_5), (void*)value); } }; // GlobalDataTemp struct GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE : public RuntimeObject { public: public: }; struct GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields { public: // PKMatchType GlobalDataTemp::pkMatchType int32_t ___pkMatchType_0; // System.Int32 GlobalDataTemp::matchGameType int32_t ___matchGameType_1; public: inline static int32_t get_offset_of_pkMatchType_0() { return static_cast(offsetof(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields, ___pkMatchType_0)); } inline int32_t get_pkMatchType_0() const { return ___pkMatchType_0; } inline int32_t* get_address_of_pkMatchType_0() { return &___pkMatchType_0; } inline void set_pkMatchType_0(int32_t value) { ___pkMatchType_0 = value; } inline static int32_t get_offset_of_matchGameType_1() { return static_cast(offsetof(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields, ___matchGameType_1)); } inline int32_t get_matchGameType_1() const { return ___matchGameType_1; } inline int32_t* get_address_of_matchGameType_1() { return &___matchGameType_1; } inline void set_matchGameType_1(int32_t value) { ___matchGameType_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.MacSink struct MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.MacSink::mMac RuntimeObject* ___mMac_6; public: inline static int32_t get_offset_of_mMac_6() { return static_cast(offsetof(MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F, ___mMac_6)); } inline RuntimeObject* get_mMac_6() const { return ___mMac_6; } inline RuntimeObject** get_address_of_mMac_6() { return &___mMac_6; } inline void set_mMac_6(RuntimeObject* value) { ___mMac_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mMac_6), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspException struct OcspException_tEB86D2641E584387057732A1F047A4694C77C561 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA : public Exception_t { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream struct TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::output Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::tee Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee_7; public: inline static int32_t get_offset_of_output_6() { return static_cast(offsetof(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814, ___output_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_output_6() const { return ___output_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_output_6() { return &___output_6; } inline void set_output_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___output_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___output_6), (void*)value); } inline static int32_t get_offset_of_tee_7() { return static_cast(offsetof(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814, ___tee_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_tee_7() const { return ___tee_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_tee_7() { return &___tee_7; } inline void set_tee_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___tee_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tee_7), (void*)value); } }; // 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.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 : public RuntimeObject { public: // BestHTTP.WebSocket.WebSocketStates BestHTTP.WebSocket.WebSocket::k__BackingField uint8_t ___U3CStateU3Ek__BackingField_0; // System.Boolean BestHTTP.WebSocket.WebSocket::k__BackingField bool ___U3CStartPingThreadU3Ek__BackingField_1; // System.Int32 BestHTTP.WebSocket.WebSocket::k__BackingField int32_t ___U3CPingFrequencyU3Ek__BackingField_2; // System.TimeSpan BestHTTP.WebSocket.WebSocket::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CCloseAfterNoMesssageU3Ek__BackingField_3; // BestHTTP.HTTPRequest BestHTTP.WebSocket.WebSocket::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CInternalRequestU3Ek__BackingField_4; // BestHTTP.WebSocket.Extensions.IExtension[] BestHTTP.WebSocket.WebSocket::k__BackingField IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* ___U3CExtensionsU3Ek__BackingField_5; // BestHTTP.WebSocket.OnWebSocketOpenDelegate BestHTTP.WebSocket.WebSocket::OnOpen OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * ___OnOpen_6; // BestHTTP.WebSocket.OnWebSocketMessageDelegate BestHTTP.WebSocket.WebSocket::OnMessage OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * ___OnMessage_7; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate BestHTTP.WebSocket.WebSocket::OnBinary OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * ___OnBinary_8; // BestHTTP.WebSocket.OnWebSocketClosedDelegate BestHTTP.WebSocket.WebSocket::OnClosed OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * ___OnClosed_9; // BestHTTP.WebSocket.OnWebSocketErrorDelegate BestHTTP.WebSocket.WebSocket::OnError OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * ___OnError_10; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate BestHTTP.WebSocket.WebSocket::OnErrorDesc OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * ___OnErrorDesc_11; // BestHTTP.WebSocket.OnWebSocketIncompleteFrameDelegate BestHTTP.WebSocket.WebSocket::OnIncompleteFrame OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * ___OnIncompleteFrame_12; // System.Boolean BestHTTP.WebSocket.WebSocket::requestSent bool ___requestSent_13; // BestHTTP.WebSocket.WebSocketResponse BestHTTP.WebSocket.WebSocket::webSocket WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * ___webSocket_14; public: inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_0() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CStateU3Ek__BackingField_0)); } inline uint8_t get_U3CStateU3Ek__BackingField_0() const { return ___U3CStateU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CStateU3Ek__BackingField_0() { return &___U3CStateU3Ek__BackingField_0; } inline void set_U3CStateU3Ek__BackingField_0(uint8_t value) { ___U3CStateU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CStartPingThreadU3Ek__BackingField_1() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CStartPingThreadU3Ek__BackingField_1)); } inline bool get_U3CStartPingThreadU3Ek__BackingField_1() const { return ___U3CStartPingThreadU3Ek__BackingField_1; } inline bool* get_address_of_U3CStartPingThreadU3Ek__BackingField_1() { return &___U3CStartPingThreadU3Ek__BackingField_1; } inline void set_U3CStartPingThreadU3Ek__BackingField_1(bool value) { ___U3CStartPingThreadU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CPingFrequencyU3Ek__BackingField_2() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CPingFrequencyU3Ek__BackingField_2)); } inline int32_t get_U3CPingFrequencyU3Ek__BackingField_2() const { return ___U3CPingFrequencyU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CPingFrequencyU3Ek__BackingField_2() { return &___U3CPingFrequencyU3Ek__BackingField_2; } inline void set_U3CPingFrequencyU3Ek__BackingField_2(int32_t value) { ___U3CPingFrequencyU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCloseAfterNoMesssageU3Ek__BackingField_3() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CCloseAfterNoMesssageU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CCloseAfterNoMesssageU3Ek__BackingField_3() const { return ___U3CCloseAfterNoMesssageU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CCloseAfterNoMesssageU3Ek__BackingField_3() { return &___U3CCloseAfterNoMesssageU3Ek__BackingField_3; } inline void set_U3CCloseAfterNoMesssageU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CCloseAfterNoMesssageU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CInternalRequestU3Ek__BackingField_4() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CInternalRequestU3Ek__BackingField_4)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CInternalRequestU3Ek__BackingField_4() const { return ___U3CInternalRequestU3Ek__BackingField_4; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CInternalRequestU3Ek__BackingField_4() { return &___U3CInternalRequestU3Ek__BackingField_4; } inline void set_U3CInternalRequestU3Ek__BackingField_4(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CInternalRequestU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInternalRequestU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CExtensionsU3Ek__BackingField_5() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CExtensionsU3Ek__BackingField_5)); } inline IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* get_U3CExtensionsU3Ek__BackingField_5() const { return ___U3CExtensionsU3Ek__BackingField_5; } inline IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8** get_address_of_U3CExtensionsU3Ek__BackingField_5() { return &___U3CExtensionsU3Ek__BackingField_5; } inline void set_U3CExtensionsU3Ek__BackingField_5(IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* value) { ___U3CExtensionsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtensionsU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_OnOpen_6() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnOpen_6)); } inline OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * get_OnOpen_6() const { return ___OnOpen_6; } inline OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 ** get_address_of_OnOpen_6() { return &___OnOpen_6; } inline void set_OnOpen_6(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * value) { ___OnOpen_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnOpen_6), (void*)value); } inline static int32_t get_offset_of_OnMessage_7() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnMessage_7)); } inline OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * get_OnMessage_7() const { return ___OnMessage_7; } inline OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 ** get_address_of_OnMessage_7() { return &___OnMessage_7; } inline void set_OnMessage_7(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * value) { ___OnMessage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_7), (void*)value); } inline static int32_t get_offset_of_OnBinary_8() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnBinary_8)); } inline OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * get_OnBinary_8() const { return ___OnBinary_8; } inline OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB ** get_address_of_OnBinary_8() { return &___OnBinary_8; } inline void set_OnBinary_8(OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * value) { ___OnBinary_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnBinary_8), (void*)value); } inline static int32_t get_offset_of_OnClosed_9() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnClosed_9)); } inline OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * get_OnClosed_9() const { return ___OnClosed_9; } inline OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E ** get_address_of_OnClosed_9() { return &___OnClosed_9; } inline void set_OnClosed_9(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * value) { ___OnClosed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_9), (void*)value); } inline static int32_t get_offset_of_OnError_10() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnError_10)); } inline OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * get_OnError_10() const { return ___OnError_10; } inline OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 ** get_address_of_OnError_10() { return &___OnError_10; } inline void set_OnError_10(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * value) { ___OnError_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_10), (void*)value); } inline static int32_t get_offset_of_OnErrorDesc_11() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnErrorDesc_11)); } inline OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * get_OnErrorDesc_11() const { return ___OnErrorDesc_11; } inline OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 ** get_address_of_OnErrorDesc_11() { return &___OnErrorDesc_11; } inline void set_OnErrorDesc_11(OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * value) { ___OnErrorDesc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnErrorDesc_11), (void*)value); } inline static int32_t get_offset_of_OnIncompleteFrame_12() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnIncompleteFrame_12)); } inline OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * get_OnIncompleteFrame_12() const { return ___OnIncompleteFrame_12; } inline OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 ** get_address_of_OnIncompleteFrame_12() { return &___OnIncompleteFrame_12; } inline void set_OnIncompleteFrame_12(OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * value) { ___OnIncompleteFrame_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnIncompleteFrame_12), (void*)value); } inline static int32_t get_offset_of_requestSent_13() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___requestSent_13)); } inline bool get_requestSent_13() const { return ___requestSent_13; } inline bool* get_address_of_requestSent_13() { return &___requestSent_13; } inline void set_requestSent_13(bool value) { ___requestSent_13 = value; } inline static int32_t get_offset_of_webSocket_14() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___webSocket_14)); } inline WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * get_webSocket_14() const { return ___webSocket_14; } inline WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF ** get_address_of_webSocket_14() { return &___webSocket_14; } inline void set_webSocket_14(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * value) { ___webSocket_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl/ListBuffer16 struct ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream struct CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::macStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___macStream_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::mac RuntimeObject* ___mac_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::cGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___cGen_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::authGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___authGen_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::eiGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen_10; public: inline static int32_t get_offset_of_macStream_6() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___macStream_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_macStream_6() const { return ___macStream_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_macStream_6() { return &___macStream_6; } inline void set_macStream_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___macStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___macStream_6), (void*)value); } inline static int32_t get_offset_of_mac_7() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___mac_7)); } inline RuntimeObject* get_mac_7() const { return ___mac_7; } inline RuntimeObject** get_address_of_mac_7() { return &___mac_7; } inline void set_mac_7(RuntimeObject* value) { ___mac_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_7), (void*)value); } inline static int32_t get_offset_of_cGen_8() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___cGen_8)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get_cGen_8() const { return ___cGen_8; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of_cGen_8() { return &___cGen_8; } inline void set_cGen_8(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ___cGen_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cGen_8), (void*)value); } inline static int32_t get_offset_of_authGen_9() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___authGen_9)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get_authGen_9() const { return ___authGen_9; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of_authGen_9() { return &___authGen_9; } inline void set_authGen_9(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ___authGen_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___authGen_9), (void*)value); } inline static int32_t get_offset_of_eiGen_10() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___eiGen_10)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get_eiGen_10() const { return ___eiGen_10; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of_eiGen_10() { return &___eiGen_10; } inline void set_eiGen_10(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ___eiGen_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___eiGen_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream struct CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::_out ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * ____out_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::_sGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____sGen_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::_cGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____cGen_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::_eiGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____eiGen_9; public: inline static int32_t get_offset_of__out_6() { return static_cast(offsetof(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89, ____out_6)); } inline ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * get__out_6() const { return ____out_6; } inline ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 ** get_address_of__out_6() { return &____out_6; } inline void set__out_6(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * value) { ____out_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_6), (void*)value); } inline static int32_t get_offset_of__sGen_7() { return static_cast(offsetof(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89, ____sGen_7)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__sGen_7() const { return ____sGen_7; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__sGen_7() { return &____sGen_7; } inline void set__sGen_7(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____sGen_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____sGen_7), (void*)value); } inline static int32_t get_offset_of__cGen_8() { return static_cast(offsetof(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89, ____cGen_8)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__cGen_8() const { return ____cGen_8; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__cGen_8() { return &____cGen_8; } inline void set__cGen_8(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____cGen_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____cGen_8), (void*)value); } inline static int32_t get_offset_of__eiGen_9() { return static_cast(offsetof(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89, ____eiGen_9)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__eiGen_9() const { return ____eiGen_9; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__eiGen_9() { return &____eiGen_9; } inline void set__eiGen_9(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____eiGen_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____eiGen_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream struct CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_outer CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * ____outer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_out CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * ____out_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_cGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____cGen_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_envGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____envGen_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_eiGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____eiGen_10; public: inline static int32_t get_offset_of__outer_6() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____outer_6)); } inline CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * get__outer_6() const { return ____outer_6; } inline CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 ** get_address_of__outer_6() { return &____outer_6; } inline void set__outer_6(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * value) { ____outer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____outer_6), (void*)value); } inline static int32_t get_offset_of__out_7() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____out_7)); } inline CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * get__out_7() const { return ____out_7; } inline CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E ** get_address_of__out_7() { return &____out_7; } inline void set__out_7(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * value) { ____out_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_7), (void*)value); } inline static int32_t get_offset_of__cGen_8() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____cGen_8)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__cGen_8() const { return ____cGen_8; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__cGen_8() { return &____cGen_8; } inline void set__cGen_8(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____cGen_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____cGen_8), (void*)value); } inline static int32_t get_offset_of__envGen_9() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____envGen_9)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__envGen_9() const { return ____envGen_9; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__envGen_9() { return &____envGen_9; } inline void set__envGen_9(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____envGen_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____envGen_9), (void*)value); } inline static int32_t get_offset_of__eiGen_10() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____eiGen_10)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__eiGen_10() const { return ____eiGen_10; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__eiGen_10() { return &____eiGen_10; } inline void set__eiGen_10(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____eiGen_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____eiGen_10), (void*)value); } }; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 : public MulticastDelegate_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); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString struct BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B : public DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString::octs RuntimeObject* ___octs_4; public: inline static int32_t get_offset_of_octs_4() { return static_cast(offsetof(BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B, ___octs_4)); } inline RuntimeObject* get_octs_4() const { return ___octs_4; } inline RuntimeObject** get_address_of_octs_4() { return &___octs_4; } inline void set_octs_4(RuntimeObject* value) { ___octs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___octs_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC : public DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA { public: public: }; struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet::Empty BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_StaticFields, ___Empty_4)); } inline BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * get_Empty_4() const { return ___Empty_4; } inline BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException struct CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerationException struct CmsAttributeTableGenerationException_t677719A4E92C0698E0A0659C82C2B2D0C838B798 : public CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { 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.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate struct OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate struct OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate struct OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 : public MulticastDelegate_t { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 : public ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.String DG.Tweening.Tween::debugTargetId String_t* ___debugTargetId_34; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_35; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_36; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_37; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_38; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_39; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequenceParent_40; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_41; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_42; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_43; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_44; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_46; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_47; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_48; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_49; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_50; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_51; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_52; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_53; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_6), (void*)value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringId_7), (void*)value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_9), (void*)value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPlay_12)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPlay_12), (void*)value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPause_13)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPause_13), (void*)value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onRewind_14)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRewind_14), (void*)value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onUpdate_15)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_15), (void*)value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onStepComplete_16)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStepComplete_16), (void*)value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onComplete_17)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_17), (void*)value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onKill_18)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___onKill_18), (void*)value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onWaypointChange_19)); } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaypointChange_19), (void*)value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___customEase_31)); } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___customEase_31), (void*)value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_debugTargetId_34() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___debugTargetId_34)); } inline String_t* get_debugTargetId_34() const { return ___debugTargetId_34; } inline String_t** get_address_of_debugTargetId_34() { return &___debugTargetId_34; } inline void set_debugTargetId_34(String_t* value) { ___debugTargetId_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugTargetId_34), (void*)value); } inline static int32_t get_offset_of_typeofT1_35() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT1_35)); } inline Type_t * get_typeofT1_35() const { return ___typeofT1_35; } inline Type_t ** get_address_of_typeofT1_35() { return &___typeofT1_35; } inline void set_typeofT1_35(Type_t * value) { ___typeofT1_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT1_35), (void*)value); } inline static int32_t get_offset_of_typeofT2_36() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT2_36)); } inline Type_t * get_typeofT2_36() const { return ___typeofT2_36; } inline Type_t ** get_address_of_typeofT2_36() { return &___typeofT2_36; } inline void set_typeofT2_36(Type_t * value) { ___typeofT2_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT2_36), (void*)value); } inline static int32_t get_offset_of_typeofTPlugOptions_37() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofTPlugOptions_37)); } inline Type_t * get_typeofTPlugOptions_37() const { return ___typeofTPlugOptions_37; } inline Type_t ** get_address_of_typeofTPlugOptions_37() { return &___typeofTPlugOptions_37; } inline void set_typeofTPlugOptions_37(Type_t * value) { ___typeofTPlugOptions_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTPlugOptions_37), (void*)value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_38() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CactiveU3Ek__BackingField_38)); } inline bool get_U3CactiveU3Ek__BackingField_38() const { return ___U3CactiveU3Ek__BackingField_38; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_38() { return &___U3CactiveU3Ek__BackingField_38; } inline void set_U3CactiveU3Ek__BackingField_38(bool value) { ___U3CactiveU3Ek__BackingField_38 = value; } inline static int32_t get_offset_of_isSequenced_39() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSequenced_39)); } inline bool get_isSequenced_39() const { return ___isSequenced_39; } inline bool* get_address_of_isSequenced_39() { return &___isSequenced_39; } inline void set_isSequenced_39(bool value) { ___isSequenced_39 = value; } inline static int32_t get_offset_of_sequenceParent_40() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___sequenceParent_40)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_sequenceParent_40() const { return ___sequenceParent_40; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_sequenceParent_40() { return &___sequenceParent_40; } inline void set_sequenceParent_40(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___sequenceParent_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequenceParent_40), (void*)value); } inline static int32_t get_offset_of_activeId_41() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___activeId_41)); } inline int32_t get_activeId_41() const { return ___activeId_41; } inline int32_t* get_address_of_activeId_41() { return &___activeId_41; } inline void set_activeId_41(int32_t value) { ___activeId_41 = value; } inline static int32_t get_offset_of_specialStartupMode_42() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___specialStartupMode_42)); } inline int32_t get_specialStartupMode_42() const { return ___specialStartupMode_42; } inline int32_t* get_address_of_specialStartupMode_42() { return &___specialStartupMode_42; } inline void set_specialStartupMode_42(int32_t value) { ___specialStartupMode_42 = value; } inline static int32_t get_offset_of_creationLocked_43() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___creationLocked_43)); } inline bool get_creationLocked_43() const { return ___creationLocked_43; } inline bool* get_address_of_creationLocked_43() { return &___creationLocked_43; } inline void set_creationLocked_43(bool value) { ___creationLocked_43 = value; } inline static int32_t get_offset_of_startupDone_44() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___startupDone_44)); } inline bool get_startupDone_44() const { return ___startupDone_44; } inline bool* get_address_of_startupDone_44() { return &___startupDone_44; } inline void set_startupDone_44(bool value) { ___startupDone_44 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_45() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CplayedOnceU3Ek__BackingField_45)); } inline bool get_U3CplayedOnceU3Ek__BackingField_45() const { return ___U3CplayedOnceU3Ek__BackingField_45; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_45() { return &___U3CplayedOnceU3Ek__BackingField_45; } inline void set_U3CplayedOnceU3Ek__BackingField_45(bool value) { ___U3CplayedOnceU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_46() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CpositionU3Ek__BackingField_46)); } inline float get_U3CpositionU3Ek__BackingField_46() const { return ___U3CpositionU3Ek__BackingField_46; } inline float* get_address_of_U3CpositionU3Ek__BackingField_46() { return &___U3CpositionU3Ek__BackingField_46; } inline void set_U3CpositionU3Ek__BackingField_46(float value) { ___U3CpositionU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_fullDuration_47() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___fullDuration_47)); } inline float get_fullDuration_47() const { return ___fullDuration_47; } inline float* get_address_of_fullDuration_47() { return &___fullDuration_47; } inline void set_fullDuration_47(float value) { ___fullDuration_47 = value; } inline static int32_t get_offset_of_completedLoops_48() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___completedLoops_48)); } inline int32_t get_completedLoops_48() const { return ___completedLoops_48; } inline int32_t* get_address_of_completedLoops_48() { return &___completedLoops_48; } inline void set_completedLoops_48(int32_t value) { ___completedLoops_48 = value; } inline static int32_t get_offset_of_isPlaying_49() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isPlaying_49)); } inline bool get_isPlaying_49() const { return ___isPlaying_49; } inline bool* get_address_of_isPlaying_49() { return &___isPlaying_49; } inline void set_isPlaying_49(bool value) { ___isPlaying_49 = value; } inline static int32_t get_offset_of_isComplete_50() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isComplete_50)); } inline bool get_isComplete_50() const { return ___isComplete_50; } inline bool* get_address_of_isComplete_50() { return &___isComplete_50; } inline void set_isComplete_50(bool value) { ___isComplete_50 = value; } inline static int32_t get_offset_of_elapsedDelay_51() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___elapsedDelay_51)); } inline float get_elapsedDelay_51() const { return ___elapsedDelay_51; } inline float* get_address_of_elapsedDelay_51() { return &___elapsedDelay_51; } inline void set_elapsedDelay_51(float value) { ___elapsedDelay_51 = value; } inline static int32_t get_offset_of_delayComplete_52() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delayComplete_52)); } inline bool get_delayComplete_52() const { return ___delayComplete_52; } inline bool* get_address_of_delayComplete_52() { return &___delayComplete_52; } inline void set_delayComplete_52(bool value) { ___delayComplete_52 = value; } inline static int32_t get_offset_of_miscInt_53() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___miscInt_53)); } inline int32_t get_miscInt_53() const { return ___miscInt_53; } inline int32_t* get_address_of_miscInt_53() { return &___miscInt_53; } inline void set_miscInt_53(int32_t value) { ___miscInt_53 = value; } }; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException struct CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D : public CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateExpiredException struct CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 : public CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException struct CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE : 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.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.OutputLengthException struct OutputLengthException_tA5E6AC4C0E283A093B74059F7CFF591963F62070 : public DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Collections.Generic.List`1 DG.Tweening.Sequence::sequencedTweens List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * ___sequencedTweens_54; // System.Collections.Generic.List`1 DG.Tweening.Sequence::_sequencedObjs List_1_t6642D08E578C77292ED5537CF3192269131C189C * ____sequencedObjs_55; // System.Single DG.Tweening.Sequence::lastTweenInsertTime float ___lastTweenInsertTime_56; public: inline static int32_t get_offset_of_sequencedTweens_54() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___sequencedTweens_54)); } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * get_sequencedTweens_54() const { return ___sequencedTweens_54; } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 ** get_address_of_sequencedTweens_54() { return &___sequencedTweens_54; } inline void set_sequencedTweens_54(List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * value) { ___sequencedTweens_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequencedTweens_54), (void*)value); } inline static int32_t get_offset_of__sequencedObjs_55() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ____sequencedObjs_55)); } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C * get__sequencedObjs_55() const { return ____sequencedObjs_55; } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C ** get_address_of__sequencedObjs_55() { return &____sequencedObjs_55; } inline void set__sequencedObjs_55(List_1_t6642D08E578C77292ED5537CF3192269131C189C * value) { ____sequencedObjs_55 = value; Il2CppCodeGenWriteBarrier((void**)(&____sequencedObjs_55), (void*)value); } inline static int32_t get_offset_of_lastTweenInsertTime_56() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___lastTweenInsertTime_56)); } inline float get_lastTweenInsertTime_56() const { return ___lastTweenInsertTime_56; } inline float* get_address_of_lastTweenInsertTime_56() { return &___lastTweenInsertTime_56; } inline void set_lastTweenInsertTime_56(float value) { ___lastTweenInsertTime_56 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // JCUnityLib.ViewManager`1 struct ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewGroupDict Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___viewGroupDict_4; // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewDict Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * ___viewDict_5; // System.Collections.Generic.HashSet`1 JCUnityLib.ViewManager`1::viewDontDestroySet HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___viewDontDestroySet_6; public: inline static int32_t get_offset_of_viewGroupDict_4() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewGroupDict_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_viewGroupDict_4() const { return ___viewGroupDict_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_viewGroupDict_4() { return &___viewGroupDict_4; } inline void set_viewGroupDict_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___viewGroupDict_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewGroupDict_4), (void*)value); } inline static int32_t get_offset_of_viewDict_5() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewDict_5)); } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * get_viewDict_5() const { return ___viewDict_5; } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 ** get_address_of_viewDict_5() { return &___viewDict_5; } inline void set_viewDict_5(Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * value) { ___viewDict_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDict_5), (void*)value); } inline static int32_t get_offset_of_viewDontDestroySet_6() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewDontDestroySet_6)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_viewDontDestroySet_6() const { return ___viewDontDestroySet_6; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_viewDontDestroySet_6() { return &___viewDontDestroySet_6; } inline void set_viewDontDestroySet_6(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___viewDontDestroySet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDontDestroySet_6), (void*)value); } }; struct ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E_StaticFields { public: // CT JCUnityLib.ViewManager`1::s_Instance ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ___s_Instance_7; public: inline static int32_t get_offset_of_s_Instance_7() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E_StaticFields, ___s_Instance_7)); } inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * get_s_Instance_7() const { return ___s_Instance_7; } inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E ** get_address_of_s_Instance_7() { return &___s_Instance_7; } inline void set_s_Instance_7(ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * value) { ___s_Instance_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_7), (void*)value); } }; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AnimationPlayer ArmBow::AP_arm AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_arm_4; // AnimationPlayer ArmBow::AP_bow AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_bow_5; // UnityEngine.GameObject ArmBow::arrow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___arrow_6; // BowCamera ArmBow::_bowCamera BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____bowCamera_7; // System.Collections.Generic.HashSet`1 ArmBow::validTargets HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * ___validTargets_8; // System.Int32 ArmBow::shootBackTime int32_t ___shootBackTime_10; // System.Single ArmBow::shootOffsetAngleScale float ___shootOffsetAngleScale_11; // System.Boolean ArmBow::banReady bool ___banReady_12; // System.Boolean ArmBow::banShoot bool ___banShoot_13; // System.Boolean ArmBow::banLogic bool ___banLogic_14; // UnityEngine.Quaternion[] ArmBow::cameraRotations QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___cameraRotations_15; // System.Int32 ArmBow::cameraRotationHasRecordCount int32_t ___cameraRotationHasRecordCount_16; // System.Int32 ArmBow::phase int32_t ___phase_17; // System.Int32 ArmBow::arm_ani_index_cur int32_t ___arm_ani_index_cur_18; // System.Int32 ArmBow::bow_ani_index_cur int32_t ___bow_ani_index_cur_19; public: inline static int32_t get_offset_of_AP_arm_4() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_arm_4)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_arm_4() const { return ___AP_arm_4; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_arm_4() { return &___AP_arm_4; } inline void set_AP_arm_4(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_arm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_arm_4), (void*)value); } inline static int32_t get_offset_of_AP_bow_5() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_bow_5)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_bow_5() const { return ___AP_bow_5; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_bow_5() { return &___AP_bow_5; } inline void set_AP_bow_5(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_bow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_bow_5), (void*)value); } inline static int32_t get_offset_of_arrow_6() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arrow_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_arrow_6() const { return ___arrow_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_arrow_6() { return &___arrow_6; } inline void set_arrow_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___arrow_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrow_6), (void*)value); } inline static int32_t get_offset_of__bowCamera_7() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ____bowCamera_7)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__bowCamera_7() const { return ____bowCamera_7; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__bowCamera_7() { return &____bowCamera_7; } inline void set__bowCamera_7(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____bowCamera_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowCamera_7), (void*)value); } inline static int32_t get_offset_of_validTargets_8() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___validTargets_8)); } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * get_validTargets_8() const { return ___validTargets_8; } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 ** get_address_of_validTargets_8() { return &___validTargets_8; } inline void set_validTargets_8(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * value) { ___validTargets_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___validTargets_8), (void*)value); } inline static int32_t get_offset_of_shootBackTime_10() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootBackTime_10)); } inline int32_t get_shootBackTime_10() const { return ___shootBackTime_10; } inline int32_t* get_address_of_shootBackTime_10() { return &___shootBackTime_10; } inline void set_shootBackTime_10(int32_t value) { ___shootBackTime_10 = value; } inline static int32_t get_offset_of_shootOffsetAngleScale_11() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootOffsetAngleScale_11)); } inline float get_shootOffsetAngleScale_11() const { return ___shootOffsetAngleScale_11; } inline float* get_address_of_shootOffsetAngleScale_11() { return &___shootOffsetAngleScale_11; } inline void set_shootOffsetAngleScale_11(float value) { ___shootOffsetAngleScale_11 = value; } inline static int32_t get_offset_of_banReady_12() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banReady_12)); } inline bool get_banReady_12() const { return ___banReady_12; } inline bool* get_address_of_banReady_12() { return &___banReady_12; } inline void set_banReady_12(bool value) { ___banReady_12 = value; } inline static int32_t get_offset_of_banShoot_13() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banShoot_13)); } inline bool get_banShoot_13() const { return ___banShoot_13; } inline bool* get_address_of_banShoot_13() { return &___banShoot_13; } inline void set_banShoot_13(bool value) { ___banShoot_13 = value; } inline static int32_t get_offset_of_banLogic_14() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banLogic_14)); } inline bool get_banLogic_14() const { return ___banLogic_14; } inline bool* get_address_of_banLogic_14() { return &___banLogic_14; } inline void set_banLogic_14(bool value) { ___banLogic_14 = value; } inline static int32_t get_offset_of_cameraRotations_15() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotations_15)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get_cameraRotations_15() const { return ___cameraRotations_15; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of_cameraRotations_15() { return &___cameraRotations_15; } inline void set_cameraRotations_15(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ___cameraRotations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraRotations_15), (void*)value); } inline static int32_t get_offset_of_cameraRotationHasRecordCount_16() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotationHasRecordCount_16)); } inline int32_t get_cameraRotationHasRecordCount_16() const { return ___cameraRotationHasRecordCount_16; } inline int32_t* get_address_of_cameraRotationHasRecordCount_16() { return &___cameraRotationHasRecordCount_16; } inline void set_cameraRotationHasRecordCount_16(int32_t value) { ___cameraRotationHasRecordCount_16 = value; } inline static int32_t get_offset_of_phase_17() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___phase_17)); } inline int32_t get_phase_17() const { return ___phase_17; } inline int32_t* get_address_of_phase_17() { return &___phase_17; } inline void set_phase_17(int32_t value) { ___phase_17 = value; } inline static int32_t get_offset_of_arm_ani_index_cur_18() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arm_ani_index_cur_18)); } inline int32_t get_arm_ani_index_cur_18() const { return ___arm_ani_index_cur_18; } inline int32_t* get_address_of_arm_ani_index_cur_18() { return &___arm_ani_index_cur_18; } inline void set_arm_ani_index_cur_18(int32_t value) { ___arm_ani_index_cur_18 = value; } inline static int32_t get_offset_of_bow_ani_index_cur_19() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___bow_ani_index_cur_19)); } inline int32_t get_bow_ani_index_cur_19() const { return ___bow_ani_index_cur_19; } inline int32_t* get_address_of_bow_ani_index_cur_19() { return &___bow_ani_index_cur_19; } inline void set_bow_ani_index_cur_19(int32_t value) { ___bow_ani_index_cur_19 = value; } }; struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields { public: // ArmBow ArmBow::_ins ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____ins_20; public: inline static int32_t get_offset_of__ins_20() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields, ____ins_20)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__ins_20() const { return ____ins_20; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__ins_20() { return &____ins_20; } inline void set__ins_20(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____ins_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_20), (void*)value); } }; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Arrow::flyTime float ___flyTime_4; // System.Boolean Arrow::isHit bool ___isHit_5; // System.Single Arrow::mySpeed float ___mySpeed_6; // ArmBow Arrow::armBow ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___armBow_8; // UnityEngine.Vector3 Arrow::shootOutPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___shootOutPosition_9; // UnityEngine.RaycastHit Arrow::absoluteRay RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 ___absoluteRay_10; // System.Single Arrow::offsetAngle float ___offsetAngle_11; // UnityEngine.Vector3 Arrow::finalAngleAfterOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalAngleAfterOffset_12; // TargetBody Arrow::rayHitTargetBody TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___rayHitTargetBody_13; // System.Boolean Arrow::canPerfectHit bool ___canPerfectHit_14; // System.Boolean Arrow::canUseSideCamera bool ___canUseSideCamera_15; // ArrowCamera Arrow::arrowCameraComp ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * ___arrowCameraComp_16; // System.Action Arrow::onDoNextShoot Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDoNextShoot_17; // System.Boolean Arrow::hasParabolaAngle bool ___hasParabolaAngle_19; // System.Single Arrow::parabolaAngleInRadian float ___parabolaAngleInRadian_20; // ArrowSync/SyncData Arrow::outputSyncData SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * ___outputSyncData_21; // System.Single Arrow::logicFlyTime float ___logicFlyTime_22; // UnityEngine.Vector3 Arrow::finalPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalPoint_23; // System.Int32 Arrow::hitType int32_t ___hitType_24; // UnityEngine.Transform Arrow::raycastHitTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___raycastHitTransform_25; // System.String[] Arrow::hitTargetAnimalInfo StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___hitTargetAnimalInfo_26; // System.Boolean Arrow::hasDoneNextShoot bool ___hasDoneNextShoot_27; // UnityEngine.Vector3 Arrow::rotateV3 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rotateV3_28; public: inline static int32_t get_offset_of_flyTime_4() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___flyTime_4)); } inline float get_flyTime_4() const { return ___flyTime_4; } inline float* get_address_of_flyTime_4() { return &___flyTime_4; } inline void set_flyTime_4(float value) { ___flyTime_4 = value; } inline static int32_t get_offset_of_isHit_5() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___isHit_5)); } inline bool get_isHit_5() const { return ___isHit_5; } inline bool* get_address_of_isHit_5() { return &___isHit_5; } inline void set_isHit_5(bool value) { ___isHit_5 = value; } inline static int32_t get_offset_of_mySpeed_6() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___mySpeed_6)); } inline float get_mySpeed_6() const { return ___mySpeed_6; } inline float* get_address_of_mySpeed_6() { return &___mySpeed_6; } inline void set_mySpeed_6(float value) { ___mySpeed_6 = value; } inline static int32_t get_offset_of_armBow_8() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___armBow_8)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get_armBow_8() const { return ___armBow_8; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of_armBow_8() { return &___armBow_8; } inline void set_armBow_8(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ___armBow_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___armBow_8), (void*)value); } inline static int32_t get_offset_of_shootOutPosition_9() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___shootOutPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_shootOutPosition_9() const { return ___shootOutPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_shootOutPosition_9() { return &___shootOutPosition_9; } inline void set_shootOutPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___shootOutPosition_9 = value; } inline static int32_t get_offset_of_absoluteRay_10() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___absoluteRay_10)); } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 get_absoluteRay_10() const { return ___absoluteRay_10; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * get_address_of_absoluteRay_10() { return &___absoluteRay_10; } inline void set_absoluteRay_10(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 value) { ___absoluteRay_10 = value; } inline static int32_t get_offset_of_offsetAngle_11() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___offsetAngle_11)); } inline float get_offsetAngle_11() const { return ___offsetAngle_11; } inline float* get_address_of_offsetAngle_11() { return &___offsetAngle_11; } inline void set_offsetAngle_11(float value) { ___offsetAngle_11 = value; } inline static int32_t get_offset_of_finalAngleAfterOffset_12() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalAngleAfterOffset_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalAngleAfterOffset_12() const { return ___finalAngleAfterOffset_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalAngleAfterOffset_12() { return &___finalAngleAfterOffset_12; } inline void set_finalAngleAfterOffset_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalAngleAfterOffset_12 = value; } inline static int32_t get_offset_of_rayHitTargetBody_13() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rayHitTargetBody_13)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_rayHitTargetBody_13() const { return ___rayHitTargetBody_13; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_rayHitTargetBody_13() { return &___rayHitTargetBody_13; } inline void set_rayHitTargetBody_13(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___rayHitTargetBody_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rayHitTargetBody_13), (void*)value); } inline static int32_t get_offset_of_canPerfectHit_14() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canPerfectHit_14)); } inline bool get_canPerfectHit_14() const { return ___canPerfectHit_14; } inline bool* get_address_of_canPerfectHit_14() { return &___canPerfectHit_14; } inline void set_canPerfectHit_14(bool value) { ___canPerfectHit_14 = value; } inline static int32_t get_offset_of_canUseSideCamera_15() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canUseSideCamera_15)); } inline bool get_canUseSideCamera_15() const { return ___canUseSideCamera_15; } inline bool* get_address_of_canUseSideCamera_15() { return &___canUseSideCamera_15; } inline void set_canUseSideCamera_15(bool value) { ___canUseSideCamera_15 = value; } inline static int32_t get_offset_of_arrowCameraComp_16() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___arrowCameraComp_16)); } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * get_arrowCameraComp_16() const { return ___arrowCameraComp_16; } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB ** get_address_of_arrowCameraComp_16() { return &___arrowCameraComp_16; } inline void set_arrowCameraComp_16(ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * value) { ___arrowCameraComp_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCameraComp_16), (void*)value); } inline static int32_t get_offset_of_onDoNextShoot_17() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___onDoNextShoot_17)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDoNextShoot_17() const { return ___onDoNextShoot_17; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDoNextShoot_17() { return &___onDoNextShoot_17; } inline void set_onDoNextShoot_17(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDoNextShoot_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDoNextShoot_17), (void*)value); } inline static int32_t get_offset_of_hasParabolaAngle_19() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasParabolaAngle_19)); } inline bool get_hasParabolaAngle_19() const { return ___hasParabolaAngle_19; } inline bool* get_address_of_hasParabolaAngle_19() { return &___hasParabolaAngle_19; } inline void set_hasParabolaAngle_19(bool value) { ___hasParabolaAngle_19 = value; } inline static int32_t get_offset_of_parabolaAngleInRadian_20() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___parabolaAngleInRadian_20)); } inline float get_parabolaAngleInRadian_20() const { return ___parabolaAngleInRadian_20; } inline float* get_address_of_parabolaAngleInRadian_20() { return &___parabolaAngleInRadian_20; } inline void set_parabolaAngleInRadian_20(float value) { ___parabolaAngleInRadian_20 = value; } inline static int32_t get_offset_of_outputSyncData_21() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___outputSyncData_21)); } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * get_outputSyncData_21() const { return ___outputSyncData_21; } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF ** get_address_of_outputSyncData_21() { return &___outputSyncData_21; } inline void set_outputSyncData_21(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * value) { ___outputSyncData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_21), (void*)value); } inline static int32_t get_offset_of_logicFlyTime_22() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___logicFlyTime_22)); } inline float get_logicFlyTime_22() const { return ___logicFlyTime_22; } inline float* get_address_of_logicFlyTime_22() { return &___logicFlyTime_22; } inline void set_logicFlyTime_22(float value) { ___logicFlyTime_22 = value; } inline static int32_t get_offset_of_finalPoint_23() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalPoint_23)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalPoint_23() const { return ___finalPoint_23; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalPoint_23() { return &___finalPoint_23; } inline void set_finalPoint_23(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalPoint_23 = value; } inline static int32_t get_offset_of_hitType_24() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitType_24)); } inline int32_t get_hitType_24() const { return ___hitType_24; } inline int32_t* get_address_of_hitType_24() { return &___hitType_24; } inline void set_hitType_24(int32_t value) { ___hitType_24 = value; } inline static int32_t get_offset_of_raycastHitTransform_25() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___raycastHitTransform_25)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_raycastHitTransform_25() const { return ___raycastHitTransform_25; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_raycastHitTransform_25() { return &___raycastHitTransform_25; } inline void set_raycastHitTransform_25(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___raycastHitTransform_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___raycastHitTransform_25), (void*)value); } inline static int32_t get_offset_of_hitTargetAnimalInfo_26() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitTargetAnimalInfo_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_hitTargetAnimalInfo_26() const { return ___hitTargetAnimalInfo_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_hitTargetAnimalInfo_26() { return &___hitTargetAnimalInfo_26; } inline void set_hitTargetAnimalInfo_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___hitTargetAnimalInfo_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitTargetAnimalInfo_26), (void*)value); } inline static int32_t get_offset_of_hasDoneNextShoot_27() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasDoneNextShoot_27)); } inline bool get_hasDoneNextShoot_27() const { return ___hasDoneNextShoot_27; } inline bool* get_address_of_hasDoneNextShoot_27() { return &___hasDoneNextShoot_27; } inline void set_hasDoneNextShoot_27(bool value) { ___hasDoneNextShoot_27 = value; } inline static int32_t get_offset_of_rotateV3_28() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rotateV3_28)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rotateV3_28() const { return ___rotateV3_28; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rotateV3_28() { return &___rotateV3_28; } inline void set_rotateV3_28(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rotateV3_28 = value; } }; struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields { public: // System.Single Arrow::speed float ___speed_7; // System.Collections.Generic.HashSet`1 Arrow::arrowSet HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * ___arrowSet_18; public: inline static int32_t get_offset_of_speed_7() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___speed_7)); } inline float get_speed_7() const { return ___speed_7; } inline float* get_address_of_speed_7() { return &___speed_7; } inline void set_speed_7(float value) { ___speed_7 = value; } inline static int32_t get_offset_of_arrowSet_18() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___arrowSet_18)); } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * get_arrowSet_18() const { return ___arrowSet_18; } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C ** get_address_of_arrowSet_18() { return &___arrowSet_18; } inline void set_arrowSet_18(HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * value) { ___arrowSet_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSet_18), (void*)value); } }; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource AudioMgr::audioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource_4; public: inline static int32_t get_offset_of_audioSource_4() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0, ___audioSource_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioSource_4() const { return ___audioSource_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioSource_4() { return &___audioSource_4; } inline void set_audioSource_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioSource_4), (void*)value); } }; struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields { public: // AudioMgr AudioMgr::ins AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields, ___ins_5)); } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * get_ins_5() const { return ___ins_5; } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // ChallengeTargetForResetView struct ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields { public: // ChallengeTargetForResetView ChallengeTargetForResetView::ins ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * ___ins_4; // DG.Tweening.Sequence ChallengeTargetForResetView::seq_ShowToHide Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq_ShowToHide_5; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields, ___ins_4)); } inline ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * get_ins_4() const { return ___ins_4; } inline ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } inline static int32_t get_offset_of_seq_ShowToHide_5() { return static_cast(offsetof(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields, ___seq_ShowToHide_5)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq_ShowToHide_5() const { return ___seq_ShowToHide_5; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq_ShowToHide_5() { return &___seq_ShowToHide_5; } inline void set_seq_ShowToHide_5(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq_ShowToHide_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_ShowToHide_5), (void*)value); } }; // CircleRayCastChecker struct CircleRayCastChecker_tA11C302CA5722AD5A1C0EE61511FE0E01294D661 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single CircleRayCastChecker::radius float ___radius_4; public: inline static int32_t get_offset_of_radius_4() { return static_cast(offsetof(CircleRayCastChecker_tA11C302CA5722AD5A1C0EE61511FE0E01294D661, ___radius_4)); } inline float get_radius_4() const { return ___radius_4; } inline float* get_address_of_radius_4() { return &___radius_4; } inline void set_radius_4(float value) { ___radius_4 = value; } }; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action`2 GameEventCenter::onBowArrowShootOut Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * ___onBowArrowShootOut_4; // System.Action`2 GameEventCenter::onTargetAnimalHurt Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * ___onTargetAnimalHurt_5; public: inline static int32_t get_offset_of_onBowArrowShootOut_4() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190, ___onBowArrowShootOut_4)); } inline Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * get_onBowArrowShootOut_4() const { return ___onBowArrowShootOut_4; } inline Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 ** get_address_of_onBowArrowShootOut_4() { return &___onBowArrowShootOut_4; } inline void set_onBowArrowShootOut_4(Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * value) { ___onBowArrowShootOut_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBowArrowShootOut_4), (void*)value); } inline static int32_t get_offset_of_onTargetAnimalHurt_5() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190, ___onTargetAnimalHurt_5)); } inline Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * get_onTargetAnimalHurt_5() const { return ___onTargetAnimalHurt_5; } inline Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD ** get_address_of_onTargetAnimalHurt_5() { return &___onTargetAnimalHurt_5; } inline void set_onTargetAnimalHurt_5(Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * value) { ___onTargetAnimalHurt_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onTargetAnimalHurt_5), (void*)value); } }; struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190_StaticFields { public: // GameEventCenter GameEventCenter::_ins GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * ____ins_6; public: inline static int32_t get_offset_of__ins_6() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190_StaticFields, ____ins_6)); } inline GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * get__ins_6() const { return ____ins_6; } inline GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 ** get_address_of__ins_6() { return &____ins_6; } inline void set__ins_6(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * value) { ____ins_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_6), (void*)value); } }; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // GameMode GameMgr::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_6; // System.Boolean GameMgr::gameOver bool ___gameOver_7; // System.Boolean GameMgr::guideFinish bool ___guideFinish_9; // System.Collections.Generic.HashSet`1 GameMgr::gamePauseLockers HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * ___gamePauseLockers_10; public: inline static int32_t get_offset_of_gameMode_6() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameMode_6)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_6() const { return ___gameMode_6; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_6() { return &___gameMode_6; } inline void set_gameMode_6(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_6), (void*)value); } inline static int32_t get_offset_of_gameOver_7() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameOver_7)); } inline bool get_gameOver_7() const { return ___gameOver_7; } inline bool* get_address_of_gameOver_7() { return &___gameOver_7; } inline void set_gameOver_7(bool value) { ___gameOver_7 = value; } inline static int32_t get_offset_of_guideFinish_9() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___guideFinish_9)); } inline bool get_guideFinish_9() const { return ___guideFinish_9; } inline bool* get_address_of_guideFinish_9() { return &___guideFinish_9; } inline void set_guideFinish_9(bool value) { ___guideFinish_9 = value; } inline static int32_t get_offset_of_gamePauseLockers_10() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gamePauseLockers_10)); } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * get_gamePauseLockers_10() const { return ___gamePauseLockers_10; } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 ** get_address_of_gamePauseLockers_10() { return &___gamePauseLockers_10; } inline void set_gamePauseLockers_10(HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * value) { ___gamePauseLockers_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePauseLockers_10), (void*)value); } }; struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields { public: // System.Boolean GameMgr::debugInEditor bool ___debugInEditor_4; // System.Int32 GameMgr::gameType int32_t ___gameType_5; // GameMgr GameMgr::ins GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___ins_8; public: inline static int32_t get_offset_of_debugInEditor_4() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___debugInEditor_4)); } inline bool get_debugInEditor_4() const { return ___debugInEditor_4; } inline bool* get_address_of_debugInEditor_4() { return &___debugInEditor_4; } inline void set_debugInEditor_4(bool value) { ___debugInEditor_4 = value; } inline static int32_t get_offset_of_gameType_5() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___gameType_5)); } inline int32_t get_gameType_5() const { return ___gameType_5; } inline int32_t* get_address_of_gameType_5() { return &___gameType_5; } inline void set_gameType_5(int32_t value) { ___gameType_5 = value; } inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___ins_8)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_ins_8() const { return ___ins_8; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // PersistenHandler struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MenuBackController PersistenHandler::menuBackCtr MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * ___menuBackCtr_4; public: inline static int32_t get_offset_of_menuBackCtr_4() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1, ___menuBackCtr_4)); } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * get_menuBackCtr_4() const { return ___menuBackCtr_4; } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 ** get_address_of_menuBackCtr_4() { return &___menuBackCtr_4; } inline void set_menuBackCtr_4(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * value) { ___menuBackCtr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___menuBackCtr_4), (void*)value); } }; struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields { public: // PersistenHandler PersistenHandler::ins PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields, ___ins_5)); } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * get_ins_5() const { return ___ins_5; } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 : public TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::alertDescription uint8_t ___alertDescription_18; public: inline static int32_t get_offset_of_alertDescription_18() { return static_cast(offsetof(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946, ___alertDescription_18)); } inline uint8_t get_alertDescription_18() const { return ___alertDescription_18; } inline uint8_t* get_address_of_alertDescription_18() { return &___alertDescription_18; } inline void set_alertDescription_18(uint8_t value) { ___alertDescription_18 = value; } }; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewInitedU3Ek__BackingField_4; // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewDestroyedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CviewInitedU3Ek__BackingField_4() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewInitedU3Ek__BackingField_4)); } inline bool get_U3CviewInitedU3Ek__BackingField_4() const { return ___U3CviewInitedU3Ek__BackingField_4; } inline bool* get_address_of_U3CviewInitedU3Ek__BackingField_4() { return &___U3CviewInitedU3Ek__BackingField_4; } inline void set_U3CviewInitedU3Ek__BackingField_4(bool value) { ___U3CviewInitedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CviewDestroyedU3Ek__BackingField_5() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewDestroyedU3Ek__BackingField_5)); } inline bool get_U3CviewDestroyedU3Ek__BackingField_5() const { return ___U3CviewDestroyedU3Ek__BackingField_5; } inline bool* get_address_of_U3CviewDestroyedU3Ek__BackingField_5() { return &___U3CviewDestroyedU3Ek__BackingField_5; } inline void set_U3CviewDestroyedU3Ek__BackingField_5(bool value) { ___U3CviewDestroyedU3Ek__BackingField_5 = value; } }; // ChallengeOptionView struct ChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: public: }; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E : public ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E { public: // System.Collections.Generic.HashSet`1 ViewMgr::scenePrefabs HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___scenePrefabs_8; public: inline static int32_t get_offset_of_scenePrefabs_8() { return static_cast(offsetof(ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E, ___scenePrefabs_8)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_scenePrefabs_8() const { return ___scenePrefabs_8; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_scenePrefabs_8() { return &___scenePrefabs_8; } inline void set_scenePrefabs_8(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___scenePrefabs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___scenePrefabs_8), (void*)value); } }; #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; } }; // 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.CertStatus[] struct CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14 : public RuntimeArray { public: ALIGN_FIELD (8) CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * m_Items[1]; public: inline CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 ** 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, CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * 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.CertResponse[] struct CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994 : public RuntimeArray { public: ALIGN_FIELD (8) CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * m_Items[1]; public: inline CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 ** 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, CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg[] struct CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D : public RuntimeArray { public: ALIGN_FIELD (8) CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * m_Items[1]; public: inline CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 ** 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, CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue[] struct AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7 : public RuntimeArray { public: ALIGN_FIELD (8) AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 * m_Items[1]; public: inline AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 ** 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, AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] struct X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58 : public RuntimeArray { public: ALIGN_FIELD (8) X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * m_Items[1]; public: inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** 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, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry[] struct CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77 : public RuntimeArray { public: ALIGN_FIELD (8) CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * m_Items[1]; public: inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 ** 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, CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[] struct PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39 : public RuntimeArray { public: ALIGN_FIELD (8) PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * m_Items[1]; public: inline PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 ** 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, PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = 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); } }; // 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.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; } }; // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac__ctor_m85E5DF42074EDBDA99F5894F79416553347774BB (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, RuntimeObject* ___cipher0, int32_t ___macSizeInBits1, RuntimeObject* ___padding2, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac_Reset_m9F3B9390D0E4FDC44C5194842C9A39C643AA6954 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, 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 System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, 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.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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::CopyOfRange(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___from1, int32_t ___to2, 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.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SicBlockCipher__ctor_m9824FDEDA995153AAC7408C442A4EE2353D1490E (SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1 (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, RuntimeObject* ___parameters0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::CalculateMac(System.Byte[],System.Int32,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_CalculateMac_m43F8FCEEB3B6637912D545B65700FC35B92354F9 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___dataOff1, int32_t ___dataLen2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___macBlock3, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::ConstantTimeAreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac__ctor_mE48141D385B0E87A024F5C144B4DA5FD4C29EF95 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, RuntimeObject* ___cipher0, int32_t ___macSizeInBits1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::HasAssociatedText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CcmBlockCipher_HasAssociatedText_mF1C9F9953ED741E1E24C7E7F588CCAD9454C8B07 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::GetAssociatedTextLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_GetAssociatedTextLength_m72565B5BC7B32F5AE9B3CB21FD523E2AAA2B45D9 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Int32,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeadParameters__ctor_mE2773768F68BC5A4602E213B7901DED949E1900D (AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key0, int32_t ___macSize1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedText3, 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.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8 (RuntimeObject * ___obj0, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827 (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, int32_t ___tagNo0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj1, 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.CertConfirmContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertConfirmContent__ctor_m82817871805C7B79DCA02F0988CA7B5B52691CF2 (CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * CertStatus_GetInstance_m5E71CEC5A6B34A652D3EB36D144052646FFD1269 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHash__ctor_m315919428C20609A1FAA6FB0B362F35049E4CC99 (CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964 (RuntimeObject * ___obj0, 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); // 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); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, 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.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.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertID_GetInstance_m4FF3A9F97DD6B1C2A622A6F9468BB165D3ABD3D7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertID__ctor_mA3106BA8C53B5B3ED27AB7D604DB625C0B401E27 (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertId__ctor_m374E514C3630ED156C9A9CAE70BF56B8FAB2B18B (CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * CertId_GetInstance_m541A155E2A203B2D5785845266D08B533561C268 (RuntimeObject * ___obj0, 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.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.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * EncryptedValue_GetInstance_m1F986D2A3F7F8D364B267E89BFDAA52DBC51A5BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertOrEncCert__ctor_m072A451864A40B2E73CE12C41E2118EDE04FB990 (CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, 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.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, 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.CertRepMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertRepMessage__ctor_m48F9145859346C8A91FE437D2351555906B16A2A (CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * CertResponse_GetInstance_m544B10DC9302C24B82BD54CF34516CA512874D2A (RuntimeObject * ___obj0, 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.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.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(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.Crmf.CertReqMessages::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertReqMessages__ctor_mD3A298C6E11A5632361AA3DBC0FFC4A3703717BB (CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * CertReqMsg_GetInstance_mDFDD57CB7AECF0FDA580444C406577C63C3EA46D (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * CertRequest_GetInstance_m67FC98BC1E8564A9281B0FB3256805D0B6679C3A (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.ProofOfPossession BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.ProofOfPossession::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * ProofOfPossession_GetInstance_mE117E6ED2BCCBBD796324E2C0B973C6BA97A3917 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertReqMsg__ctor_m95929AFF384CD8EA3F50EF82AA5B80F9854EB401 (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 * AttributeTypeAndValue_GetInstance_m4FBB0E7A29EEEE233D2B4BDBBA85E17151B87A5B (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * CertTemplate_GetInstance_m91081CD326D47D2D13E973B5CBE64FAA42D27191 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * Controls_GetInstance_mB3FBC9B1FD4249E84866AB9EF8EAB47DF582A49A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertRequest__ctor_m0812F41038C20EA6AD2B46A4FB58F0BF33D96E57 (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __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.Crmf.CertRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertRequest__ctor_mC88F0A7CF5EAF750AC79BEFBDB2DEFEF36391AAB (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId0, CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * ___certTemplate1, Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * ___controls2, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * CertifiedKeyPair_GetInstance_m7EFA59C6E4B3B2F1863EEBB028F2593BD2CD41B8 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertResponse__ctor_m2DFB1AF45B4185F524FC6A38936A472FDB1733DD (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertResponse__ctor_m09D6297FB9C2B8E54CB239A11A4E762FAAB823EA (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId0, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___status1, CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * ___certifiedKeyPair2, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___rspInfo3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_m2951A73CFBA546A9B1C28FDA72108780B9971F03 (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * RevokedInfo_GetInstance_mFE9BA5FC90949BD3B1192A2047F0F435EEF4A521 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_m6822B70633625DB9D7F81A34D0727A1269EF1BF8 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___choice0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4 (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.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509Name_GetInstance_mFD251BB3D16821AE67AA7221E4039B6FF925ED59 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * OptionalValidity_GetInstance_m58B762310F07D1EB311C96C37B78B96D1B19E669 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfo_GetInstance_mE1971E76A76776D1E5A3EBC8822DB50F324FEAFE (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, 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.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * X509Extensions_GetInstance_m2A6E55A2B2E3F4B20A06A1E1DFABDCBCB5DEE11B (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertTemplate__ctor_mFF5DA90A21072FAF48CEB44597D921625AC8F933 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, bool ___isExplicit2, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj3, 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.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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CheckUint24(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint24_mCB25C7928C216DC9994F2FEA9DC64B79EA230BCB (int32_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint24(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint24_mFED9767C031B6A19E371A4FC2C69F0DC628CC85C (int32_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteOpaque24(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteOpaque24_mCCD10ABBB7A9ADBA3F2F10F716B1EF7485E3AB75 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint24(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadUint24_mF4FF331923238EA26FC8AC100446350B17924BDD (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadFully(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D (int32_t ___length0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, 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.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143 (const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadOpaque24(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadOpaque24_mAD1098801E362CB40F509F6BDB4107DB9F8B3F2B (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadAsn1Object(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * TlsUtilities_ReadAsn1Object_mC387FCBC9E5EC7DCD079092E46A496D668076562 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * X509CertificateStructure_GetInstance_mF159FB7E1993108601925E9E1163F2C5C3BFD330 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Certificate__ctor_mDEC4B5DA8CA0434A49AF328EA661D3F3C361C1FB (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * __this, X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* ___certificateList0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateException__ctor_m424313799E17EAD1C0522E155AFB86FFF3032804 (CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB * __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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateException__ctor_mD0B5E3EFEF2DC269B0348EE5CACDA47164FF33C3 (CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB * __this, String_t* ___message0, Exception_t * ___exception1, 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.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::CreateCertID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertificateID_CreateCertID_m638B78DE463304F9222364FD22C0C699B22ACA3C (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlg0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___issuerCert1, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::get_HashAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CertID_get_HashAlgorithm_m2F004EB464B9850B45BFE2782732643AB436196B_inline (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::get_IssuerNameHash() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * CertID_get_IssuerNameHash_m84B11F7B9BC45C4D0939623A7F2643303653E508_inline (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::get_IssuerKeyHash() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * CertID_get_IssuerKeyHash_m172CA5B3FABA6ED569112FA634400F8BA88EACD9_inline (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::get_SerialNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertID_get_SerialNumber_mEE485B22E6370FC9664E3C65EC929E65607E7FEC_inline (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertID__ctor_m3D52E53112CC86718FC9CDFA773D8CA8BFA7AD8A (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm0, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerNameHash1, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerKeyHash2, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateID__ctor_mD4C769B3D8754A40AC5E0B6C3AF3E609ED782FF4 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___id0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PrincipalUtilities::GetSubjectX509Principal(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * PrincipalUtilities_GetSubjectX509Principal_mF52E6EFD215EB70B312050A16C290640C9392770 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::CalculateDigest(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DigestUtilities_CalculateDigest_mC1E07A757A13BC0783791DFF98346E8AA868B7F5 (String_t* ___algorithm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, 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.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::get_PublicKeyData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcspException__ctor_mD932BD502935FADFF1209C63BA5A09E3636715CC (OcspException_tEB86D2641E584387057732A1F047A4694C77C561 * __this, String_t* ___message0, Exception_t * ___e1, 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.Asn1.X509.CertificateList::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateList__ctor_m44D38E7B4081CE44091D4E7DA206BF15BEB1F3A2 (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * TbsCertificateList_GetInstance_m4E9BA251EB41CA89A04083C2E3DF9917ADFD8C96 (RuntimeObject * ___obj0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::GetRevokedCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* TbsCertificateList_GetRevokedCertificates_m8784083C64ADA4867119018DE44BD748CD78812D (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method); // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::GetRevokedCertificateEnumeration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TbsCertificateList_GetRevokedCertificateEnumeration_m0978D880B9C8EEC6911A6969A3BA4C11E0D69934 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TbsCertificateList_get_Version_mE6B8E400BD91322D19AEE947227760093978AB94 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_Issuer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * TbsCertificateList_get_Issuer_m21239722A0A399B2A2D2FE4C9469C9F21F82F266_inline (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_ThisUpdate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * TbsCertificateList_get_ThisUpdate_m0471AA8B15D7EDF7D7F37CBC85463CC684170EE0_inline (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_NextUpdate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * TbsCertificateList_get_NextUpdate_m00F1AC661F1944E5FB4446E65B31373035C8C952_inline (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificatePair__ctor_m869C698EC2008B38F84578A7B26878C1E4C51ABC (CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * X509CertificateStructure_GetInstance_mE402DD1BF9F6C4EAEC0DBB2C48EA6C16EB2FA0A4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificatePolicies__ctor_m42AFFC501F6C362B513AF75F6F94C8457DA43F32 (CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * CertificatePolicies_GetInstance_mB427E0FF30ED239F38E8D98159CC99A2AC129D53 (RuntimeObject * ___obj0, 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); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___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); // 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.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8(System.Byte,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825 (uint8_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8ArrayWithUint8Length(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8ArrayWithUint8Length_m4BCED1420A9E340771B44AF47A7ACF67CE255EC5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___uints0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EncodeSupportedSignatureAlgorithms(System.Collections.IList,System.Boolean,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_EncodeSupportedSignatureAlgorithms_m7E42CB136C8A609AD24411B2F7BF184EB5204C73 (RuntimeObject* ___supportedSignatureAlgorithms0, bool ___allowAnonymous1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E (int32_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CheckUint16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint16_mCDB92B2FE6AF9FCE4583FF61C5170BC12A37CE12 (int32_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteOpaque16(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteOpaque16_mABE5E6F8BDC6343B2AD3EEA2602B32291449F1EC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint8(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsTlsV12(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsTlsV12_m5D10CAF7D91A0D6E16130EEB505F51BB48749885 (RuntimeObject* ___context0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ParseSupportedSignatureAlgorithms(System.Boolean,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_ParseSupportedSignatureAlgorithms_m42EAB6DCFE90A0740DDD299B975D19A2D7D076B2 (bool ___allowAnonymous0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadOpaque16(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadOpaque16_m088E805B3D0DAE7BB5F51A76073945EA2E186A40 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadDerObject(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * TlsUtilities_ReadDerObject_mA9C8FB7C75C9E6BFB6D7E24DFF25433A9F8C92F3 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding0, 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.Crypto.Tls.CertificateRequest::.ctor(System.Byte[],System.Collections.IList,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateRequest__ctor_mBD2F6E9C9A37FBED1311FBFE37F7DFBE552755BE (CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certificateTypes0, RuntimeObject* ___supportedSignatureAlgorithms1, RuntimeObject* ___certificateAuthorities2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::IsCorrectType(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertificateStatus_IsCorrectType_mB7D1902A226F7D1B039F07B9430EE219C6A2BA29 (uint8_t ___statusType0, RuntimeObject * ___response1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5 (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * __this, uint8_t ___alertDescription0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponse::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 * OcspResponse_GetInstance_mCDB1C7366B541C48403BC0FB91F431CB59D5CB47 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::.ctor(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatus__ctor_mEA79FA303A9CFE461A371770D3687BACEEAE157B (CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * __this, uint8_t ___statusType0, RuntimeObject * ___response1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::IsCorrectType(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertificateStatusRequest_IsCorrectType_m410682C4667400F30F2DE2B27ECECC7275B9C493 (uint8_t ___statusType0, RuntimeObject * ___request1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.OcspStatusRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.OcspStatusRequest::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B * OcspStatusRequest_Parse_m0776B9682FD557D9667ECE98506D848C42EE4C02 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::.ctor(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatusRequest__ctor_m4473A35EB87F122443A28E2F84033EB556B1B1EC (CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 * __this, uint8_t ___statusType0, RuntimeObject * ___request1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertChainType::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertChainType_IsValid_mD53F34CC1B284299028CB0F21DDEB62334924E22 (uint8_t ___certChainType0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl/ListBuffer16::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuffer16__ctor_m20C4457E92469F25957B1F42EF69B9B1E579E5D9 (ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl/ListBuffer16::EncodeTo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuffer16_EncodeTo_m2FD035495489409A5264F10C41EDC9CA38A27019 (ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint16(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.UrlAndHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.UrlAndHash::Parse(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07 * UrlAndHash_Parse_mC9AE1B2F9BD4AC758A12887F46E0936A24DB951F (RuntimeObject* ___context0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl::.ctor(System.Byte,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateUrl__ctor_m487AE6800AABEC1E6690126B19FD58FDB629980D (CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B * __this, uint8_t ___type0, RuntimeObject* ___urlAndHashList1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateValues__ctor_mB7BA04811D6972BF7AE352EA9456317435F6005C (CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::CheckElementsAreOfType(System.Collections.IEnumerable,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10 (RuntimeObject* ___e0, Type_t * ___t1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::FromEnumerable(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0 (RuntimeObject* ___e0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequest__ctor_m13ADE4967930921FADF96D752539FC91A6BCA939 (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * CertificationRequestInfo_GetInstance_m97904BC9687099C09D5B8D6DCF2B724F973BA8D0 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequestInfo__ctor_m862E4B858459787C2D3A88DE264DF655A11C2547 (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::ValidateAttributes(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequestInfo_ValidateAttributes_m4EFA120CEA189DE115685B089652CC72E4792184 (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attributes0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * Asn1Set_GetInstance_mF7CCA894A2717BD028AAD4963E65091C49174BB5 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AttributePkcs BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AttributePkcs::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * AttributePkcs_GetInstance_m656C5CF689E71FD31C39A81D5411EB28650B5361 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AttributePkcs::get_AttrType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * AttributePkcs_get_AttrType_mF5D976920F85D12285E9CB8FB79F1D6AAD531AA4_inline (AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AttributePkcs::get_AttrValues() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AttributePkcs_get_AttrValues_mDACA865D568C034E22EF1440C5B37593EA872909_inline (AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * CertOrEncCert_GetInstance_m1E3D9446E04B824DA90DBBF6A9B520F2927EE3C7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertifiedKeyPair__ctor_m475BB3A231925894F12E80431C09A3FC8BC38504 (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertifiedKeyPair__ctor_m8D509A43489340EADD848A830D3E409D342EF1C9 (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __this, CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * ___certOrEncCert0, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___privateKey1, PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * ___publicationInfo2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipher_Reset_mADBA8D039A500F3150F2397030E158982F08AB6A (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CfbBlockCipher_DecryptBlock_m14FEC04F201695822263E60755E810144FF7386D (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CfbBlockCipher_EncryptBlock_mD9714860DDE73781E50FEF07C68AB5934DE55FDF (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac__ctor_mA44D026E9CCB67D77B78D572B90504EB4255537C (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, RuntimeObject* ___cipher0, int32_t ___cfbBitSize1, int32_t ___macSizeInBits2, RuntimeObject* ___padding3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MacCFBBlockCipher__ctor_mDAB61B48377FC074765CFCD30613D30A6CBEEA63 (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * __this, RuntimeObject* ___cipher0, int32_t ___bitBlockSize1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::GetBlockSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MacCFBBlockCipher_GetBlockSize_m178A2BE4A1AE9FC840D6EB34647A47658D8E94B9_inline (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MacCFBBlockCipher_get_AlgorithmName_mA0A98247B53EA9FE961D476A69C4F0E543F1926F (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac_Reset_mFC2B93D9C305B46B42E093C6D48FCBDDB85166B7 (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MacCFBBlockCipher_Init_m2112A2005C8A4B9E5856CC8FDB308655BC0E8978 (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MacCFBBlockCipher_ProcessBlock_m5A15202C2A68B9FE43C194597A4EFAAACF373AAD (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::GetMacBlock(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MacCFBBlockCipher_GetMacBlock_m24D0B0D24517AD585176D205ABBF9D1742709C0B (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MacCFBBlockCipher_Reset_mA50FD3563DBD31C2E0F746EBEF22213DFC2705DD (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Salsa20Engine__ctor_m7A3B8728EA88D12E579CC94128053C95DE2AD974 (Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::PackTauOrSigma(System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Salsa20Engine_PackTauOrSigma_m1FA6625F74A6A11061C0573ADCAD5A693F1052C2 (Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 * __this, int32_t ___keyLength0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___state1, int32_t ___stateOffset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::LE_To_UInt32(System.Byte[],System.Int32,System.UInt32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_LE_To_UInt32_mBBCA4BA6D7B002E80F95D10BEF88002C1B27FBE8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___bOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ns2, int32_t ___nOff3, int32_t ___count4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine::ChachaCore(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaChaEngine_ChachaCore_m34D1FB6D55F645F54D587D656567489CB5D98485 (int32_t ___rounds0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___input1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_LE(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_LE_mE61BBCD11D82B8659D08CE8AC4A814BAFFCA4A95 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ns0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Salsa20Engine__ctor_m3FB3D6B66E8597DCDE45E81B78026E1421E9896E (Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 * __this, int32_t ___rounds0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::R(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A (uint32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CalculateKeyBlock(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_CalculateKeyBlock_m7FDE8AFE57AB0BD5B8ACBC7B39E899D56766603F (RuntimeObject* ___context0, int32_t ___size1, 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.Engines.ChaCha7539Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaCha7539Engine__ctor_m44386767FD2CF3EF3F6FF5832DE9F1765F222E21 (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint64(System.Int64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint64_m968A8E651AAD172DD4DD7D2FC8F31CCD58950181 (int64_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Fill(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, uint8_t ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Poly1305::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Poly1305__ctor_mCDED676A5A00D544BBBDD56F29440D6CB46F3947 (Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.MacUtilities::DoFinal(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* MacUtilities_DoFinal_m07D2EDE7426AE8B7BB98545CFE3D0CB03393A7D4 (RuntimeObject* ___mac0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt64_To_LE(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Pack_UInt64_To_LE_mE6E3E11F3102617B98A0B6679790EDC7769E08C1 (uint64_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8_mF51A9F2BA4D361435E4993CFC5BD46CCCB65E186 (uint8_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteVersion_m9F96059833D59596B7BA97B51522AE9CECC8036E (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___version0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16_mC62EE72A6598A7A7761399F9597312CC5E100CF0 (int32_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Challenge__ctor_m526CC44A3014E8DBFE301DF9C7D79FBD76C548DB (Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_mA8AF44D69D2121AEA2515E847D836BAD29F0C32F (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Void GameMode::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMode__ctor_mF20F79C518069596E550FF4A8497A6E35BAD4A40 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B (String_t* ___name0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // GameEventCenter GameEventCenter::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3 (const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23 (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Void ChallengeGameMode::AnnounceGameOver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Boolean GameMode::get_pauseTimeCounting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, const RuntimeMethod* method); // UserSettings UserSettings::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2 (const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Void GameMgr::StopGame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_StopGame_m284C488FDF43081AE811DE8C0F86C26522B6494E (GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void TopBarView::NeedShowIt(JCUnityLib.ViewBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopBarView_NeedShowIt_m1F6DDE3D6FA0AF27D1CF02079728CE67E7D80F35 (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * ___locker0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // System.Void TopBarView::DontNeedShowIt(JCUnityLib.ViewBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopBarView_DontNeedShowIt_m1F9E6397732EE6B80C3D1CF77BA9BBBC1B32C7D5 (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * ___locker0, const RuntimeMethod* method); // System.Void AudioMgr::PlayBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B (const RuntimeMethod* method) { return (( ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * (*) (const RuntimeMethod*))ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared)(method); } // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String,UnityEngine.SceneManagement.LoadSceneMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70 (String_t* ___sceneName0, int32_t ___mode1, const RuntimeMethod* method); // System.Void JCUnityLib.ViewBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void ChallengeTargetForResetView/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m977CCB99D5E1621D8050EA9F6A33CE0C6B5311C9 (U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Boolean DG.Tweening.TweenExtensions::IsActive(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TweenExtensions_IsActive_m19E1D79E2590A189C95DADED68FFDB43A7F3B2A2 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.TweenExtensions::Kill(DG.Tweening.Tween,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, bool ___complete1, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.DOTween::Sequence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D (const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendInterval(DG.Tweening.Sequence,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, float ___interval1, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662 (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendCallback(DG.Tweening.Sequence,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Send(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.OutputLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutputLengthException__ctor_m9D27E4DAE140C891F5CABCE5C5A92E850D829716 (OutputLengthException_tA5E6AC4C0E283A093B74059F7CFF591963F62070 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::get_Strength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyGenerationParameters_get_Strength_m1AF6C156C99D9FF48C71158A37331779DD65ABF9_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2 (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, int32_t ___strength1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::GetNextBytes(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SecureRandom_GetNextBytes_m9E0D5D9B14E0C8CFC21BA52F08B4EE1A2E4687A8 (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::FillInBuf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CipherStream_FillInBuf_m1F1FC1268E6EB4FBA2F96D69E7EF596EAADAE2F3 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::ReadAndProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CipherStream_ReadAndProcessBlock_mE06B17FB344FA41CC8D31C19764959281FB44491 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::Dispose(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Void System.IO.Stream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Close_mC34AF5832AD2E47C5E8F9D44E969C45F6F0A9A13 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, 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); // System.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetArbitraryValue(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetArbitraryValue_mB4E40FD5BB9672242C93D2A7179404B3A93C788F (Type_t * ___enumType0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetCipher(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF (String_t* ___algorithm0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHBasicAgreement__ctor_mA814E02EE595AFDCC561228E8DC491927EBC5D00 (DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHBasicAgreement__ctor_m00A567A1CDA54D22181A8CF51412E87317BF38A8 (ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 * __this, 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.Kdf2BytesGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kdf2BytesGenerator__ctor_m4A8868B1DE0EB993F10C39B8639791416CB8BC01 (Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9 * __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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBasicAgreement,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IesEngine__ctor_m1F05EC0E104C981FBC3993904E234B3CB9F28466 (IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A * __this, RuntimeObject* ___agree0, RuntimeObject* ___kdf1, RuntimeObject* ___mac2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedIesCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IesEngine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedIesCipher__ctor_mFB1A4010A41FB61D396DA05520224E73F7690C71 (BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472 * __this, IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A * ___engine0, 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::EndsWith(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3 (String_t* ___source0, String_t* ___suffix1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEngine__ctor_m3DD15482C3EB3121CFB785DBF836A17AA4D272AC (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddedBufferedBlockCipher__ctor_mA3CF725596270BDDD59D17E3D9141C52A5B6D408 (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine__ctor_mDD5B89570988D7CD287F015D47C1ADA3F8324679 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::IsOneOf(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Strings_IsOneOf_m6B89B460FDE37258D4C06BF2D953DF3E29B48419 (String_t* ___s0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___candidates1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789 (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine__ctor_mBB09DD03EBD0454D0EB04220D1191AD89D0B8986 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, 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.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetEnumValue(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2 (Type_t * ___enumType0, String_t* ___s1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057 (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4Engine__ctor_mC89F538A9DE5523E0CDE48DD6195557853E5D363 (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.BlowfishEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlowfishEngine__ctor_mEF5297AC7D2A6666FA133EED19FF893188212ABC (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine__ctor_m843B1A1814C746C32517E57A578543A0BC211445 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast5Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast5Engine__ctor_m2E9626ADF12EF0979460E390C11D980AC2E37C06 (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Cast6Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cast6Engine__ctor_m8C1C1A7728C79D07A1C1357D23A8499EFF662C1C (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ElGamalEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalEngine__ctor_m7FDC38DF29476ABE49374349BC34A9DA0F5D00C1 (ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Gost28147Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost28147Engine__ctor_mC2515C9FF0DCD68F9F18A7497E6EB082F022DE1F (Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC128Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HC128Engine__ctor_mA9F32005A712E2391F876EB763572324EA865846 (HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.HC256Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HC256Engine__ctor_m8DC36D55E9753D53A6A7BBC7A44808EDFE190FA9 (HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.IdeaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdeaEngine__ctor_m5FD3941018F70ECA2ED16521B5BD90BF766ECF53 (IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.NoekeonEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoekeonEngine__ctor_m07C11551BA4708C38B050BEA7B9E5AAAB5305D18 (NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine__ctor_m72A9301B228341740FAD3A1054A94BFAD52D34FC (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine__ctor_m755E88C175DD00F5CAAD6827947A793E555A8E40 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine__ctor_m29E246EF5206EDC9D4CE0F44E26BC7F519D4163F (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine__ctor_mB029BB461209F947F1162F3133703C499E281EC7 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31 (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SeedEngine__ctor_m085A636745E441335F017E067BE5B75718B61BF6 (SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SerpentEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerpentEngine__ctor_m4104EEC5919140263F10EA616282F4D4E2B41E54 (SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkipjackEngine__ctor_mC357D4C82C6146B7790CBA515E33E960FB06A81E (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SM4Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM4Engine__ctor_m6AB5CD6116CF9701F4DDFA8A6A17FF572AE47A4D (SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeaEngine__ctor_m8D9D0F418CA5649322AAD53F75A088B523B324E8 (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * __this, int32_t ___blocksizeBits0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TnepresEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TnepresEngine__ctor_mD023DDC79DEA3285D3883E94998DA9D977A86C01 (TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TwofishEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TwofishEngine__ctor_m707A62772609CB46E5F1BD084C786BF0756A483B (TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VmpcEngine__ctor_m02A5011CE569ECCA1EA60F45EA0B47B4B416FB11 (VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.VmpcKsa3Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VmpcKsa3Engine__ctor_mD2D0E1B1CAF62A301C79C0214834F9BE77DD4C4F (VmpcKsa3Engine_tC43A9B0E3EC6F82642A6115F9951F7885C841A8F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.XteaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XteaEngine__ctor_mCAB2432487E24E628510FF8C7C78FE98B82144A7 (XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedStreamCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedStreamCipher__ctor_m524267E38B95C4C5B66DFCD3A6E9B9FEFE7A4606 (BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ISO10126d2Padding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ISO10126d2Padding__ctor_m1F365B9F9403BDFD5DB83CB79FE2B8BC2FA48FDD (ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ISO7816d4Padding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ISO7816d4Padding__ctor_mABE3E0B2AFEEC7935041DBBB0A93A87AF364B790 (ISO7816d4Padding_t54C600AA95C50A827CD73E654FC8557CBEC5AED0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ISO9796d1Encoding__ctor_mBA7B0DC7F83CDF42013A7E6C703379ED37763AC0 (ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OaepEncoding__ctor_mB652EFE5C02110C4FF67C1F3CF2DC0A696A3406B (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5Digest__ctor_m26C687501CC97E024B00F8C074790F3756E2BC58 (MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.OaepEncoding::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OaepEncoding__ctor_mB9EE4B16417B7ADB64FF0F35EB7015542DE56315 (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___hash1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha224Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha224Digest__ctor_m8E409D5A2EC48E4E58FBC5EDD02F046F92284A13 (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha256Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha256Digest__ctor_m9C4C4584E31EF8AC42745C5A6149987B0A57A526 (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha384Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha384Digest__ctor_m5B44E63D48100EA8FBAF1DEDCF15A32530AF57DA (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512Digest__ctor_mF69CC20BC74094448464FBDF25AD7E5D7C96A730 (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pkcs1Encoding__ctor_mFDC0C9838C10C17B83A8C9E5FA5D19979F1F30B7 (Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbcPadding__ctor_m0C37BB392E54E31AB4886EA1FA66E2AB04D29497 (TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.X923Padding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X923Padding__ctor_mB87415AC7DC9A66B225159EAC8FDBE6AC4C3BE28 (X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZeroBytePadding__ctor_m5CD441B3894199E3A9DBBFB7B1EC94261795038A (ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetDigitIndex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CipherUtilities_GetDigitIndex_mB86B87C8517C278F046CC5849A7E9C22B45987F0 (String_t* ___s0, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CcmBlockCipher__ctor_mB6FBC3B80CB9D22CFB14CBA7D8F15E2B9BDD9D6E (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, RuntimeObject* ___cipher0, 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.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipher__ctor_m21B4469529488647F1525CF0580D5FD2A38045CF (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, RuntimeObject* ___cipher0, int32_t ___bitBlockSize1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher__ctor_m563347B43AF6D57B357C4B386785B10FE54B0469 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GcmBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GcmBlockCipher__ctor_mEDEC19F93D7D766423AB3A945F3269F41B1ACBE4 (GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16 * __this, RuntimeObject* ___c0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GOfbBlockCipher__ctor_m02E2450FFEDCA9C76867572A67F1DC3D2F9FCAD3 (GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::CreateBlockCipher(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_CreateBlockCipher_m09FED84E8594E5F62EB677B0201FC83F008E44A6 (int32_t ___cipherAlgorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OcbBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcbBlockCipher__ctor_m7CD76FDCC4D3EB4F710C5A27FDAA8F3BF600063B (OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3 * __this, RuntimeObject* ___hashCipher0, RuntimeObject* ___mainCipher1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OfbBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OfbBlockCipher__ctor_m21F6A9E9F4DEC07499940F47D4350D60AC8327A9 (OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842 * __this, RuntimeObject* ___cipher0, int32_t ___blockSize1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenPgpCfbBlockCipher__ctor_mA20FEBE3205B996B0223D5A24BF4F0B268342364 (OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAeadBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedAeadBlockCipher__ctor_m99F115B73F1D0957C3CAE03F05A38AF86D77D44F (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CtsBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CtsBlockCipher__ctor_m58DA83B122D75540061E12A74CFF845DBCACFEE0 (CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaddedBufferedBlockCipher__ctor_m798D3FC15AAB5CE5D7C1EBBB39D279949CB7CCE9 (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___padding1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBlockCipher__ctor_mD4171A363CF823EA37164B6CDB291F489AA32854 (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedAsymmetricBlockCipher__ctor_m1EDB7E700B4136194F052CB28F8E2106B0F23355 (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * __this, RuntimeObject* ___cipher0, 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::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_mC19135099993954C820E030363B943034575F504 (Il2CppChar ___c0, 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 UnityEngine.RectTransformUtility::ScreenPointToLocalPointInRectangle(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectTransformUtility_ScreenPointToLocalPointInRectangle_m9A7DB8DE3636CE91CDF6CE088A21B5DDF2678F03 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rect0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPoint1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam2, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___localPoint3, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.ClientMessage::.ctor(BestHTTP.SignalR.Hubs.Hub,System.String,System.Object[],System.UInt64,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodFailedDelegate,BestHTTP.SignalR.Hubs.OnMethodProgressDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientMessage__ctor_m9761319ABE28C6D716E65ECD2335A66AB6106243 (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, String_t* ___method1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, uint64_t ___callIdx3, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___resultCallback4, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___resultErrorCallback5, OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___progressCallback6, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateStructure_get_Version_m4E1FA8F8D6B8752CEF5C692D9927B77A9502EE0B (X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmpCertificate__ctor_m5BD62716C9E845721E6117EA4B9C663B3C89332A (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * __this, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___x509v3PKCert0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * AttributeCertificate_GetInstance_m44F282F6BC1A20DF231B9680EFB85940F3D37F1D (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmpCertificate__ctor_m6AD138265854B7C4F01C2F532D5ECBF902DC7FB8 (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * __this, AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * ___x509v2AttrCert0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m4CFACA7B528EB914B2EF19ED84BE56D01A54E419 (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m3FAFC1C6647EE071C3D9770E42ED15956D8C2E37 (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::ReadContentInfo(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsUtilities_ReadContentInfo_m00E4A5CA69A1E9DE50C39C5CC331FA619A52AA83 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthEnvelopedData__ctor_mA7653158A789E4415C2209266C2C2E207ABD69E7 (CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::ReadContentInfo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::get_Content() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * AuthEnvelopedData_GetInstance_m3270585C6497CD1FCAE77581E1A7DC00B6607185 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::get_OriginatorInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * AuthEnvelopedData_get_OriginatorInfo_mAD9AAD22B45DF6208B30AEDEA573F65098A45698_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::get_RecipientInfos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthEnvelopedData_get_RecipientInfos_m84F7678BC52C60A2A1A572E94FFD90EE18FCEACA_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::get_AuthEncryptedContentInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * AuthEnvelopedData_get_AuthEncryptedContentInfo_mC115E550C8325C87FAE94DFB6AB7D9BC0FE4B994_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::get_ContentEncryptionAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedContentInfo_get_ContentEncryptionAlgorithm_mE62B6BEAB9276217C2DA1511A8ED5931D8A2D14C_inline (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthEnvelopedSecureReadable__ctor_m114668FB78A0EAABA3F1130B4045A5803B2EEF86 (AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 * __this, CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * ___parent0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::BuildRecipientInformationStore(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * CmsEnvelopedHelper_BuildRecipientInformationStore_m07B2C612472975337875AB4F198375E7D1EE92E9 (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos0, RuntimeObject* ___secureReadable1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::get_AuthAttrs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthEnvelopedData_get_AuthAttrs_m5F5D12A39E39376976F5E6D02ED91916A0C0A07D_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::get_Mac() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * AuthEnvelopedData_get_Mac_mF61240F39AFBF3994B388C21D06948C9D551A563_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData::get_UnauthAttrs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthEnvelopedData_get_UnauthAttrs_m6859336380CBBC74B0C9A3375528AB141273D2F4_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedData__ctor_mC2BF1A55A7028AF64F7F0FC68EEAF8E1D701A318 (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * AuthenticatedData_GetInstance_m2398C91868349A14A11F6A299EC7BCE6101A2484 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::get_RecipientInfos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthenticatedData_get_RecipientInfos_m550A30E82DC852341C9E89C37244F6D03B42ABE7_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::get_MacAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AuthenticatedData_get_MacAlgorithm_m680B9905FF8E3B3C6BE7B0AC2B8F724EF056851D_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::get_EncapsulatedContentInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * AuthenticatedData_get_EncapsulatedContentInfo_mC8F0ECFEED02A8AD6C67B93F5B79AA1C9983F4CC_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableByteArray__ctor_mB6FBD0597F4FDAF896453F34E3462A46273BF61B (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedSecureReadable__ctor_m26919C3D07B61408BBB86DDD3B247663EECA1CA6 (CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm0, RuntimeObject* ___readable1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::get_AuthAttrs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthenticatedData_get_AuthAttrs_m4F095E445EEFD91A42DD53674D538D707B73F587_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::get_Mac() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * AuthenticatedData_get_Mac_m422C414D212DB6C9ADC1A8A3E9C629E9548165AC_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::get_UnauthAttrs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthenticatedData_get_UnauthAttrs_m3B0AB58DBA8DA680A689CDC869AB594907D30465_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeTable__ctor_m17407FEDA2EF4140EA2968A13BBF64CBBDE6A480 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedGenerator__ctor_m74F51EFF81CE9F1BCC0FC491A47E7E5D4963DF26 (CmsAuthenticatedGenerator_t5DEA773D9719C3B361631F523897963B067C2D61 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedGenerator__ctor_m1F81CCC07E230C533B2FAEF59BD988366B2BC040 (CmsAuthenticatedGenerator_t5DEA773D9719C3B361631F523897963B067C2D61 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::GenerateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CipherKeyGenerator_GenerateKey_m5F3D8E5E98ED7C572B47ACC50134255E74B340F5 (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Security.ParameterUtilities::CreateKeyParameter(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ParameterUtilities_CreateKeyParameter_m19FF8F5D0988B47EDF2D296740F966424DE6D877 (String_t* ___algorithm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyBytes1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Security.MacUtilities::GetMac(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MacUtilities_GetMac_m0134FE4EB92D450E3FDA036E2215C0B781379345 (String_t* ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.MacSink::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MacSink__ctor_mEB685E164599ADAA2F7C0AFA39C6CD6A6491832B (MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F * __this, RuntimeObject* ___mac0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::.ctor(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeOutputStream__ctor_m3FC8321BCB4C14465EE7310C2DFC68B42101CA79 (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerOctetString__ctor_m5F18676A38F30D797FBF83EA5F0C7FB52F7C3E24 (BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81 (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content1, 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.Cms.AuthenticatedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedData__ctor_m291206955CE106B94BA0629763300EC41E4BF3E4 (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos1, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___macAlgorithm2, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digestAlgorithm3, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___encapsulatedContent4, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authAttrs5, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___mac6, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthAttrs7, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneratorUtilities::GetKeyGenerator(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * GeneratorUtilities_GetKeyGenerator_m54A45773F64AF622BB98AC46F4563884ACB2857E (String_t* ___algorithm0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::get_DefaultStrength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CipherKeyGenerator_get_DefaultStrength_m1E79943A313A04216892C6317FF42AB4199E08CF_inline (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74 (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074 (CmsAuthenticatedDataGenerator_tAEC70076AF2E5BF677FB1340DB43E1202A1CA87C * __this, RuntimeObject* ___content0, String_t* ___macOid1, CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * ___keyGen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataParser__ctor_m6C7E60B902E22AA138F9A4B263440736C2297272 (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___envelopedData0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213 (CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::GetContent(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0 (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, int32_t ___tag0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedDataParser__ctor_m9E73C20E28CA822AA7751DB599FEBB1E5A5D3E5A (AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * __this, RuntimeObject* ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::GetRecipientInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AuthenticatedDataParser_GetRecipientInfos_m3839088B3F00207865FD433381C6FC19FCC37716 (AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::GetMacAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AuthenticatedDataParser_GetMacAlgorithm_m06E5A35AF02CF221CBBF971939CC6C5E648FE760 (AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::GetEnapsulatedContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * AuthenticatedDataParser_GetEnapsulatedContentInfo_m7DD35E19D4FDA4DA4DFC064BA0D8F5B7B0EE4FE7 (AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableInputStream__ctor_m8FE53E2C1377C71AD52CDEAA82C459B5372C2288 (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::GetAuthAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * CmsAuthenticatedDataParser_GetAuthAttrs_m0C87A98A9EF4FA0AC670F1BCC581200F787C7BBD (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::GetMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * AuthenticatedDataParser_GetMac_m6FE6B6C3241A7E09D816A07812A5BDCDD18E278D (AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::GetAuthAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AuthenticatedDataParser_GetAuthAttrs_mF65A639EB024FC1B4856F9ED0B02A12E2ED4C3FF (AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::GetUnauthAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AuthenticatedDataParser_GetUnauthAttrs_m419A436E01FD2C75D58BC6AFE92A57944500A6AF (AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::Open(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsAuthenticatedDataStreamGenerator_Open_mCD7CF4042CFD1015E060CC5CB2B9E7CB9DA61F87 (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___macAlgId1, RuntimeObject* ___cipherParameters2, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___recipientInfos3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84 (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator::.ctor(System.IO.Stream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequenceGenerator__ctor_m2A1057816257AF1C4933F0933EEB08664BC2F303 (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tagNo1, bool ___isExplicit2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedData::CalculateVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AuthenticatedData_CalculateVersion_m89D192AD50C57DC80752DE16135068D7533BC4E6 (OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___origInfo0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSetGenerator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSetGenerator__ctor_m3A06A6A598C95F469C3DB9F11BBCBC7BF5C29511 (DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSetGenerator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSetGenerator__ctor_m09B45EB49343E81851640AEF918FA2019BF27F3C (BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, const RuntimeMethod* method); // System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Asn1EncodableVector_GetEnumerator_m25530BEA0FC789BCAF782E6F868A05561CCF6242 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateBerOctetOutputStream(System.IO.Stream,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsUtilities_CreateBerOctetOutputStream_m4BFC7DE8BDE8C02A6C35D3992F33F1681878A99A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, int32_t ___tagNo1, bool ___isExplicit2, int32_t ___bufferSize3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Security.MacUtilities::GetMac(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MacUtilities_GetMac_m69B2377CB55961C89797E5C5881E3C26010014CF (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::.ctor(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataOutputStream__ctor_m4BF28B9431AB39C51C7E54F388ED5261F7C7D8FF (CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___macStream0, RuntimeObject* ___mac1, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___cGen2, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___authGen3, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen4, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::Open(System.IO.Stream,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsAuthenticatedDataStreamGenerator_Open_m4574F5F543539FB006BFC31106AD89D6030CEE3A (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, String_t* ___macOid1, CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * ___keyGen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator__ctor_mDA2C51FE0EE0BC178DD5ACC5B43B0850755A9781 (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator__ctor_mB669681F5798BC2FF108E4DB89AA8BCA60B401BD (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedData__ctor_m033FF2610CC4B3679C47C9F1CB833096AA2D3927 (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * CompressedData_GetInstance_mC138E204401C7ADE7AAC422FE67F8DF8412BD3CA (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::get_EncapContentInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CompressedData_get_EncapContentInfo_m1B5CD9F9A2533A9FA8E07040522C647BA64EA072_inline (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctetStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * Asn1OctetString_GetOctetStream_mE41127FBA6612E0B1CDC11DC2936C664C27E8A6C (Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZInputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZInputStream__ctor_m583B0F20B722E628BBD668587182D55B6A6E62E2 (ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::StreamToByteArray(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsUtilities_StreamToByteArray_mFDDEB40046BC3F6942E78083DE681464EFBF7701 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::StreamToByteArray(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsUtilities_StreamToByteArray_m5BBA20B3616F02A99A8B0D6849CADDE7093E90D7 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, int32_t ___limit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::.ctor(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZOutputStream__ctor_m11A962A9C2D58B7BD1A65E0C8C307234FFC1C3A7 (ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, int32_t ___level1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressedData__ctor_m910855A4B21D7F45FAF5F0B4C9B5B6ABA707E64A (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___compressionAlgorithm0, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___encapContentInfo1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedDataParser__ctor_m8AF0B5B3A343FAB5153DE79D78536420474502C4 (CmsCompressedDataParser_t9BFFF2271556BE65D491A8C3A3533573A18AA381 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedData0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressedDataParser__ctor_m4977BF08FEEFE1D99D50D801F1487D8816234AE3 (CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B * __this, RuntimeObject* ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::GetEncapContentInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * CompressedDataParser_GetEncapContentInfo_mD3780628164282ADA8E305177CDABCD82FE766C4_inline (CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::get_ContentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ContentInfoParser_get_ContentType_mDCAD880F29F3ADE9099E84583239DE380C4799F0_inline (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::.ctor(System.String,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream__ctor_m06CA891EBC75D40B0B722A744328F881870BFF8D (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, String_t* ___oid0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream1, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator::Open(System.IO.Stream,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsCompressedDataStreamGenerator_Open_m0D8DCED00AE362E38DFD574823010BB787DCFD00 (CmsCompressedDataStreamGenerator_t4C425D5A9B780738CC19713D5894F9D505DA2D5B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___contentOID1, String_t* ___compressionOID2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedOutputStream__ctor_m1CDD96D97B832E973578F5DD85D6E5701DEDB18D (CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 * __this, ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * ___outStream0, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___sGen1, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___cGen2, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1StreamParser__ctor_mC5F5C301DF100D8FE38B7D09A82CC4C02AB31708 (Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfoParser__ctor_mA67739816397CD50A8AD84F7005A079D32A36630 (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, RuntimeObject* ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedData__ctor_mFE7941425B03D914AFDE89748B387FC924228FE4 (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * EnvelopedData_GetInstance_m4C3DD395DF41D8420EB4B1B083CE82276FD3E590 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::get_RecipientInfos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * EnvelopedData_get_RecipientInfos_m4912F7BB635B86E6BDE7CF33F282A8AA0FE51734_inline (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::get_EncryptedContentInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * EnvelopedData_get_EncryptedContentInfo_m2F015992E19B71AF2A291CD20CFE186CC1B4EC9E_inline (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::get_EncryptedContent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * EncryptedContentInfo_get_EncryptedContent_m4E9EF2805D2684F215083DF5A0ABDC1535C743EB_inline (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedSecureReadable__ctor_m0EF0DFF1088A56246B672A0ABB39494E73592FEB (CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm0, RuntimeObject* ___readable1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::get_UnprotectedAttrs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * EnvelopedData_get_UnprotectedAttrs_m9DDA17F7D34EBAFFE3FA884FB7C02D4B12A23B68_inline (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithRandom__ctor_m9CC2D927A9DC93F6BED2DE101C93E19050FEDF97 (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, RuntimeObject* ___parameters0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::.ctor(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream__ctor_m207C8DA30EBB0F7EF335542A57EDEB1ECFB8A940 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject* ___readCipher1, RuntimeObject* ___writeCipher2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedContentInfo__ctor_mBB850C1E703B413B44D5093CC1406F1515995B77 (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___contentEncryptionAlgorithm1, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedContent2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::ToAsn1EncodableVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * AttributeTable_ToAsn1EncodableVector_m7B47167F274BD3955DB1B666BCE653A492438396 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSet__ctor_m3E3F8B7FEFC077FBAC710FAABB29FC9398AA2283 (BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvelopedData__ctor_mE202F57F1F267639AF5286799AE0CCFCE2417809 (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originatorInfo0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos1, EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * ___encryptedContentInfo2, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unprotectedAttrs3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC (CmsEnvelopedDataGenerator_tA63FC5C8177E23E28752DE9C27CFCEE2D9AC087D * __this, RuntimeObject* ___content0, String_t* ___encryptionOid1, CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * ___keyGen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataParser__ctor_m5129C309B1FC628FB803EC21A07D3C1486992D7E (CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___envelopedData0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvelopedDataParser__ctor_mB5F96361C503472EF79838583C82B431116E6BB0 (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, RuntimeObject* ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::GetRecipientInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnvelopedDataParser_GetRecipientInfos_m0699265937D94824D77DEA74F147979786C8F066 (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::GetEncryptedContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * EnvelopedDataParser_GetEncryptedContentInfo_m0BCC018E926A4086F832B5CC4FB33484B632BE03 (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::get_ContentEncryptionAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedContentInfoParser_get_ContentEncryptionAlgorithm_m7B8B4645D561F074F5239B2082F6E7040C597977_inline (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser::GetEncryptedContent(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EncryptedContentInfoParser_GetEncryptedContent_mF0A25A8C9597CDF906B29146CE56EFF67BFE4314 (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * __this, int32_t ___tag0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser::GetUnprotectedAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnvelopedDataParser_GetUnprotectedAttrs_mB92EE47BCD9965D65C789667C8DCFEDD5B41A4BC (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::Open(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsEnvelopedDataStreamGenerator_Open_m2CA5D0C12D8469C76F356417A7633DB394B0D322 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___encAlgID1, RuntimeObject* ___cipherParameters2, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___recipientInfos3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CmsEnvelopedDataStreamGenerator_get_Version_mA437BC7283F14ECF047A9F15B285A9909F6D9D18 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetCipher(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_GetCipher_m5F84B3E44197913435F2CEC788FC3C0C3E193284 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataOutputStream__ctor_m9678840AC5C8EAE913B847059F42CD6CD85E2A7B (CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 * __this, CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * ___outer0, CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * ___outStream1, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___cGen2, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___envGen3, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen4, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::Open(System.IO.Stream,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsEnvelopedDataStreamGenerator_Open_m1D06ED850F653E2D76EBB0FED9C785DD039365E8 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___encryptionOid1, CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * ___keyGen2, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, 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.Macs.CbcBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac__ctor_m6B86B176A64F2391EB5A054F30F8544BDC8C6B39 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(cipher, (cipher.GetBlockSize() * 8) / 2, null) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___cipher0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_1); CbcBlockCipherMac__ctor_m85E5DF42074EDBDA99F5894F79416553347774BB(__this, L_0, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)8))/(int32_t)2)), (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac__ctor_m31C6A184B39D4DF1593CF65DD09C1D304008DC65 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___padding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(cipher, (cipher.GetBlockSize() * 8) / 2, padding) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___cipher0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_1); RuntimeObject* L_3 = ___padding1; CbcBlockCipherMac__ctor_m85E5DF42074EDBDA99F5894F79416553347774BB(__this, L_0, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)8))/(int32_t)2)), L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac__ctor_mE48141D385B0E87A024F5C144B4DA5FD4C29EF95 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, RuntimeObject* ___cipher0, int32_t ___macSizeInBits1, const RuntimeMethod* method) { { // : this(cipher, macSizeInBits, null) RuntimeObject* L_0 = ___cipher0; int32_t L_1 = ___macSizeInBits1; CbcBlockCipherMac__ctor_m85E5DF42074EDBDA99F5894F79416553347774BB(__this, L_0, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac__ctor_m85E5DF42074EDBDA99F5894F79416553347774BB (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, RuntimeObject* ___cipher0, int32_t ___macSizeInBits1, RuntimeObject* ___padding2, 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*)&CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CbcBlockCipherMac( // IBlockCipher cipher, // int macSizeInBits, // IBlockCipherPadding padding) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if ((macSizeInBits % 8) != 0) int32_t L_0 = ___macSizeInBits1; if (!((int32_t)((int32_t)L_0%(int32_t)8))) { goto IL_0016; } } { // throw new ArgumentException("MAC size must be multiple of 8"); 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*)&_stringLiteralFA1C93C4701E9DEBBB21F7804FB0D557305BF116)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CbcBlockCipherMac__ctor_m85E5DF42074EDBDA99F5894F79416553347774BB_RuntimeMethod_var))); } IL_0016: { // this.cipher = new CbcBlockCipher(cipher); RuntimeObject* L_2 = ___cipher0; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_3 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_3, L_2, /*hidden argument*/NULL); __this->set_cipher_2(L_3); // this.padding = padding; RuntimeObject* L_4 = ___padding2; __this->set_padding_3(L_4); // this.macSize = macSizeInBits / 8; int32_t L_5 = ___macSizeInBits1; __this->set_macSize_4(((int32_t)((int32_t)L_5/(int32_t)8))); // buf = new byte[cipher.GetBlockSize()]; RuntimeObject* L_6 = ___cipher0; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); __this->set_buf_0(L_8); // bufOff = 0; __this->set_bufOff_1(0); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CbcBlockCipherMac_get_AlgorithmName_mC62D30597625D9E6AB081659235EA941120D1254 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return cipher.AlgorithmName; } RuntimeObject* L_0 = __this->get_cipher_2(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac_Init_m60639DFB807F77AF3557058EFFD09513E7DC0E59 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Reset(); CbcBlockCipherMac_Reset_m9F3B9390D0E4FDC44C5194842C9A39C643AA6954(__this, /*hidden argument*/NULL); // cipher.Init(true, parameters); RuntimeObject* L_0 = __this->get_cipher_2(); RuntimeObject* L_1 = ___parameters0; NullCheck(L_0); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0, (bool)1, L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::GetMacSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipherMac_GetMacSize_mEDA8ED9A44AE5BDCBC3270499EAD70B8DB5AFB99 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, const RuntimeMethod* method) { { // return macSize; int32_t L_0 = __this->get_macSize_4(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac_Update_m0ED4A46E2B0A07F23A0FE5C065F0BFA36F97EA8B (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, uint8_t ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (bufOff == buf.Length) int32_t L_0 = __this->get_bufOff_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buf_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0031; } } { // cipher.ProcessBlock(buf, 0, buf, 0); RuntimeObject* L_2 = __this->get_cipher_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_buf_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_buf_0(); NullCheck(L_2); int32_t L_5; L_5 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_2, L_3, 0, L_4, 0); // bufOff = 0; __this->set_bufOff_1(0); } IL_0031: { // buf[bufOff++] = input; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_buf_0(); int32_t L_7 = __this->get_bufOff_1(); V_0 = L_7; int32_t L_8 = V_0; __this->set_bufOff_1(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; uint8_t L_10 = ___input0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac_BlockUpdate_mD5E086D004A82CE44FF8059A4AE58E6CFA0B0F57 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (len < 0) int32_t L_0 = ___len2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { // throw new ArgumentException("Can't have a negative input length!"); 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*)&_stringLiteralF8E97A2EC91B9BC5BE9457E4364E5C15F95B7FDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CbcBlockCipherMac_BlockUpdate_mD5E086D004A82CE44FF8059A4AE58E6CFA0B0F57_RuntimeMethod_var))); } IL_000f: { // int blockSize = cipher.GetBlockSize(); RuntimeObject* L_2 = __this->get_cipher_2(); NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_2); V_0 = L_3; // int gapLen = blockSize - bufOff; int32_t L_4 = V_0; int32_t L_5 = __this->get_bufOff_1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); // if (len > gapLen) int32_t L_6 = ___len2; int32_t L_7 = V_1; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_008c; } } { // Array.Copy(input, inOff, buf, bufOff, gapLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_buf_0(); int32_t L_11 = __this->get_bufOff_1(); int32_t L_12 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_8, L_9, (RuntimeArray *)(RuntimeArray *)L_10, L_11, L_12, /*hidden argument*/NULL); // cipher.ProcessBlock(buf, 0, buf, 0); RuntimeObject* L_13 = __this->get_cipher_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_buf_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_buf_0(); NullCheck(L_13); int32_t L_16; L_16 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_13, L_14, 0, L_15, 0); // bufOff = 0; __this->set_bufOff_1(0); // len -= gapLen; int32_t L_17 = ___len2; int32_t L_18 = V_1; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)); // inOff += gapLen; int32_t L_19 = ___inOff1; int32_t L_20 = V_1; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)); goto IL_0088; } IL_0069: { // cipher.ProcessBlock(input, inOff, buf, 0); RuntimeObject* L_21 = __this->get_cipher_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___input0; int32_t L_23 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_buf_0(); NullCheck(L_21); int32_t L_25; L_25 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_21, L_22, L_23, L_24, 0); // len -= blockSize; int32_t L_26 = ___len2; int32_t L_27 = V_0; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)); // inOff += blockSize; int32_t L_28 = ___inOff1; int32_t L_29 = V_0; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)); } IL_0088: { // while (len > blockSize) int32_t L_30 = ___len2; int32_t L_31 = V_0; if ((((int32_t)L_30) > ((int32_t)L_31))) { goto IL_0069; } } IL_008c: { // Array.Copy(input, inOff, buf, bufOff, len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___input0; int32_t L_33 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = __this->get_buf_0(); int32_t L_35 = __this->get_bufOff_1(); int32_t L_36 = ___len2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_32, L_33, (RuntimeArray *)(RuntimeArray *)L_34, L_35, L_36, /*hidden argument*/NULL); // bufOff += len; int32_t L_37 = __this->get_bufOff_1(); int32_t L_38 = ___len2; __this->set_bufOff_1(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipherMac_DoFinal_m214B9217CD45722695F006AD99E5030343BABB73 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipherPadding_tB763377AFF8689A1943474E2044E0C2CF829F42D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int blockSize = cipher.GetBlockSize(); RuntimeObject* L_0 = __this->get_cipher_2(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); V_0 = L_1; // if (padding == null) RuntimeObject* L_2 = __this->get_padding_3(); if (L_2) { goto IL_003a; } } { goto IL_002f; } IL_0016: { // buf[bufOff++] = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_buf_0(); int32_t L_4 = __this->get_bufOff_1(); V_1 = L_4; int32_t L_5 = V_1; __this->set_bufOff_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_1; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)0); } IL_002f: { // while (bufOff < blockSize) int32_t L_7 = __this->get_bufOff_1(); int32_t L_8 = V_0; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0016; } } { // } goto IL_007c; } IL_003a: { // if (bufOff == blockSize) int32_t L_9 = __this->get_bufOff_1(); int32_t L_10 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0064; } } { // cipher.ProcessBlock(buf, 0, buf, 0); RuntimeObject* L_11 = __this->get_cipher_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_buf_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_buf_0(); NullCheck(L_11); int32_t L_14; L_14 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_11, L_12, 0, L_13, 0); // bufOff = 0; __this->set_bufOff_1(0); } IL_0064: { // padding.AddPadding(buf, bufOff); RuntimeObject* L_15 = __this->get_padding_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_buf_0(); int32_t L_17 = __this->get_bufOff_1(); NullCheck(L_15); int32_t L_18; L_18 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding::AddPadding(System.Byte[],System.Int32) */, IBlockCipherPadding_tB763377AFF8689A1943474E2044E0C2CF829F42D_il2cpp_TypeInfo_var, L_15, L_16, L_17); } IL_007c: { // cipher.ProcessBlock(buf, 0, buf, 0); RuntimeObject* L_19 = __this->get_cipher_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_buf_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_buf_0(); NullCheck(L_19); int32_t L_22; L_22 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_19, L_20, 0, L_21, 0); // Array.Copy(buf, 0, output, outOff, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_buf_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___output0; int32_t L_25 = ___outOff1; int32_t L_26 = __this->get_macSize_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_23, 0, (RuntimeArray *)(RuntimeArray *)L_24, L_25, L_26, /*hidden argument*/NULL); // Reset(); CbcBlockCipherMac_Reset_m9F3B9390D0E4FDC44C5194842C9A39C643AA6954(__this, /*hidden argument*/NULL); // return macSize; int32_t L_27 = __this->get_macSize_4(); return L_27; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipherMac_Reset_m9F3B9390D0E4FDC44C5194842C9A39C643AA6954 (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Array.Clear(buf, 0, buf.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_buf_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buf_0(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // bufOff = 0; __this->set_bufOff_1(0); // cipher.Reset(); RuntimeObject* L_2 = __this->get_cipher_2(); NullCheck(L_2); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Reset() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_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.Crypto.Modes.CcmBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CcmBlockCipher__ctor_mB6FBC3B80CB9D22CFB14CBA7D8F15E2B9BDD9D6E (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, RuntimeObject* ___cipher0, 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*)&CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // private readonly MemoryStream associatedText = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); __this->set_associatedText_8(L_0); // private readonly MemoryStream data = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_1, /*hidden argument*/NULL); __this->set_data_9(L_1); // public CcmBlockCipher( // IBlockCipher cipher) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.cipher = cipher; RuntimeObject* L_2 = ___cipher0; __this->set_cipher_1(L_2); // this.macBlock = new byte[BlockSize]; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_3 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->set_macBlock_2(L_4); // if (cipher.GetBlockSize() != BlockSize) RuntimeObject* L_5 = ___cipher0; NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_5); int32_t L_7 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_0062; } } { // throw new ArgumentException("cipher required with a block size of " + BlockSize + "."); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))); int32_t L_8 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))))->get_BlockSize_0(); V_0 = L_8; String_t* L_9; L_9 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC6B8E7A479BE266CB377B138773E5E798867F697)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher__ctor_mB6FBC3B80CB9D22CFB14CBA7D8F15E2B9BDD9D6E_RuntimeMethod_var))); } IL_0062: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::GetUnderlyingCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CcmBlockCipher_GetUnderlyingCipher_m2429D8F688FBBC044F92385AA74D7FBFCEADD5EE (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, const RuntimeMethod* method) { { // return cipher; RuntimeObject* L_0 = __this->get_cipher_1(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CcmBlockCipher_Init_mF1CEB8C7A9298A6BFAB4924FE7C608041D634073 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * V_1 = NULL; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * V_2 = NULL; { // this.forEncryption = forEncryption; bool L_0 = ___forEncryption0; __this->set_forEncryption_3(L_0); // if (parameters is AeadParameters) RuntimeObject* L_1 = ___parameters1; if (!((AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 *)IsInstClass((RuntimeObject*)L_1, AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64_il2cpp_TypeInfo_var))) { goto IL_0045; } } { // AeadParameters param = (AeadParameters) parameters; RuntimeObject* L_2 = ___parameters1; V_1 = ((AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 *)CastclassClass((RuntimeObject*)L_2, AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64_il2cpp_TypeInfo_var)); // nonce = param.GetNonce(); AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * L_3 = V_1; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(7 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::GetNonce() */, L_3); __this->set_nonce_4(L_4); // initialAssociatedText = param.GetAssociatedText(); AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * L_5 = V_1; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::GetAssociatedText() */, L_5); __this->set_initialAssociatedText_5(L_6); // macSize = param.MacSize / 8; AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * L_7 = V_1; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::get_MacSize() */, L_7); __this->set_macSize_6(((int32_t)((int32_t)L_8/(int32_t)8))); // cipherParameters = param.Key; AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * L_9 = V_1; NullCheck(L_9); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_10; L_10 = VirtualFuncInvoker0< KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::get_Key() */, L_9); V_0 = L_10; // } goto IL_008b; } IL_0045: { // else if (parameters is ParametersWithIV) RuntimeObject* L_11 = ___parameters1; if (!((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_11, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))) { goto IL_0080; } } { // ParametersWithIV param = (ParametersWithIV) parameters; RuntimeObject* L_12 = ___parameters1; V_2 = ((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)CastclassClass((RuntimeObject*)L_12, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var)); // nonce = param.GetIV(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_13 = V_2; NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B(L_13, /*hidden argument*/NULL); __this->set_nonce_4(L_14); // initialAssociatedText = null; __this->set_initialAssociatedText_5((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // macSize = macBlock.Length / 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_macBlock_2(); NullCheck(L_15); __this->set_macSize_6(((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))/(int32_t)2))); // cipherParameters = param.Parameters; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_16 = V_2; NullCheck(L_16); RuntimeObject* L_17; L_17 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(L_16, /*hidden argument*/NULL); V_0 = L_17; // } goto IL_008b; } IL_0080: { // throw new ArgumentException("invalid parameters passed to CCM"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFFD44595505148598FA11441DC6F85B39A158ACC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_Init_mF1CEB8C7A9298A6BFAB4924FE7C608041D634073_RuntimeMethod_var))); } IL_008b: { // if (cipherParameters != null) RuntimeObject* L_19 = V_0; if (!L_19) { goto IL_0095; } } { // keyParam = cipherParameters; RuntimeObject* L_20 = V_0; __this->set_keyParam_7(L_20); } IL_0095: { // if (nonce == null || nonce.Length < 7 || nonce.Length > 13) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_nonce_4(); if (!L_21) { goto IL_00b4; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_nonce_4(); NullCheck(L_22); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))) < ((int32_t)7))) { goto IL_00b4; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_nonce_4(); NullCheck(L_23); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))) <= ((int32_t)((int32_t)13)))) { goto IL_00bf; } } IL_00b4: { // throw new ArgumentException("nonce must have length from 7 to 13 octets"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_24 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95CE047378BB5A752473C9D4D15D684E03FFA829)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_Init_mF1CEB8C7A9298A6BFAB4924FE7C608041D634073_RuntimeMethod_var))); } IL_00bf: { // Reset(); VirtualActionInvoker0::Invoke(26 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::Reset() */, __this); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CcmBlockCipher_get_AlgorithmName_m98F80D6A3FE48AA1FFB2B126FCC9945BBEE9977C (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B5117ACCE82D41F99CC1D74CC4CE4D861965B38); s_Il2CppMethodInitialized = true; } { // get { return cipher.AlgorithmName + "/CCM"; } RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, _stringLiteral7B5117ACCE82D41F99CC1D74CC4CE4D861965B38, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_GetBlockSize_m8D3F855219D386ACED56AC175E767B7CCBBFEBB7 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return cipher.GetBlockSize(); RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::ProcessAadByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CcmBlockCipher_ProcessAadByte_mD32C4BBF20CB247BBFDA4AD8BBFBF10B3C47693E (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, uint8_t ___input0, const RuntimeMethod* method) { { // associatedText.WriteByte(input); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get_associatedText_8(); uint8_t L_1 = ___input0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::ProcessAadBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CcmBlockCipher_ProcessAadBytes_mD051D93909632F8F4819A05E50FA4BF076279B12 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { { // associatedText.Write(inBytes, inOff, len); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get_associatedText_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___inBytes0; int32_t L_2 = ___inOff1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::ProcessByte(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_ProcessByte_m2B745118D5A84FC0954B79ECA0661B68D72B0344 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, uint8_t ___input0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method) { { // data.WriteByte(input); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get_data_9(); uint8_t L_1 = ___input0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // return 0; return 0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_ProcessBytes_mF76C76D43FFB846BDC728B8DA9F7425EF10BB7FE (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___inLen2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes3, int32_t ___outOff4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEAC30D8C28806B51680D5DC521FC3C410F2D5B5); s_Il2CppMethodInitialized = true; } { // Check.DataLength(inBytes, inOff, inLen, "Input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___inBytes0; int32_t L_1 = ___inOff1; int32_t L_2 = ___inLen2; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_0, L_1, L_2, _stringLiteralAEAC30D8C28806B51680D5DC521FC3C410F2D5B5, /*hidden argument*/NULL); // data.Write(inBytes, inOff, inLen); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = __this->get_data_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___inBytes0; int32_t L_5 = ___inOff1; int32_t L_6 = ___inLen2; NullCheck(L_3); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, L_5, L_6); // return 0; return 0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_DoFinal_m1E78726CB8B667D6456BEEEDDFDF161CA605D782 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes0, int32_t ___outOff1, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] input = data.GetBuffer(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get_data_9(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_0); V_0 = L_1; // int inLen = (int)data.Position; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = __this->get_data_9(); NullCheck(L_2); int64_t L_3; L_3 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_2); V_1 = ((int32_t)((int32_t)L_3)); // int len = ProcessPacket(input, 0, inLen, outBytes, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; int32_t L_5 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes0; int32_t L_7 = ___outOff1; int32_t L_8; L_8 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(31 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::ProcessPacket(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_4, 0, L_5, L_6, L_7); // Reset(); VirtualActionInvoker0::Invoke(26 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::Reset() */, __this); // return len; return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CcmBlockCipher_Reset_m5E1EB12F3337774B20311A43D7869876E5DE6CD1 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // cipher.Reset(); RuntimeObject* L_0 = __this->get_cipher_1(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Reset() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); // associatedText.SetLength(0); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = __this->get_associatedText_8(); NullCheck(L_1); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_1, ((int64_t)((int64_t)0))); // data.SetLength(0); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = __this->get_data_9(); NullCheck(L_2); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_2, ((int64_t)((int64_t)0))); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::GetMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CcmBlockCipher_GetMac_mD7F7132E846048CC649470EE339D7A44D8E916CA (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, 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; } { // return Arrays.CopyOfRange(macBlock, 0, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_macBlock_2(); int32_t L_1 = __this->get_macSize_6(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_0, 0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::GetUpdateOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_GetUpdateOutputSize_m8F2B4EA52561CC26942752521CF538C76E1E3FA6 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, int32_t ___len0, const RuntimeMethod* method) { { // return 0; return 0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::GetOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_GetOutputSize_mBB7801139AA792B82FF0A0968AAE25CD4F7818C6 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, int32_t ___len0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int totalData = (int)data.Length + len; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get_data_9(); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); int32_t L_2 = ___len0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1)), (int32_t)L_2)); // if (forEncryption) bool L_3 = __this->get_forEncryption_3(); if (!L_3) { goto IL_0020; } } { // return totalData + macSize; int32_t L_4 = V_0; int32_t L_5 = __this->get_macSize_6(); return ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); } IL_0020: { // return totalData < macSize ? 0 : totalData - macSize; int32_t L_6 = V_0; int32_t L_7 = __this->get_macSize_6(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0032; } } { int32_t L_8 = V_0; int32_t L_9 = __this->get_macSize_6(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)); } IL_0032: { return 0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::ProcessPacket(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CcmBlockCipher_ProcessPacket_m2B7D0E4612EBB25F6FAD4256963684D4A56F2F41 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___inLen2, 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; { // if (forEncryption) bool L_0 = __this->get_forEncryption_3(); if (!L_0) { goto IL_0018; } } { // output = new byte[inLen + macSize]; int32_t L_1 = ___inLen2; int32_t L_2 = __this->get_macSize_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))); V_0 = L_3; // } goto IL_003a; } IL_0018: { // if (inLen < macSize) int32_t L_4 = ___inLen2; int32_t L_5 = __this->get_macSize_6(); if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_002c; } } { // throw new InvalidCipherTextException("data too short"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_6 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4901277BD17A5B2F9FD51DCD98D6CE81842202C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_ProcessPacket_m2B7D0E4612EBB25F6FAD4256963684D4A56F2F41_RuntimeMethod_var))); } IL_002c: { // output = new byte[inLen - macSize]; int32_t L_7 = ___inLen2; int32_t L_8 = __this->get_macSize_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))); V_0 = L_9; } IL_003a: { // ProcessPacket(input, inOff, inLen, output, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___input0; int32_t L_11 = ___inOff1; int32_t L_12 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; int32_t L_14; L_14 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(31 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::ProcessPacket(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_10, L_11, L_12, L_13, 0); // return output; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; return L_15; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::ProcessPacket(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_ProcessPacket_m86802FCA2579472FE16B36A6AE269DBC0FF37CFA (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___inLen2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t ___outOff4, 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*)&CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE580449FDEA9A2F7D9C6101AE58E2B0CEA315B63); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_10 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; int32_t V_12 = 0; { // if (keyParam == null) RuntimeObject* L_0 = __this->get_keyParam_7(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("CCM cipher unitialized."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5943A7E2C9B6B97618BE5C61998DFB431B4ECBB6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_ProcessPacket_m86802FCA2579472FE16B36A6AE269DBC0FF37CFA_RuntimeMethod_var))); } IL_0013: { // int n = nonce.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_nonce_4(); NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); // int q = 15 - n; int32_t L_3 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)L_3)); // if (q < 4) int32_t L_4 = V_1; if ((((int32_t)L_4) >= ((int32_t)4))) { goto IL_003f; } } { // int limitLen = 1 << (8 * q); int32_t L_5 = V_1; V_7 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_5))&(int32_t)((int32_t)31))))); // if (inLen >= limitLen) int32_t L_6 = ___inLen2; int32_t L_7 = V_7; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_003f; } } { // throw new InvalidOperationException("CCM packet too large for choice of q."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_8 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36570DC4B6CBC47EEA6EED659B46CE6C34F3F431)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_ProcessPacket_m86802FCA2579472FE16B36A6AE269DBC0FF37CFA_RuntimeMethod_var))); } IL_003f: { // byte[] iv = new byte[BlockSize]; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_9 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_9); V_2 = L_10; // iv[0] = (byte)((q - 1) & 0x7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_2; int32_t L_12 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))&(int32_t)7))))); // nonce.CopyTo(iv, 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_nonce_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; NullCheck((RuntimeArray *)(RuntimeArray *)L_13); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_13, (RuntimeArray *)(RuntimeArray *)L_14, 1, /*hidden argument*/NULL); // IBlockCipher ctrCipher = new SicBlockCipher(cipher); RuntimeObject* L_15 = __this->get_cipher_1(); SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_16 = (SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 *)il2cpp_codegen_object_new(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var); SicBlockCipher__ctor_m9824FDEDA995153AAC7408C442A4EE2353D1490E(L_16, L_15, /*hidden argument*/NULL); V_3 = L_16; // ctrCipher.Init(forEncryption, new ParametersWithIV(keyParam, iv)); RuntimeObject* L_17 = V_3; bool L_18 = __this->get_forEncryption_3(); RuntimeObject* L_19 = __this->get_keyParam_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_21 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_21, L_19, L_20, /*hidden argument*/NULL); NullCheck(L_17); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_17, L_18, L_21); // int inIndex = inOff; int32_t L_22 = ___inOff1; V_5 = L_22; // int outIndex = outOff; int32_t L_23 = ___outOff4; V_6 = L_23; // if (forEncryption) bool L_24 = __this->get_forEncryption_3(); if (!L_24) { goto IL_0163; } } { // outputLen = inLen + macSize; int32_t L_25 = ___inLen2; int32_t L_26 = __this->get_macSize_6(); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); // Check.OutputLength(output, outOff, outputLen, "Output buffer too short."); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___output3; int32_t L_28 = ___outOff4; int32_t L_29 = V_4; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_27, L_28, L_29, _stringLiteralE580449FDEA9A2F7D9C6101AE58E2B0CEA315B63, /*hidden argument*/NULL); // CalculateMac(input, inOff, inLen, macBlock); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___input0; int32_t L_31 = ___inOff1; int32_t L_32 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_macBlock_2(); int32_t L_34; L_34 = CcmBlockCipher_CalculateMac_m43F8FCEEB3B6637912D545B65700FC35B92354F9(__this, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); // byte[] encMac = new byte[BlockSize]; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_35 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_35); V_8 = L_36; // ctrCipher.ProcessBlock(macBlock, 0, encMac, 0); // S0 RuntimeObject* L_37 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = __this->get_macBlock_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_8; NullCheck(L_37); int32_t L_40; L_40 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_37, L_38, 0, L_39, 0); goto IL_0101; } IL_00df: { // ctrCipher.ProcessBlock(input, inIndex, output, outIndex); RuntimeObject* L_41 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = ___input0; int32_t L_43 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = ___output3; int32_t L_45 = V_6; NullCheck(L_41); int32_t L_46; L_46 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_41, L_42, L_43, L_44, L_45); // outIndex += BlockSize; int32_t L_47 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_48 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)); // inIndex += BlockSize; int32_t L_49 = V_5; int32_t L_50 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50)); } IL_0101: { // while (inIndex < (inOff + inLen - BlockSize)) // S1... int32_t L_51 = V_5; int32_t L_52 = ___inOff1; int32_t L_53 = ___inLen2; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_54 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); if ((((int32_t)L_51) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)), (int32_t)L_54))))) { goto IL_00df; } } { // byte[] block = new byte[BlockSize]; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_55 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_55); V_9 = L_56; // Array.Copy(input, inIndex, block, 0, inLen + inOff - inIndex); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = ___input0; int32_t L_58 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = V_9; int32_t L_60 = ___inLen2; int32_t L_61 = ___inOff1; int32_t L_62 = V_5; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_57, L_58, (RuntimeArray *)(RuntimeArray *)L_59, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)), (int32_t)L_62)), /*hidden argument*/NULL); // ctrCipher.ProcessBlock(block, 0, block, 0); RuntimeObject* L_63 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_9; NullCheck(L_63); int32_t L_66; L_66 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_63, L_64, 0, L_65, 0); // Array.Copy(block, 0, output, outIndex, inLen + inOff - inIndex); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = ___output3; int32_t L_69 = V_6; int32_t L_70 = ___inLen2; int32_t L_71 = ___inOff1; int32_t L_72 = V_5; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_67, 0, (RuntimeArray *)(RuntimeArray *)L_68, L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_71)), (int32_t)L_72)), /*hidden argument*/NULL); // Array.Copy(encMac, 0, output, outOff + inLen, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = ___output3; int32_t L_75 = ___outOff4; int32_t L_76 = ___inLen2; int32_t L_77 = __this->get_macSize_6(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_73, 0, (RuntimeArray *)(RuntimeArray *)L_74, ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), L_77, /*hidden argument*/NULL); // } goto IL_0288; } IL_0163: { // if (inLen < macSize) int32_t L_78 = ___inLen2; int32_t L_79 = __this->get_macSize_6(); if ((((int32_t)L_78) >= ((int32_t)L_79))) { goto IL_0177; } } { // throw new InvalidCipherTextException("data too short"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_80 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_80, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4901277BD17A5B2F9FD51DCD98D6CE81842202C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_ProcessPacket_m86802FCA2579472FE16B36A6AE269DBC0FF37CFA_RuntimeMethod_var))); } IL_0177: { // outputLen = inLen - macSize; int32_t L_81 = ___inLen2; int32_t L_82 = __this->get_macSize_6(); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_82)); // Check.OutputLength(output, outOff, outputLen, "Output buffer too short."); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = ___output3; int32_t L_84 = ___outOff4; int32_t L_85 = V_4; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_83, L_84, L_85, _stringLiteralE580449FDEA9A2F7D9C6101AE58E2B0CEA315B63, /*hidden argument*/NULL); // Array.Copy(input, inOff + outputLen, macBlock, 0, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = ___input0; int32_t L_87 = ___inOff1; int32_t L_88 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = __this->get_macBlock_2(); int32_t L_90 = __this->get_macSize_6(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_86, ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)L_88)), (RuntimeArray *)(RuntimeArray *)L_89, 0, L_90, /*hidden argument*/NULL); // ctrCipher.ProcessBlock(macBlock, 0, macBlock, 0); RuntimeObject* L_91 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = __this->get_macBlock_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_93 = __this->get_macBlock_2(); NullCheck(L_91); int32_t L_94; L_94 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_91, L_92, 0, L_93, 0); // for (int i = macSize; i != macBlock.Length; i++) int32_t L_95 = __this->get_macSize_6(); V_12 = L_95; goto IL_01d7; } IL_01c7: { // macBlock[i] = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_96 = __this->get_macBlock_2(); int32_t L_97 = V_12; NullCheck(L_96); (L_96)->SetAt(static_cast(L_97), (uint8_t)0); // for (int i = macSize; i != macBlock.Length; i++) int32_t L_98 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_01d7: { // for (int i = macSize; i != macBlock.Length; i++) int32_t L_99 = V_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_100 = __this->get_macBlock_2(); NullCheck(L_100); if ((!(((uint32_t)L_99) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_100)->max_length))))))) { goto IL_01c7; } } { goto IL_0207; } IL_01e5: { // ctrCipher.ProcessBlock(input, inIndex, output, outIndex); RuntimeObject* L_101 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_102 = ___input0; int32_t L_103 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_104 = ___output3; int32_t L_105 = V_6; NullCheck(L_101); int32_t L_106; L_106 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_101, L_102, L_103, L_104, L_105); // outIndex += BlockSize; int32_t L_107 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_108 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)L_108)); // inIndex += BlockSize; int32_t L_109 = V_5; int32_t L_110 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)L_110)); } IL_0207: { // while (inIndex < (inOff + outputLen - BlockSize)) int32_t L_111 = V_5; int32_t L_112 = ___inOff1; int32_t L_113 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_114 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); if ((((int32_t)L_111) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)L_113)), (int32_t)L_114))))) { goto IL_01e5; } } { // byte[] block = new byte[BlockSize]; IL2CPP_RUNTIME_CLASS_INIT(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); int32_t L_115 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_116 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_115); V_10 = L_116; // Array.Copy(input, inIndex, block, 0, outputLen - (inIndex - inOff)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_117 = ___input0; int32_t L_118 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_119 = V_10; int32_t L_120 = V_4; int32_t L_121 = V_5; int32_t L_122 = ___inOff1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_117, L_118, (RuntimeArray *)(RuntimeArray *)L_119, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)L_122)))), /*hidden argument*/NULL); // ctrCipher.ProcessBlock(block, 0, block, 0); RuntimeObject* L_123 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_124 = V_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_125 = V_10; NullCheck(L_123); int32_t L_126; L_126 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_123, L_124, 0, L_125, 0); // Array.Copy(block, 0, output, outIndex, outputLen - (inIndex - inOff)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_127 = V_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_128 = ___output3; int32_t L_129 = V_6; int32_t L_130 = V_4; int32_t L_131 = V_5; int32_t L_132 = ___inOff1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_127, 0, (RuntimeArray *)(RuntimeArray *)L_128, L_129, ((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_131, (int32_t)L_132)))), /*hidden argument*/NULL); // byte[] calculatedMacBlock = new byte[BlockSize]; int32_t L_133 = ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->get_BlockSize_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_134 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_133); V_11 = L_134; // CalculateMac(output, outOff, outputLen, calculatedMacBlock); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_135 = ___output3; int32_t L_136 = ___outOff4; int32_t L_137 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_138 = V_11; int32_t L_139; L_139 = CcmBlockCipher_CalculateMac_m43F8FCEEB3B6637912D545B65700FC35B92354F9(__this, L_135, L_136, L_137, L_138, /*hidden argument*/NULL); // if (!Arrays.ConstantTimeAreEqual(macBlock, calculatedMacBlock)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_140 = __this->get_macBlock_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_141 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_142; L_142 = Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4(L_140, L_141, /*hidden argument*/NULL); if (L_142) { goto IL_0288; } } { // throw new InvalidCipherTextException("mac check in CCM failed"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_143 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_143, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0730C8CFFE15F08D48A8C1DECEDA7AD46E318B9E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_143, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CcmBlockCipher_ProcessPacket_m86802FCA2579472FE16B36A6AE269DBC0FF37CFA_RuntimeMethod_var))); } IL_0288: { // return outputLen; int32_t L_144 = V_4; return L_144; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::CalculateMac(System.Byte[],System.Int32,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_CalculateMac_m43F8FCEEB3B6637912D545B65700FC35B92354F9 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___dataOff1, int32_t ___dataLen2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___macBlock3, 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*)&CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; { // IMac cMac = new CbcBlockCipherMac(cipher, macSize * 8); RuntimeObject* L_0 = __this->get_cipher_1(); int32_t L_1 = __this->get_macSize_6(); CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 * L_2 = (CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1 *)il2cpp_codegen_object_new(CbcBlockCipherMac_tE244AF70641A7032895A39DB3A100B65990A6CC1_il2cpp_TypeInfo_var); CbcBlockCipherMac__ctor_mE48141D385B0E87A024F5C144B4DA5FD4C29EF95(L_2, L_0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)8)), /*hidden argument*/NULL); V_0 = L_2; // cMac.Init(keyParam); RuntimeObject* L_3 = V_0; RuntimeObject* L_4 = __this->get_keyParam_7(); NullCheck(L_3); 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_3, L_4); // byte[] b0 = new byte[16]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); V_1 = L_5; // if (HasAssociatedText()) bool L_6; L_6 = CcmBlockCipher_HasAssociatedText_mF1C9F9953ED741E1E24C7E7F588CCAD9454C8B07(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_003e; } } { // b0[0] |= 0x40; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); uint8_t* L_8 = ((L_7)->GetAddressAt(static_cast(0))); int32_t L_9 = *((uint8_t*)L_8); *((int8_t*)L_8) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_9|(int32_t)((int32_t)64))))); } IL_003e: { // b0[0] |= (byte)((((cMac.GetMacSize() - 2) / 2) & 0x7) << 3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_10); uint8_t* L_11 = ((L_10)->GetAddressAt(static_cast(0))); int32_t L_12 = *((uint8_t*)L_11); RuntimeObject* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::GetMacSize() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_13); *((int8_t*)L_11) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)2))/(int32_t)2))&(int32_t)7))<<(int32_t)3)))))))); // b0[0] |= (byte)(((15 - nonce.Length) - 1) & 0x7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; NullCheck(L_15); uint8_t* L_16 = ((L_15)->GetAddressAt(static_cast(0))); int32_t L_17 = *((uint8_t*)L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_nonce_4(); NullCheck(L_18); *((int8_t*)L_16) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_17|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))), (int32_t)1))&(int32_t)7)))))))); // Array.Copy(nonce, 0, b0, 1, nonce.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_nonce_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_nonce_4(); NullCheck(L_21); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), /*hidden argument*/NULL); // int q = dataLen; int32_t L_22 = ___dataLen2; V_2 = L_22; // int count = 1; V_3 = 1; goto IL_00a8; } IL_0091: { // b0[b0.Length - count] = (byte)(q & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; NullCheck(L_24); int32_t L_25 = V_3; int32_t L_26 = V_2; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))), (int32_t)L_25))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)255)))))); // q >>= 8; int32_t L_27 = V_2; V_2 = ((int32_t)((int32_t)L_27>>(int32_t)8)); // count++; int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00a8: { // while (q > 0) int32_t L_29 = V_2; if ((((int32_t)L_29) > ((int32_t)0))) { goto IL_0091; } } { // cMac.BlockUpdate(b0, 0, b0.Length); RuntimeObject* L_30 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_1; NullCheck(L_32); NullCheck(L_30); 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_30, L_31, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))); // if (HasAssociatedText()) bool L_33; L_33 = CcmBlockCipher_HasAssociatedText_mF1C9F9953ED741E1E24C7E7F588CCAD9454C8B07(__this, /*hidden argument*/NULL); if (!L_33) { goto IL_01aa; } } { // int textLength = GetAssociatedTextLength(); int32_t L_34; L_34 = CcmBlockCipher_GetAssociatedTextLength_m72565B5BC7B32F5AE9B3CB21FD523E2AAA2B45D9(__this, /*hidden argument*/NULL); V_5 = L_34; // if (textLength < ((1 << 16) - (1 << 8))) int32_t L_35 = V_5; if ((((int32_t)L_35) >= ((int32_t)((int32_t)65280)))) { goto IL_00ec; } } { // cMac.Update((byte)(textLength >> 8)); RuntimeObject* L_36 = V_0; int32_t L_37 = V_5; NullCheck(L_36); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_36, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_37>>(int32_t)8))))); // cMac.Update((byte)textLength); RuntimeObject* L_38 = V_0; int32_t L_39 = V_5; NullCheck(L_38); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_38, (uint8_t)((int32_t)((uint8_t)L_39))); // extra = 2; V_4 = 2; // } goto IL_0131; } IL_00ec: { // cMac.Update((byte)0xff); RuntimeObject* L_40 = V_0; NullCheck(L_40); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_40, (uint8_t)((int32_t)255)); // cMac.Update((byte)0xfe); RuntimeObject* L_41 = V_0; NullCheck(L_41); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_41, (uint8_t)((int32_t)254)); // cMac.Update((byte)(textLength >> 24)); RuntimeObject* L_42 = V_0; int32_t L_43 = V_5; NullCheck(L_42); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_42, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_43>>(int32_t)((int32_t)24)))))); // cMac.Update((byte)(textLength >> 16)); RuntimeObject* L_44 = V_0; int32_t L_45 = V_5; NullCheck(L_44); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_44, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_45>>(int32_t)((int32_t)16)))))); // cMac.Update((byte)(textLength >> 8)); RuntimeObject* L_46 = V_0; int32_t L_47 = V_5; NullCheck(L_46); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_46, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_47>>(int32_t)8))))); // cMac.Update((byte)textLength); RuntimeObject* L_48 = V_0; int32_t L_49 = V_5; NullCheck(L_48); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_48, (uint8_t)((int32_t)((uint8_t)L_49))); // extra = 6; V_4 = 6; } IL_0131: { // if (initialAssociatedText != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = __this->get_initialAssociatedText_5(); if (!L_50) { goto IL_014e; } } { // cMac.BlockUpdate(initialAssociatedText, 0, initialAssociatedText.Length); RuntimeObject* L_51 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = __this->get_initialAssociatedText_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = __this->get_initialAssociatedText_5(); NullCheck(L_53); NullCheck(L_51); 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_51, L_52, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))); } IL_014e: { // if (associatedText.Position > 0) MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_54 = __this->get_associatedText_8(); NullCheck(L_54); int64_t L_55; L_55 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_54); if ((((int64_t)L_55) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0183; } } { // byte[] input = associatedText.GetBuffer(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_56 = __this->get_associatedText_8(); NullCheck(L_56); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57; L_57 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_56); V_6 = L_57; // int len = (int)associatedText.Position; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_58 = __this->get_associatedText_8(); NullCheck(L_58); int64_t L_59; L_59 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_58); V_7 = ((int32_t)((int32_t)L_59)); // cMac.BlockUpdate(input, 0, len); RuntimeObject* L_60 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = V_6; int32_t L_62 = V_7; NullCheck(L_60); 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_60, L_61, 0, L_62); } IL_0183: { // extra = (extra + textLength) % 16; int32_t L_63 = V_4; int32_t L_64 = V_5; V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64))%(int32_t)((int32_t)16))); // if (extra != 0) int32_t L_65 = V_4; if (!L_65) { goto IL_01aa; } } { // for (int i = extra; i < 16; ++i) int32_t L_66 = V_4; V_8 = L_66; goto IL_01a4; } IL_0197: { // cMac.Update((byte)0x00); RuntimeObject* L_67 = V_0; NullCheck(L_67); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_67, (uint8_t)0); // for (int i = extra; i < 16; ++i) int32_t L_68 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_01a4: { // for (int i = extra; i < 16; ++i) int32_t L_69 = V_8; if ((((int32_t)L_69) < ((int32_t)((int32_t)16)))) { goto IL_0197; } } IL_01aa: { // cMac.BlockUpdate(data, dataOff, dataLen); RuntimeObject* L_70 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = ___data0; int32_t L_72 = ___dataOff1; int32_t L_73 = ___dataLen2; NullCheck(L_70); 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_70, L_71, L_72, L_73); // return cMac.DoFinal(macBlock, 0); RuntimeObject* L_74 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___macBlock3; NullCheck(L_74); int32_t L_76; L_76 = 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_74, L_75, 0); return L_76; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::GetAssociatedTextLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CcmBlockCipher_GetAssociatedTextLength_m72565B5BC7B32F5AE9B3CB21FD523E2AAA2B45D9 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { // return (int)associatedText.Length + ((initialAssociatedText == null) ? 0 : initialAssociatedText.Length); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = __this->get_associatedText_8(); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_initialAssociatedText_5(); G_B1_0 = ((int32_t)((int32_t)L_1)); if (!L_2) { G_B2_0 = ((int32_t)((int32_t)L_1)); goto IL_001e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_initialAssociatedText_5(); NullCheck(L_3); G_B3_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); G_B3_1 = G_B1_0; goto IL_001f; } IL_001e: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_001f: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::HasAssociatedText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CcmBlockCipher_HasAssociatedText_mF1C9F9953ED741E1E24C7E7F588CCAD9454C8B07 (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * __this, const RuntimeMethod* method) { { // return GetAssociatedTextLength() > 0; int32_t L_0; L_0 = CcmBlockCipher_GetAssociatedTextLength_m72565B5BC7B32F5AE9B3CB21FD523E2AAA2B45D9(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CcmBlockCipher::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CcmBlockCipher__cctor_m755E3E4350DE0606BC6EDBEADC53C95D29DFA8BE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly int BlockSize = 16; ((CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_StaticFields*)il2cpp_codegen_static_fields_for(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var))->set_BlockSize_0(((int32_t)16)); 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.Crypto.Parameters.CcmParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Int32,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CcmParameters__ctor_m3A61A4E3C4B424760A3BAE39C015FA829D173F8B (CcmParameters_tC70F2A7295BE08A8BE21F2419A8F96DEF2A0393C * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key0, int32_t ___macSize1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedText3, const RuntimeMethod* method) { { // : base(key, macSize, nonce, associatedText) KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_0 = ___key0; int32_t L_1 = ___macSize1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___nonce2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___associatedText3; AeadParameters__ctor_mE2773768F68BC5A4602E213B7901DED949E1900D(__this, L_0, L_1, L_2, L_3, /*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.Asn1.Pkcs.CertBag::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertBag__ctor_m82A01C1E8F49A1E2BE2C4B704060659CAF650340 (CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CertBag( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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)2))) { goto IL_001f; } } { // throw new ArgumentException("Wrong number of elements in sequence", "seq"); 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*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertBag__ctor_m82A01C1E8F49A1E2BE2C4B704060659CAF650340_RuntimeMethod_var))); } IL_001f: { // this.certID = DerObjectIdentifier.GetInstance(seq[0]); 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, 0); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5; L_5 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_4, /*hidden argument*/NULL); __this->set_certID_2(L_5); // this.certValue = DerTaggedObject.GetInstance(seq[1]).GetObject(); 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, 1); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_8; L_8 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_7, /*hidden argument*/NULL); NullCheck(L_8); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_9; L_9 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_8, /*hidden argument*/NULL); __this->set_certValue_3(L_9); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertBag::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertBag__ctor_mD614990909A0BEE1BE41CFC9728D590EB164BBB8 (CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___certID0, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___certValue1, const RuntimeMethod* method) { { // public CertBag( // DerObjectIdentifier certID, // Asn1Object certValue) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certID = certID; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___certID0; __this->set_certID_2(L_0); // this.certValue = certValue; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1 = ___certValue1; __this->set_certValue_3(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertBag::get_CertID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * CertBag_get_CertID_mB93E039E8CE2F6556F0E45C6D3222F10CC6453ED (CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE * __this, const RuntimeMethod* method) { { // get { return certID; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_certID_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertBag::get_CertValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertBag_get_CertValue_mA5018FB9A5C0E6F5A069875717AD3CACAC67693D (CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE * __this, const RuntimeMethod* method) { { // get { return certValue; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = __this->get_certValue_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertBag::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertBag_ToAsn1Object_m79E18CE51C6FD9D6906FD64D2C5FDAD76210370B (CertBag_tC3C2856E87424F3FF2F47F056DDE728F1F6C48AE * __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(certID, new DerTaggedObject(0, certValue)); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_certID_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; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = __this->get_certValue_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_5 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827(L_5, 0, L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_5); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_6 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_6, L_3, /*hidden argument*/NULL); return L_6; } } #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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertChainType::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertChainType_IsValid_mD53F34CC1B284299028CB0F21DDEB62334924E22 (uint8_t ___certChainType0, const RuntimeMethod* method) { { // return certChainType >= individual_certs && certChainType <= pkipath; uint8_t L_0 = ___certChainType0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { uint8_t L_1 = ___certChainType0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000c: { return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertChainType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertChainType__ctor_mAE3F2875763528F6F22FBCA2AA80301487527529 (CertChainType_t39FBBB6433EC0E0022B8FAC91D8F9E5A36278F9F * __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.Asn1.Cmp.CertConfirmContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertConfirmContent__ctor_m82817871805C7B79DCA02F0988CA7B5B52691CF2 (CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private CertConfirmContent(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.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) { 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*)&CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertConfirmContent) RuntimeObject * L_0 = ___obj0; if (!((CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 *)IsInstClass((RuntimeObject*)L_0, CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertConfirmContent)obj; RuntimeObject * L_1 = ___obj0; return ((CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 *)CastclassClass((RuntimeObject*)L_1, CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427_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 CertConfirmContent((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 * L_4 = (CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 *)il2cpp_codegen_object_new(CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427_il2cpp_TypeInfo_var); CertConfirmContent__ctor_m82817871805C7B79DCA02F0988CA7B5B52691CF2(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*)&CertConfirmContent_GetInstance_m7C5402B1C1F8B7250D9D7C96424747B4F7DDD671_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertConfirmContent::ToCertStatusArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14* CertConfirmContent_ToCertStatusArray_m628B9EBA1F6CF1DA190F9853F19942EA1022EA93 (CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14* V_0 = NULL; int32_t V_1 = 0; { // CertStatus[] result = new CertStatus[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); CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14* L_2 = (CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14*)(CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14*)SZArrayNew(CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14_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] = CertStatus.GetInstance(content[i]); CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14* 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); CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * L_8; L_8 = CertStatus_GetInstance_m5E71CEC5A6B34A652D3EB36D144052646FFD1269(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 *)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; CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14* 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; CertStatusU5BU5D_tA32310044AAB0B7D8D413356C8D4974117FD0A14* L_12 = V_0; return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertConfirmContent::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertConfirmContent_ToAsn1Object_m7E5DC09B571C4AE21C88691426815DA436D7BD3E (CertConfirmContent_tEE8788CB6B1AD6EB337626014343CDD199594427 * __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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A * CertHash_GetInstance_mBA639A89EE41E15C5663B38CE472F552738AA357 (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*)&CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CertHash) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A *)IsInstClass((RuntimeObject*)L_1, CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CertHash) obj; RuntimeObject * L_2 = ___obj0; return ((CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A *)CastclassClass((RuntimeObject*)L_2, CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CertHash((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A * L_5 = (CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A *)il2cpp_codegen_object_new(CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A_il2cpp_TypeInfo_var); CertHash__ctor_m315919428C20609A1FAA6FB0B362F35049E4CC99(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertHash_GetInstance_mBA639A89EE41E15C5663B38CE472F552738AA357_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHash__ctor_m315919428C20609A1FAA6FB0B362F35049E4CC99 (CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; { // private CertHash( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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)2))) { goto IL_002d; } } { // throw new ArgumentException("Bad sequence size: " + seq.Count); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; 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); V_0 = L_3; String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_4, /*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*)&CertHash__ctor_m315919428C20609A1FAA6FB0B362F35049E4CC99_RuntimeMethod_var))); } IL_002d: { // this.hashAlgorithm = AlgorithmIdentifier.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); 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_7, 0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9; L_9 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_8, /*hidden argument*/NULL); __this->set_hashAlgorithm_2(L_9); // this.certificateHash = DerOctetString.GetInstance(seq[1]).GetOctets(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; NullCheck(L_10); 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_10, 1); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_12; L_12 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_11, /*hidden argument*/NULL); NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_12); __this->set_certificateHash_3(L_13); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHash__ctor_mE5BAD25419C411772C38689591BE4DE186E2E670 (CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certificateHash1, 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; } { // public CertHash( // AlgorithmIdentifier hashAlgorithm, // byte[] certificateHash) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (hashAlgorithm == null) AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___hashAlgorithm0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("hashAlgorithm"); 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*)&_stringLiteral3B17741531D54CD1AED28E049653D794244D54A7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertHash__ctor_mE5BAD25419C411772C38689591BE4DE186E2E670_RuntimeMethod_var))); } IL_0014: { // if (certificateHash == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___certificateHash1; if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException("certificateHash"); 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*)&_stringLiteralB488BF058F857AB5DB63CE5F5D46E2BD1975AA08)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertHash__ctor_mE5BAD25419C411772C38689591BE4DE186E2E670_RuntimeMethod_var))); } IL_0022: { // this.hashAlgorithm = hashAlgorithm; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = ___hashAlgorithm0; __this->set_hashAlgorithm_2(L_4); // this.certificateHash = (byte[]) certificateHash.Clone(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___certificateHash1; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); RuntimeObject * L_6; L_6 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_5, /*hidden argument*/NULL); __this->set_certificateHash_3(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::get_HashAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CertHash_get_HashAlgorithm_m671354855A5655DDFDAC4495DB43280FD98BCAC0 (CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A * __this, const RuntimeMethod* method) { { // get { return hashAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_hashAlgorithm_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::get_CertificateHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CertHash_get_CertificateHash_m57D88900CACA568EC468376A56E71876885214F9 (CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A * __this, 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; } { // get { return (byte[]) certificateHash.Clone(); } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_certificateHash_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1; L_1 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertHash_ToAsn1Object_m8A21E0C612A4CC74FC352FDEDEE41D10091A7A4B (CertHash_t2FBCF42935FDE2111BDCD6CBB4592F382362054A * __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*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(hashAlgorithm, new DerOctetString(certificateHash)); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = __this->get_hashAlgorithm_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; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_certificateHash_3(); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_5 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_5, L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_5); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_6 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_6, L_3, /*hidden argument*/NULL); return L_6; } } #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.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertID_GetInstance_m27FE3089EB38FDD6170B9A31A62F2B3B3F815875 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_3; L_3 = CertID_GetInstance_m4FF3A9F97DD6B1C2A622A6F9468BB165D3ABD3D7(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertID_GetInstance_m4FF3A9F97DD6B1C2A622A6F9468BB165D3ABD3D7 (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*)&CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CertID) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CertID_t945D399859D8DB2523029689FA453B19136D40F0 *)IsInstClass((RuntimeObject*)L_1, CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CertID)obj; RuntimeObject * L_2 = ___obj0; return ((CertID_t945D399859D8DB2523029689FA453B19136D40F0 *)CastclassClass((RuntimeObject*)L_2, CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CertID((Asn1Sequence)obj); RuntimeObject * L_4 = ___obj0; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_5 = (CertID_t945D399859D8DB2523029689FA453B19136D40F0 *)il2cpp_codegen_object_new(CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var); CertID__ctor_mA3106BA8C53B5B3ED27AB7D604DB625C0B401E27(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertID_GetInstance_m4FF3A9F97DD6B1C2A622A6F9468BB165D3ABD3D7_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertID__ctor_m3D52E53112CC86718FC9CDFA773D8CA8BFA7AD8A (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm0, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerNameHash1, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerKeyHash2, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber3, const RuntimeMethod* method) { { // public CertID( // AlgorithmIdentifier hashAlgorithm, // Asn1OctetString issuerNameHash, // Asn1OctetString issuerKeyHash, // DerInteger serialNumber) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.hashAlgorithm = hashAlgorithm; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___hashAlgorithm0; __this->set_hashAlgorithm_2(L_0); // this.issuerNameHash = issuerNameHash; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_1 = ___issuerNameHash1; __this->set_issuerNameHash_3(L_1); // this.issuerKeyHash = issuerKeyHash; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2 = ___issuerKeyHash2; __this->set_issuerKeyHash_4(L_2); // this.serialNumber = serialNumber; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = ___serialNumber3; __this->set_serialNumber_5(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertID__ctor_mA3106BA8C53B5B3ED27AB7D604DB625C0B401E27 (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private CertID( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 4) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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)4))) { goto IL_001f; } } { // throw new ArgumentException("Wrong number of elements in sequence", "seq"); 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*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertID__ctor_mA3106BA8C53B5B3ED27AB7D604DB625C0B401E27_RuntimeMethod_var))); } IL_001f: { // this.hashAlgorithm = AlgorithmIdentifier.GetInstance(seq[0]); 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, 0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5; L_5 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_4, /*hidden argument*/NULL); __this->set_hashAlgorithm_2(L_5); // this.issuerNameHash = Asn1OctetString.GetInstance(seq[1]); 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, 1); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_8; L_8 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_7, /*hidden argument*/NULL); __this->set_issuerNameHash_3(L_8); // this.issuerKeyHash = Asn1OctetString.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); 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_9, 2); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_11; L_11 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_10, /*hidden argument*/NULL); __this->set_issuerKeyHash_4(L_11); // this.serialNumber = DerInteger.GetInstance(seq[3]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = ___seq0; NullCheck(L_12); 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_12, 3); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_14; L_14 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_13, /*hidden argument*/NULL); __this->set_serialNumber_5(L_14); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::get_HashAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CertID_get_HashAlgorithm_m2F004EB464B9850B45BFE2782732643AB436196B (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method) { { // get { return hashAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_hashAlgorithm_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::get_IssuerNameHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * CertID_get_IssuerNameHash_m84B11F7B9BC45C4D0939623A7F2643303653E508 (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method) { { // get { return issuerNameHash; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_issuerNameHash_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::get_IssuerKeyHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * CertID_get_IssuerKeyHash_m172CA5B3FABA6ED569112FA634400F8BA88EACD9 (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method) { { // get { return issuerKeyHash; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_issuerKeyHash_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertID_get_SerialNumber_mEE485B22E6370FC9664E3C65EC929E65607E7FEC (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method) { { // get { return serialNumber; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_serialNumber_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertID_ToAsn1Object_m567380852544CF24F7E5B4CD3BB50DB6343AA896 (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __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(hashAlgorithm, issuerNameHash, issuerKeyHash, serialNumber); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = __this->get_hashAlgorithm_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; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_4 = __this->get_issuerNameHash_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_6 = __this->get_issuerKeyHash_4(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_5; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8 = __this->get_serialNumber_5(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(3), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_9, L_7, /*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.Asn1.Crmf.CertId::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertId__ctor_m374E514C3630ED156C9A9CAE70BF56B8FAB2B18B (CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private CertId(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // issuer = GeneralName.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); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2; L_2 = GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66(L_1, /*hidden argument*/NULL); __this->set_issuer_2(L_2); // serialNumber = DerInteger.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); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5; L_5 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_4, /*hidden argument*/NULL); __this->set_serialNumber_3(L_5); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * CertId_GetInstance_m541A155E2A203B2D5785845266D08B533561C268 (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*)&CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertId) RuntimeObject * L_0 = ___obj0; if (!((CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 *)IsInstClass((RuntimeObject*)L_0, CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertId)obj; RuntimeObject * L_1 = ___obj0; return ((CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 *)CastclassClass((RuntimeObject*)L_1, CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5_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 CertId((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * L_4 = (CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 *)il2cpp_codegen_object_new(CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5_il2cpp_TypeInfo_var); CertId__ctor_m374E514C3630ED156C9A9CAE70BF56B8FAB2B18B(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*)&CertId_GetInstance_m541A155E2A203B2D5785845266D08B533561C268_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * CertId_GetInstance_m56500AAD70FF44DEAF51168E27C4649105C929B7 (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); CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * L_3; L_3 = CertId_GetInstance_m541A155E2A203B2D5785845266D08B533561C268(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::get_Issuer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * CertId_get_Issuer_m098A774F6B062AD0D91DC5B0D1041C45FA52DEBF (CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * __this, const RuntimeMethod* method) { { // get { return issuer; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_issuer_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertId_get_SerialNumber_mEDAAB6D8FC6FF472A7FB474FCE696848B8D01134 (CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * __this, const RuntimeMethod* method) { { // get { return serialNumber; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_serialNumber_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertId_ToAsn1Object_m7FC509EAEA556B8EE227CD579389D21EDFFEDF08 (CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * __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(issuer, serialNumber); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = __this->get_issuer_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; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = __this->get_serialNumber_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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertOrEncCert__ctor_m072A451864A40B2E73CE12C41E2118EDE04FB990 (CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, const RuntimeMethod* method) { int32_t V_0 = 0; { // private CertOrEncCert(Asn1TaggedObject tagged) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (tagged.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___tagged0; NullCheck(L_0); int32_t L_1; L_1 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0020; } } { // certificate = CmpCertificate.GetInstance(tagged.GetObject()); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_2 = ___tagged0; NullCheck(L_2); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3; L_3 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_2, /*hidden argument*/NULL); CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_4; L_4 = CmpCertificate_GetInstance_mA319EAF3013759A5DD807397463555B70791BBD9(L_3, /*hidden argument*/NULL); __this->set_certificate_2(L_4); // } return; } IL_0020: { // else if (tagged.TagNo == 1) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_5 = ___tagged0; NullCheck(L_5); int32_t L_6; L_6 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_003b; } } { // encryptedCert = EncryptedValue.GetInstance(tagged.GetObject()); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_7 = ___tagged0; NullCheck(L_7); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_7, /*hidden argument*/NULL); EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_9; L_9 = EncryptedValue_GetInstance_m1F986D2A3F7F8D364B267E89BFDAA52DBC51A5BC(L_8, /*hidden argument*/NULL); __this->set_encryptedCert_3(L_9); // } return; } IL_003b: { // throw new ArgumentException("unknown tag: " + 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_0 = L_11; String_t* L_12; L_12 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEED3E1EED12FB924C98BB83957DC00B89D2D090C)), 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*)&CertOrEncCert__ctor_m072A451864A40B2E73CE12C41E2118EDE04FB990_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * CertOrEncCert_GetInstance_m1E3D9446E04B824DA90DBBF6A9B520F2927EE3C7 (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*)&CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertOrEncCert) RuntimeObject * L_0 = ___obj0; if (!((CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 *)IsInstClass((RuntimeObject*)L_0, CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertOrEncCert)obj; RuntimeObject * L_1 = ___obj0; return ((CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 *)CastclassClass((RuntimeObject*)L_1, CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0_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 CertOrEncCert((Asn1TaggedObject)obj); RuntimeObject * L_3 = ___obj0; CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * L_4 = (CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 *)il2cpp_codegen_object_new(CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0_il2cpp_TypeInfo_var); CertOrEncCert__ctor_m072A451864A40B2E73CE12C41E2118EDE04FB990(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*)&CertOrEncCert_GetInstance_m1E3D9446E04B824DA90DBBF6A9B520F2927EE3C7_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertOrEncCert__ctor_mABD45D447A64417BCFB984FA3643D5489B713DEC (CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * __this, CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * ___certificate0, const RuntimeMethod* method) { { // public CertOrEncCert(CmpCertificate certificate) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (certificate == null) CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_0 = ___certificate0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("certificate"); 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*)&_stringLiteral166FD5D9AC48273934F85807614240038752C109)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertOrEncCert__ctor_mABD45D447A64417BCFB984FA3643D5489B713DEC_RuntimeMethod_var))); } IL_0014: { // this.certificate = certificate; CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_2 = ___certificate0; __this->set_certificate_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertOrEncCert__ctor_mE3F7FB5429BE0628A294749D0093471CC02D1B2E (CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * __this, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___encryptedCert0, const RuntimeMethod* method) { { // public CertOrEncCert(EncryptedValue encryptedCert) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (encryptedCert == null) EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_0 = ___encryptedCert0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("encryptedCert"); 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*)&_stringLiteralCA4614B6CD81A10BA1534B62ED83F919EA8E07F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertOrEncCert__ctor_mE3F7FB5429BE0628A294749D0093471CC02D1B2E_RuntimeMethod_var))); } IL_0014: { // this.encryptedCert = encryptedCert; EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_2 = ___encryptedCert0; __this->set_encryptedCert_3(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::get_Certificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * CertOrEncCert_get_Certificate_m4D1566E5962F93365CA15DC8D0D1C1077038C4D1 (CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * __this, const RuntimeMethod* method) { { // get { return certificate; } CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_0 = __this->get_certificate_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::get_EncryptedCert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * CertOrEncCert_get_EncryptedCert_m4764475E877875B56FD9751D79BBF8DB46136FA3 (CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * __this, const RuntimeMethod* method) { { // get { return encryptedCert; } EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_0 = __this->get_encryptedCert_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertOrEncCert_ToAsn1Object_mB3E90CD8D294202F4B3EEFE6F030D684A26CF515 (CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * __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; } { // if (certificate != null) CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_0 = __this->get_certificate_2(); if (!L_0) { goto IL_0016; } } { // return new DerTaggedObject(true, 0, certificate); CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_1 = __this->get_certificate_2(); 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_0016: { // return new DerTaggedObject(true, 1, encryptedCert); EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_3 = __this->get_encryptedCert_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_4 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_4, (bool)1, 1, 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.Asn1.X509.CertPolicyID::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertPolicyID__ctor_mD93A1CA649335D015977A387581643C4F1DC3FF5 (CertPolicyID_t38FB6E6124D9502AC671F0698BDB52249BF71580 * __this, String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(id) String_t* L_0 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(__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.Asn1.Cmp.CertRepMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertRepMessage__ctor_m48F9145859346C8A91FE437D2351555906B16A2A (CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * __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; { // private CertRepMessage(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // int index = 0; V_0 = 0; // if (seq.Count > 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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_002d; } } { // caPubs = Asn1Sequence.GetInstance((Asn1TaggedObject)seq[index++], true); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_2, L_4); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6; L_6 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_5, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_caPubs_2(L_6); } IL_002d: { // response = Asn1Sequence.GetInstance(seq[index]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; int32_t L_8 = V_0; NullCheck(L_7); 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_7, L_8); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10; L_10 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_9, /*hidden argument*/NULL); __this->set_response_3(L_10); // } return; } } // 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) { 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*)&CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertRepMessage) RuntimeObject * L_0 = ___obj0; if (!((CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 *)IsInstClass((RuntimeObject*)L_0, CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertRepMessage)obj; RuntimeObject * L_1 = ___obj0; return ((CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 *)CastclassClass((RuntimeObject*)L_1, CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7_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 CertRepMessage((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * L_4 = (CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 *)il2cpp_codegen_object_new(CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7_il2cpp_TypeInfo_var); CertRepMessage__ctor_m48F9145859346C8A91FE437D2351555906B16A2A(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*)&CertRepMessage_GetInstance_mD28003B1303318A4A3177EA556B275A7558981D4_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertRepMessage__ctor_mF458BDA27AC652D64837AC6917378A7E44AD0A0B (CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * __this, CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* ___caPubs0, CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* ___response1, 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 CertRepMessage(CmpCertificate[] caPubs, CertResponse[] response) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (response == null) CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* L_0 = ___response1; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("response"); 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*)&_stringLiteral2C410EB1F22365EC1A74DF0D8C89C99D53453CDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertRepMessage__ctor_mF458BDA27AC652D64837AC6917378A7E44AD0A0B_RuntimeMethod_var))); } IL_0014: { // if (caPubs != null) CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_2 = ___caPubs0; if (!L_2) { goto IL_0025; } } { // this.caPubs = new DerSequence(caPubs); CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_3 = ___caPubs0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_3; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_4, /*hidden argument*/NULL); __this->set_caPubs_2(L_5); } IL_0025: { // this.response = new DerSequence(response); CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* L_6 = ___response1; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_6; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_8 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_8, L_7, /*hidden argument*/NULL); __this->set_response_3(L_8); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage::GetCAPubs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* CertRepMessage_GetCAPubs_m0A48B746DA8D54ED43BBE71723AB7922791A9D19 (CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * __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 (caPubs == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_caPubs_2(); if (L_0) { goto IL_000a; } } { // return null; return (CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00*)NULL; } IL_000a: { // CmpCertificate[] results = new CmpCertificate[caPubs.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_caPubs_2(); 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(caPubs[i]); CmpCertificateU5BU5D_t61BB8616D2961D5EBE491ED080F0C7361D59CC00* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_caPubs_2(); 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 ((!(((uint32_t)L_11) == ((uint32_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.Cmp.CertResponse[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage::GetResponse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* CertRepMessage_GetResponse_m53A959F5E1428C8BBB2C3EA2F40931C98628DEAE (CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* V_0 = NULL; int32_t V_1 = 0; { // CertResponse[] results = new CertResponse[response.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_response_3(); 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); CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* L_2 = (CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994*)(CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994*)SZArrayNew(CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i != results.Length; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // results[i] = CertResponse.GetInstance(response[i]); CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_response_3(); 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); CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * L_8; L_8 = CertResponse_GetInstance_m544B10DC9302C24B82BD54CF34516CA512874D2A(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 *)L_8); // for (int i = 0; i != results.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 != results.Length; ++i) int32_t L_10 = V_1; CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* 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 results; CertResponseU5BU5D_t4C1BF21516853E2DA1B170A642AE10D9E1A1E994* L_12 = V_0; return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertRepMessage::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertRepMessage_ToAsn1Object_m57D36CD49D6915D2C62BC5C24FBDE418BF66BCF3 (CertRepMessage_tB3D1B243FCB63CCB47DAC3C2A9D8186BFA81A2E7 * __this, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (caPubs != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_caPubs_2(); if (!L_2) { goto IL_002f; } } { // v.Add(new DerTaggedObject(true, 1, caPubs)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_caPubs_2(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_7 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_7, (bool)1, 1, L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); } IL_002f: { // v.Add(response); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = L_9; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = __this->get_response_3(); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_11); NullCheck(L_8); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_8, L_10, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_13 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_13, L_12, /*hidden argument*/NULL); return L_13; } } #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.CertReqMessages::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertReqMessages__ctor_mD3A298C6E11A5632361AA3DBC0FFC4A3703717BB (CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private CertReqMessages(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.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) { 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*)&CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertReqMessages) RuntimeObject * L_0 = ___obj0; if (!((CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 *)IsInstClass((RuntimeObject*)L_0, CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertReqMessages)obj; RuntimeObject * L_1 = ___obj0; return ((CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 *)CastclassClass((RuntimeObject*)L_1, CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5_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 CertReqMessages((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * L_4 = (CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 *)il2cpp_codegen_object_new(CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5_il2cpp_TypeInfo_var); CertReqMessages__ctor_mD3A298C6E11A5632361AA3DBC0FFC4A3703717BB(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*)&CertReqMessages_GetInstance_m068D435ADEA76F2F0965E09F70957953B09AC667_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertReqMessages__ctor_mF0B1B2DA2F0D45AB0EB920E24CC7E6356B141EF3 (CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * __this, CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D* ___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 CertReqMessages(params CertReqMsg[] msgs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // content = new DerSequence(msgs); CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D* 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.Crmf.CertReqMsg[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages::ToCertReqMsgArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D* CertReqMessages_ToCertReqMsgArray_mA917DA6E9E93A77D715F275ED023F7354FA7D55E (CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D* V_0 = NULL; int32_t V_1 = 0; { // CertReqMsg[] result = new CertReqMsg[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); CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D* L_2 = (CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D*)(CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D*)SZArrayNew(CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D_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] = CertReqMsg.GetInstance(content[i]); CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D* 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); CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * L_8; L_8 = CertReqMsg_GetInstance_mDFDD57CB7AECF0FDA580444C406577C63C3EA46D(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 *)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; CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D* 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; CertReqMsgU5BU5D_t0ECD00CB84CF44F42AC978957BC4F71B8F5DC15D* L_12 = V_0; return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMessages::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertReqMessages_ToAsn1Object_m902A4F86916E4542109713AEB885AAA5ABF89BF4 (CertReqMessages_tF46EF95CAC8750A9F3845CF0752F0231732469C5 * __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.CertReqMsg::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertReqMsg__ctor_m95929AFF384CD8EA3F50EF82AA5B80F9854EB401 (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * __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*)&ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { // private CertReqMsg(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // certReq = CertRequest.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); CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * L_2; L_2 = CertRequest_GetInstance_m67FC98BC1E8564A9281B0FB3256805D0B6679C3A(L_1, /*hidden argument*/NULL); __this->set_certReq_2(L_2); // for (int pos = 1; pos < seq.Count; ++pos) V_0 = 1; goto IL_0052; } IL_001c: { // object o = seq[pos]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; int32_t L_4 = V_0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = 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, L_4); V_1 = L_5; // if (o is Asn1TaggedObject || o is ProofOfPossession) RuntimeObject * L_6 = V_1; if (((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_6, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0034; } } { RuntimeObject * L_7 = V_1; if (!((ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 *)IsInstClass((RuntimeObject*)L_7, ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8_il2cpp_TypeInfo_var))) { goto IL_0042; } } IL_0034: { // popo = ProofOfPossession.GetInstance(o); RuntimeObject * L_8 = V_1; ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * L_9; L_9 = ProofOfPossession_GetInstance_mE117E6ED2BCCBBD796324E2C0B973C6BA97A3917(L_8, /*hidden argument*/NULL); __this->set_popo_3(L_9); // } goto IL_004e; } IL_0042: { // regInfo = Asn1Sequence.GetInstance(o); RuntimeObject * L_10 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11; L_11 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_10, /*hidden argument*/NULL); __this->set_regInfo_4(L_11); } IL_004e: { // for (int pos = 1; pos < seq.Count; ++pos) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0052: { // for (int pos = 1; pos < seq.Count; ++pos) int32_t L_13 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14 = ___seq0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_14); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_001c; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * CertReqMsg_GetInstance_mDFDD57CB7AECF0FDA580444C406577C63C3EA46D (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertReqMsg) RuntimeObject * L_0 = ___obj0; if (!((CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 *)IsInstClass((RuntimeObject*)L_0, CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertReqMsg)obj; RuntimeObject * L_1 = ___obj0; return ((CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 *)CastclassClass((RuntimeObject*)L_1, CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new CertReqMsg(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * L_5 = (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 *)il2cpp_codegen_object_new(CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5_il2cpp_TypeInfo_var); CertReqMsg__ctor_m95929AFF384CD8EA3F50EF82AA5B80F9854EB401(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * CertReqMsg_GetInstance_m5A220F82A462C4D2F60E525DF21270DE3D9E5ED7 (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); CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * L_3; L_3 = CertReqMsg_GetInstance_mDFDD57CB7AECF0FDA580444C406577C63C3EA46D(L_2, /*hidden argument*/NULL); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.ProofOfPossession,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertReqMsg__ctor_mEFDCF17F60B01448D0989B376F0AF11561497747 (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * __this, CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * ___certReq0, ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * ___popo1, AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* ___regInfo2, 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 CertReqMsg( // CertRequest certReq, // ProofOfPossession popo, // AttributeTypeAndValue[] regInfo) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (certReq == null) CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * L_0 = ___certReq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("certReq"); 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*)&_stringLiteral930D987E768BBA4C5F5F1D7367406B53D89C44FD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertReqMsg__ctor_mEFDCF17F60B01448D0989B376F0AF11561497747_RuntimeMethod_var))); } IL_0014: { // this.certReq = certReq; CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * L_2 = ___certReq0; __this->set_certReq_2(L_2); // this.popo = popo; ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * L_3 = ___popo1; __this->set_popo_3(L_3); // if (regInfo != null) AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* L_4 = ___regInfo2; if (!L_4) { goto IL_0033; } } { // this.regInfo = new DerSequence(regInfo); AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* L_5 = ___regInfo2; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_5; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_7 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_7, L_6, /*hidden argument*/NULL); __this->set_regInfo_4(L_7); } IL_0033: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::get_CertReq() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * CertReqMsg_get_CertReq_m976ABA9F2F3FD7F0D489CF088C233004CCF32F45 (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * __this, const RuntimeMethod* method) { { // get { return certReq; } CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * L_0 = __this->get_certReq_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.ProofOfPossession BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::get_Popo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * CertReqMsg_get_Popo_mF5A5D4BACE62DA388687DEDEE55F561376DA1F08 (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * __this, const RuntimeMethod* method) { { // get { return popo; } ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * L_0 = __this->get_popo_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::GetRegInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* CertReqMsg_GetRegInfo_m72E0093562D10BC67F7B02EFCE4342DCF00E2BF3 (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* V_0 = NULL; int32_t V_1 = 0; { // if (regInfo == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_regInfo_4(); if (L_0) { goto IL_000a; } } { // return null; return (AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7*)NULL; } IL_000a: { // AttributeTypeAndValue[] results = new AttributeTypeAndValue[regInfo.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_regInfo_4(); 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); AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* L_3 = (AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7*)(AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7*)SZArrayNew(AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7_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] = AttributeTypeAndValue.GetInstance(regInfo[i]); AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_regInfo_4(); 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); AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 * L_9; L_9 = AttributeTypeAndValue_GetInstance_m4FBB0E7A29EEEE233D2B4BDBBA85E17151B87A5B(L_8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (AttributeTypeAndValue_tFDCD9A2F15930B8A677A66CD92EA156696AA7738 *)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; AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* 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; AttributeTypeAndValueU5BU5D_t073B2AAA02D99C01A536CC238D6495293D2250F7* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertReqMsg::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertReqMsg_ToAsn1Object_m393D50206611A5137407AD40F2589BE5F9BC9E7B (CertReqMsg_tBC92120B84A6A079B904FF4D381E3D3B970D6EF5 * __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(certReq); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * L_2 = __this->get_certReq_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; // v.AddOptional(popo, regInfo); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = L_5; ProofOfPossession_t340F79D80484043C43D43787CD842FC7543B13C8 * L_7 = __this->get_popo_3(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = L_6; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = __this->get_regInfo_4(); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_4); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_4, L_8, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_11 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_11, L_10, /*hidden argument*/NULL); return L_11; } } #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.CertRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertRequest__ctor_m0812F41038C20EA6AD2B46A4FB58F0BF33D96E57 (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private CertRequest(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // certReqId = 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_certReqId_2(L_2); // certTemplate = CertTemplate.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); CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_5; L_5 = CertTemplate_GetInstance_m91081CD326D47D2D13E973B5CBE64FAA42D27191(L_4, /*hidden argument*/NULL); __this->set_certTemplate_3(L_5); // if (seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; 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); if ((((int32_t)L_7) <= ((int32_t)2))) { goto IL_0045; } } { // controls = Controls.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); Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * L_10; L_10 = Controls_GetInstance_mB3FBC9B1FD4249E84866AB9EF8EAB47DF582A49A(L_9, /*hidden argument*/NULL); __this->set_controls_4(L_10); } IL_0045: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * CertRequest_GetInstance_m67FC98BC1E8564A9281B0FB3256805D0B6679C3A (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertRequest) RuntimeObject * L_0 = ___obj0; if (!((CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 *)IsInstClass((RuntimeObject*)L_0, CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertRequest)obj; RuntimeObject * L_1 = ___obj0; return ((CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 *)CastclassClass((RuntimeObject*)L_1, CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new CertRequest(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * L_5 = (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 *)il2cpp_codegen_object_new(CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03_il2cpp_TypeInfo_var); CertRequest__ctor_m0812F41038C20EA6AD2B46A4FB58F0BF33D96E57(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertRequest__ctor_mAC595C792F4AF2882A3E7BDCD8210B196CC02CFE (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __this, int32_t ___certReqId0, CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * ___certTemplate1, Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * ___controls2, 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(certReqId), certTemplate, controls) int32_t L_0 = ___certReqId0; 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); CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_2 = ___certTemplate1; Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * L_3 = ___controls2; CertRequest__ctor_mC88F0A7CF5EAF750AC79BEFBDB2DEFEF36391AAB(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertRequest__ctor_mC88F0A7CF5EAF750AC79BEFBDB2DEFEF36391AAB (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId0, CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * ___certTemplate1, Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * ___controls2, const RuntimeMethod* method) { { // public CertRequest( // DerInteger certReqId, // CertTemplate certTemplate, // Controls controls) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certReqId = certReqId; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___certReqId0; __this->set_certReqId_2(L_0); // this.certTemplate = certTemplate; CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_1 = ___certTemplate1; __this->set_certTemplate_3(L_1); // this.controls = controls; Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * L_2 = ___controls2; __this->set_controls_4(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::get_CertReqID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertRequest_get_CertReqID_m3086B749FBE31A15182AD971DA6E7BF95A4AF43A (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __this, const RuntimeMethod* method) { { // get { return certReqId; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_certReqId_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::get_CertTemplate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * CertRequest_get_CertTemplate_mCE4ED35E367D1600F0A90950ABFDE6B64D1C259F (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __this, const RuntimeMethod* method) { { // get { return certTemplate; } CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_0 = __this->get_certTemplate_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.Controls BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::get_Controls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * CertRequest_get_Controls_m2CBB18658A8F3B2D587CFF6BF021EC736AADEB3D (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __this, const RuntimeMethod* method) { { // get { return controls; } Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * L_0 = __this->get_controls_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertRequest::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertRequest_ToAsn1Object_m86E6B1A44F4CA4A16BA99741ABB126F262F0217C (CertRequest_t4323D4CA855C01728059EBDDF7A5A47D0A01FF03 * __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(certReqId, certTemplate); 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_certReqId_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; CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_4 = __this->get_certTemplate_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); V_0 = L_5; // v.AddOptional(controls); 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; Controls_tC3472620E014F43719A53CF3EEC17E1D981A95A6 * L_9 = __this->get_controls_4(); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_6); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_6, L_8, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_11 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_11, L_10, /*hidden argument*/NULL); return L_11; } } #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.CertResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertResponse__ctor_m2DFB1AF45B4185F524FC6A38936A472FDB1733DD (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; { // private CertResponse(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // certReqId = 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_certReqId_2(L_2); // status = PkiStatusInfo.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); PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_5; L_5 = PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3(L_4, /*hidden argument*/NULL); __this->set_status_3(L_5); // if (seq.Count >= 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; 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); if ((((int32_t)L_7) < ((int32_t)3))) { goto IL_008a; } } { // if (seq.Count == 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = ___seq0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_8); if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_0066; } } { // Asn1Encodable o = seq[2]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; NullCheck(L_10); 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_10, 2); V_0 = L_11; // if (o is Asn1OctetString) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12 = V_0; if (!((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)IsInstClass((RuntimeObject*)L_12, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))) { goto IL_0059; } } { // rspInfo = Asn1OctetString.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_14; L_14 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_13, /*hidden argument*/NULL); __this->set_rspInfo_5(L_14); // } return; } IL_0059: { // certifiedKeyPair = CertifiedKeyPair.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_15 = V_0; CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * L_16; L_16 = CertifiedKeyPair_GetInstance_m7EFA59C6E4B3B2F1863EEBB028F2593BD2CD41B8(L_15, /*hidden argument*/NULL); __this->set_certifiedKeyPair_4(L_16); // } return; } IL_0066: { // certifiedKeyPair = CertifiedKeyPair.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17 = ___seq0; NullCheck(L_17); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_18; L_18 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_17, 2); CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * L_19; L_19 = CertifiedKeyPair_GetInstance_m7EFA59C6E4B3B2F1863EEBB028F2593BD2CD41B8(L_18, /*hidden argument*/NULL); __this->set_certifiedKeyPair_4(L_19); // rspInfo = Asn1OctetString.GetInstance(seq[3]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_20 = ___seq0; NullCheck(L_20); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_21; L_21 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_20, 3); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_22; L_22 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_21, /*hidden argument*/NULL); __this->set_rspInfo_5(L_22); } IL_008a: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * CertResponse_GetInstance_m544B10DC9302C24B82BD54CF34516CA512874D2A (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*)&CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertResponse) RuntimeObject * L_0 = ___obj0; if (!((CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 *)IsInstClass((RuntimeObject*)L_0, CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertResponse)obj; RuntimeObject * L_1 = ___obj0; return ((CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 *)CastclassClass((RuntimeObject*)L_1, CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592_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 CertResponse((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * L_4 = (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 *)il2cpp_codegen_object_new(CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592_il2cpp_TypeInfo_var); CertResponse__ctor_m2DFB1AF45B4185F524FC6A38936A472FDB1733DD(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*)&CertResponse_GetInstance_m544B10DC9302C24B82BD54CF34516CA512874D2A_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertResponse__ctor_m2B9403A03AA5E8D5CD3FDC2E371B3F9ECC69ECEF (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId0, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___status1, const RuntimeMethod* method) { { // : this(certReqId, status, null, null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___certReqId0; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_1 = ___status1; CertResponse__ctor_m09D6297FB9C2B8E54CB239A11A4E762FAAB823EA(__this, L_0, L_1, (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 *)NULL, (Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertResponse__ctor_m09D6297FB9C2B8E54CB239A11A4E762FAAB823EA (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certReqId0, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___status1, CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * ___certifiedKeyPair2, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___rspInfo3, const RuntimeMethod* method) { { // public CertResponse( // DerInteger certReqId, // PkiStatusInfo status, // CertifiedKeyPair certifiedKeyPair, // Asn1OctetString rspInfo) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (certReqId == null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___certReqId0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("certReqId"); 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*)&_stringLiteral87DDC8CDCF2D57CF43695B898C0508A36CD9BEAF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertResponse__ctor_m09D6297FB9C2B8E54CB239A11A4E762FAAB823EA_RuntimeMethod_var))); } IL_0014: { // if (status == null) PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_2 = ___status1; if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException("status"); 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*)&_stringLiteralFD4706B02823C71252FBF63A74CF03433A8DADF0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertResponse__ctor_m09D6297FB9C2B8E54CB239A11A4E762FAAB823EA_RuntimeMethod_var))); } IL_0022: { // this.certReqId = certReqId; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = ___certReqId0; __this->set_certReqId_2(L_4); // this.status = status; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_5 = ___status1; __this->set_status_3(L_5); // this.certifiedKeyPair = certifiedKeyPair; CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * L_6 = ___certifiedKeyPair2; __this->set_certifiedKeyPair_4(L_6); // this.rspInfo = rspInfo; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7 = ___rspInfo3; __this->set_rspInfo_5(L_7); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::get_CertReqID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertResponse_get_CertReqID_mD67B8C6D8FE8FC82B0939219BF275D13F516398D (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __this, const RuntimeMethod* method) { { // get { return certReqId; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_certReqId_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::get_Status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * CertResponse_get_Status_mCA9498AEDB724869E26C8C5E1168FA572792ED2D (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __this, const RuntimeMethod* method) { { // get { return status; } PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_0 = __this->get_status_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::get_CertifiedKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * CertResponse_get_CertifiedKeyPair_m6D8B9A72CC2D4B2BA9F8E2166B519C2A48D61FAF (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __this, const RuntimeMethod* method) { { // get { return certifiedKeyPair; } CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * L_0 = __this->get_certifiedKeyPair_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertResponse::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertResponse_ToAsn1Object_mF2B6370D70F6B65E27FE77D8A81F0EDEDDF26627 (CertResponse_t1F6C3105CA12E64459999AA5E16780C5FEC24592 * __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(certReqId, status); 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_certReqId_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; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_4 = __this->get_status_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); V_0 = L_5; // v.AddOptional(certifiedKeyPair, rspInfo); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = L_7; CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * L_9 = __this->get_certifiedKeyPair_4(); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = L_8; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_11 = __this->get_rspInfo_5(); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_11); NullCheck(L_6); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_6, L_10, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_13 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_13, L_12, /*hidden argument*/NULL); return L_13; } } #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.CertStatus::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_m2951A73CFBA546A9B1C28FDA72108780B9971F03 (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private CertStatus(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // certHash = Asn1OctetString.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); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2; L_2 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_1, /*hidden argument*/NULL); __this->set_certHash_2(L_2); // certReqId = DerInteger.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); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5; L_5 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_4, /*hidden argument*/NULL); __this->set_certReqId_3(L_5); // if (seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; 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); if ((((int32_t)L_7) <= ((int32_t)2))) { goto IL_0045; } } { // statusInfo = PkiStatusInfo.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); PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_10; L_10 = PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3(L_9, /*hidden argument*/NULL); __this->set_statusInfo_4(L_10); } IL_0045: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::.ctor(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_mF47FFB29C4D26C6CDA0C86FDB76DDAB14B495FB8 (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certHash0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___certReqId1, 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*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CertStatus(byte[] certHash, BigInteger certReqId) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certHash = new DerOctetString(certHash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___certHash0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_1 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_1, L_0, /*hidden argument*/NULL); __this->set_certHash_2(L_1); // this.certReqId = new DerInteger(certReqId); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___certReqId1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_3, L_2, /*hidden argument*/NULL); __this->set_certReqId_3(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::.ctor(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_m74A147D0E1DCFE1A4D92A0FFB2A2541E680993DE (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certHash0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___certReqId1, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___statusInfo2, 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*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CertStatus(byte[] certHash, BigInteger certReqId, PkiStatusInfo statusInfo) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certHash = new DerOctetString(certHash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___certHash0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_1 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_1, L_0, /*hidden argument*/NULL); __this->set_certHash_2(L_1); // this.certReqId = new DerInteger(certReqId); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___certReqId1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_3, L_2, /*hidden argument*/NULL); __this->set_certReqId_3(L_3); // this.statusInfo = statusInfo; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_4 = ___statusInfo2; __this->set_statusInfo_4(L_4); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * CertStatus_GetInstance_m5E71CEC5A6B34A652D3EB36D144052646FFD1269 (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*)&CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertStatus) RuntimeObject * L_0 = ___obj0; if (!((CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 *)IsInstClass((RuntimeObject*)L_0, CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertStatus)obj; RuntimeObject * L_1 = ___obj0; return ((CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 *)CastclassClass((RuntimeObject*)L_1, CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2_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 CertStatus((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * L_4 = (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 *)il2cpp_codegen_object_new(CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2_il2cpp_TypeInfo_var); CertStatus__ctor_m2951A73CFBA546A9B1C28FDA72108780B9971F03(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*)&CertStatus_GetInstance_m5E71CEC5A6B34A652D3EB36D144052646FFD1269_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::get_CertHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * CertStatus_get_CertHash_mBE544F2331EB7E7418BF1A86C918CAEC902220DD (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * __this, const RuntimeMethod* method) { { // get { return certHash; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_certHash_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::get_CertReqID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertStatus_get_CertReqID_mD7638C2326DB68454B85868E6818E6C811DFBAC0 (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * __this, const RuntimeMethod* method) { { // get { return certReqId; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_certReqId_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::get_StatusInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * CertStatus_get_StatusInfo_m5E139E417417C2991E5748E7C7F07FC3ACA528C5 (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * __this, const RuntimeMethod* method) { { // get { return statusInfo; } PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_0 = __this->get_statusInfo_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertStatus::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertStatus_ToAsn1Object_mD6F55936EBFDFA852644F6E322067647FFC928FC (CertStatus_t7845FC4AFA0EE881D6D9A6B7EC5EAE36CB3241B2 * __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(certHash, certReqId); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2 = __this->get_certHash_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; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = __this->get_certReqId_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); V_0 = L_5; // v.AddOptional(statusInfo); 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; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_9 = __this->get_statusInfo_4(); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_6); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_6, L_8, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_11 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_11, L_10, /*hidden argument*/NULL); return L_11; } } #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.Ocsp.CertStatus::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_mAD66301B1A38B9086980DD9FB740E1FCC462F84D (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __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; } { // public CertStatus() Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // tagNo = 0; __this->set_tagNo_2(0); // value = 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(); __this->set_value_3(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_m8509DFE1E9A3FEEF42E5DAAD41FAC5DC99F639D5 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * ___info0, const RuntimeMethod* method) { { // public CertStatus( // RevokedInfo info) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // tagNo = 1; __this->set_tagNo_2(1); // value = info; RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_0 = ___info0; __this->set_value_3(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_mECD45F3763663E885D05D3A1AB82A645E70C1F34 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, int32_t ___tagNo0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___value1, const RuntimeMethod* method) { { // public CertStatus( // int tagNo, // Asn1Encodable value) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.tagNo = tagNo; int32_t L_0 = ___tagNo0; __this->set_tagNo_2(L_0); // this.value = value; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___value1; __this->set_value_3(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_m6822B70633625DB9D7F81A34D0727A1269EF1BF8 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___choice0, 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; } int32_t V_0 = 0; int32_t V_1 = 0; { // public CertStatus( // Asn1TaggedObject choice) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.tagNo = choice.TagNo; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___choice0; NullCheck(L_0); int32_t L_1; L_1 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_0, /*hidden argument*/NULL); __this->set_tagNo_2(L_1); // switch (choice.TagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_2 = ___choice0; NullCheck(L_2); int32_t L_3; L_3 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; switch (L_4) { case 0: { goto IL_003b; } case 1: { goto IL_002d; } case 2: { goto IL_003b; } } } { goto IL_0047; } IL_002d: { // value = RevokedInfo.GetInstance(choice, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_5 = ___choice0; RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_6; L_6 = RevokedInfo_GetInstance_mFE9BA5FC90949BD3B1192A2047F0F435EEF4A521(L_5, (bool)0, /*hidden argument*/NULL); __this->set_value_3(L_6); // break; return; } IL_003b: { // value = DerNull.Instance; IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_7 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); __this->set_value_3(L_7); // break; return; } IL_0047: { // throw new ArgumentException("Unknown tag encountered: " + choice.TagNo); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_8 = ___choice0; NullCheck(L_8); int32_t L_9; L_9 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10; L_10 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral376568676495F151E38F05DF0258A104F9D34E8D)), L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertStatus__ctor_m6822B70633625DB9D7F81A34D0727A1269EF1BF8_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * CertStatus_GetInstance_mF22935716CAF357479E14F67EFEE604856D74ED9 (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*)&CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CertStatus) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 *)IsInstClass((RuntimeObject*)L_1, CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CertStatus)obj; RuntimeObject * L_2 = ___obj0; return ((CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 *)CastclassClass((RuntimeObject*)L_2, CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1TaggedObject) RuntimeObject * L_3 = ___obj0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_3, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CertStatus((Asn1TaggedObject)obj); RuntimeObject * L_4 = ___obj0; CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_5 = (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 *)il2cpp_codegen_object_new(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var); CertStatus__ctor_m6822B70633625DB9D7F81A34D0727A1269EF1BF8(L_5, ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_4, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertStatus_GetInstance_mF22935716CAF357479E14F67EFEE604856D74ED9_RuntimeMethod_var))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::get_TagNo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CertStatus_get_TagNo_m02227622DB255B803DC23C3C444BBC977980F4B6 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::get_Status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * CertStatus_get_Status_mCE7F44AD45711C8623D491B53AB699C383001479 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, const RuntimeMethod* method) { { // get { return value; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_value_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertStatus_ToAsn1Object_m6B536B9B7D3A3BAA19DDA1ECADC7609E7610F282 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __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(false, tagNo, value); int32_t L_0 = __this->get_tagNo_2(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = __this->get_value_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_2, (bool)0, 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.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::get_RevocationDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * CertStatus_get_RevocationDate_mEDE9C7484E7C7225E9B8E35C0F0E695650BE5ADF (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, const RuntimeMethod* method) { { // get { return revocationDate; } DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_0 = __this->get_revocationDate_3(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::set_RevocationDate(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus_set_RevocationDate_m2A10FD69B9E8183093CBC66684FB972DBF7ECDE3 (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; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::get_Status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, const RuntimeMethod* method) { { // get { return status; } int32_t L_0 = __this->get_status_2(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::set_Status(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732 (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; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_mA6A026809C65A0BD4E3D992BB8ECCD1D7333DDE8 (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, const RuntimeMethod* method) { { // private int status = Unrevoked; __this->set_status_2(((int32_t)11)); 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.Asn1.Crmf.CertTemplate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertTemplate__ctor_mFF5DA90A21072FAF48CEB44597D921625AC8F933 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_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; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // private CertTemplate(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.seq = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; __this->set_seq_2(L_0); // foreach (Asn1TaggedObject tObj in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___seq0; 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_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0129; } IL_0019: { // foreach (Asn1TaggedObject tObj in seq) 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 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_4, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // switch (tObj.TagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_5, /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_2; switch (L_7) { case 0: { goto IL_005f; } case 1: { goto IL_0071; } case 2: { goto IL_0083; } case 3: { goto IL_0095; } case 4: { goto IL_00a7; } case 5: { goto IL_00bb; } case 6: { goto IL_00ca; } case 7: { goto IL_00d9; } case 8: { goto IL_00e8; } case 9: { goto IL_00f7; } } } IL_005a: { goto IL_0106; } IL_005f: { // version = DerInteger.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_8 = V_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9; L_9 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(L_8, (bool)0, /*hidden argument*/NULL); __this->set_version_3(L_9); // break; goto IL_0129; } IL_0071: { // serialNumber = DerInteger.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_10 = V_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_11; L_11 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(L_10, (bool)0, /*hidden argument*/NULL); __this->set_serialNumber_4(L_11); // break; goto IL_0129; } IL_0083: { // signingAlg = AlgorithmIdentifier.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_12 = V_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_13; L_13 = AlgorithmIdentifier_GetInstance_m480D23C39BAF9958D210AD19D4895D5520987CDB(L_12, (bool)0, /*hidden argument*/NULL); __this->set_signingAlg_5(L_13); // break; goto IL_0129; } IL_0095: { // issuer = X509Name.GetInstance(tObj, true); // CHOICE Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_15; L_15 = X509Name_GetInstance_mFD251BB3D16821AE67AA7221E4039B6FF925ED59(L_14, (bool)1, /*hidden argument*/NULL); __this->set_issuer_6(L_15); // break; goto IL_0129; } IL_00a7: { // validity = OptionalValidity.GetInstance(Asn1Sequence.GetInstance(tObj, false)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_16 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17; L_17 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_16, (bool)0, /*hidden argument*/NULL); OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * L_18; L_18 = OptionalValidity_GetInstance_m58B762310F07D1EB311C96C37B78B96D1B19E669(L_17, /*hidden argument*/NULL); __this->set_validity_7(L_18); // break; goto IL_0129; } IL_00bb: { // subject = X509Name.GetInstance(tObj, true); // CHOICE Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_20; L_20 = X509Name_GetInstance_mFD251BB3D16821AE67AA7221E4039B6FF925ED59(L_19, (bool)1, /*hidden argument*/NULL); __this->set_subject_8(L_20); // break; goto IL_0129; } IL_00ca: { // publicKey = SubjectPublicKeyInfo.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_21 = V_1; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_22; L_22 = SubjectPublicKeyInfo_GetInstance_mE1971E76A76776D1E5A3EBC8822DB50F324FEAFE(L_21, (bool)0, /*hidden argument*/NULL); __this->set_publicKey_9(L_22); // break; goto IL_0129; } IL_00d9: { // issuerUID = DerBitString.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_24; L_24 = DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE(L_23, (bool)0, /*hidden argument*/NULL); __this->set_issuerUID_10(L_24); // break; goto IL_0129; } IL_00e8: { // subjectUID = DerBitString.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_26; L_26 = DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE(L_25, (bool)0, /*hidden argument*/NULL); __this->set_subjectUID_11(L_26); // break; goto IL_0129; } IL_00f7: { // extensions = X509Extensions.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_28; L_28 = X509Extensions_GetInstance_m2A6E55A2B2E3F4B20A06A1E1DFABDCBCB5DEE11B(L_27, (bool)0, /*hidden argument*/NULL); __this->set_extensions_12(L_28); // break; goto IL_0129; } IL_0106: { // throw new ArgumentException("unknown tag: " + tObj.TagNo, "seq"); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_29 = V_1; NullCheck(L_29); int32_t L_30; L_30 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_29, /*hidden argument*/NULL); V_3 = L_30; String_t* L_31; L_31 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_3), /*hidden argument*/NULL); String_t* L_32; L_32 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEED3E1EED12FB924C98BB83957DC00B89D2D090C)), L_31, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_33 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_33, L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertTemplate__ctor_mFF5DA90A21072FAF48CEB44597D921625AC8F933_RuntimeMethod_var))); } IL_0129: { // foreach (Asn1TaggedObject tObj in seq) RuntimeObject* L_34 = V_0; 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_0019; } } IL_0134: { IL2CPP_LEAVE(0x14A, FINALLY_0136); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0136; } FINALLY_0136: {// begin finally (depth: 1) { RuntimeObject* L_36 = V_0; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_37 = V_4; if (!L_37) { goto IL_0149; } } IL_0142: { RuntimeObject* L_38 = V_4; NullCheck(L_38); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_38); } IL_0149: { IL2CPP_END_FINALLY(310) } }// end finally (depth: 1) IL2CPP_CLEANUP(310) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14A, IL_014a) } IL_014a: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * CertTemplate_GetInstance_m91081CD326D47D2D13E973B5CBE64FAA42D27191 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertTemplate) RuntimeObject * L_0 = ___obj0; if (!((CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D *)IsInstClass((RuntimeObject*)L_0, CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertTemplate)obj; RuntimeObject * L_1 = ___obj0; return ((CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D *)CastclassClass((RuntimeObject*)L_1, CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new CertTemplate(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_5 = (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D *)il2cpp_codegen_object_new(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D_il2cpp_TypeInfo_var); CertTemplate__ctor_mFF5DA90A21072FAF48CEB44597D921625AC8F933(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D *)NULL; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CertTemplate_get_Version_mF9D2AA51FEFED08647538B5AEF57281A7C040200 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return version.Value.IntValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_3(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertTemplate_get_SerialNumber_m72A9F3C230BAC2A42E3B40D5A1490959E314038D (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return serialNumber; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_serialNumber_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_SigningAlg() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CertTemplate_get_SigningAlg_mA365AFF6E99D3814D749FAA5BE41EDE5A8EA36CE (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return signingAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_signingAlg_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_Issuer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * CertTemplate_get_Issuer_m14413FBF985FB0C847EA4D91F78BD2E7C624F3B1 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return issuer; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_issuer_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_Validity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * CertTemplate_get_Validity_m965D7CF6EB5B925B71A876A5D453C776C8A696F1 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return validity; } OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * L_0 = __this->get_validity_7(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_Subject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * CertTemplate_get_Subject_m4DB621CC4851BC162DDA3D6E0764F9519FA9B44A (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return subject; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_subject_8(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_PublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * CertTemplate_get_PublicKey_m833F6FB70299564A548979916D14103474104348 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return publicKey; } SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = __this->get_publicKey_9(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_IssuerUID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * CertTemplate_get_IssuerUID_m88D641488720F1E64AE46C5D40FB4AC473059859 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return issuerUID; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_issuerUID_10(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_SubjectUID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * CertTemplate_get_SubjectUID_m0885E43EB1CF01A68D277619A078566815757B9B (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return subjectUID; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_subjectUID_11(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::get_Extensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * CertTemplate_get_Extensions_m666396CF1903BB9A5F2EF83DC06AD9102720C757 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // get { return extensions; } X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = __this->get_extensions_12(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertTemplate_ToAsn1Object_m3B8EC71C176D2A47E5BE70CBFA7D7E1B54D6B3E6 (CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * __this, const RuntimeMethod* method) { { // return seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_seq_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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetVersion(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetVersion_m6F2C872F872F25CF6B9F7871728FB5102583FE88 (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, int32_t ___ver0, 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; } { // version = new DerInteger(ver); int32_t L_0 = ___ver0; 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_version_0(L_1); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetSerialNumber(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetSerialNumber_mA8C640CA73182811140F0F0299B4C3AF778320A4 (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___ser0, const RuntimeMethod* method) { { // serialNumber = ser; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___ser0; __this->set_serialNumber_1(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetSigningAlg(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetSigningAlg_mFB909B02EC666263FBD5B0E1E6F6D38DC9D7767E (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___aid0, const RuntimeMethod* method) { { // signingAlg = aid; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___aid0; __this->set_signingAlg_2(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetIssuer(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetIssuer_m1EF23B0FCA8B5FC02F2777DFFAD1ADC47D587E54 (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___name0, const RuntimeMethod* method) { { // issuer = name; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = ___name0; __this->set_issuer_3(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetValidity(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetValidity_m4E196BD8080BA96278D9E37370AC970D2FC03846 (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * ___v0, const RuntimeMethod* method) { { // validity = v; OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * L_0 = ___v0; __this->set_validity_4(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetSubject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetSubject_m2E514AA1667B76F956DF821319CDE8F9D9BD386D (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___name0, const RuntimeMethod* method) { { // subject = name; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = ___name0; __this->set_subject_5(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetPublicKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetPublicKey_mB3FA4F69270ADB949B313E78F1CB95BB04AAF728 (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___spki0, const RuntimeMethod* method) { { // publicKey = spki; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = ___spki0; __this->set_publicKey_6(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetIssuerUID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetIssuerUID_mF5DF32B0B7F2CF75913024C4B1BD633BA6A0C989 (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___uid0, const RuntimeMethod* method) { { // issuerUID = uid; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = ___uid0; __this->set_issuerUID_7(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetSubjectUID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetSubjectUID_m4A745EE4426C2383EF3F7E6EA9C320B27259B4DF (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___uid0, const RuntimeMethod* method) { { // subjectUID = uid; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = ___uid0; __this->set_subjectUID_8(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::SetExtensions(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * CertTemplateBuilder_SetExtensions_m533B698FF0519E6137D6E0594F4C1036124B3A8E (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extens0, const RuntimeMethod* method) { { // extensions = extens; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = ___extens0; __this->set_extensions_9(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::Build() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * CertTemplateBuilder_Build_m3F9CE632898F0F27886AE32B028047A8514C59EC (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, 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*)&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(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // AddOptional(v, 0, false, version); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = V_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = __this->get_version_0(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_2, 0, (bool)0, L_3, /*hidden argument*/NULL); // AddOptional(v, 1, false, serialNumber); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = V_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5 = __this->get_serialNumber_1(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_4, 1, (bool)0, L_5, /*hidden argument*/NULL); // AddOptional(v, 2, false, signingAlg); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_7 = __this->get_signingAlg_2(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_6, 2, (bool)0, L_7, /*hidden argument*/NULL); // AddOptional(v, 3, true, issuer); // CHOICE Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_9 = __this->get_issuer_3(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_8, 3, (bool)1, L_9, /*hidden argument*/NULL); // AddOptional(v, 4, false, validity); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * L_11 = __this->get_validity_4(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_10, 4, (bool)0, L_11, /*hidden argument*/NULL); // AddOptional(v, 5, true, subject); // CHOICE Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = V_0; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_13 = __this->get_subject_5(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_12, 5, (bool)1, L_13, /*hidden argument*/NULL); // AddOptional(v, 6, false, publicKey); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_14 = V_0; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_15 = __this->get_publicKey_6(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_14, 6, (bool)0, L_15, /*hidden argument*/NULL); // AddOptional(v, 7, false, issuerUID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_0; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_17 = __this->get_issuerUID_7(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_16, 7, (bool)0, L_17, /*hidden argument*/NULL); // AddOptional(v, 8, false, subjectUID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_18 = V_0; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_19 = __this->get_subjectUID_8(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_18, 8, (bool)0, L_19, /*hidden argument*/NULL); // AddOptional(v, 9, false, extensions); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_20 = V_0; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_21 = __this->get_extensions_9(); CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA(__this, L_20, ((int32_t)9), (bool)0, L_21, /*hidden argument*/NULL); // return CertTemplate.GetInstance(new DerSequence(v)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_22 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_23 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_23, L_22, /*hidden argument*/NULL); CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_24; L_24 = CertTemplate_GetInstance_m91081CD326D47D2D13E973B5CBE64FAA42D27191(L_23, /*hidden argument*/NULL); return L_24; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertTemplateBuilder_AddOptional_mF21A42AE93F102FB6D7C2F819388CF22A4FB33EA (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, bool ___isExplicit2, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj3, 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 = ___obj3; if (!L_0) { goto IL_001c; } } { // v.Add(new DerTaggedObject(isExplicit, 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; bool L_4 = ___isExplicit2; int32_t L_5 = ___tagNo1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = ___obj3; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_7 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_7, L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); NullCheck(L_1); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_1, L_3, /*hidden argument*/NULL); } IL_001c: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertTemplateBuilder__ctor_m30FED192DF366D8AED0CD259F5B67CE60852A566 (CertTemplateBuilder_t8C49646D93E9CAC89BF5D3EA0EE76FEC13A97847 * __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.Crypto.Tls.Certificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Certificate__ctor_mDEC4B5DA8CA0434A49AF328EA661D3F3C361C1FB (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * __this, X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* ___certificateList0, const RuntimeMethod* method) { { // public Certificate(X509CertificateStructure[] certificateList) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (certificateList == null) X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0 = ___certificateList0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("certificateList"); 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*)&_stringLiteral4E192B223391AE8D98CCCEB79BB51E0099726E0D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Certificate__ctor_mDEC4B5DA8CA0434A49AF328EA661D3F3C361C1FB_RuntimeMethod_var))); } IL_0014: { // this.mCertificateList = certificateList; X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_2 = ___certificateList0; __this->set_mCertificateList_1(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::GetCertificateList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* Certificate_GetCertificateList_mE97E89AFFCB1F700A581018536940CE2E386D931 (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * __this, const RuntimeMethod* method) { { // return CloneCertificateList(); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0; L_0 = VirtualFuncInvoker0< X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::CloneCertificateList() */, __this); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::GetCertificateAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * Certificate_GetCertificateAt_m978814E510B895123D212E6F2164959A4D8C41D4 (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * __this, int32_t ___index0, const RuntimeMethod* method) { { // return mCertificateList[index]; X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0 = __this->get_mCertificateList_1(); int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = L_1; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Certificate_get_Length_mC527ADFA3719DB1EF27056873C08AA7EFBFBCA3E (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * __this, const RuntimeMethod* method) { { // get { return mCertificateList.Length; } X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0 = __this->get_mCertificateList_1(); NullCheck(L_0); return ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Certificate_get_IsEmpty_m21942947F84BB2E365E44B39B41344C02AE3652E (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * __this, const RuntimeMethod* method) { { // get { return mCertificateList.Length == 0; } X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0 = __this->get_mCertificateList_1(); NullCheck(L_0); return (bool)((((int32_t)(((RuntimeArray*)L_0)->max_length)) == ((int32_t)0))? 1 : 0); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Certificate_Encode_mE5148E62D4767FCDFD3051AF8F40621DD496C133 (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, 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*)&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*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList derEncodings = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(mCertificateList.Length); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0 = __this->get_mCertificateList_1(); NullCheck(L_0); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), /*hidden argument*/NULL); V_0 = L_1; // int totalLength = 0; V_1 = 0; // foreach (Asn1Encodable asn1Cert in mCertificateList) X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_2 = __this->get_mCertificateList_1(); V_2 = L_2; V_3 = 0; goto IL_0040; } IL_001b: { // foreach (Asn1Encodable asn1Cert in mCertificateList) X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_3 = V_2; int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_6 = (L_3)->GetAt(static_cast(L_5)); // byte[] derEncoding = asn1Cert.GetEncoded(Asn1Encodable.Der); NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1(L_6, _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, /*hidden argument*/NULL); V_4 = L_7; // derEncodings.Add(derEncoding); RuntimeObject* L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_4; NullCheck(L_8); int32_t L_10; L_10 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_8, (RuntimeObject *)(RuntimeObject *)L_9); // totalLength += derEncoding.Length + 3; int32_t L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_4; NullCheck(L_12); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)3)))); int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0040: { // foreach (Asn1Encodable asn1Cert in mCertificateList) int32_t L_14 = V_3; X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_15 = V_2; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_001b; } } { // TlsUtilities.CheckUint24(totalLength); int32_t L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_CheckUint24_mCB25C7928C216DC9994F2FEA9DC64B79EA230BCB(L_16, /*hidden argument*/NULL); // TlsUtilities.WriteUint24(totalLength, output); int32_t L_17 = V_1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_18 = ___output0; TlsUtilities_WriteUint24_mFED9767C031B6A19E371A4FC2C69F0DC628CC85C(L_17, L_18, /*hidden argument*/NULL); // foreach (byte[] derEncoding in derEncodings) RuntimeObject* L_19 = V_0; NullCheck(L_19); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_19); V_5 = L_20; } IL_005b: try {// begin try (depth: 1) { goto IL_006f; } IL_005d: { // foreach (byte[] derEncoding in derEncodings) RuntimeObject* L_21 = V_5; NullCheck(L_21); RuntimeObject * L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); // TlsUtilities.WriteOpaque24(derEncoding, output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_23 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteOpaque24_mCCD10ABBB7A9ADBA3F2F10F716B1EF7485E3AB75(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_22, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), L_23, /*hidden argument*/NULL); } IL_006f: { // foreach (byte[] derEncoding in derEncodings) RuntimeObject* L_24 = V_5; NullCheck(L_24); bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_005d; } } IL_0078: { IL2CPP_LEAVE(0x8F, FINALLY_007a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: {// begin finally (depth: 1) { RuntimeObject* L_26 = V_5; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_6; if (!L_27) { goto IL_008e; } } IL_0087: { RuntimeObject* L_28 = V_6; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_28); } IL_008e: { IL2CPP_END_FINALLY(122) } }// end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8F, IL_008f) } IL_008f: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * Certificate_Parse_m20B75E8C173A1F773E05828F11FDC91C757D808E (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_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*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_1 = NULL; RuntimeObject* V_2 = NULL; X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* V_3 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_4 = NULL; int32_t V_5 = 0; { // int totalLength = TlsUtilities.ReadUint24(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_ReadUint24_mF4FF331923238EA26FC8AC100446350B17924BDD(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (totalLength == 0) int32_t L_2 = V_0; if (L_2) { goto IL_0010; } } { // return EmptyChain; IL2CPP_RUNTIME_CLASS_INIT(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_3 = ((Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields*)il2cpp_codegen_static_fields_for(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var))->get_EmptyChain_0(); return L_3; } IL_0010: { // byte[] certListData = TlsUtilities.ReadFully(totalLength, input); int32_t L_4 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D(L_4, L_5, /*hidden argument*/NULL); // MemoryStream buf = new MemoryStream(certListData, false); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_7 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_7, L_6, (bool)0, /*hidden argument*/NULL); V_1 = L_7; // IList certificate_list = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_2 = L_8; goto IL_0041; } IL_0026: { // byte[] berEncoding = TlsUtilities.ReadOpaque24(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = TlsUtilities_ReadOpaque24_mAD1098801E362CB40F509F6BDB4107DB9F8B3F2B(L_9, /*hidden argument*/NULL); // Asn1Object asn1Cert = TlsUtilities.ReadAsn1Object(berEncoding); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_11; L_11 = TlsUtilities_ReadAsn1Object_mC387FCBC9E5EC7DCD079092E46A496D668076562(L_10, /*hidden argument*/NULL); V_4 = L_11; // certificate_list.Add(X509CertificateStructure.GetInstance(asn1Cert)); RuntimeObject* L_12 = V_2; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13 = V_4; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_14; L_14 = X509CertificateStructure_GetInstance_mF159FB7E1993108601925E9E1163F2C5C3BFD330(L_13, /*hidden argument*/NULL); NullCheck(L_12); 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_12, L_14); } IL_0041: { // while (buf.Position < buf.Length) MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_16 = V_1; NullCheck(L_16); int64_t L_17; L_17 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_16); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_18 = V_1; NullCheck(L_18); int64_t L_19; L_19 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_18); if ((((int64_t)L_17) < ((int64_t)L_19))) { goto IL_0026; } } { // X509CertificateStructure[] certificateList = new X509CertificateStructure[certificate_list.Count]; RuntimeObject* L_20 = V_2; NullCheck(L_20); int32_t L_21; L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_20); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_22 = (X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58*)(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58*)SZArrayNew(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var, (uint32_t)L_21); V_3 = L_22; // for (int i = 0; i < certificate_list.Count; ++i) V_5 = 0; goto IL_0077; } IL_0060: { // certificateList[i] = (X509CertificateStructure)certificate_list[i]; X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_23 = V_3; int32_t L_24 = V_5; RuntimeObject* L_25 = V_2; 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); NullCheck(L_23); ArrayElementTypeCheck (L_23, ((X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 *)CastclassClass((RuntimeObject*)L_27, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1_il2cpp_TypeInfo_var))); (L_23)->SetAt(static_cast(L_24), (X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 *)((X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 *)CastclassClass((RuntimeObject*)L_27, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1_il2cpp_TypeInfo_var))); // for (int i = 0; i < certificate_list.Count; ++i) int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0077: { // for (int i = 0; i < certificate_list.Count; ++i) int32_t L_29 = V_5; RuntimeObject* L_30 = V_2; 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_0060; } } { // return new Certificate(certificateList); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_32 = V_3; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_33 = (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E *)il2cpp_codegen_object_new(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); Certificate__ctor_mDEC4B5DA8CA0434A49AF328EA661D3F3C361C1FB(L_33, L_32, /*hidden argument*/NULL); return L_33; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::CloneCertificateList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* Certificate_CloneCertificateList_mEC561E02F918E10DD3AD35113BED4CCCF8C3846F (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (X509CertificateStructure[])mCertificateList.Clone(); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0 = __this->get_mCertificateList_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1; L_1 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return ((X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58*)Castclass((RuntimeObject*)L_1, X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Certificate__cctor_mBCD789E9B93F06119B940F2ADD70095A9200217F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly Certificate EmptyChain = new Certificate(new X509CertificateStructure[0]); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0 = (X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58*)(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58*)SZArrayNew(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var, (uint32_t)0); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_1 = (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E *)il2cpp_codegen_object_new(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); Certificate__ctor_mDEC4B5DA8CA0434A49AF328EA661D3F3C361C1FB(L_1, L_0, /*hidden argument*/NULL); ((Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields*)il2cpp_codegen_static_fields_for(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var))->set_EmptyChain_0(L_1); 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.Security.Certificates.CertificateEncodingException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateEncodingException__ctor_mC1CEEAD40CE44C9452B6378BA703FEADA4019E54 (CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * __this, const RuntimeMethod* method) { { // public CertificateEncodingException() : base() { } CertificateException__ctor_m424313799E17EAD1C0522E155AFB86FFF3032804(__this, /*hidden argument*/NULL); // public CertificateEncodingException() : base() { } return; } } // 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) { { // public CertificateEncodingException(string msg) : base(msg) { } String_t* L_0 = ___msg0; CertificateException__ctor_m398B660736A1863961155734E5883CDECCF07B32(__this, L_0, /*hidden argument*/NULL); // public CertificateEncodingException(string msg) : base(msg) { } return; } } // 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) { { // public CertificateEncodingException(string msg, Exception e) : base(msg, e) { } String_t* L_0 = ___msg0; Exception_t * L_1 = ___e1; CertificateException__ctor_mD0B5E3EFEF2DC269B0348EE5CACDA47164FF33C3(__this, L_0, L_1, /*hidden argument*/NULL); // public CertificateEncodingException(string msg, Exception e) : base(msg, e) { } 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.Security.Certificates.CertificateException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateException__ctor_m424313799E17EAD1C0522E155AFB86FFF3032804 (CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB * __this, const RuntimeMethod* method) { { // public CertificateException() : base() { } GeneralSecurityException__ctor_m9F2B5464CFE88726238594C5BC58617B9217B22C(__this, /*hidden argument*/NULL); // public CertificateException() : base() { } return; } } // 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) { { // public CertificateException(string message) : base(message) { } String_t* L_0 = ___message0; GeneralSecurityException__ctor_m489A96C69DCB3F2633EF024AD3A3104F394BA51D(__this, L_0, /*hidden argument*/NULL); // public CertificateException(string message) : base(message) { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateException__ctor_mD0B5E3EFEF2DC269B0348EE5CACDA47164FF33C3 (CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method) { { // public CertificateException(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 CertificateException(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.Security.Certificates.CertificateExpiredException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateExpiredException__ctor_m694805BEA4C032E2CF7DB67281522D2AD9647826 (CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 * __this, const RuntimeMethod* method) { { // public CertificateExpiredException() : base() { } CertificateException__ctor_m424313799E17EAD1C0522E155AFB86FFF3032804(__this, /*hidden argument*/NULL); // public CertificateExpiredException() : base() { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateExpiredException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateExpiredException__ctor_mC3B987349E274E43ED9A03C166EFCC31C56D6CD6 (CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 * __this, String_t* ___message0, const RuntimeMethod* method) { { // public CertificateExpiredException(string message) : base(message) { } String_t* L_0 = ___message0; CertificateException__ctor_m398B660736A1863961155734E5883CDECCF07B32(__this, L_0, /*hidden argument*/NULL); // public CertificateExpiredException(string message) : base(message) { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateExpiredException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateExpiredException__ctor_m533CE01B4FC622983FE792AE36CBD22482AB74D2 (CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method) { { // public CertificateExpiredException(string message, Exception exception) : base(message, exception) { } String_t* L_0 = ___message0; Exception_t * L_1 = ___exception1; CertificateException__ctor_mD0B5E3EFEF2DC269B0348EE5CACDA47164FF33C3(__this, L_0, L_1, /*hidden argument*/NULL); // public CertificateExpiredException(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.Ocsp.CertificateID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateID__ctor_mD4C769B3D8754A40AC5E0B6C3AF3E609ED782FF4 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___id0, const RuntimeMethod* method) { { // public CertificateID( // CertID id) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (id == null) CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = ___id0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("id"); 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*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateID__ctor_mD4C769B3D8754A40AC5E0B6C3AF3E609ED782FF4_RuntimeMethod_var))); } IL_0014: { // this.id = id; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_2 = ___id0; __this->set_id_1(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateID__ctor_m4BD723731BCE43BA86EF9CBB89C7C29642AB9761 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, String_t* ___hashAlgorithm0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___issuerCert1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serialNumber2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_0 = NULL; { // public CertificateID( // string hashAlgorithm, // X509Certificate issuerCert, // BigInteger serialNumber) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // AlgorithmIdentifier hashAlg = new AlgorithmIdentifier( // new DerObjectIdentifier(hashAlgorithm), DerNull.Instance); String_t* L_0 = ___hashAlgorithm0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_2 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_3 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_3, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // this.id = CreateCertID(hashAlg, issuerCert, new DerInteger(serialNumber)); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_5 = ___issuerCert1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___serialNumber2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_7, L_6, /*hidden argument*/NULL); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_8; L_8 = CertificateID_CreateCertID_m638B78DE463304F9222364FD22C0C699B22ACA3C(L_4, L_5, L_7, /*hidden argument*/NULL); __this->set_id_1(L_8); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::get_HashAlgOid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CertificateID_get_HashAlgOid_mF7D3A071C522F10806621F09A032B8FC8BBE876C (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method) { { // get { return id.HashAlgorithm.Algorithm.Id; } CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); NullCheck(L_0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1; L_1 = CertID_get_HashAlgorithm_m2F004EB464B9850B45BFE2782732643AB436196B_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_1); NullCheck(L_2); String_t* L_3; L_3 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_2, /*hidden argument*/NULL); return L_3; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::GetIssuerNameHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CertificateID_GetIssuerNameHash_mCDFC845CF5B5F74FD476F65BFE5EE7EDA547EA96 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method) { { // return id.IssuerNameHash.GetOctets(); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); NullCheck(L_0); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_1; L_1 = CertID_get_IssuerNameHash_m84B11F7B9BC45C4D0939623A7F2643303653E508_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_1); return L_2; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::GetIssuerKeyHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CertificateID_GetIssuerKeyHash_m822D06F5E28050679B29A6D3160A3C9DA1D0DE27 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method) { { // return id.IssuerKeyHash.GetOctets(); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); NullCheck(L_0); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_1; L_1 = CertID_get_IssuerKeyHash_m172CA5B3FABA6ED569112FA634400F8BA88EACD9_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * CertificateID_get_SerialNumber_m6DD038E5DC492251B32A25C176DD3767DB1476CB (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method) { { // get { return id.SerialNumber.Value; } CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); NullCheck(L_0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1; L_1 = CertID_get_SerialNumber_mEE485B22E6370FC9664E3C65EC929E65607E7FEC_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::MatchesIssuer(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertificateID_MatchesIssuer_m2827F391E69AC6055B75E0B41D703F4528AA20CF (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___issuerCert0, const RuntimeMethod* method) { { // return CreateCertID(id.HashAlgorithm, issuerCert, id.SerialNumber).Equals(id); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); NullCheck(L_0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1; L_1 = CertID_get_HashAlgorithm_m2F004EB464B9850B45BFE2782732643AB436196B_inline(L_0, /*hidden argument*/NULL); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_2 = ___issuerCert0; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_3 = __this->get_id_1(); NullCheck(L_3); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4; L_4 = CertID_get_SerialNumber_mEE485B22E6370FC9664E3C65EC929E65607E7FEC_inline(L_3, /*hidden argument*/NULL); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_5; L_5 = CertificateID_CreateCertID_m638B78DE463304F9222364FD22C0C699B22ACA3C(L_1, L_2, L_4, /*hidden argument*/NULL); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_6 = __this->get_id_1(); NullCheck(L_5); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6); return L_7; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertificateID_ToAsn1Object_m3DF5ABEB87448CDEE72C1FBC95D65319E5D5DD32 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method) { { // return id; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertificateID_Equals_mBD5CD1BD7DF41AC4AF85D5F09CF178281A95F529 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // CertificateID other = obj as CertificateID; RuntimeObject * L_1 = ___obj0; V_0 = ((CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 *)IsInstClass((RuntimeObject*)L_1, CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var)); // if (other == null) CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return id.ToAsn1Object().Equals(other.id.ToAsn1Object()); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_3 = __this->get_id_1(); NullCheck(L_3); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_3); CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_5 = V_0; NullCheck(L_5); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_6 = L_5->get_id_1(); 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); NullCheck(L_4); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_7); return L_8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CertificateID_GetHashCode_m04F7C0F009EF7DB08B67B432A5D9BB6EE62BB197 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method) { { // return id.ToAsn1Object().GetHashCode(); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_0); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::DeriveCertificateID(BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * CertificateID_DeriveCertificateID_m4DAD49730183351B3660C0D02510E92CE20BF518 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * ___original0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___newSerialNumber1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new CertificateID(new CertID(original.id.HashAlgorithm, original.id.IssuerNameHash, // original.id.IssuerKeyHash, new DerInteger(newSerialNumber))); CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_0 = ___original0; NullCheck(L_0); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_1 = L_0->get_id_1(); NullCheck(L_1); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2; L_2 = CertID_get_HashAlgorithm_m2F004EB464B9850B45BFE2782732643AB436196B_inline(L_1, /*hidden argument*/NULL); CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_3 = ___original0; NullCheck(L_3); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_4 = L_3->get_id_1(); NullCheck(L_4); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_5; L_5 = CertID_get_IssuerNameHash_m84B11F7B9BC45C4D0939623A7F2643303653E508_inline(L_4, /*hidden argument*/NULL); CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_6 = ___original0; NullCheck(L_6); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_7 = L_6->get_id_1(); NullCheck(L_7); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_8; L_8 = CertID_get_IssuerKeyHash_m172CA5B3FABA6ED569112FA634400F8BA88EACD9_inline(L_7, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ___newSerialNumber1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_10 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_10, L_9, /*hidden argument*/NULL); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_11 = (CertID_t945D399859D8DB2523029689FA453B19136D40F0 *)il2cpp_codegen_object_new(CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var); CertID__ctor_m3D52E53112CC86718FC9CDFA773D8CA8BFA7AD8A(L_11, L_2, L_5, L_8, L_10, /*hidden argument*/NULL); CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_12 = (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 *)il2cpp_codegen_object_new(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var); CertificateID__ctor_mD4C769B3D8754A40AC5E0B6C3AF3E609ED782FF4(L_12, L_11, /*hidden argument*/NULL); return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::CreateCertID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertificateID_CreateCertID_m638B78DE463304F9222364FD22C0C699B22ACA3C (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlg0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___issuerCert1, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * V_4 = NULL; Exception_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Exception_t * G_B3_0 = NULL; String_t* G_B3_1 = NULL; Exception_t * G_B2_0 = NULL; String_t* G_B2_1 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; IL_0000: try {// begin try (depth: 1) // String hashAlgorithm = hashAlg.Algorithm.Id; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___hashAlg0; NullCheck(L_0); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); // X509Name issuerName = PrincipalUtilities.GetSubjectX509Principal(issuerCert); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_3 = ___issuerCert1; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_4; L_4 = PrincipalUtilities_GetSubjectX509Principal_mF52E6EFD215EB70B312050A16C290640C9392770(L_3, /*hidden argument*/NULL); V_0 = L_4; // byte[] issuerNameHash = DigestUtilities.CalculateDigest( // hashAlgorithm, issuerName.GetEncoded()); String_t* L_5 = L_2; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = DigestUtilities_CalculateDigest_mC1E07A757A13BC0783791DFF98346E8AA868B7F5(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; // AsymmetricKeyParameter issuerKey = issuerCert.GetPublicKey(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_9 = ___issuerCert1; NullCheck(L_9); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_10; L_10 = VirtualFuncInvoker0< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(37 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetPublicKey() */, L_9); // SubjectPublicKeyInfo info = SubjectPublicKeyInfoFactory.CreateSubjectPublicKeyInfo(issuerKey); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_11; L_11 = SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D(L_10, /*hidden argument*/NULL); V_2 = L_11; // byte[] issuerKeyHash = DigestUtilities.CalculateDigest( // hashAlgorithm, info.PublicKeyData.GetBytes()); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_12 = V_2; NullCheck(L_12); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_13; L_13 = SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetBytes() */, L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = DigestUtilities_CalculateDigest_mC1E07A757A13BC0783791DFF98346E8AA868B7F5(L_5, L_14, /*hidden argument*/NULL); V_3 = L_15; // return new CertID(hashAlg, new DerOctetString(issuerNameHash), // new DerOctetString(issuerKeyHash), serialNumber); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_16 = ___hashAlg0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_18 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_18, L_17, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_3; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_20 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_20, L_19, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_21 = ___serialNumber2; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_22 = (CertID_t945D399859D8DB2523029689FA453B19136D40F0 *)il2cpp_codegen_object_new(CertID_t945D399859D8DB2523029689FA453B19136D40F0_il2cpp_TypeInfo_var); CertID__ctor_m3D52E53112CC86718FC9CDFA773D8CA8BFA7AD8A(L_22, L_16, L_18, L_20, L_21, /*hidden argument*/NULL); V_4 = L_22; goto IL_0075; }// 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_0053; } throw e; } CATCH_0053: {// begin catch(System.Exception) { // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new OcspException("problem creating ID: " + e, e); Exception_t * L_23 = V_5; Exception_t * L_24 = L_23; G_B2_0 = L_24; G_B2_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9F522E58D5F333CCDFD9F5BE17E19FB7D428320C)); if (L_24) { G_B3_0 = L_24; G_B3_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9F522E58D5F333CCDFD9F5BE17E19FB7D428320C)); goto IL_0063; } } IL_005f: { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; goto IL_0068; } IL_0063: { NullCheck(G_B3_0); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B3_0); G_B4_0 = L_25; G_B4_1 = G_B3_1; } IL_0068: { String_t* L_26; L_26 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B4_1, G_B4_0, /*hidden argument*/NULL); Exception_t * L_27 = V_5; OcspException_tEB86D2641E584387057732A1F047A4694C77C561 * L_28 = (OcspException_tEB86D2641E584387057732A1F047A4694C77C561 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OcspException_tEB86D2641E584387057732A1F047A4694C77C561_il2cpp_TypeInfo_var))); OcspException__ctor_mD932BD502935FADFF1209C63BA5A09E3636715CC(L_28, L_26, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateID_CreateCertID_m638B78DE463304F9222364FD22C0C699B22ACA3C_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0075: { // } CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_29 = V_4; return L_29; } } #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.X509.CertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * CertificateList_GetInstance_m769E28B668A1CD9F831D29FA2E98CDC0DC560AA9 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * L_3; L_3 = CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A(L_2, /*hidden argument*/NULL); return L_3; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertificateList) RuntimeObject * L_0 = ___obj0; if (!((CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 *)IsInstClass((RuntimeObject*)L_0, CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertificateList) obj; RuntimeObject * L_1 = ___obj0; return ((CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 *)CastclassClass((RuntimeObject*)L_1, CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new CertificateList(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * L_5 = (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 *)il2cpp_codegen_object_new(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34_il2cpp_TypeInfo_var); CertificateList__ctor_m44D38E7B4081CE44091D4E7DA206BF15BEB1F3A2(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateList__ctor_m44D38E7B4081CE44091D4E7DA206BF15BEB1F3A2 (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __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; } { // private CertificateList( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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)3))) { goto IL_001f; } } { // throw new ArgumentException("sequence wrong size for CertificateList", "seq"); 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*)&_stringLiteralA516B226B44088D6E6E7F986706BE511C24E79B6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateList__ctor_m44D38E7B4081CE44091D4E7DA206BF15BEB1F3A2_RuntimeMethod_var))); } IL_001f: { // tbsCertList = TbsCertificateList.GetInstance(seq[0]); 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, 0); TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_5; L_5 = TbsCertificateList_GetInstance_m4E9BA251EB41CA89A04083C2E3DF9917ADFD8C96(L_4, /*hidden argument*/NULL); __this->set_tbsCertList_2(L_5); // sigAlgID = AlgorithmIdentifier.GetInstance(seq[1]); 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, 1); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_8; L_8 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_7, /*hidden argument*/NULL); __this->set_sigAlgID_3(L_8); // sig = DerBitString.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); 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_9, 2); IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_11; L_11 = DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A(L_10, /*hidden argument*/NULL); __this->set_sig_4(L_11); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::get_TbsCertList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * CertificateList_get_TbsCertList_m926336903BDD292BCD63EDCCFE7318E2C2D4C085 (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // get { return tbsCertList; } TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_0 = __this->get_tbsCertList_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::GetRevokedCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* CertificateList_GetRevokedCertificates_m473BC90B0D53D011BD238337AFAA85D8168A4766 (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // return tbsCertList.GetRevokedCertificates(); TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_0 = __this->get_tbsCertList_2(); NullCheck(L_0); CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* L_1; L_1 = TbsCertificateList_GetRevokedCertificates_m8784083C64ADA4867119018DE44BD748CD78812D(L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::GetRevokedCertificateEnumeration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CertificateList_GetRevokedCertificateEnumeration_m9EB905ED16084EA336E91A8A5C2305500E27AF53 (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // return tbsCertList.GetRevokedCertificateEnumeration(); TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_0 = __this->get_tbsCertList_2(); NullCheck(L_0); RuntimeObject* L_1; L_1 = TbsCertificateList_GetRevokedCertificateEnumeration_m0978D880B9C8EEC6911A6969A3BA4C11E0D69934(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::get_SignatureAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CertificateList_get_SignatureAlgorithm_mE03EDB12941F1E9B3D30641D7E86BCA046E701CE (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // get { return sigAlgID; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_sigAlgID_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::get_Signature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * CertificateList_get_Signature_mEC60215619BAF9C29437955E74E0034443A4075B (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // get { return sig; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_sig_4(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::GetSignatureOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CertificateList_GetSignatureOctets_mD896C103236BA32158BCFF636FF287A682585ECB (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // return sig.GetOctets(); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_sig_4(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetOctets() */, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CertificateList_get_Version_m51E90F3B6420C762195B4AB3DED67A2575E6F0D3 (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // get { return tbsCertList.Version; } TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_0 = __this->get_tbsCertList_2(); NullCheck(L_0); int32_t L_1; L_1 = TbsCertificateList_get_Version_mE6B8E400BD91322D19AEE947227760093978AB94(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::get_Issuer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * CertificateList_get_Issuer_m3EA65D323425A1EAEE2BFB2E923858D44292E1F9 (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // get { return tbsCertList.Issuer; } TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_0 = __this->get_tbsCertList_2(); NullCheck(L_0); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_1; L_1 = TbsCertificateList_get_Issuer_m21239722A0A399B2A2D2FE4C9469C9F21F82F266_inline(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::get_ThisUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * CertificateList_get_ThisUpdate_m4F7C1DF494686CADF80C476D15187DDA96CBAA3D (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // get { return tbsCertList.ThisUpdate; } TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_0 = __this->get_tbsCertList_2(); NullCheck(L_0); Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_1; L_1 = TbsCertificateList_get_ThisUpdate_m0471AA8B15D7EDF7D7F37CBC85463CC684170EE0_inline(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::get_NextUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * CertificateList_get_NextUpdate_mB7D30B325341277A24AE92F80D269ABA4306E08D (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __this, const RuntimeMethod* method) { { // get { return tbsCertList.NextUpdate; } TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_0 = __this->get_tbsCertList_2(); NullCheck(L_0); Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_1; L_1 = TbsCertificateList_get_NextUpdate_m00F1AC661F1944E5FB4446E65B31373035C8C952_inline(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertificateList_ToAsn1Object_m0CFFA9DA06C2EF525C34CB0D7E526A8181CC152B (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * __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(tbsCertList, sigAlgID, sig); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_2 = __this->get_tbsCertList_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; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = __this->get_sigAlgID_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_6 = __this->get_sig_4(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_7 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_7, L_5, /*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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateNotYetValidException__ctor_m6ED299A5C76222DE002D92D8A5B42C7008BEDB22 (CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE * __this, const RuntimeMethod* method) { { // public CertificateNotYetValidException() : base() { } CertificateException__ctor_m424313799E17EAD1C0522E155AFB86FFF3032804(__this, /*hidden argument*/NULL); // public CertificateNotYetValidException() : base() { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateNotYetValidException__ctor_m137C9334210635B00D13E77519A0590C2A957605 (CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE * __this, String_t* ___message0, const RuntimeMethod* method) { { // public CertificateNotYetValidException(string message) : base(message) { } String_t* L_0 = ___message0; CertificateException__ctor_m398B660736A1863961155734E5883CDECCF07B32(__this, L_0, /*hidden argument*/NULL); // public CertificateNotYetValidException(string message) : base(message) { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateNotYetValidException__ctor_mFDFD4E10A40C62DA4D895C16112A6EC261C7508B (CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method) { { // public CertificateNotYetValidException(string message, Exception exception) : base(message, exception) { } String_t* L_0 = ___message0; Exception_t * L_1 = ___exception1; CertificateException__ctor_mD0B5E3EFEF2DC269B0348EE5CACDA47164FF33C3(__this, L_0, L_1, /*hidden argument*/NULL); // public CertificateNotYetValidException(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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 * CertificatePair_GetInstance_m302ECB916B417F5624866478EB70F750402C1A7E (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*)&CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CertificatePair) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 *)IsInstClass((RuntimeObject*)L_1, CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CertificatePair) obj; RuntimeObject * L_2 = ___obj0; return ((CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 *)CastclassClass((RuntimeObject*)L_2, CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CertificatePair((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 * L_5 = (CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 *)il2cpp_codegen_object_new(CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111_il2cpp_TypeInfo_var); CertificatePair__ctor_m869C698EC2008B38F84578A7B26878C1E4C51ABC(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificatePair_GetInstance_m302ECB916B417F5624866478EB70F750402C1A7E_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificatePair__ctor_m869C698EC2008B38F84578A7B26878C1E4C51ABC (CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // private CertificatePair( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 1 && seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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_003b; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; 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); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_003b; } } { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; 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); V_0 = L_5; String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), 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*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificatePair__ctor_m869C698EC2008B38F84578A7B26878C1E4C51ABC_RuntimeMethod_var))); } IL_003b: { // foreach (object obj in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); RuntimeObject* L_10; L_10 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_9); V_1 = L_10; } IL_0042: try {// begin try (depth: 1) { goto IL_009d; } IL_0044: { // foreach (object obj in seq) 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); // Asn1TaggedObject o = Asn1TaggedObject.GetInstance(obj); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_13; L_13 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_12, /*hidden argument*/NULL); V_2 = L_13; // if (o.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_14 = V_2; NullCheck(L_14); int32_t L_15; L_15 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0067; } } IL_0058: { // forward = X509CertificateStructure.GetInstance(o, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_16 = V_2; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_17; L_17 = X509CertificateStructure_GetInstance_mE402DD1BF9F6C4EAEC0DBB2C48EA6C16EB2FA0A4(L_16, (bool)1, /*hidden argument*/NULL); __this->set_forward_2(L_17); // } goto IL_009d; } IL_0067: { // else if (o.TagNo == 1) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_18 = V_2; NullCheck(L_18); int32_t L_19; L_19 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_007f; } } IL_0070: { // reverse = X509CertificateStructure.GetInstance(o, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_20 = V_2; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_21; L_21 = X509CertificateStructure_GetInstance_mE402DD1BF9F6C4EAEC0DBB2C48EA6C16EB2FA0A4(L_20, (bool)1, /*hidden argument*/NULL); __this->set_reverse_3(L_21); // } goto IL_009d; } IL_007f: { // throw new ArgumentException("Bad tag number: " + o.TagNo); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_22 = V_2; NullCheck(L_22); int32_t L_23; L_23 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_22, /*hidden argument*/NULL); V_0 = L_23; String_t* L_24; L_24 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_25; L_25 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ADB26976C64E2913ACB7A7907862FA832C541C3)), L_24, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_26 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificatePair__ctor_m869C698EC2008B38F84578A7B26878C1E4C51ABC_RuntimeMethod_var))); } IL_009d: { // foreach (object obj in seq) 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_0044; } } IL_00a5: { IL2CPP_LEAVE(0xB8, 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_29 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_3; if (!L_30) { goto IL_00b7; } } IL_00b1: { RuntimeObject* L_31 = V_3; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_31); } IL_00b7: { IL2CPP_END_FINALLY(167) } }// end finally (depth: 1) IL2CPP_CLEANUP(167) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB8, IL_00b8) } IL_00b8: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificatePair__ctor_mF6825AEAF361459B0566D694355FC2F60CDB2AC0 (CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 * __this, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___forward0, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___reverse1, const RuntimeMethod* method) { { // public CertificatePair( // X509CertificateStructure forward, // X509CertificateStructure reverse) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.forward = forward; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_0 = ___forward0; __this->set_forward_2(L_0); // this.reverse = reverse; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_1 = ___reverse1; __this->set_reverse_3(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertificatePair_ToAsn1Object_m2CAB57C7AB97DF2D82AE95C887DF1C807AC736F4 (CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 * __this, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector vec = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (forward != null) X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_2 = __this->get_forward_2(); if (!L_2) { goto IL_002e; } } { // vec.Add(new DerTaggedObject(0, forward)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_6 = __this->get_forward_2(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_7 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827(L_7, 0, L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); } IL_002e: { // if (reverse != null) X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_8 = __this->get_reverse_3(); if (!L_8) { goto IL_0051; } } { // vec.Add(new DerTaggedObject(1, reverse)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_10; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_12 = __this->get_reverse_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_13 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827(L_13, 1, L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_13); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); } IL_0051: { // return new DerSequence(vec); 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; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::get_Forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * CertificatePair_get_Forward_mBED72D1DC0D5FB0B61483F824A6828B58AA0B749 (CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 * __this, const RuntimeMethod* method) { { // get { return forward; } X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_0 = __this->get_forward_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePair::get_Reverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * CertificatePair_get_Reverse_m183DA5EB821BED58727BF75855B9BC9A3C684745 (CertificatePair_t79C9DBF81888882C3AA28996897627AA72FAD111 * __this, const RuntimeMethod* method) { { // get { return reverse; } X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_0 = __this->get_reverse_3(); 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.Security.Certificates.CertificateParsingException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateParsingException__ctor_m886C76C0E169D79752A0738681F73FAC18E09704 (CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * __this, const RuntimeMethod* method) { { // public CertificateParsingException() : base() { } CertificateException__ctor_m424313799E17EAD1C0522E155AFB86FFF3032804(__this, /*hidden argument*/NULL); // public CertificateParsingException() : base() { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateParsingException__ctor_m589FDDF39DC94212A0E6A7A445702928F6C0488B (CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * __this, String_t* ___message0, const RuntimeMethod* method) { { // public CertificateParsingException(string message) : base(message) { } String_t* L_0 = ___message0; CertificateException__ctor_m398B660736A1863961155734E5883CDECCF07B32(__this, L_0, /*hidden argument*/NULL); // public CertificateParsingException(string message) : base(message) { } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateParsingException__ctor_m76E5CC629670B0430C0DA78C11BD33EDA840331D (CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method) { { // public CertificateParsingException(string message, Exception exception) : base(message, exception) { } String_t* L_0 = ___message0; Exception_t * L_1 = ___exception1; CertificateException__ctor_mD0B5E3EFEF2DC269B0348EE5CACDA47164FF33C3(__this, L_0, L_1, /*hidden argument*/NULL); // public CertificateParsingException(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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * CertificatePolicies_GetInstance_mB427E0FF30ED239F38E8D98159CC99A2AC129D53 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CertificatePolicies) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 *)IsInstClass((RuntimeObject*)L_1, CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CertificatePolicies)obj; RuntimeObject * L_2 = ___obj0; return ((CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 *)CastclassClass((RuntimeObject*)L_2, CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509_il2cpp_TypeInfo_var)); } IL_0012: { // return new CertificatePolicies(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * L_5 = (CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 *)il2cpp_codegen_object_new(CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509_il2cpp_TypeInfo_var); CertificatePolicies__ctor_m42AFFC501F6C362B513AF75F6F94C8457DA43F32(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * CertificatePolicies_GetInstance_mE8ED49FE119C37CF0526C594F53ECA09DE48F80D (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); CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * L_3; L_3 = CertificatePolicies_GetInstance_mB427E0FF30ED239F38E8D98159CC99A2AC129D53(L_2, /*hidden argument*/NULL); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificatePolicies__ctor_mCD5FA9E56C1962E19A29E12C196FFF703D8E9113 (CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * __this, PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CertificatePolicies(PolicyInformation name) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.policyInformation = new PolicyInformation[] { name }; PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_0 = (PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)SZArrayNew(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var, (uint32_t)1); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_1 = L_0; PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_2 = ___name0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 *)L_2); __this->set_policyInformation_2(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificatePolicies__ctor_mDCF47D0A8CBB1093CD6309CB48307E9812D69A35 (CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * __this, PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* ___policyInformation0, const RuntimeMethod* method) { { // public CertificatePolicies(PolicyInformation[] policyInformation) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.policyInformation = policyInformation; PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_0 = ___policyInformation0; __this->set_policyInformation_2(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificatePolicies__ctor_m42AFFC501F6C362B513AF75F6F94C8457DA43F32 (CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // private CertificatePolicies(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.policyInformation = new PolicyInformation[seq.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_2 = (PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)SZArrayNew(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var, (uint32_t)L_1); __this->set_policyInformation_2(L_2); // for (int i = 0; i < seq.Count; ++i) V_0 = 0; goto IL_0033; } IL_001b: { // policyInformation[i] = PolicyInformation.GetInstance(seq[i]); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_3 = __this->get_policyInformation_2(); int32_t L_4 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; int32_t L_6 = V_0; 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); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_8; L_8 = PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 *)L_8); // for (int i = 0; i < seq.Count; ++i) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0033: { // for (int i = 0; i < seq.Count; ++i) int32_t L_10 = V_0; 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_10) < ((int32_t)L_12))) { goto IL_001b; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::GetPolicyInformation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* CertificatePolicies_GetPolicyInformation_m8A4D9F4F61BABDBC9A5757BF0387CDFA0D7EDF5D (CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (PolicyInformation[])policyInformation.Clone(); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_0 = __this->get_policyInformation_2(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1; L_1 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return ((PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)Castclass((RuntimeObject*)L_1, PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertificatePolicies_ToAsn1Object_m9A2ED7F4251233E618125BF1E52F31A064930689 (CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * __this, 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; { // return new DerSequence(policyInformation); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_0 = __this->get_policyInformation_2(); 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); return L_2; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificatePolicies::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CertificatePolicies_ToString_mFD2FC06F81FD9CEFBF6F375399E20A824617692D (CertificatePolicies_t3C2B432B8CE76E6C7C78914D6F1659F7EC584509 * __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*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1470B7A12329256B2B9FAE53EEF42FAC9436E45); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { // StringBuilder sb = new StringBuilder("CertificatePolicies:"); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_0, _stringLiteralD1470B7A12329256B2B9FAE53EEF42FAC9436E45, /*hidden argument*/NULL); V_0 = L_0; // if (policyInformation != null && policyInformation.Length > 0) PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_1 = __this->get_policyInformation_2(); if (!L_1) { goto IL_0062; } } { PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_2 = __this->get_policyInformation_2(); NullCheck(L_2); if (!(((RuntimeArray*)L_2)->max_length)) { goto IL_0062; } } { // sb.Append(' '); StringBuilder_t * L_3 = V_0; NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_3, ((int32_t)32), /*hidden argument*/NULL); // sb.Append(policyInformation[0]); StringBuilder_t * L_5 = V_0; PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_6 = __this->get_policyInformation_2(); NullCheck(L_6); int32_t L_7 = 0; PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_8 = (L_6)->GetAt(static_cast(L_7)); NullCheck(L_5); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_5, L_8, /*hidden argument*/NULL); // for (int i = 1; i < policyInformation.Length; ++i) V_1 = 1; goto IL_0057; } IL_0038: { // sb.Append(", "); StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); // sb.Append(policyInformation[i]); StringBuilder_t * L_12 = V_0; PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_13 = __this->get_policyInformation_2(); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_12, L_16, /*hidden argument*/NULL); // for (int i = 1; i < policyInformation.Length; ++i) int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0057: { // for (int i = 1; i < policyInformation.Length; ++i) int32_t L_19 = V_1; PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_20 = __this->get_policyInformation_2(); NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0038; } } IL_0062: { // return sb.ToString(); StringBuilder_t * L_21 = V_0; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); return L_22; } } #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.Tls.CertificateRequest::.ctor(System.Byte[],System.Collections.IList,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateRequest__ctor_mBD2F6E9C9A37FBED1311FBFE37F7DFBE552755BE (CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certificateTypes0, RuntimeObject* ___supportedSignatureAlgorithms1, RuntimeObject* ___certificateAuthorities2, const RuntimeMethod* method) { { // public CertificateRequest(byte[] certificateTypes, IList supportedSignatureAlgorithms, // IList certificateAuthorities) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mCertificateTypes = certificateTypes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___certificateTypes0; __this->set_mCertificateTypes_0(L_0); // this.mSupportedSignatureAlgorithms = supportedSignatureAlgorithms; RuntimeObject* L_1 = ___supportedSignatureAlgorithms1; __this->set_mSupportedSignatureAlgorithms_1(L_1); // this.mCertificateAuthorities = certificateAuthorities; RuntimeObject* L_2 = ___certificateAuthorities2; __this->set_mCertificateAuthorities_2(L_2); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::get_CertificateTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CertificateRequest_get_CertificateTypes_m6EB28A0F7F203E74B07114408B600F24D61AD497 (CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * __this, const RuntimeMethod* method) { { // get { return mCertificateTypes; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mCertificateTypes_0(); return L_0; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::get_SupportedSignatureAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CertificateRequest_get_SupportedSignatureAlgorithms_mDC4F7AB3B7F7BA91B0F6B7A5D3E5532C47B00FE2 (CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * __this, const RuntimeMethod* method) { { // get { return mSupportedSignatureAlgorithms; } RuntimeObject* L_0 = __this->get_mSupportedSignatureAlgorithms_1(); return L_0; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::get_CertificateAuthorities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CertificateRequest_get_CertificateAuthorities_m8717FE8428BB24A9A0DEAE033BD560E95AEA0669 (CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * __this, const RuntimeMethod* method) { { // get { return mCertificateAuthorities; } RuntimeObject* L_0 = __this->get_mCertificateAuthorities_2(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateRequest_Encode_m6493980D6A3638195ABF74C714BD1C2C1046CCE8 (CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, 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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_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*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (mCertificateTypes == null || mCertificateTypes.Length == 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mCertificateTypes_0(); if (!L_0) { goto IL_0011; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mCertificateTypes_0(); NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_001a; } } IL_0011: { // TlsUtilities.WriteUint8(0, output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825((uint8_t)0, L_2, /*hidden argument*/NULL); // } goto IL_0026; } IL_001a: { // TlsUtilities.WriteUint8ArrayWithUint8Length(mCertificateTypes, output); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mCertificateTypes_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8ArrayWithUint8Length_m4BCED1420A9E340771B44AF47A7ACF67CE255EC5(L_3, L_4, /*hidden argument*/NULL); } IL_0026: { // if (mSupportedSignatureAlgorithms != null) RuntimeObject* L_5 = __this->get_mSupportedSignatureAlgorithms_1(); if (!L_5) { goto IL_003b; } } { // TlsUtilities.EncodeSupportedSignatureAlgorithms(mSupportedSignatureAlgorithms, false, output); RuntimeObject* L_6 = __this->get_mSupportedSignatureAlgorithms_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_EncodeSupportedSignatureAlgorithms_m7E42CB136C8A609AD24411B2F7BF184EB5204C73(L_6, (bool)0, L_7, /*hidden argument*/NULL); } IL_003b: { // if (mCertificateAuthorities == null || mCertificateAuthorities.Count < 1) RuntimeObject* L_8 = __this->get_mCertificateAuthorities_2(); if (!L_8) { goto IL_0051; } } { RuntimeObject* L_9 = __this->get_mCertificateAuthorities_2(); 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); if ((((int32_t)L_10) >= ((int32_t)1))) { goto IL_0059; } } IL_0051: { // TlsUtilities.WriteUint16(0, output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E(0, L_11, /*hidden argument*/NULL); // } return; } IL_0059: { // IList derEncodings = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(mCertificateAuthorities.Count); RuntimeObject* L_12 = __this->get_mCertificateAuthorities_2(); 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); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_14; L_14 = Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546(L_13, /*hidden argument*/NULL); V_0 = L_14; // int totalLength = 0; V_1 = 0; // foreach (Asn1Encodable certificateAuthority in mCertificateAuthorities) RuntimeObject* L_15 = __this->get_mCertificateAuthorities_2(); NullCheck(L_15); RuntimeObject* L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_15); V_2 = L_16; } IL_0078: try {// begin try (depth: 1) { goto IL_00a0; } IL_007a: { // foreach (Asn1Encodable certificateAuthority in mCertificateAuthorities) RuntimeObject* L_17 = V_2; NullCheck(L_17); RuntimeObject * L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_17); // byte[] derEncoding = certificateAuthority.GetEncoded(Asn1Encodable.Der); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_18, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_18, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)), _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, /*hidden argument*/NULL); V_3 = L_19; // derEncodings.Add(derEncoding); RuntimeObject* L_20 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_3; NullCheck(L_20); int32_t L_22; L_22 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_20, (RuntimeObject *)(RuntimeObject *)L_21); // totalLength += derEncoding.Length + 2; int32_t L_23 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_3; NullCheck(L_24); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))), (int32_t)2)))); } IL_00a0: { // foreach (Asn1Encodable certificateAuthority in mCertificateAuthorities) RuntimeObject* L_25 = V_2; 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_007a; } } IL_00a8: { IL2CPP_LEAVE(0xBE, FINALLY_00aa); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00aa; } FINALLY_00aa: {// begin finally (depth: 1) { RuntimeObject* L_27 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_28 = V_4; if (!L_28) { goto IL_00bd; } } IL_00b6: { RuntimeObject* L_29 = V_4; NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_29); } IL_00bd: { IL2CPP_END_FINALLY(170) } }// end finally (depth: 1) IL2CPP_CLEANUP(170) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBE, IL_00be) } IL_00be: { // TlsUtilities.CheckUint16(totalLength); int32_t L_30 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_CheckUint16_mCDB92B2FE6AF9FCE4583FF61C5170BC12A37CE12(L_30, /*hidden argument*/NULL); // TlsUtilities.WriteUint16(totalLength, output); int32_t L_31 = V_1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_32 = ___output0; TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E(L_31, L_32, /*hidden argument*/NULL); // foreach (byte[] derEncoding in derEncodings) RuntimeObject* L_33 = V_0; 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_2 = L_34; } IL_00d2: try {// begin try (depth: 1) { goto IL_00e5; } IL_00d4: { // foreach (byte[] derEncoding in derEncodings) RuntimeObject* L_35 = V_2; 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); // TlsUtilities.WriteOpaque16(derEncoding, output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_37 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteOpaque16_mABE5E6F8BDC6343B2AD3EEA2602B32291449F1EC(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_36, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), L_37, /*hidden argument*/NULL); } IL_00e5: { // foreach (byte[] derEncoding in derEncodings) RuntimeObject* L_38 = V_2; NullCheck(L_38); bool L_39; L_39 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_38); if (L_39) { goto IL_00d4; } } IL_00ed: { IL2CPP_LEAVE(0x103, FINALLY_00ef); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ef; } FINALLY_00ef: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_40, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_41 = V_4; if (!L_41) { goto IL_0102; } } IL_00fb: { RuntimeObject* L_42 = V_4; NullCheck(L_42); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_42); } IL_0102: { IL2CPP_END_FINALLY(239) } }// end finally (depth: 1) IL2CPP_CLEANUP(239) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x103, IL_0103) } IL_0103: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::Parse(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * CertificateRequest_Parse_mABE3254963813337F0FB55BB7B2A630BF829A9B8 (RuntimeObject* ___context0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, 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*)&CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620_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*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_4 = NULL; int32_t V_5 = 0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_6 = NULL; { // int numTypes = TlsUtilities.ReadUint8(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_0, /*hidden argument*/NULL); V_0 = L_1; // byte[] certificateTypes = new byte[numTypes]; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; // for (int i = 0; i < numTypes; ++i) V_5 = 0; goto IL_0023; } IL_0013: { // certificateTypes[i] = TlsUtilities.ReadUint8(input); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; int32_t L_5 = V_5; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_7; L_7 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_6, /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)L_7); // for (int i = 0; i < numTypes; ++i) int32_t L_8 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0023: { // for (int i = 0; i < numTypes; ++i) int32_t L_9 = V_5; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0013; } } { // IList supportedSignatureAlgorithms = null; V_2 = (RuntimeObject*)NULL; // if (TlsUtilities.IsTlsV12(context)) RuntimeObject* L_11 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_12; L_12 = TlsUtilities_IsTlsV12_m5D10CAF7D91A0D6E16130EEB505F51BB48749885(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003a; } } { // supportedSignatureAlgorithms = TlsUtilities.ParseSupportedSignatureAlgorithms(false, input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_14; L_14 = TlsUtilities_ParseSupportedSignatureAlgorithms_m42EAB6DCFE90A0740DDD299B975D19A2D7D076B2((bool)0, L_13, /*hidden argument*/NULL); V_2 = L_14; } IL_003a: { // IList certificateAuthorities = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_3 = L_15; // byte[] certAuthData = TlsUtilities.ReadOpaque16(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_16 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = TlsUtilities_ReadOpaque16_m088E805B3D0DAE7BB5F51A76073945EA2E186A40(L_16, /*hidden argument*/NULL); // MemoryStream bis = new MemoryStream(certAuthData, false); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_18 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_18, L_17, (bool)0, /*hidden argument*/NULL); V_4 = L_18; goto IL_006c; } IL_0050: { // byte[] derEncoding = TlsUtilities.ReadOpaque16(bis); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = TlsUtilities_ReadOpaque16_m088E805B3D0DAE7BB5F51A76073945EA2E186A40(L_19, /*hidden argument*/NULL); // Asn1Object asn1 = TlsUtilities.ReadDerObject(derEncoding); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_21; L_21 = TlsUtilities_ReadDerObject_mA9C8FB7C75C9E6BFB6D7E24DFF25433A9F8C92F3(L_20, /*hidden argument*/NULL); V_6 = L_21; // certificateAuthorities.Add(X509Name.GetInstance(asn1)); RuntimeObject* L_22 = V_3; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_23 = V_6; IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_24; L_24 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_23, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_25; L_25 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_22, L_24); } IL_006c: { // while (bis.Position < bis.Length) MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = V_4; NullCheck(L_26); int64_t L_27; L_27 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_26); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_28 = V_4; NullCheck(L_28); int64_t L_29; L_29 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_28); if ((((int64_t)L_27) < ((int64_t)L_29))) { goto IL_0050; } } { // return new CertificateRequest(certificateTypes, supportedSignatureAlgorithms, certificateAuthorities); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_1; RuntimeObject* L_31 = V_2; RuntimeObject* L_32 = V_3; CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_33 = (CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 *)il2cpp_codegen_object_new(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620_il2cpp_TypeInfo_var); CertificateRequest__ctor_mBD2F6E9C9A37FBED1311FBFE37F7DFBE552755BE(L_33, L_30, L_31, L_32, /*hidden argument*/NULL); return L_33; } } #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.Tls.CertificateStatus::.ctor(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatus__ctor_mEA79FA303A9CFE461A371770D3687BACEEAE157B (CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * __this, uint8_t ___statusType0, RuntimeObject * ___response1, const RuntimeMethod* method) { { // public CertificateStatus(byte statusType, object response) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (!IsCorrectType(statusType, response)) uint8_t L_0 = ___statusType0; RuntimeObject * L_1 = ___response1; bool L_2; L_2 = CertificateStatus_IsCorrectType_mB7D1902A226F7D1B039F07B9430EE219C6A2BA29(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001f; } } { // throw new ArgumentException("not an instance of the correct type", "response"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFC56702F6D143CE215336AB5009B9FE80EF945C1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2C410EB1F22365EC1A74DF0D8C89C99D53453CDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatus__ctor_mEA79FA303A9CFE461A371770D3687BACEEAE157B_RuntimeMethod_var))); } IL_001f: { // this.mStatusType = statusType; uint8_t L_4 = ___statusType0; __this->set_mStatusType_0(L_4); // this.mResponse = response; RuntimeObject * L_5 = ___response1; __this->set_mResponse_1(L_5); // } return; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::get_StatusType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CertificateStatus_get_StatusType_m7A090C98F51E86EAAC858AA91B733BCE96A49DB4 (CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * __this, const RuntimeMethod* method) { { // get { return mStatusType; } uint8_t L_0 = __this->get_mStatusType_0(); return L_0; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::get_Response() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CertificateStatus_get_Response_m2783B52E7E2745CC9C92BA3B628049C9E57E35AD (CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * __this, const RuntimeMethod* method) { { // get { return mResponse; } RuntimeObject * L_0 = __this->get_mResponse_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.OcspResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::GetOcspResponse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 * CertificateStatus_GetOcspResponse_mF1345BB3979E0EE1D0856C8A5607A678A94D2975 (CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsCorrectType(CertificateStatusType.ocsp, mResponse)) RuntimeObject * L_0 = __this->get_mResponse_1(); bool L_1; L_1 = CertificateStatus_IsCorrectType_mB7D1902A226F7D1B039F07B9430EE219C6A2BA29((uint8_t)1, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { // throw new InvalidOperationException("'response' is not an OcspResponse"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0168AFC77BFA3EA6866E49EC9D40F92E3CFD118F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatus_GetOcspResponse_mF1345BB3979E0EE1D0856C8A5607A678A94D2975_RuntimeMethod_var))); } IL_0019: { // return (OcspResponse)mResponse; RuntimeObject * L_3 = __this->get_mResponse_1(); return ((OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 *)CastclassClass((RuntimeObject*)L_3, OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739_il2cpp_TypeInfo_var)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatus_Encode_m5B7C29D37116E907D09096E875EB2BC92AA5C948 (CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C); s_Il2CppMethodInitialized = true; } { // TlsUtilities.WriteUint8(mStatusType, output); uint8_t L_0 = __this->get_mStatusType_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825(L_0, L_1, /*hidden argument*/NULL); // switch (mStatusType) uint8_t L_2 = __this->get_mStatusType_0(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0031; } } { // byte[] derEncoding = ((OcspResponse)mResponse).GetEncoded(Asn1Encodable.Der); RuntimeObject * L_3 = __this->get_mResponse_1(); NullCheck(((OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 *)CastclassClass((RuntimeObject*)L_3, OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1(((OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 *)CastclassClass((RuntimeObject*)L_3, OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739_il2cpp_TypeInfo_var)), _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, /*hidden argument*/NULL); // TlsUtilities.WriteOpaque24(derEncoding, output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteOpaque24_mCCD10ABBB7A9ADBA3F2F10F716B1EF7485E3AB75(L_4, L_5, /*hidden argument*/NULL); // break; return; } IL_0031: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_6 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_6, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatus_Encode_m5B7C29D37116E907D09096E875EB2BC92AA5C948_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * CertificateStatus_Parse_m2E7ED817E49DDC573BD274BB7DCF042C6CE5294A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; uint8_t G_B2_0 = 0x0; uint8_t G_B1_0 = 0x0; uint8_t G_B3_0 = 0x0; { // byte status_type = TlsUtilities.ReadUint8(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_0, /*hidden argument*/NULL); uint8_t L_2 = L_1; G_B1_0 = L_2; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { G_B2_0 = L_2; goto IL_001d; } } { // byte[] derEncoding = TlsUtilities.ReadOpaque24(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = TlsUtilities_ReadOpaque24_mAD1098801E362CB40F509F6BDB4107DB9F8B3F2B(L_3, /*hidden argument*/NULL); // response = OcspResponse.GetInstance(TlsUtilities.ReadDerObject(derEncoding)); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = TlsUtilities_ReadDerObject_mA9C8FB7C75C9E6BFB6D7E24DFF25433A9F8C92F3(L_4, /*hidden argument*/NULL); OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 * L_6; L_6 = OcspResponse_GetInstance_mCDB1C7366B541C48403BC0FB91F431CB59D5CB47(L_5, /*hidden argument*/NULL); V_0 = L_6; // break; G_B3_0 = G_B1_0; goto IL_0025; } IL_001d: { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_7 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_7, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatus_Parse_m2E7ED817E49DDC573BD274BB7DCF042C6CE5294A_RuntimeMethod_var))); } IL_0025: { // return new CertificateStatus(status_type, response); RuntimeObject * L_8 = V_0; CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * L_9 = (CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 *)il2cpp_codegen_object_new(CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3_il2cpp_TypeInfo_var); CertificateStatus__ctor_mEA79FA303A9CFE461A371770D3687BACEEAE157B(L_9, G_B3_0, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::IsCorrectType(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertificateStatus_IsCorrectType_mB7D1902A226F7D1B039F07B9430EE219C6A2BA29 (uint8_t ___statusType0, RuntimeObject * ___response1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___statusType0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000e; } } { // return response is OcspResponse; RuntimeObject * L_1 = ___response1; return (bool)((!(((RuntimeObject*)(OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 *)((OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739 *)IsInstClass((RuntimeObject*)L_1, OcspResponse_t5CE6A24F90CA5451276F90B38184602EC2D3D739_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_000e: { // throw new ArgumentException("unsupported CertificateStatusType", "statusType"); 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*)&_stringLiteral8CBAF83740DB8C0C2ABC6C36035C2B5F801DEAEA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral109C7F1AD4E65C87099D5F5225337F3ADBB35FB7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatus_IsCorrectType_mB7D1902A226F7D1B039F07B9430EE219C6A2BA29_RuntimeMethod_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.Ocsp.CertificateStatus::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatus__ctor_mDEF6E390A249C8146199C4D83290676C0E462040 (CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatus__cctor_mA099522692FEB6D5A62868DFA1B656758AEDF1CD (const RuntimeMethod* method) { { 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.Crypto.Tls.CertificateStatusRequest::.ctor(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatusRequest__ctor_m4473A35EB87F122443A28E2F84033EB556B1B1EC (CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 * __this, uint8_t ___statusType0, RuntimeObject * ___request1, const RuntimeMethod* method) { { // public CertificateStatusRequest(byte statusType, Object request) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (!IsCorrectType(statusType, request)) uint8_t L_0 = ___statusType0; RuntimeObject * L_1 = ___request1; bool L_2; L_2 = CertificateStatusRequest_IsCorrectType_m410682C4667400F30F2DE2B27ECECC7275B9C493(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001f; } } { // throw new ArgumentException("not an instance of the correct type", "request"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFC56702F6D143CE215336AB5009B9FE80EF945C1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatusRequest__ctor_m4473A35EB87F122443A28E2F84033EB556B1B1EC_RuntimeMethod_var))); } IL_001f: { // this.mStatusType = statusType; uint8_t L_4 = ___statusType0; __this->set_mStatusType_0(L_4); // this.mRequest = request; RuntimeObject * L_5 = ___request1; __this->set_mRequest_1(L_5); // } return; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::get_StatusType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CertificateStatusRequest_get_StatusType_mDEBA443320F61547110804027E46AD23792D0C10 (CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 * __this, const RuntimeMethod* method) { { // get { return mStatusType; } uint8_t L_0 = __this->get_mStatusType_0(); return L_0; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::get_Request() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CertificateStatusRequest_get_Request_m5394816D8C60DA26BCFBB34FC62E780A8EF0DB20 (CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 * __this, const RuntimeMethod* method) { { // get { return mRequest; } RuntimeObject * L_0 = __this->get_mRequest_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.OcspStatusRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::GetOcspStatusRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B * CertificateStatusRequest_GetOcspStatusRequest_m1AA4112109EEE2AB265B890EEAC9D82461A47971 (CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsCorrectType(CertificateStatusType.ocsp, mRequest)) RuntimeObject * L_0 = __this->get_mRequest_1(); bool L_1; L_1 = CertificateStatusRequest_IsCorrectType_m410682C4667400F30F2DE2B27ECECC7275B9C493((uint8_t)1, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { // throw new InvalidOperationException("'request' is not an OCSPStatusRequest"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5F21BCEC32511FB9C4A533767202E4E0577C1EF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatusRequest_GetOcspStatusRequest_m1AA4112109EEE2AB265B890EEAC9D82461A47971_RuntimeMethod_var))); } IL_0019: { // return (OcspStatusRequest)mRequest; RuntimeObject * L_3 = __this->get_mRequest_1(); return ((OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B *)CastclassClass((RuntimeObject*)L_3, OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B_il2cpp_TypeInfo_var)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatusRequest_Encode_mA560F2D94D2DD4F773BD556714D58F6A968EF83B (CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TlsUtilities.WriteUint8(mStatusType, output); uint8_t L_0 = __this->get_mStatusType_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825(L_0, L_1, /*hidden argument*/NULL); // switch (mStatusType) uint8_t L_2 = __this->get_mStatusType_0(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0027; } } { // ((OcspStatusRequest)mRequest).Encode(output); RuntimeObject * L_3 = __this->get_mRequest_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___output0; NullCheck(((OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B *)CastclassClass((RuntimeObject*)L_3, OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B_il2cpp_TypeInfo_var))); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.OcspStatusRequest::Encode(System.IO.Stream) */, ((OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B *)CastclassClass((RuntimeObject*)L_3, OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B_il2cpp_TypeInfo_var)), L_4); // break; return; } IL_0027: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_5 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_5, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatusRequest_Encode_mA560F2D94D2DD4F773BD556714D58F6A968EF83B_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 * CertificateStatusRequest_Parse_mFE546FA55E39716667D76E62DFBC0EAFA02CBFA5 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; uint8_t G_B2_0 = 0x0; uint8_t G_B1_0 = 0x0; uint8_t G_B3_0 = 0x0; { // byte status_type = TlsUtilities.ReadUint8(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_0, /*hidden argument*/NULL); uint8_t L_2 = L_1; G_B1_0 = L_2; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { G_B2_0 = L_2; goto IL_0013; } } { // result = OcspStatusRequest.Parse(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___input0; OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B * L_4; L_4 = OcspStatusRequest_Parse_m0776B9682FD557D9667ECE98506D848C42EE4C02(L_3, /*hidden argument*/NULL); V_0 = L_4; // break; G_B3_0 = G_B1_0; goto IL_001b; } IL_0013: { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_5 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_5, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatusRequest_Parse_mFE546FA55E39716667D76E62DFBC0EAFA02CBFA5_RuntimeMethod_var))); } IL_001b: { // return new CertificateStatusRequest(status_type, result); RuntimeObject * L_6 = V_0; CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 * L_7 = (CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30 *)il2cpp_codegen_object_new(CertificateStatusRequest_t7E84E6704998859C490175ED9CC7A17D8D7C6B30_il2cpp_TypeInfo_var); CertificateStatusRequest__ctor_m4473A35EB87F122443A28E2F84033EB556B1B1EC(L_7, G_B3_0, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatusRequest::IsCorrectType(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertificateStatusRequest_IsCorrectType_m410682C4667400F30F2DE2B27ECECC7275B9C493 (uint8_t ___statusType0, RuntimeObject * ___request1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___statusType0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000e; } } { // return request is OcspStatusRequest; RuntimeObject * L_1 = ___request1; return (bool)((!(((RuntimeObject*)(OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B *)((OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B *)IsInstClass((RuntimeObject*)L_1, OcspStatusRequest_tBD8290B6F9E96C5EFE0933D9BAC4C17E445A5F0B_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_000e: { // throw new ArgumentException("unsupported CertificateStatusType", "statusType"); 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*)&_stringLiteral8CBAF83740DB8C0C2ABC6C36035C2B5F801DEAEA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral109C7F1AD4E65C87099D5F5225337F3ADBB35FB7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateStatusRequest_IsCorrectType_m410682C4667400F30F2DE2B27ECECC7275B9C493_RuntimeMethod_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.Tls.CertificateStatusType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatusType__ctor_m7E1499963BCA1D21EB40F12F67FBB160C74D5416 (CertificateStatusType_t2F59810C1506EB1747E88E2BF356DE338BD9726E * __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.Crypto.Tls.CertificateType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateType__ctor_mFD28B7ECE5FB036275978B8BDEF0DDE526C89466 (CertificateType_tD10A00419154DADC9532514B542E9ED6DD92403F * __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.Crypto.Tls.CertificateUrl::.ctor(System.Byte,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateUrl__ctor_m487AE6800AABEC1E6690126B19FD58FDB629980D (CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B * __this, uint8_t ___type0, RuntimeObject* ___urlAndHashList1, 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; } { // public CertificateUrl(byte type, IList urlAndHashList) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (!CertChainType.IsValid(type)) uint8_t L_0 = ___type0; bool L_1; L_1 = CertChainType_IsValid_mD53F34CC1B284299028CB0F21DDEB62334924E22(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { // throw new ArgumentException("not a valid CertChainType value", "type"); 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*)&_stringLiteralD26346DF3D1D50A14DD61DE052EDEB6CEA3E670C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateUrl__ctor_m487AE6800AABEC1E6690126B19FD58FDB629980D_RuntimeMethod_var))); } IL_001e: { // if (urlAndHashList == null || urlAndHashList.Count < 1) RuntimeObject* L_3 = ___urlAndHashList1; if (!L_3) { goto IL_002a; } } { RuntimeObject* L_4 = ___urlAndHashList1; 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); if ((((int32_t)L_5) >= ((int32_t)1))) { goto IL_003a; } } IL_002a: { // throw new ArgumentException("must have length > 0", "urlAndHashList"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9895EB39B95629DE133ED6E971DBCAF131D0CA55)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral98EF542B98C50C9BE86B85F73E2AE1F20D21A9B9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateUrl__ctor_m487AE6800AABEC1E6690126B19FD58FDB629980D_RuntimeMethod_var))); } IL_003a: { // this.mType = type; uint8_t L_7 = ___type0; __this->set_mType_0(L_7); // this.mUrlAndHashList = urlAndHashList; RuntimeObject* L_8 = ___urlAndHashList1; __this->set_mUrlAndHashList_1(L_8); // } return; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CertificateUrl_get_Type_m2AC3D71AB032F21BC7D34C6B07621FE07150148F (CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B * __this, const RuntimeMethod* method) { { // get { return mType; } uint8_t L_0 = __this->get_mType_0(); return L_0; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl::get_UrlAndHashList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CertificateUrl_get_UrlAndHashList_m42C7C08F121050ADCA731634B7167284B50762D1 (CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B * __this, const RuntimeMethod* method) { { // get { return mUrlAndHashList; } RuntimeObject* L_0 = __this->get_mUrlAndHashList_1(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateUrl_Encode_m5BC7A5168D2ED9EB7D3CCD6B140B9F45C26D9DD4 (CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, 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*)&ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // TlsUtilities.WriteUint8(this.mType, output); uint8_t L_0 = __this->get_mType_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825(L_0, L_1, /*hidden argument*/NULL); // ListBuffer16 buf = new ListBuffer16(); ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 * L_2 = (ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 *)il2cpp_codegen_object_new(ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319_il2cpp_TypeInfo_var); ListBuffer16__ctor_m20C4457E92469F25957B1F42EF69B9B1E579E5D9(L_2, /*hidden argument*/NULL); V_0 = L_2; // foreach (UrlAndHash urlAndHash in this.mUrlAndHashList) RuntimeObject* L_3 = __this->get_mUrlAndHashList_1(); 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; } IL_001e: try {// begin try (depth: 1) { goto IL_0031; } IL_0020: { // foreach (UrlAndHash urlAndHash in this.mUrlAndHashList) 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); // urlAndHash.Encode(buf); ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 * L_7 = V_0; NullCheck(((UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07 *)CastclassClass((RuntimeObject*)L_6, UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07_il2cpp_TypeInfo_var))); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.UrlAndHash::Encode(System.IO.Stream) */, ((UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07 *)CastclassClass((RuntimeObject*)L_6, UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07_il2cpp_TypeInfo_var)), L_7); } IL_0031: { // foreach (UrlAndHash urlAndHash in this.mUrlAndHashList) RuntimeObject* L_8 = V_1; 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_0020; } } IL_0039: { IL2CPP_LEAVE(0x4C, FINALLY_003b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (!L_11) { goto IL_004b; } } IL_0045: { RuntimeObject* L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_004b: { IL2CPP_END_FINALLY(59) } }// end finally (depth: 1) IL2CPP_CLEANUP(59) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { // buf.EncodeTo(output); ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 * L_13 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = ___output0; NullCheck(L_13); ListBuffer16_EncodeTo_m2FD035495489409A5264F10C41EDC9CA38A27019(L_13, L_14, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl::parse(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B * CertificateUrl_parse_mE3C751A35BABA12F910206DD5B3BC4EC1C76F78F (RuntimeObject* ___context0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B_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*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_1 = NULL; RuntimeObject* V_2 = NULL; UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07 * V_3 = NULL; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; { // byte type = TlsUtilities.ReadUint8(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (!CertChainType.IsValid(type)) uint8_t L_2 = V_0; bool L_3; L_3 = CertChainType_IsValid_mD53F34CC1B284299028CB0F21DDEB62334924E22(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0017; } } { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_4 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_4, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateUrl_parse_mE3C751A35BABA12F910206DD5B3BC4EC1C76F78F_RuntimeMethod_var))); } IL_0017: { // int totalLength = TlsUtilities.ReadUint16(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_6; L_6 = TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4(L_5, /*hidden argument*/NULL); // if (totalLength < 1) int32_t L_7 = L_6; G_B3_0 = L_7; if ((((int32_t)L_7) >= ((int32_t)1))) { G_B4_0 = L_7; goto IL_0029; } } { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_8 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_8, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateUrl_parse_mE3C751A35BABA12F910206DD5B3BC4EC1C76F78F_RuntimeMethod_var))); } IL_0029: { // byte[] urlAndHashListData = TlsUtilities.ReadFully(totalLength, input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D(G_B4_0, L_9, /*hidden argument*/NULL); // MemoryStream buf = new MemoryStream(urlAndHashListData, false); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_11 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_11, L_10, (bool)0, /*hidden argument*/NULL); V_1 = L_11; // IList url_and_hash_list = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_12; L_12 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_2 = L_12; goto IL_004e; } IL_003e: { // UrlAndHash url_and_hash = UrlAndHash.Parse(context, buf); RuntimeObject* L_13 = ___context0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_14 = V_1; UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07 * L_15; L_15 = UrlAndHash_Parse_mC9AE1B2F9BD4AC758A12887F46E0936A24DB951F(L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; // url_and_hash_list.Add(url_and_hash); RuntimeObject* L_16 = V_2; UrlAndHash_tB81BAB45CB4D0EE86CA49BF9E1723EC8DC211C07 * L_17 = V_3; NullCheck(L_16); int32_t L_18; L_18 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_16, L_17); } IL_004e: { // while (buf.Position < buf.Length) MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_19 = V_1; NullCheck(L_19); int64_t L_20; L_20 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_19); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_21 = V_1; NullCheck(L_21); int64_t L_22; L_22 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_21); if ((((int64_t)L_20) < ((int64_t)L_22))) { goto IL_003e; } } { // return new CertificateUrl(type, url_and_hash_list); uint8_t L_23 = V_0; RuntimeObject* L_24 = V_2; CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B * L_25 = (CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B *)il2cpp_codegen_object_new(CertificateUrl_tB95C10D4FED68710ECE31E7FD0A55643EC28B95B_il2cpp_TypeInfo_var); CertificateUrl__ctor_m487AE6800AABEC1E6690126B19FD58FDB629980D(L_25, L_23, L_24, /*hidden argument*/NULL); return L_25; } } #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.Esf.CertificateValues BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E * CertificateValues_GetInstance_m986F279BB657169824B7F103C2648B6E74EB14A9 (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*)&CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CertificateValues) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E *)IsInstClass((RuntimeObject*)L_1, CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CertificateValues) obj; RuntimeObject * L_2 = ___obj0; return ((CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E *)CastclassClass((RuntimeObject*)L_2, CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CertificateValues((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E * L_5 = (CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E *)il2cpp_codegen_object_new(CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E_il2cpp_TypeInfo_var); CertificateValues__ctor_mB7BA04811D6972BF7AE352EA9456317435F6005C(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException( // "Unknown object in 'CertificateValues' factory: " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), // "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA6689D6FD0CAA4E5E80D26210EE284BB7562F03)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateValues_GetInstance_m986F279BB657169824B7F103C2648B6E74EB14A9_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateValues__ctor_mB7BA04811D6972BF7AE352EA9456317435F6005C (CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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*)&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; { // private CertificateValues( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seq"); 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*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateValues__ctor_mB7BA04811D6972BF7AE352EA9456317435F6005C_RuntimeMethod_var))); } IL_0014: { // foreach (Asn1Encodable ae in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_2); V_0 = L_3; } IL_001b: try {// begin try (depth: 1) { goto IL_0033; } IL_001d: { // foreach (Asn1Encodable ae in seq) 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); // X509CertificateStructure.GetInstance(ae.ToAsn1Object()); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_7; L_7 = X509CertificateStructure_GetInstance_mF159FB7E1993108601925E9E1163F2C5C3BFD330(L_6, /*hidden argument*/NULL); } IL_0033: { // foreach (Asn1Encodable ae in seq) 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_001d; } } IL_003b: { IL2CPP_LEAVE(0x4E, FINALLY_003d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_1; if (!L_11) { goto IL_004d; } } IL_0047: { RuntimeObject* L_12 = V_1; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_004d: { IL2CPP_END_FINALLY(61) } }// end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { // this.certificates = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; __this->set_certificates_2(L_13); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateValues__ctor_mDC9C24398A6CBC7553FAEF8428D073207309515C (CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E * __this, X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* ___certificates0, 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 CertificateValues( // params X509CertificateStructure[] certificates) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (certificates == null) X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_0 = ___certificates0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("certificates"); 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*)&_stringLiteralB764975C73BFA882AF2146869B213BBDDF06F6E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateValues__ctor_mDC9C24398A6CBC7553FAEF8428D073207309515C_RuntimeMethod_var))); } IL_0014: { // this.certificates = new DerSequence(certificates); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_2 = ___certificates0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_2; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_4 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_4, L_3, /*hidden argument*/NULL); __this->set_certificates_2(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateValues__ctor_m13A415D2914AE55A09E183C8CD80BDAB5D4B237E (CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E * __this, RuntimeObject* ___certificates0, 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1_0_0_0_var); s_Il2CppMethodInitialized = true; } { // public CertificateValues( // IEnumerable certificates) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (certificates == null) RuntimeObject* L_0 = ___certificates0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("certificates"); 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*)&_stringLiteralB764975C73BFA882AF2146869B213BBDDF06F6E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateValues__ctor_m13A415D2914AE55A09E183C8CD80BDAB5D4B237E_RuntimeMethod_var))); } IL_0014: { // if (!CollectionUtilities.CheckElementsAreOfType(certificates, typeof(X509CertificateStructure))) RuntimeObject* L_2 = ___certificates0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); bool L_5; L_5 = CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10(L_2, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0036; } } { // throw new ArgumentException("Must contain only 'X509CertificateStructure' objects", "certificates"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6364BB6BB58101E523E751B3D4490257FAA40745)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB764975C73BFA882AF2146869B213BBDDF06F6E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateValues__ctor_m13A415D2914AE55A09E183C8CD80BDAB5D4B237E_RuntimeMethod_var))); } IL_0036: { // this.certificates = new DerSequence( // Asn1EncodableVector.FromEnumerable(certificates)); RuntimeObject* L_7 = ___certificates0; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8; L_8 = Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0(L_7, /*hidden argument*/NULL); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_9, L_8, /*hidden argument*/NULL); __this->set_certificates_2(L_9); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues::GetCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* CertificateValues_GetCertificates_m328C1068CEA398C6C876591236B52C38BF320C7A (CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* V_0 = NULL; int32_t V_1 = 0; { // X509CertificateStructure[] result = new X509CertificateStructure[certificates.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_certificates_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); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_2 = (X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58*)(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58*)SZArrayNew(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < certificates.Count; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // result[i] = X509CertificateStructure.GetInstance(certificates[i]); X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_certificates_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); X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_8; L_8 = X509CertificateStructure_GetInstance_mF159FB7E1993108601925E9E1163F2C5C3BFD330(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 *)L_8); // for (int i = 0; i < certificates.Count; ++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 < certificates.Count; ++i) int32_t L_10 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = __this->get_certificates_2(); 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_10) < ((int32_t)L_12))) { goto IL_0015; } } { // return result; X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CertificateValues::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertificateValues_ToAsn1Object_m1E27ED16D3A2C19F2F9FD194279050A91D929565 (CertificateValues_t0B256C917E35096D30AA848D6ADEE25F847CBA5E * __this, const RuntimeMethod* method) { { // return certificates; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_certificates_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 // 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) { 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*)&CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertificationRequest) RuntimeObject * L_0 = ___obj0; if (!((CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB *)IsInstClass((RuntimeObject*)L_0, CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertificationRequest)obj; RuntimeObject * L_1 = ___obj0; return ((CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB *)CastclassClass((RuntimeObject*)L_1, CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new CertificationRequest((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * L_4 = (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB *)il2cpp_codegen_object_new(CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB_il2cpp_TypeInfo_var); CertificationRequest__ctor_m13ADE4967930921FADF96D752539FC91A6BCA939(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_001e: { // return null; return (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequest__ctor_mA1585582D54E7220D1A187885C4C639AE89B2771 (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __this, const RuntimeMethod* method) { { // protected CertificationRequest() Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequest__ctor_mDD573FC69D6AED54E4F71CC7548B242793126EC1 (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __this, CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * ___requestInfo0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm1, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___signature2, const RuntimeMethod* method) { { // public CertificationRequest( // CertificationRequestInfo requestInfo, // AlgorithmIdentifier algorithm, // DerBitString signature) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.reqInfo = requestInfo; CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * L_0 = ___requestInfo0; __this->set_reqInfo_2(L_0); // this.sigAlgId = algorithm; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1 = ___algorithm1; __this->set_sigAlgId_3(L_1); // this.sigBits = signature; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_2 = ___signature2; __this->set_sigBits_4(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequest__ctor_m13ADE4967930921FADF96D752539FC91A6BCA939 (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __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; } { // public CertificationRequest( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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)3))) { goto IL_001f; } } { // throw new ArgumentException("Wrong number of elements in sequence", "seq"); 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*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificationRequest__ctor_m13ADE4967930921FADF96D752539FC91A6BCA939_RuntimeMethod_var))); } IL_001f: { // reqInfo = CertificationRequestInfo.GetInstance(seq[0]); 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, 0); CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * L_5; L_5 = CertificationRequestInfo_GetInstance_m97904BC9687099C09D5B8D6DCF2B724F973BA8D0(L_4, /*hidden argument*/NULL); __this->set_reqInfo_2(L_5); // sigAlgId = AlgorithmIdentifier.GetInstance(seq[1]); 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, 1); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_8; L_8 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_7, /*hidden argument*/NULL); __this->set_sigAlgId_3(L_8); // sigBits = DerBitString.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); 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_9, 2); IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_11; L_11 = DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A(L_10, /*hidden argument*/NULL); __this->set_sigBits_4(L_11); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::GetCertificationRequestInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * CertificationRequest_GetCertificationRequestInfo_m3DA85651A0771BD0E8D7ABFA7A63CB156B3314C8 (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __this, const RuntimeMethod* method) { { // return reqInfo; CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * L_0 = __this->get_reqInfo_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::get_SignatureAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CertificationRequest_get_SignatureAlgorithm_m8DC886B96E3B769E1AC087A6C60A0A886EC43480 (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __this, const RuntimeMethod* method) { { // get { return sigAlgId; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_sigAlgId_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::get_Signature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * CertificationRequest_get_Signature_mBBE327B2924306E8C5223CB2CF2D35360F3F372D (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __this, const RuntimeMethod* method) { { // get { return sigBits; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_sigBits_4(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::GetSignatureOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CertificationRequest_GetSignatureOctets_m1A82013BFAAF361769ADA3A467B3CEA419203CBF (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __this, const RuntimeMethod* method) { { // return sigBits.GetOctets(); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_sigBits_4(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetOctets() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequest::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertificationRequest_ToAsn1Object_mC80717A3DDA2FD2391EE9C3B94FCF257777B7356 (CertificationRequest_tF7C5762BE0EFC9D9F716ECC527DE8C9CF152DFCB * __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(reqInfo, sigAlgId, sigBits); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * L_2 = __this->get_reqInfo_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; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = __this->get_sigAlgId_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_6 = __this->get_sigBits_4(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_7 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_7, L_5, /*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.Pkcs.CertificationRequestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * CertificationRequestInfo_GetInstance_m97904BC9687099C09D5B8D6DCF2B724F973BA8D0 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertificationRequestInfo) RuntimeObject * L_0 = ___obj0; if (!((CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C *)IsInstClass((RuntimeObject*)L_0, CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertificationRequestInfo)obj; RuntimeObject * L_1 = ___obj0; return ((CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C *)CastclassClass((RuntimeObject*)L_1, CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new CertificationRequestInfo(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * L_5 = (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C *)il2cpp_codegen_object_new(CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C_il2cpp_TypeInfo_var); CertificationRequestInfo__ctor_m862E4B858459787C2D3A88DE264DF655A11C2547(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequestInfo__ctor_m4B0F18C326F6A00FAA8FE7139B750B73E9E14537 (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject0, SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___pkInfo1, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attributes2, 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; } { // internal DerInteger version = new DerInteger(0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_0, 0, /*hidden argument*/NULL); __this->set_version_2(L_0); // public CertificationRequestInfo( // X509Name subject, // SubjectPublicKeyInfo pkInfo, // Asn1Set attributes) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.subject = subject; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_1 = ___subject0; __this->set_subject_3(L_1); // this.subjectPKInfo = pkInfo; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_2 = ___pkInfo1; __this->set_subjectPKInfo_4(L_2); // this.attributes = attributes; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3 = ___attributes2; __this->set_attributes_5(L_3); // ValidateAttributes(attributes); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_4 = ___attributes2; CertificationRequestInfo_ValidateAttributes_m4EFA120CEA189DE115685B089652CC72E4792184(L_4, /*hidden argument*/NULL); // if (subject == null || version == null || subjectPKInfo == null) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_5 = ___subject0; if (!L_5) { goto IL_0040; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6 = __this->get_version_2(); if (!L_6) { goto IL_0040; } } { SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_7 = __this->get_subjectPKInfo_4(); if (L_7) { goto IL_004b; } } IL_0040: { // throw new ArgumentException( // "Not all mandatory fields set in CertificationRequestInfo generator."); 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_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBDDF7F0C9875FDB9F0ED4882081D64F56B17A8A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificationRequestInfo__ctor_m4B0F18C326F6A00FAA8FE7139B750B73E9E14537_RuntimeMethod_var))); } IL_004b: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequestInfo__ctor_m862E4B858459787C2D3A88DE264DF655A11C2547 (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * V_0 = NULL; { // internal DerInteger version = new DerInteger(0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_0, 0, /*hidden argument*/NULL); __this->set_version_2(L_0); // private CertificationRequestInfo( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // version = (DerInteger) seq[0]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___seq0; NullCheck(L_1); 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_1, 0); __this->set_version_2(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_2, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // subject = X509Name.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); IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_5; L_5 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_4, /*hidden argument*/NULL); __this->set_subject_3(L_5); // subjectPKInfo = SubjectPublicKeyInfo.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); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_8; L_8 = SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471(L_7, /*hidden argument*/NULL); __this->set_subjectPKInfo_4(L_8); // if (seq.Count > 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_9); if ((((int32_t)L_10) <= ((int32_t)3))) { goto IL_006b; } } { // DerTaggedObject tagobj = (DerTaggedObject) seq[3]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = ___seq0; NullCheck(L_11); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12; L_12 = 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, 3); V_0 = ((DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)CastclassClass((RuntimeObject*)L_12, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var)); // attributes = Asn1Set.GetInstance(tagobj, false); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_13 = V_0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_14; L_14 = Asn1Set_GetInstance_mF7CCA894A2717BD028AAD4963E65091C49174BB5(L_13, (bool)0, /*hidden argument*/NULL); __this->set_attributes_5(L_14); } IL_006b: { // ValidateAttributes(attributes); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_15 = __this->get_attributes_5(); CertificationRequestInfo_ValidateAttributes_m4EFA120CEA189DE115685B089652CC72E4792184(L_15, /*hidden argument*/NULL); // if (subject == null || version == null || subjectPKInfo == null) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_16 = __this->get_subject_3(); if (!L_16) { goto IL_008e; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_17 = __this->get_version_2(); if (!L_17) { goto IL_008e; } } { SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_18 = __this->get_subjectPKInfo_4(); if (L_18) { goto IL_0099; } } IL_008e: { // throw new ArgumentException( // "Not all mandatory fields set in CertificationRequestInfo generator."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBDDF7F0C9875FDB9F0ED4882081D64F56B17A8A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificationRequestInfo__ctor_m862E4B858459787C2D3A88DE264DF655A11C2547_RuntimeMethod_var))); } IL_0099: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertificationRequestInfo_get_Version_m913190715D961A82B7457C44009209B0F29DAD34 (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::get_Subject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * CertificationRequestInfo_get_Subject_m7E46BADAC97B7B5704920C26879239B3D2BC3659 (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * __this, const RuntimeMethod* method) { { // get { return subject; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_subject_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::get_SubjectPublicKeyInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * CertificationRequestInfo_get_SubjectPublicKeyInfo_mD7FE6E3A811C67F0208EF97536D5EBCED4558A25 (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * __this, const RuntimeMethod* method) { { // get { return subjectPKInfo; } SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = __this->get_subjectPKInfo_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CertificationRequestInfo_get_Attributes_m0B50303E7D4ED2B98BC0E76C2C975E88E625D234 (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * __this, const RuntimeMethod* method) { { // get { return attributes; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_attributes_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertificationRequestInfo_ToAsn1Object_mF6B7BB86595D043ED5641C6ADDAFC379E8CE0642 (CertificationRequestInfo_t3041B37C5C290BADC8C0362E9283EA64455F0A2C * __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*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector( // version, subject, subjectPKInfo); 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_version_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; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_4 = __this->get_subject_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_6 = __this->get_subjectPKInfo_4(); 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; // if (attributes != null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_8 = __this->get_attributes_5(); if (!L_8) { goto IL_004b; } } { // v.Add(new DerTaggedObject(false, 0, attributes)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_10; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_12 = __this->get_attributes_5(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_13 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_13, (bool)0, 0, L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_13); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); } IL_004b: { // 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; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo::ValidateAttributes(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificationRequestInfo_ValidateAttributes_m4EFA120CEA189DE115685B089652CC72E4792184 (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attributes0, 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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (attributes == null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = ___attributes0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // foreach (Asn1Encodable ae in attributes) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___attributes0; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetEnumerator() */, L_1); V_0 = L_2; } IL_000b: try {// begin try (depth: 1) { goto IL_004e; } IL_000d: { // foreach (Asn1Encodable ae in attributes) 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); // Asn1Object obj = ae.ToAsn1Object(); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_4, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_4, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); // AttributePkcs attr = AttributePkcs.GetInstance(obj); AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * L_6; L_6 = AttributePkcs_GetInstance_m656C5CF689E71FD31C39A81D5411EB28650B5361(L_5, /*hidden argument*/NULL); V_1 = L_6; // if (attr.AttrType.Equals(PkcsObjectIdentifiers.Pkcs9AtChallengePassword)) AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * L_7 = V_1; NullCheck(L_7); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8; L_8 = AttributePkcs_get_AttrType_mF5D976920F85D12285E9CB8FB79F1D6AAD531AA4_inline(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs9AtChallengePassword_55(); NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9); if (!L_10) { goto IL_004e; } } IL_0035: { // if (attr.AttrValues.Count != 1) AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * L_11 = V_1; NullCheck(L_11); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_12; L_12 = AttributePkcs_get_AttrValues_mDACA865D568C034E22EF1440C5B37593EA872909_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Count() */, L_12); if ((((int32_t)L_13) == ((int32_t)1))) { goto IL_004e; } } IL_0043: { // throw new ArgumentException("challengePassword attribute must have one value"); 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_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA0409248E47D53C79582ED44348607BA761E621)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificationRequestInfo_ValidateAttributes_m4EFA120CEA189DE115685B089652CC72E4792184_RuntimeMethod_var))); } IL_004e: { // foreach (Asn1Encodable ae in attributes) 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_000d; } } IL_0056: { IL2CPP_LEAVE(0x69, FINALLY_0058); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: {// 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_0068; } } IL_0062: { RuntimeObject* L_19 = V_2; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_0068: { IL2CPP_END_FINALLY(88) } }// end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x69, IL_0069) } IL_0069: { // } 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.CertifiedKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertifiedKeyPair__ctor_m475BB3A231925894F12E80431C09A3FC8BC38504 (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_0 = NULL; { // private CertifiedKeyPair(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // certOrEncCert = CertOrEncCert.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); CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * L_2; L_2 = CertOrEncCert_GetInstance_m1E3D9446E04B824DA90DBBF6A9B520F2927EE3C7(L_1, /*hidden argument*/NULL); __this->set_certOrEncCert_2(L_2); // 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_0091; } } { // if (seq.Count == 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0063; } } { // Asn1TaggedObject tagged = Asn1TaggedObject.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); 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_7, 1); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_9; L_9 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_8, /*hidden argument*/NULL); V_0 = L_9; // if (tagged.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0051; } } { // privateKey = EncryptedValue.GetInstance(tagged.GetObject()); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_12 = V_0; NullCheck(L_12); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13; L_13 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_12, /*hidden argument*/NULL); EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_14; L_14 = EncryptedValue_GetInstance_m1F986D2A3F7F8D364B267E89BFDAA52DBC51A5BC(L_13, /*hidden argument*/NULL); __this->set_privateKey_3(L_14); // } return; } IL_0051: { // publicationInfo = PkiPublicationInfo.GetInstance(tagged.GetObject()); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_15 = V_0; NullCheck(L_15); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_16; L_16 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_15, /*hidden argument*/NULL); PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * L_17; L_17 = PkiPublicationInfo_GetInstance_mE1065FB8AFD3A6173AA7C77A90ACBD7B51BAB0F4(L_16, /*hidden argument*/NULL); __this->set_publicationInfo_4(L_17); // } return; } IL_0063: { // privateKey = EncryptedValue.GetInstance(Asn1TaggedObject.GetInstance(seq[1])); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = ___seq0; NullCheck(L_18); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_19; L_19 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_18, 1); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_20; L_20 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_19, /*hidden argument*/NULL); EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_21; L_21 = EncryptedValue_GetInstance_m1F986D2A3F7F8D364B267E89BFDAA52DBC51A5BC(L_20, /*hidden argument*/NULL); __this->set_privateKey_3(L_21); // publicationInfo = PkiPublicationInfo.GetInstance(Asn1TaggedObject.GetInstance(seq[2])); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_22 = ___seq0; NullCheck(L_22); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_23; L_23 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_22, 2); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_24; L_24 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_23, /*hidden argument*/NULL); PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * L_25; L_25 = PkiPublicationInfo_GetInstance_mE1065FB8AFD3A6173AA7C77A90ACBD7B51BAB0F4(L_24, /*hidden argument*/NULL); __this->set_publicationInfo_4(L_25); } IL_0091: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * CertifiedKeyPair_GetInstance_m7EFA59C6E4B3B2F1863EEBB028F2593BD2CD41B8 (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*)&CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CertifiedKeyPair) RuntimeObject * L_0 = ___obj0; if (!((CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 *)IsInstClass((RuntimeObject*)L_0, CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CertifiedKeyPair)obj; RuntimeObject * L_1 = ___obj0; return ((CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 *)CastclassClass((RuntimeObject*)L_1, CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807_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 CertifiedKeyPair((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * L_4 = (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 *)il2cpp_codegen_object_new(CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807_il2cpp_TypeInfo_var); CertifiedKeyPair__ctor_m475BB3A231925894F12E80431C09A3FC8BC38504(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*)&CertifiedKeyPair_GetInstance_m7EFA59C6E4B3B2F1863EEBB028F2593BD2CD41B8_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertifiedKeyPair__ctor_m8F3CFFE092C9EC42603378A55716186455AA5668 (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __this, CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * ___certOrEncCert0, const RuntimeMethod* method) { { // : this(certOrEncCert, null, null) CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * L_0 = ___certOrEncCert0; CertifiedKeyPair__ctor_m8D509A43489340EADD848A830D3E409D342EF1C9(__this, L_0, (EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 *)NULL, (PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertifiedKeyPair__ctor_m8D509A43489340EADD848A830D3E409D342EF1C9 (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __this, CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * ___certOrEncCert0, EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * ___privateKey1, PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * ___publicationInfo2, const RuntimeMethod* method) { { // public CertifiedKeyPair( // CertOrEncCert certOrEncCert, // EncryptedValue privateKey, // PkiPublicationInfo publicationInfo // ) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (certOrEncCert == null) CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * L_0 = ___certOrEncCert0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("certOrEncCert"); 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*)&_stringLiteralAF818C7656BB6A81CF4696DAA976C84EB8A86005)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertifiedKeyPair__ctor_m8D509A43489340EADD848A830D3E409D342EF1C9_RuntimeMethod_var))); } IL_0014: { // this.certOrEncCert = certOrEncCert; CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * L_2 = ___certOrEncCert0; __this->set_certOrEncCert_2(L_2); // this.privateKey = privateKey; EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_3 = ___privateKey1; __this->set_privateKey_3(L_3); // this.publicationInfo = publicationInfo; PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * L_4 = ___publicationInfo2; __this->set_publicationInfo_4(L_4); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertOrEncCert BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::get_CertOrEncCert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * CertifiedKeyPair_get_CertOrEncCert_mF20942C749C299A78793F16652FAFB626206EB00 (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __this, const RuntimeMethod* method) { { // get { return certOrEncCert; } CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * L_0 = __this->get_certOrEncCert_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.EncryptedValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::get_PrivateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * CertifiedKeyPair_get_PrivateKey_m7C327969C0AB896CC841F00DB81FE8266A9F074E (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __this, const RuntimeMethod* method) { { // get { return privateKey; } EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_0 = __this->get_privateKey_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::get_PublicationInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * CertifiedKeyPair_get_PublicationInfo_m85805AA362E6B5486E27927B4006C05B0DD31AC2 (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __this, const RuntimeMethod* method) { { // get { return publicationInfo; } PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * L_0 = __this->get_publicationInfo_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CertifiedKeyPair_ToAsn1Object_m276FAA3DABBC593C57BC62732EB0D8025579BEDA (CertifiedKeyPair_t50EB833AED8814B77F5F26FD6F653B3C8A31B807 * __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*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(certOrEncCert); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; CertOrEncCert_t46D5B3CC01E21697A45ED1E8CE163196BEF34BA0 * L_2 = __this->get_certOrEncCert_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 (privateKey != null) EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_4 = __this->get_privateKey_3(); if (!L_4) { goto IL_0039; } } { // v.Add(new DerTaggedObject(true, 0, privateKey)); 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; EncryptedValue_t2141D38B30370A8572D08139F2050710E69196A1 * L_8 = __this->get_privateKey_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_9 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_9, (bool)1, 0, L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); } IL_0039: { // if (publicationInfo != null) PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * L_10 = __this->get_publicationInfo_4(); if (!L_10) { goto IL_005d; } } { // v.Add(new DerTaggedObject(true, 1, publicationInfo)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_11 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_13 = L_12; PkiPublicationInfo_t6895A4B735CC2E8886D91C57BBF896ADF0A83DEC * L_14 = __this->get_publicationInfo_4(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_15 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_15, (bool)1, 1, L_14, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_15); NullCheck(L_11); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_11, L_13, /*hidden argument*/NULL); } IL_005d: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_17 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_17, L_16, /*hidden argument*/NULL); return L_17; } } #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.Modes.CfbBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipher__ctor_m21B4469529488647F1525CF0580D5FD2A38045CF (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, RuntimeObject* ___cipher0, int32_t ___bitBlockSize1, 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*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CfbBlockCipher( // IBlockCipher cipher, // int bitBlockSize) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.cipher = cipher; RuntimeObject* L_0 = ___cipher0; __this->set_cipher_5(L_0); // this.blockSize = bitBlockSize / 8; int32_t L_1 = ___bitBlockSize1; __this->set_blockSize_4(((int32_t)((int32_t)L_1/(int32_t)8))); // this.IV = new byte[cipher.GetBlockSize()]; RuntimeObject* L_2 = ___cipher0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_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_IV_0(L_4); // this.cfbV = new byte[cipher.GetBlockSize()]; RuntimeObject* L_5 = ___cipher0; NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); __this->set_cfbV_1(L_7); // this.cfbOutV = new byte[cipher.GetBlockSize()]; RuntimeObject* L_8 = ___cipher0; NullCheck(L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_9); __this->set_cfbOutV_2(L_10); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::GetUnderlyingCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CfbBlockCipher_GetUnderlyingCipher_m16A108CECF70FEB202591E84C00894EB91FE06FE (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, const RuntimeMethod* method) { { // return cipher; RuntimeObject* L_0 = __this->get_cipher_5(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipher_Init_mB71BA23627DF7D648A043306ED98BBE3189E4927 (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_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; { // this.encrypting = forEncryption; bool L_0 = ___forEncryption0; __this->set_encrypting_3(L_0); // if (parameters is ParametersWithIV) RuntimeObject* L_1 = ___parameters1; if (!((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_1, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))) { goto IL_004e; } } { // ParametersWithIV ivParam = (ParametersWithIV) parameters; RuntimeObject* L_2 = ___parameters1; // byte[] iv = ivParam.GetIV(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_3 = ((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)CastclassClass((RuntimeObject*)L_2, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var)); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B(L_3, /*hidden argument*/NULL); V_0 = L_4; // int diff = IV.Length - iv.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_IV_0(); NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))); // Array.Copy(iv, 0, IV, diff, iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_IV_0(); int32_t L_9 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_10); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_8, L_9, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), /*hidden argument*/NULL); // Array.Clear(IV, 0, diff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_IV_0(); int32_t L_12 = V_1; Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_11, 0, L_12, /*hidden argument*/NULL); // parameters = ivParam.Parameters; NullCheck(L_3); RuntimeObject* L_13; L_13 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(L_3, /*hidden argument*/NULL); ___parameters1 = L_13; } IL_004e: { // Reset(); CfbBlockCipher_Reset_mADBA8D039A500F3150F2397030E158982F08AB6A(__this, /*hidden argument*/NULL); // if (parameters != null) RuntimeObject* L_14 = ___parameters1; if (!L_14) { goto IL_0064; } } { // cipher.Init(true, parameters); RuntimeObject* L_15 = __this->get_cipher_5(); RuntimeObject* L_16 = ___parameters1; NullCheck(L_15); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_15, (bool)1, L_16); } IL_0064: { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CfbBlockCipher_get_AlgorithmName_mC2026BB9C4D70F24301BD25F8205186FF6349C70 (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65D1B0E1FA928C5674E15C89FEC7B4B01353ACBF); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // get { return cipher.AlgorithmName + "/CFB" + (blockSize * 8); } RuntimeObject* L_0 = __this->get_cipher_5(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); int32_t L_2 = __this->get_blockSize_4(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)8)); String_t* L_3; L_3 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_1, _stringLiteral65D1B0E1FA928C5674E15C89FEC7B4B01353ACBF, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CfbBlockCipher_get_IsPartialBlockOkay_m0EEA5F9DC3F1EF6E0FF3F78CD79C6D8CDED55B73 (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, const RuntimeMethod* method) { { // get { return true; } return (bool)1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CfbBlockCipher_GetBlockSize_mBF008E9F95EBFA3565585E4038E72A5DA8BF7F47 (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, const RuntimeMethod* method) { { // return blockSize; int32_t L_0 = __this->get_blockSize_4(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CfbBlockCipher_ProcessBlock_m9D64E5C8C79D759287C24806AB8778E0A2847B58 (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { { // return (encrypting) // ? EncryptBlock(input, inOff, output, outOff) // : DecryptBlock(input, inOff, output, outOff); bool L_0 = __this->get_encrypting_3(); if (L_0) { goto IL_0014; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___output2; int32_t L_4 = ___outOff3; int32_t L_5; L_5 = CfbBlockCipher_DecryptBlock_m14FEC04F201695822263E60755E810144FF7386D(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___output2; int32_t L_9 = ___outOff3; int32_t L_10; L_10 = CfbBlockCipher_EncryptBlock_mD9714860DDE73781E50FEF07C68AB5934DE55FDF(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CfbBlockCipher_EncryptBlock_mD9714860DDE73781E50FEF07C68AB5934DE55FDF (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if ((inOff + blockSize) > input.Length) int32_t L_0 = ___inOff1; int32_t L_1 = __this->get_blockSize_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_0018; } } { // throw new DataLengthException("input buffer too short"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_3 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CfbBlockCipher_EncryptBlock_mD9714860DDE73781E50FEF07C68AB5934DE55FDF_RuntimeMethod_var))); } IL_0018: { // if ((outOff + blockSize) > outBytes.Length) int32_t L_4 = ___outOff3; int32_t L_5 = __this->get_blockSize_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes2; NullCheck(L_6); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0031; } } { // throw new DataLengthException("output buffer too short"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_7 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CfbBlockCipher_EncryptBlock_mD9714860DDE73781E50FEF07C68AB5934DE55FDF_RuntimeMethod_var))); } IL_0031: { // cipher.ProcessBlock(cfbV, 0, cfbOutV, 0); RuntimeObject* L_8 = __this->get_cipher_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_cfbV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_cfbOutV_2(); NullCheck(L_8); int32_t L_11; L_11 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_8, L_9, 0, L_10, 0); // for (int i = 0; i < blockSize; i++) V_0 = 0; goto IL_0068; } IL_004f: { // outBytes[outOff + i] = (byte)(cfbOutV[i] ^ input[inOff + i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___outBytes2; int32_t L_13 = ___outOff3; int32_t L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_cfbOutV_2(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___input0; int32_t L_20 = ___inOff1; int32_t L_21 = V_0; NullCheck(L_19); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); uint8_t L_23 = (L_19)->GetAt(static_cast(L_22)); NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_18^(int32_t)L_23))))); // for (int i = 0; i < blockSize; i++) int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0068: { // for (int i = 0; i < blockSize; i++) int32_t L_25 = V_0; int32_t L_26 = __this->get_blockSize_4(); if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_004f; } } { // Array.Copy(cfbV, blockSize, cfbV, 0, cfbV.Length - blockSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_cfbV_1(); int32_t L_28 = __this->get_blockSize_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_cfbV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = __this->get_cfbV_1(); NullCheck(L_30); int32_t L_31 = __this->get_blockSize_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_27, L_28, (RuntimeArray *)(RuntimeArray *)L_29, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))), (int32_t)L_31)), /*hidden argument*/NULL); // Array.Copy(outBytes, outOff, cfbV, cfbV.Length - blockSize, blockSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___outBytes2; int32_t L_33 = ___outOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = __this->get_cfbV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get_cfbV_1(); NullCheck(L_35); int32_t L_36 = __this->get_blockSize_4(); int32_t L_37 = __this->get_blockSize_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_32, L_33, (RuntimeArray *)(RuntimeArray *)L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))), (int32_t)L_36)), L_37, /*hidden argument*/NULL); // return blockSize; int32_t L_38 = __this->get_blockSize_4(); return L_38; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CfbBlockCipher_DecryptBlock_m14FEC04F201695822263E60755E810144FF7386D (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if ((inOff + blockSize) > input.Length) int32_t L_0 = ___inOff1; int32_t L_1 = __this->get_blockSize_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_0018; } } { // throw new DataLengthException("input buffer too short"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_3 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CfbBlockCipher_DecryptBlock_m14FEC04F201695822263E60755E810144FF7386D_RuntimeMethod_var))); } IL_0018: { // if ((outOff + blockSize) > outBytes.Length) int32_t L_4 = ___outOff3; int32_t L_5 = __this->get_blockSize_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes2; NullCheck(L_6); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0031; } } { // throw new DataLengthException("output buffer too short"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_7 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CfbBlockCipher_DecryptBlock_m14FEC04F201695822263E60755E810144FF7386D_RuntimeMethod_var))); } IL_0031: { // cipher.ProcessBlock(cfbV, 0, cfbOutV, 0); RuntimeObject* L_8 = __this->get_cipher_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_cfbV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_cfbOutV_2(); NullCheck(L_8); int32_t L_11; L_11 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_8, L_9, 0, L_10, 0); // Array.Copy(cfbV, blockSize, cfbV, 0, cfbV.Length - blockSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_cfbV_1(); int32_t L_13 = __this->get_blockSize_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_cfbV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_cfbV_1(); NullCheck(L_15); int32_t L_16 = __this->get_blockSize_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, L_13, (RuntimeArray *)(RuntimeArray *)L_14, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16)), /*hidden argument*/NULL); // Array.Copy(input, inOff, cfbV, cfbV.Length - blockSize, blockSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___input0; int32_t L_18 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_cfbV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_cfbV_1(); NullCheck(L_20); int32_t L_21 = __this->get_blockSize_4(); int32_t L_22 = __this->get_blockSize_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_17, L_18, (RuntimeArray *)(RuntimeArray *)L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))), (int32_t)L_21)), L_22, /*hidden argument*/NULL); // for (int i = 0; i < blockSize; i++) V_0 = 0; goto IL_00b1; } IL_0098: { // outBytes[outOff + i] = (byte)(cfbOutV[i] ^ input[inOff + i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ___outBytes2; int32_t L_24 = ___outOff3; int32_t L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_cfbOutV_2(); int32_t L_27 = V_0; NullCheck(L_26); int32_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___input0; int32_t L_31 = ___inOff1; int32_t L_32 = V_0; NullCheck(L_30); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); uint8_t L_34 = (L_30)->GetAt(static_cast(L_33)); NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_29^(int32_t)L_34))))); // for (int i = 0; i < blockSize; i++) int32_t L_35 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00b1: { // for (int i = 0; i < blockSize; i++) int32_t L_36 = V_0; int32_t L_37 = __this->get_blockSize_4(); if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0098; } } { // return blockSize; int32_t L_38 = __this->get_blockSize_4(); return L_38; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CfbBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipher_Reset_mADBA8D039A500F3150F2397030E158982F08AB6A (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Array.Copy(IV, 0, cfbV, 0, IV.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_IV_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_cfbV_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_IV_0(); NullCheck(L_2); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); // cipher.Reset(); RuntimeObject* L_3 = __this->get_cipher_5(); NullCheck(L_3); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Reset() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_3); // } 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.Crypto.Macs.CfbBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac__ctor_mAB4A4A75402BB144F524E3B1D1EBC7CFFC1E63E1 (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(cipher, 8, (cipher.GetBlockSize() * 8) / 2, null) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___cipher0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_1); CfbBlockCipherMac__ctor_mA44D026E9CCB67D77B78D572B90504EB4255537C(__this, L_0, 8, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)8))/(int32_t)2)), (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac__ctor_mFA5F6DFC631621E451B4D8F5531AE08A23FEB37D (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, RuntimeObject* ___cipher0, RuntimeObject* ___padding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(cipher, 8, (cipher.GetBlockSize() * 8) / 2, padding) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___cipher0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_1); RuntimeObject* L_3 = ___padding1; CfbBlockCipherMac__ctor_mA44D026E9CCB67D77B78D572B90504EB4255537C(__this, L_0, 8, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)8))/(int32_t)2)), L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac__ctor_mEF22BEAB5AEA16378E90DE62327C21754B060830 (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, RuntimeObject* ___cipher0, int32_t ___cfbBitSize1, int32_t ___macSizeInBits2, const RuntimeMethod* method) { { // : this(cipher, cfbBitSize, macSizeInBits, null) RuntimeObject* L_0 = ___cipher0; int32_t L_1 = ___cfbBitSize1; int32_t L_2 = ___macSizeInBits2; CfbBlockCipherMac__ctor_mA44D026E9CCB67D77B78D572B90504EB4255537C(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac__ctor_mA44D026E9CCB67D77B78D572B90504EB4255537C (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, RuntimeObject* ___cipher0, int32_t ___cfbBitSize1, int32_t ___macSizeInBits2, RuntimeObject* ___padding3, 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*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CfbBlockCipherMac( // IBlockCipher cipher, // int cfbBitSize, // int macSizeInBits, // IBlockCipherPadding padding) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if ((macSizeInBits % 8) != 0) int32_t L_0 = ___macSizeInBits2; if (!((int32_t)((int32_t)L_0%(int32_t)8))) { goto IL_0016; } } { // throw new ArgumentException("MAC size must be multiple of 8"); 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*)&_stringLiteralFA1C93C4701E9DEBBB21F7804FB0D557305BF116)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CfbBlockCipherMac__ctor_mA44D026E9CCB67D77B78D572B90504EB4255537C_RuntimeMethod_var))); } IL_0016: { // mac = new byte[cipher.GetBlockSize()]; RuntimeObject* L_2 = ___cipher0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_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_mac_0(L_4); // this.cipher = new MacCFBBlockCipher(cipher, cfbBitSize); RuntimeObject* L_5 = ___cipher0; int32_t L_6 = ___cfbBitSize1; MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_7 = (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 *)il2cpp_codegen_object_new(MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6_il2cpp_TypeInfo_var); MacCFBBlockCipher__ctor_mDAB61B48377FC074765CFCD30613D30A6CBEEA63(L_7, L_5, L_6, /*hidden argument*/NULL); __this->set_cipher_3(L_7); // this.padding = padding; RuntimeObject* L_8 = ___padding3; __this->set_padding_4(L_8); // this.macSize = macSizeInBits / 8; int32_t L_9 = ___macSizeInBits2; __this->set_macSize_5(((int32_t)((int32_t)L_9/(int32_t)8))); // Buffer = new byte[this.cipher.GetBlockSize()]; MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_10 = __this->get_cipher_3(); NullCheck(L_10); int32_t L_11; L_11 = MacCFBBlockCipher_GetBlockSize_m178A2BE4A1AE9FC840D6EB34647A47658D8E94B9_inline(L_10, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_11); __this->set_Buffer_1(L_12); // bufOff = 0; __this->set_bufOff_2(0); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CfbBlockCipherMac_get_AlgorithmName_mDD33DB6DA96461F81B42486D4177AD21AE61A79F (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, const RuntimeMethod* method) { { // get { return cipher.AlgorithmName; } MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_0 = __this->get_cipher_3(); NullCheck(L_0); String_t* L_1; L_1 = MacCFBBlockCipher_get_AlgorithmName_mA0A98247B53EA9FE961D476A69C4F0E543F1926F(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac_Init_m99D64681B4D61DD69AC37A4D5C91CFF3997D9216 (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { { // Reset(); CfbBlockCipherMac_Reset_mFC2B93D9C305B46B42E093C6D48FCBDDB85166B7(__this, /*hidden argument*/NULL); // cipher.Init(true, parameters); MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_0 = __this->get_cipher_3(); RuntimeObject* L_1 = ___parameters0; NullCheck(L_0); MacCFBBlockCipher_Init_m2112A2005C8A4B9E5856CC8FDB308655BC0E8978(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::GetMacSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CfbBlockCipherMac_GetMacSize_m49D40B42B235630825477D92E06E9984B578EDB1 (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, const RuntimeMethod* method) { { // return macSize; int32_t L_0 = __this->get_macSize_5(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac_Update_m97364A2799279D0CFE02624F4EDB5C0A486499EB (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, uint8_t ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (bufOff == Buffer.Length) int32_t L_0 = __this->get_bufOff_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_Buffer_1(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0031; } } { // cipher.ProcessBlock(Buffer, 0, mac, 0); MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_2 = __this->get_cipher_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_Buffer_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_mac_0(); NullCheck(L_2); int32_t L_5; L_5 = MacCFBBlockCipher_ProcessBlock_m5A15202C2A68B9FE43C194597A4EFAAACF373AAD(L_2, L_3, 0, L_4, 0, /*hidden argument*/NULL); // bufOff = 0; __this->set_bufOff_2(0); } IL_0031: { // Buffer[bufOff++] = input; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_Buffer_1(); int32_t L_7 = __this->get_bufOff_2(); V_0 = L_7; int32_t L_8 = V_0; __this->set_bufOff_2(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; uint8_t L_10 = ___input0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac_BlockUpdate_m54A90CBA37F327A9CD996460791D3CFB9F5D2F8E (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // if (len < 0) int32_t L_0 = ___len2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { // throw new ArgumentException("Can't have a negative input length!"); 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*)&_stringLiteralF8E97A2EC91B9BC5BE9457E4364E5C15F95B7FDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CfbBlockCipherMac_BlockUpdate_m54A90CBA37F327A9CD996460791D3CFB9F5D2F8E_RuntimeMethod_var))); } IL_000f: { // int blockSize = cipher.GetBlockSize(); MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_2 = __this->get_cipher_3(); NullCheck(L_2); int32_t L_3; L_3 = MacCFBBlockCipher_GetBlockSize_m178A2BE4A1AE9FC840D6EB34647A47658D8E94B9_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; // int resultLen = 0; V_1 = 0; // int gapLen = blockSize - bufOff; int32_t L_4 = V_0; int32_t L_5 = __this->get_bufOff_2(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); // if (len > gapLen) int32_t L_6 = ___len2; int32_t L_7 = V_2; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0092; } } { // Array.Copy(input, inOff, Buffer, bufOff, gapLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_Buffer_1(); int32_t L_11 = __this->get_bufOff_2(); int32_t L_12 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_8, L_9, (RuntimeArray *)(RuntimeArray *)L_10, L_11, L_12, /*hidden argument*/NULL); // resultLen += cipher.ProcessBlock(Buffer, 0, mac, 0); int32_t L_13 = V_1; MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_14 = __this->get_cipher_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_Buffer_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_mac_0(); NullCheck(L_14); int32_t L_17; L_17 = MacCFBBlockCipher_ProcessBlock_m5A15202C2A68B9FE43C194597A4EFAAACF373AAD(L_14, L_15, 0, L_16, 0, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_17)); // bufOff = 0; __this->set_bufOff_2(0); // len -= gapLen; int32_t L_18 = ___len2; int32_t L_19 = V_2; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)); // inOff += gapLen; int32_t L_20 = ___inOff1; int32_t L_21 = V_2; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); goto IL_008e; } IL_006d: { // resultLen += cipher.ProcessBlock(input, inOff, mac, 0); int32_t L_22 = V_1; MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_23 = __this->get_cipher_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___input0; int32_t L_25 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_mac_0(); NullCheck(L_23); int32_t L_27; L_27 = MacCFBBlockCipher_ProcessBlock_m5A15202C2A68B9FE43C194597A4EFAAACF373AAD(L_23, L_24, L_25, L_26, 0, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_27)); // len -= blockSize; int32_t L_28 = ___len2; int32_t L_29 = V_0; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)); // inOff += blockSize; int32_t L_30 = ___inOff1; int32_t L_31 = V_0; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); } IL_008e: { // while (len > blockSize) int32_t L_32 = ___len2; int32_t L_33 = V_0; if ((((int32_t)L_32) > ((int32_t)L_33))) { goto IL_006d; } } IL_0092: { // Array.Copy(input, inOff, Buffer, bufOff, len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___input0; int32_t L_35 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = __this->get_Buffer_1(); int32_t L_37 = __this->get_bufOff_2(); int32_t L_38 = ___len2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_34, L_35, (RuntimeArray *)(RuntimeArray *)L_36, L_37, L_38, /*hidden argument*/NULL); // bufOff += len; int32_t L_39 = __this->get_bufOff_2(); int32_t L_40 = ___len2; __this->set_bufOff_2(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CfbBlockCipherMac_DoFinal_mF1BA3149B7AB424D45846DF8AD7EDB5EE0B03AD7 (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipherPadding_tB763377AFF8689A1943474E2044E0C2CF829F42D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int blockSize = cipher.GetBlockSize(); MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_0 = __this->get_cipher_3(); NullCheck(L_0); int32_t L_1; L_1 = MacCFBBlockCipher_GetBlockSize_m178A2BE4A1AE9FC840D6EB34647A47658D8E94B9_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (this.padding == null) RuntimeObject* L_2 = __this->get_padding_4(); if (L_2) { goto IL_003a; } } { goto IL_002f; } IL_0016: { // Buffer[bufOff++] = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_Buffer_1(); int32_t L_4 = __this->get_bufOff_2(); V_1 = L_4; int32_t L_5 = V_1; __this->set_bufOff_2(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_1; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)0); } IL_002f: { // while (bufOff < blockSize) int32_t L_7 = __this->get_bufOff_2(); int32_t L_8 = V_0; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0016; } } { // } goto IL_0052; } IL_003a: { // padding.AddPadding(Buffer, bufOff); RuntimeObject* L_9 = __this->get_padding_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_Buffer_1(); int32_t L_11 = __this->get_bufOff_2(); NullCheck(L_9); int32_t L_12; L_12 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding::AddPadding(System.Byte[],System.Int32) */, IBlockCipherPadding_tB763377AFF8689A1943474E2044E0C2CF829F42D_il2cpp_TypeInfo_var, L_9, L_10, L_11); } IL_0052: { // cipher.ProcessBlock(Buffer, 0, mac, 0); MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_13 = __this->get_cipher_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_Buffer_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_mac_0(); NullCheck(L_13); int32_t L_16; L_16 = MacCFBBlockCipher_ProcessBlock_m5A15202C2A68B9FE43C194597A4EFAAACF373AAD(L_13, L_14, 0, L_15, 0, /*hidden argument*/NULL); // cipher.GetMacBlock(mac); MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_17 = __this->get_cipher_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_mac_0(); NullCheck(L_17); MacCFBBlockCipher_GetMacBlock_m24D0B0D24517AD585176D205ABBF9D1742709C0B(L_17, L_18, /*hidden argument*/NULL); // Array.Copy(mac, 0, output, outOff, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_mac_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___output0; int32_t L_21 = ___outOff1; int32_t L_22 = __this->get_macSize_5(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, L_21, L_22, /*hidden argument*/NULL); // Reset(); CfbBlockCipherMac_Reset_mFC2B93D9C305B46B42E093C6D48FCBDDB85166B7(__this, /*hidden argument*/NULL); // return macSize; int32_t L_23 = __this->get_macSize_5(); return L_23; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CfbBlockCipherMac_Reset_mFC2B93D9C305B46B42E093C6D48FCBDDB85166B7 (CfbBlockCipherMac_tD130DD93881B1BE74985184C17744A65B641325D * __this, const RuntimeMethod* method) { { // Array.Clear(Buffer, 0, Buffer.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_Buffer_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_Buffer_1(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // bufOff = 0; __this->set_bufOff_2(0); // cipher.Reset(); MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * L_2 = __this->get_cipher_3(); NullCheck(L_2); MacCFBBlockCipher_Reset_mA50FD3563DBD31C2E0F746EBEF22213DFC2705DD(L_2, /*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.Crypto.Engines.ChaCha7539Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaCha7539Engine__ctor_m44386767FD2CF3EF3F6FF5832DE9F1765F222E21 (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ChaCha7539Engine() IL2CPP_RUNTIME_CLASS_INIT(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); Salsa20Engine__ctor_m7A3B8728EA88D12E579CC94128053C95DE2AD974(__this, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ChaCha7539Engine_get_AlgorithmName_m468BDD6F26E0AC12882CA45C45D4FEB66C0A0272 (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC58461CAFDE9F42A8C43A6AD1547BCEFB036D2B1); s_Il2CppMethodInitialized = true; } { // get { return "ChaCha7539" + rounds; } int32_t* L_0 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_address_of_rounds_5(); String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC58461CAFDE9F42A8C43A6AD1547BCEFB036D2B1, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine::get_NonceSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChaCha7539Engine_get_NonceSize_mC29B64C4B192EEE0E70EEFB33C742C1272F0B344 (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * __this, const RuntimeMethod* method) { { // get { return 12; } return ((int32_t)12); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine::AdvanceCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaCha7539Engine_AdvanceCounter_m6963A7800BCE9AB740B5B0BACD267A3638585ADD (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { // if (++engineState[12] == 0) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); NullCheck(L_0); uint32_t* L_1 = ((L_0)->GetAddressAt(static_cast(((int32_t)12)))); int32_t L_2 = *((uint32_t*)L_1); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); uint32_t L_3 = V_0; *((int32_t*)L_1) = (int32_t)L_3; uint32_t L_4 = V_0; if (L_4) { goto IL_0022; } } { // throw new InvalidOperationException("attempt to increase counter past 2^32."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8DB4F119230051C7FB62FC8756E461D63166CBAB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ChaCha7539Engine_AdvanceCounter_m6963A7800BCE9AB740B5B0BACD267A3638585ADD_RuntimeMethod_var))); } IL_0022: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine::ResetCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaCha7539Engine_ResetCounter_mA59928603F724A7836C8AB7677228F79EFFC8200 (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * __this, const RuntimeMethod* method) { { // engineState[12] = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)12)), (uint32_t)0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine::SetKey(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaCha7539Engine_SetKey_m5EF80614E933ED5B9EA70AD44DA067C8A088716A (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyBytes0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ivBytes1, const RuntimeMethod* method) { { // if (keyBytes != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___keyBytes0; if (!L_0) { goto IL_003f; } } { // if (keyBytes.Length != 32) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___keyBytes0; NullCheck(L_1); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) == ((int32_t)((int32_t)32)))) { goto IL_0020; } } { // throw new ArgumentException(AlgorithmName + " requires 256 bit key"); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::get_AlgorithmName() */, __this); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0051196F9E9F71A99B511B8F86E27E16B095E90)), /*hidden argument*/NULL); 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, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ChaCha7539Engine_SetKey_m5EF80614E933ED5B9EA70AD44DA067C8A088716A_RuntimeMethod_var))); } IL_0020: { // PackTauOrSigma(keyBytes.Length, engineState, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___keyBytes0; NullCheck(L_5); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); Salsa20Engine_PackTauOrSigma_m1FA6625F74A6A11061C0573ADCAD5A693F1052C2(__this, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), L_6, 0, /*hidden argument*/NULL); // Pack.LE_To_UInt32(keyBytes, 0, engineState, 4, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___keyBytes0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); Pack_LE_To_UInt32_mBBCA4BA6D7B002E80F95D10BEF88002C1B27FBE8(L_7, 0, L_8, 4, 8, /*hidden argument*/NULL); } IL_003f: { // Pack.LE_To_UInt32(ivBytes, 0, engineState, 13, 3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___ivBytes1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); Pack_LE_To_UInt32_mBBCA4BA6D7B002E80F95D10BEF88002C1B27FBE8(L_9, 0, L_10, ((int32_t)13), 3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine::GenerateKeyStream(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaCha7539Engine_GenerateKeyStream_m35CF45FF82F4E5896422816549218181131DBA23 (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, const RuntimeMethod* method) { { // ChaChaEngine.ChachaCore(rounds, engineState, x); int32_t L_0 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_rounds_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_x_8(); ChaChaEngine_ChachaCore_m34D1FB6D55F645F54D587D656567489CB5D98485(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt32_To_LE(x, output, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_x_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; Pack_UInt32_To_LE_mE61BBCD11D82B8659D08CE8AC4A814BAFFCA4A95(L_3, L_4, 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.Crypto.Engines.ChaChaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaChaEngine__ctor_mD4991EC0720430376D3C52B19BC9991B4EFC13B1 (ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ChaChaEngine() IL2CPP_RUNTIME_CLASS_INIT(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); Salsa20Engine__ctor_m7A3B8728EA88D12E579CC94128053C95DE2AD974(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaChaEngine__ctor_m0518A9F66EC5C39EAABD327718BF842F3380B7F6 (ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771 * __this, int32_t ___rounds0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(rounds) int32_t L_0 = ___rounds0; IL2CPP_RUNTIME_CLASS_INIT(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); Salsa20Engine__ctor_m3FB3D6B66E8597DCDE45E81B78026E1421E9896E(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ChaChaEngine_get_AlgorithmName_mF03E8AF40A31F10FCBE19454517A3309C2F02889 (ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7A1B3A12644ED181F2EAD1A985AF1E0FEA70551); s_Il2CppMethodInitialized = true; } { // get { return "ChaCha" + rounds; } int32_t* L_0 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_address_of_rounds_5(); String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralD7A1B3A12644ED181F2EAD1A985AF1E0FEA70551, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine::AdvanceCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaChaEngine_AdvanceCounter_m814ABA177D91BCF501DD9685BF04DF41D28E5501 (ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { // if (++engineState[12] == 0) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); NullCheck(L_0); uint32_t* L_1 = ((L_0)->GetAddressAt(static_cast(((int32_t)12)))); int32_t L_2 = *((uint32_t*)L_1); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); uint32_t L_3 = V_0; *((int32_t*)L_1) = (int32_t)L_3; uint32_t L_4 = V_0; if (L_4) { goto IL_0029; } } { // ++engineState[13]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); NullCheck(L_5); uint32_t* L_6 = ((L_5)->GetAddressAt(static_cast(((int32_t)13)))); int32_t L_7 = *((uint32_t*)L_6); *((int32_t*)L_6) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0029: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine::ResetCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaChaEngine_ResetCounter_m7C12E8C532D0334FA5A555BE51743298358B9E1A (ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { // engineState[12] = engineState[13] = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); int32_t L_2 = 0; V_0 = L_2; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)13)), (uint32_t)L_2); uint32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)12)), (uint32_t)L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine::SetKey(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaChaEngine_SetKey_m0BD163B8E0CB64661D3B69D034D16EBF4B46F6B8 (ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyBytes0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ivBytes1, const RuntimeMethod* method) { { // if (keyBytes != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___keyBytes0; if (!L_0) { goto IL_005a; } } { // if ((keyBytes.Length != 16) && (keyBytes.Length != 32)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___keyBytes0; NullCheck(L_1); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) == ((int32_t)((int32_t)16)))) { goto IL_0027; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___keyBytes0; NullCheck(L_2); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) == ((int32_t)((int32_t)32)))) { goto IL_0027; } } { // throw new ArgumentException(AlgorithmName + " requires 128 bit or 256 bit key"); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::get_AlgorithmName() */, __this); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral563669D4CEA78474BA4BBE60BF95EB32F24048FA)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ChaChaEngine_SetKey_m0BD163B8E0CB64661D3B69D034D16EBF4B46F6B8_RuntimeMethod_var))); } IL_0027: { // PackTauOrSigma(keyBytes.Length, engineState, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___keyBytes0; NullCheck(L_6); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); Salsa20Engine_PackTauOrSigma_m1FA6625F74A6A11061C0573ADCAD5A693F1052C2(__this, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), L_7, 0, /*hidden argument*/NULL); // Pack.LE_To_UInt32(keyBytes, 0, engineState, 4, 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___keyBytes0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); Pack_LE_To_UInt32_mBBCA4BA6D7B002E80F95D10BEF88002C1B27FBE8(L_8, 0, L_9, 4, 4, /*hidden argument*/NULL); // Pack.LE_To_UInt32(keyBytes, keyBytes.Length - 16, engineState, 8, 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___keyBytes0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___keyBytes0; NullCheck(L_11); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); Pack_LE_To_UInt32_mBBCA4BA6D7B002E80F95D10BEF88002C1B27FBE8(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))), (int32_t)((int32_t)16))), L_12, 8, 4, /*hidden argument*/NULL); } IL_005a: { // Pack.LE_To_UInt32(ivBytes, 0, engineState, 14, 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___ivBytes1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); Pack_LE_To_UInt32_mBBCA4BA6D7B002E80F95D10BEF88002C1B27FBE8(L_13, 0, L_14, ((int32_t)14), 2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine::GenerateKeyStream(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaChaEngine_GenerateKeyStream_mFEC0F3F0772F8B1531A9C2AF23704CA5FE5CA691 (ChaChaEngine_tEC7B533435425AD3CF8B474735B79A345A4DB771 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, const RuntimeMethod* method) { { // ChachaCore(rounds, engineState, x); int32_t L_0 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_rounds_5(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_engineState_7(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_x_8(); ChaChaEngine_ChachaCore_m34D1FB6D55F645F54D587D656567489CB5D98485(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt32_To_LE(x, output, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)__this)->get_x_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; Pack_UInt32_To_LE_mE61BBCD11D82B8659D08CE8AC4A814BAFFCA4A95(L_3, L_4, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ChaChaEngine::ChachaCore(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChaChaEngine_ChachaCore_m34D1FB6D55F645F54D587D656567489CB5D98485 (int32_t ___rounds0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___input1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; uint32_t V_8 = 0; uint32_t V_9 = 0; uint32_t V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; uint32_t V_14 = 0; uint32_t V_15 = 0; int32_t V_16 = 0; { // if (input.Length != 16) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___input1; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((int32_t)((int32_t)16)))) { goto IL_000d; } } { // throw new ArgumentException(); 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_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ChaChaEngine_ChachaCore_m34D1FB6D55F645F54D587D656567489CB5D98485_RuntimeMethod_var))); } IL_000d: { // if (x.Length != 16) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___x2; NullCheck(L_2); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) == ((int32_t)((int32_t)16)))) { goto IL_001a; } } { // throw new ArgumentException(); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ChaChaEngine_ChachaCore_m34D1FB6D55F645F54D587D656567489CB5D98485_RuntimeMethod_var))); } IL_001a: { // if (rounds % 2 != 0) int32_t L_4 = ___rounds0; if (!((int32_t)((int32_t)L_4%(int32_t)2))) { goto IL_002a; } } { // throw new ArgumentException("Number of rounds must be even"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA73E504C90D10B8D3135BBF7D950BEF1D5E4D3EC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ChaChaEngine_ChachaCore_m34D1FB6D55F645F54D587D656567489CB5D98485_RuntimeMethod_var))); } IL_002a: { // uint x00 = input[ 0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___input1; NullCheck(L_6); int32_t L_7 = 0; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_0 = L_8; // uint x01 = input[ 1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___input1; NullCheck(L_9); int32_t L_10 = 1; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_1 = L_11; // uint x02 = input[ 2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___input1; NullCheck(L_12); int32_t L_13 = 2; uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_2 = L_14; // uint x03 = input[ 3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___input1; NullCheck(L_15); int32_t L_16 = 3; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_3 = L_17; // uint x04 = input[ 4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___input1; NullCheck(L_18); int32_t L_19 = 4; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_4 = L_20; // uint x05 = input[ 5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = ___input1; NullCheck(L_21); int32_t L_22 = 5; uint32_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_5 = L_23; // uint x06 = input[ 6]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___input1; NullCheck(L_24); int32_t L_25 = 6; uint32_t L_26 = (L_24)->GetAt(static_cast(L_25)); V_6 = L_26; // uint x07 = input[ 7]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = ___input1; NullCheck(L_27); int32_t L_28 = 7; uint32_t L_29 = (L_27)->GetAt(static_cast(L_28)); V_7 = L_29; // uint x08 = input[ 8]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = ___input1; NullCheck(L_30); int32_t L_31 = 8; uint32_t L_32 = (L_30)->GetAt(static_cast(L_31)); V_8 = L_32; // uint x09 = input[ 9]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = ___input1; NullCheck(L_33); int32_t L_34 = ((int32_t)9); uint32_t L_35 = (L_33)->GetAt(static_cast(L_34)); V_9 = L_35; // uint x10 = input[10]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___input1; NullCheck(L_36); int32_t L_37 = ((int32_t)10); uint32_t L_38 = (L_36)->GetAt(static_cast(L_37)); V_10 = L_38; // uint x11 = input[11]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = ___input1; NullCheck(L_39); int32_t L_40 = ((int32_t)11); uint32_t L_41 = (L_39)->GetAt(static_cast(L_40)); V_11 = L_41; // uint x12 = input[12]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = ___input1; NullCheck(L_42); int32_t L_43 = ((int32_t)12); uint32_t L_44 = (L_42)->GetAt(static_cast(L_43)); V_12 = L_44; // uint x13 = input[13]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = ___input1; NullCheck(L_45); int32_t L_46 = ((int32_t)13); uint32_t L_47 = (L_45)->GetAt(static_cast(L_46)); V_13 = L_47; // uint x14 = input[14]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___input1; NullCheck(L_48); int32_t L_49 = ((int32_t)14); uint32_t L_50 = (L_48)->GetAt(static_cast(L_49)); V_14 = L_50; // uint x15 = input[15]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = ___input1; NullCheck(L_51); int32_t L_52 = ((int32_t)15); uint32_t L_53 = (L_51)->GetAt(static_cast(L_52)); V_15 = L_53; // for (int i = rounds; i > 0; i -= 2) int32_t L_54 = ___rounds0; V_16 = L_54; goto IL_02eb; } IL_0085: { // x00 += x04; x12 = R(x12 ^ x00, 16); uint32_t L_55 = V_0; uint32_t L_56 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)); // x00 += x04; x12 = R(x12 ^ x00, 16); uint32_t L_57 = V_12; uint32_t L_58 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); uint32_t L_59; L_59 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_57^(int32_t)L_58)), ((int32_t)16), /*hidden argument*/NULL); V_12 = L_59; // x08 += x12; x04 = R(x04 ^ x08, 12); uint32_t L_60 = V_8; uint32_t L_61 = V_12; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)); // x08 += x12; x04 = R(x04 ^ x08, 12); uint32_t L_62 = V_4; uint32_t L_63 = V_8; uint32_t L_64; L_64 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_62^(int32_t)L_63)), ((int32_t)12), /*hidden argument*/NULL); V_4 = L_64; // x00 += x04; x12 = R(x12 ^ x00, 8); uint32_t L_65 = V_0; uint32_t L_66 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_66)); // x00 += x04; x12 = R(x12 ^ x00, 8); uint32_t L_67 = V_12; uint32_t L_68 = V_0; uint32_t L_69; L_69 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_67^(int32_t)L_68)), 8, /*hidden argument*/NULL); V_12 = L_69; // x08 += x12; x04 = R(x04 ^ x08, 7); uint32_t L_70 = V_8; uint32_t L_71 = V_12; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_71)); // x08 += x12; x04 = R(x04 ^ x08, 7); uint32_t L_72 = V_4; uint32_t L_73 = V_8; uint32_t L_74; L_74 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_72^(int32_t)L_73)), 7, /*hidden argument*/NULL); V_4 = L_74; // x01 += x05; x13 = R(x13 ^ x01, 16); uint32_t L_75 = V_1; uint32_t L_76 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)); // x01 += x05; x13 = R(x13 ^ x01, 16); uint32_t L_77 = V_13; uint32_t L_78 = V_1; uint32_t L_79; L_79 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_77^(int32_t)L_78)), ((int32_t)16), /*hidden argument*/NULL); V_13 = L_79; // x09 += x13; x05 = R(x05 ^ x09, 12); uint32_t L_80 = V_9; uint32_t L_81 = V_13; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81)); // x09 += x13; x05 = R(x05 ^ x09, 12); uint32_t L_82 = V_5; uint32_t L_83 = V_9; uint32_t L_84; L_84 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_82^(int32_t)L_83)), ((int32_t)12), /*hidden argument*/NULL); V_5 = L_84; // x01 += x05; x13 = R(x13 ^ x01, 8); uint32_t L_85 = V_1; uint32_t L_86 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)L_86)); // x01 += x05; x13 = R(x13 ^ x01, 8); uint32_t L_87 = V_13; uint32_t L_88 = V_1; uint32_t L_89; L_89 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_87^(int32_t)L_88)), 8, /*hidden argument*/NULL); V_13 = L_89; // x09 += x13; x05 = R(x05 ^ x09, 7); uint32_t L_90 = V_9; uint32_t L_91 = V_13; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91)); // x09 += x13; x05 = R(x05 ^ x09, 7); uint32_t L_92 = V_5; uint32_t L_93 = V_9; uint32_t L_94; L_94 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_92^(int32_t)L_93)), 7, /*hidden argument*/NULL); V_5 = L_94; // x02 += x06; x14 = R(x14 ^ x02, 16); uint32_t L_95 = V_2; uint32_t L_96 = V_6; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)L_96)); // x02 += x06; x14 = R(x14 ^ x02, 16); uint32_t L_97 = V_14; uint32_t L_98 = V_2; uint32_t L_99; L_99 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_97^(int32_t)L_98)), ((int32_t)16), /*hidden argument*/NULL); V_14 = L_99; // x10 += x14; x06 = R(x06 ^ x10, 12); uint32_t L_100 = V_10; uint32_t L_101 = V_14; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)L_101)); // x10 += x14; x06 = R(x06 ^ x10, 12); uint32_t L_102 = V_6; uint32_t L_103 = V_10; uint32_t L_104; L_104 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_102^(int32_t)L_103)), ((int32_t)12), /*hidden argument*/NULL); V_6 = L_104; // x02 += x06; x14 = R(x14 ^ x02, 8); uint32_t L_105 = V_2; uint32_t L_106 = V_6; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_106)); // x02 += x06; x14 = R(x14 ^ x02, 8); uint32_t L_107 = V_14; uint32_t L_108 = V_2; uint32_t L_109; L_109 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_107^(int32_t)L_108)), 8, /*hidden argument*/NULL); V_14 = L_109; // x10 += x14; x06 = R(x06 ^ x10, 7); uint32_t L_110 = V_10; uint32_t L_111 = V_14; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)L_111)); // x10 += x14; x06 = R(x06 ^ x10, 7); uint32_t L_112 = V_6; uint32_t L_113 = V_10; uint32_t L_114; L_114 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_112^(int32_t)L_113)), 7, /*hidden argument*/NULL); V_6 = L_114; // x03 += x07; x15 = R(x15 ^ x03, 16); uint32_t L_115 = V_3; uint32_t L_116 = V_7; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)L_116)); // x03 += x07; x15 = R(x15 ^ x03, 16); uint32_t L_117 = V_15; uint32_t L_118 = V_3; uint32_t L_119; L_119 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_117^(int32_t)L_118)), ((int32_t)16), /*hidden argument*/NULL); V_15 = L_119; // x11 += x15; x07 = R(x07 ^ x11, 12); uint32_t L_120 = V_11; uint32_t L_121 = V_15; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_121)); // x11 += x15; x07 = R(x07 ^ x11, 12); uint32_t L_122 = V_7; uint32_t L_123 = V_11; uint32_t L_124; L_124 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_122^(int32_t)L_123)), ((int32_t)12), /*hidden argument*/NULL); V_7 = L_124; // x03 += x07; x15 = R(x15 ^ x03, 8); uint32_t L_125 = V_3; uint32_t L_126 = V_7; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)L_126)); // x03 += x07; x15 = R(x15 ^ x03, 8); uint32_t L_127 = V_15; uint32_t L_128 = V_3; uint32_t L_129; L_129 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_127^(int32_t)L_128)), 8, /*hidden argument*/NULL); V_15 = L_129; // x11 += x15; x07 = R(x07 ^ x11, 7); uint32_t L_130 = V_11; uint32_t L_131 = V_15; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)L_131)); // x11 += x15; x07 = R(x07 ^ x11, 7); uint32_t L_132 = V_7; uint32_t L_133 = V_11; uint32_t L_134; L_134 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_132^(int32_t)L_133)), 7, /*hidden argument*/NULL); V_7 = L_134; // x00 += x05; x15 = R(x15 ^ x00, 16); uint32_t L_135 = V_0; uint32_t L_136 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)L_136)); // x00 += x05; x15 = R(x15 ^ x00, 16); uint32_t L_137 = V_15; uint32_t L_138 = V_0; uint32_t L_139; L_139 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_137^(int32_t)L_138)), ((int32_t)16), /*hidden argument*/NULL); V_15 = L_139; // x10 += x15; x05 = R(x05 ^ x10, 12); uint32_t L_140 = V_10; uint32_t L_141 = V_15; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)L_141)); // x10 += x15; x05 = R(x05 ^ x10, 12); uint32_t L_142 = V_5; uint32_t L_143 = V_10; uint32_t L_144; L_144 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_142^(int32_t)L_143)), ((int32_t)12), /*hidden argument*/NULL); V_5 = L_144; // x00 += x05; x15 = R(x15 ^ x00, 8); uint32_t L_145 = V_0; uint32_t L_146 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)L_146)); // x00 += x05; x15 = R(x15 ^ x00, 8); uint32_t L_147 = V_15; uint32_t L_148 = V_0; uint32_t L_149; L_149 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_147^(int32_t)L_148)), 8, /*hidden argument*/NULL); V_15 = L_149; // x10 += x15; x05 = R(x05 ^ x10, 7); uint32_t L_150 = V_10; uint32_t L_151 = V_15; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)L_151)); // x10 += x15; x05 = R(x05 ^ x10, 7); uint32_t L_152 = V_5; uint32_t L_153 = V_10; uint32_t L_154; L_154 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_152^(int32_t)L_153)), 7, /*hidden argument*/NULL); V_5 = L_154; // x01 += x06; x12 = R(x12 ^ x01, 16); uint32_t L_155 = V_1; uint32_t L_156 = V_6; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)L_156)); // x01 += x06; x12 = R(x12 ^ x01, 16); uint32_t L_157 = V_12; uint32_t L_158 = V_1; uint32_t L_159; L_159 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_157^(int32_t)L_158)), ((int32_t)16), /*hidden argument*/NULL); V_12 = L_159; // x11 += x12; x06 = R(x06 ^ x11, 12); uint32_t L_160 = V_11; uint32_t L_161 = V_12; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)L_161)); // x11 += x12; x06 = R(x06 ^ x11, 12); uint32_t L_162 = V_6; uint32_t L_163 = V_11; uint32_t L_164; L_164 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_162^(int32_t)L_163)), ((int32_t)12), /*hidden argument*/NULL); V_6 = L_164; // x01 += x06; x12 = R(x12 ^ x01, 8); uint32_t L_165 = V_1; uint32_t L_166 = V_6; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)L_166)); // x01 += x06; x12 = R(x12 ^ x01, 8); uint32_t L_167 = V_12; uint32_t L_168 = V_1; uint32_t L_169; L_169 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_167^(int32_t)L_168)), 8, /*hidden argument*/NULL); V_12 = L_169; // x11 += x12; x06 = R(x06 ^ x11, 7); uint32_t L_170 = V_11; uint32_t L_171 = V_12; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)L_171)); // x11 += x12; x06 = R(x06 ^ x11, 7); uint32_t L_172 = V_6; uint32_t L_173 = V_11; uint32_t L_174; L_174 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_172^(int32_t)L_173)), 7, /*hidden argument*/NULL); V_6 = L_174; // x02 += x07; x13 = R(x13 ^ x02, 16); uint32_t L_175 = V_2; uint32_t L_176 = V_7; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)L_176)); // x02 += x07; x13 = R(x13 ^ x02, 16); uint32_t L_177 = V_13; uint32_t L_178 = V_2; uint32_t L_179; L_179 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_177^(int32_t)L_178)), ((int32_t)16), /*hidden argument*/NULL); V_13 = L_179; // x08 += x13; x07 = R(x07 ^ x08, 12); uint32_t L_180 = V_8; uint32_t L_181 = V_13; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)L_181)); // x08 += x13; x07 = R(x07 ^ x08, 12); uint32_t L_182 = V_7; uint32_t L_183 = V_8; uint32_t L_184; L_184 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_182^(int32_t)L_183)), ((int32_t)12), /*hidden argument*/NULL); V_7 = L_184; // x02 += x07; x13 = R(x13 ^ x02, 8); uint32_t L_185 = V_2; uint32_t L_186 = V_7; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)L_186)); // x02 += x07; x13 = R(x13 ^ x02, 8); uint32_t L_187 = V_13; uint32_t L_188 = V_2; uint32_t L_189; L_189 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_187^(int32_t)L_188)), 8, /*hidden argument*/NULL); V_13 = L_189; // x08 += x13; x07 = R(x07 ^ x08, 7); uint32_t L_190 = V_8; uint32_t L_191 = V_13; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)L_191)); // x08 += x13; x07 = R(x07 ^ x08, 7); uint32_t L_192 = V_7; uint32_t L_193 = V_8; uint32_t L_194; L_194 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_192^(int32_t)L_193)), 7, /*hidden argument*/NULL); V_7 = L_194; // x03 += x04; x14 = R(x14 ^ x03, 16); uint32_t L_195 = V_3; uint32_t L_196 = V_4; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_195, (int32_t)L_196)); // x03 += x04; x14 = R(x14 ^ x03, 16); uint32_t L_197 = V_14; uint32_t L_198 = V_3; uint32_t L_199; L_199 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_197^(int32_t)L_198)), ((int32_t)16), /*hidden argument*/NULL); V_14 = L_199; // x09 += x14; x04 = R(x04 ^ x09, 12); uint32_t L_200 = V_9; uint32_t L_201 = V_14; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)L_201)); // x09 += x14; x04 = R(x04 ^ x09, 12); uint32_t L_202 = V_4; uint32_t L_203 = V_9; uint32_t L_204; L_204 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_202^(int32_t)L_203)), ((int32_t)12), /*hidden argument*/NULL); V_4 = L_204; // x03 += x04; x14 = R(x14 ^ x03, 8); uint32_t L_205 = V_3; uint32_t L_206 = V_4; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_205, (int32_t)L_206)); // x03 += x04; x14 = R(x14 ^ x03, 8); uint32_t L_207 = V_14; uint32_t L_208 = V_3; uint32_t L_209; L_209 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_207^(int32_t)L_208)), 8, /*hidden argument*/NULL); V_14 = L_209; // x09 += x14; x04 = R(x04 ^ x09, 7); uint32_t L_210 = V_9; uint32_t L_211 = V_14; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)L_211)); // x09 += x14; x04 = R(x04 ^ x09, 7); uint32_t L_212 = V_4; uint32_t L_213 = V_9; uint32_t L_214; L_214 = Salsa20Engine_R_mF398F815FA97570BA689DCA3B32955CF0F95327A(((int32_t)((int32_t)L_212^(int32_t)L_213)), 7, /*hidden argument*/NULL); V_4 = L_214; // for (int i = rounds; i > 0; i -= 2) int32_t L_215 = V_16; V_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_215, (int32_t)2)); } IL_02eb: { // for (int i = rounds; i > 0; i -= 2) int32_t L_216 = V_16; if ((((int32_t)L_216) > ((int32_t)0))) { goto IL_0085; } } { // x[ 0] = x00 + input[ 0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_217 = ___x2; uint32_t L_218 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_219 = ___input1; NullCheck(L_219); int32_t L_220 = 0; uint32_t L_221 = (L_219)->GetAt(static_cast(L_220)); NullCheck(L_217); (L_217)->SetAt(static_cast(0), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)L_221))); // x[ 1] = x01 + input[ 1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_222 = ___x2; uint32_t L_223 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_224 = ___input1; NullCheck(L_224); int32_t L_225 = 1; uint32_t L_226 = (L_224)->GetAt(static_cast(L_225)); NullCheck(L_222); (L_222)->SetAt(static_cast(1), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)L_226))); // x[ 2] = x02 + input[ 2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_227 = ___x2; uint32_t L_228 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_229 = ___input1; NullCheck(L_229); int32_t L_230 = 2; uint32_t L_231 = (L_229)->GetAt(static_cast(L_230)); NullCheck(L_227); (L_227)->SetAt(static_cast(2), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)L_231))); // x[ 3] = x03 + input[ 3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_232 = ___x2; uint32_t L_233 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_234 = ___input1; NullCheck(L_234); int32_t L_235 = 3; uint32_t L_236 = (L_234)->GetAt(static_cast(L_235)); NullCheck(L_232); (L_232)->SetAt(static_cast(3), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_233, (int32_t)L_236))); // x[ 4] = x04 + input[ 4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_237 = ___x2; uint32_t L_238 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_239 = ___input1; NullCheck(L_239); int32_t L_240 = 4; uint32_t L_241 = (L_239)->GetAt(static_cast(L_240)); NullCheck(L_237); (L_237)->SetAt(static_cast(4), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_238, (int32_t)L_241))); // x[ 5] = x05 + input[ 5]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_242 = ___x2; uint32_t L_243 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_244 = ___input1; NullCheck(L_244); int32_t L_245 = 5; uint32_t L_246 = (L_244)->GetAt(static_cast(L_245)); NullCheck(L_242); (L_242)->SetAt(static_cast(5), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_243, (int32_t)L_246))); // x[ 6] = x06 + input[ 6]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_247 = ___x2; uint32_t L_248 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_249 = ___input1; NullCheck(L_249); int32_t L_250 = 6; uint32_t L_251 = (L_249)->GetAt(static_cast(L_250)); NullCheck(L_247); (L_247)->SetAt(static_cast(6), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_248, (int32_t)L_251))); // x[ 7] = x07 + input[ 7]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_252 = ___x2; uint32_t L_253 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_254 = ___input1; NullCheck(L_254); int32_t L_255 = 7; uint32_t L_256 = (L_254)->GetAt(static_cast(L_255)); NullCheck(L_252); (L_252)->SetAt(static_cast(7), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_253, (int32_t)L_256))); // x[ 8] = x08 + input[ 8]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_257 = ___x2; uint32_t L_258 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_259 = ___input1; NullCheck(L_259); int32_t L_260 = 8; uint32_t L_261 = (L_259)->GetAt(static_cast(L_260)); NullCheck(L_257); (L_257)->SetAt(static_cast(8), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_258, (int32_t)L_261))); // x[ 9] = x09 + input[ 9]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_262 = ___x2; uint32_t L_263 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_264 = ___input1; NullCheck(L_264); int32_t L_265 = ((int32_t)9); uint32_t L_266 = (L_264)->GetAt(static_cast(L_265)); NullCheck(L_262); (L_262)->SetAt(static_cast(((int32_t)9)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_263, (int32_t)L_266))); // x[10] = x10 + input[10]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_267 = ___x2; uint32_t L_268 = V_10; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_269 = ___input1; NullCheck(L_269); int32_t L_270 = ((int32_t)10); uint32_t L_271 = (L_269)->GetAt(static_cast(L_270)); NullCheck(L_267); (L_267)->SetAt(static_cast(((int32_t)10)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_268, (int32_t)L_271))); // x[11] = x11 + input[11]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_272 = ___x2; uint32_t L_273 = V_11; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_274 = ___input1; NullCheck(L_274); int32_t L_275 = ((int32_t)11); uint32_t L_276 = (L_274)->GetAt(static_cast(L_275)); NullCheck(L_272); (L_272)->SetAt(static_cast(((int32_t)11)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_273, (int32_t)L_276))); // x[12] = x12 + input[12]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_277 = ___x2; uint32_t L_278 = V_12; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_279 = ___input1; NullCheck(L_279); int32_t L_280 = ((int32_t)12); uint32_t L_281 = (L_279)->GetAt(static_cast(L_280)); NullCheck(L_277); (L_277)->SetAt(static_cast(((int32_t)12)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_278, (int32_t)L_281))); // x[13] = x13 + input[13]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_282 = ___x2; uint32_t L_283 = V_13; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_284 = ___input1; NullCheck(L_284); int32_t L_285 = ((int32_t)13); uint32_t L_286 = (L_284)->GetAt(static_cast(L_285)); NullCheck(L_282); (L_282)->SetAt(static_cast(((int32_t)13)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_283, (int32_t)L_286))); // x[14] = x14 + input[14]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_287 = ___x2; uint32_t L_288 = V_14; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_289 = ___input1; NullCheck(L_289); int32_t L_290 = ((int32_t)14); uint32_t L_291 = (L_289)->GetAt(static_cast(L_290)); NullCheck(L_287); (L_287)->SetAt(static_cast(((int32_t)14)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_288, (int32_t)L_291))); // x[15] = x15 + input[15]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_292 = ___x2; uint32_t L_293 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_294 = ___input1; NullCheck(L_294); int32_t L_295 = ((int32_t)15); uint32_t L_296 = (L_294)->GetAt(static_cast(L_295)); NullCheck(L_292); (L_292)->SetAt(static_cast(((int32_t)15)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_293, (int32_t)L_296))); // } 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.Crypto.Tls.Chacha20Poly1305::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chacha20Poly1305__ctor_m77425AC0EFF6F0B3F14DD8579913F938D8AB2C49 (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, RuntimeObject* ___context0, 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*)&ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_4 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_8 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_9 = NULL; { // public Chacha20Poly1305(TlsContext context) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (!TlsUtilities.IsTlsV12(context)) RuntimeObject* L_0 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_1; L_1 = TlsUtilities_IsTlsV12_m5D10CAF7D91A0D6E16130EEB505F51BB48749885(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_2 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_2, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Chacha20Poly1305__ctor_m77425AC0EFF6F0B3F14DD8579913F938D8AB2C49_RuntimeMethod_var))); } IL_0016: { // this.context = context; RuntimeObject* L_3 = ___context0; __this->set_context_1(L_3); // int cipherKeySize = 32; V_0 = ((int32_t)32); // int fixed_iv_length = 12; V_1 = ((int32_t)12); // int key_block_size = (2 * cipherKeySize) + (2 * fixed_iv_length); int32_t L_4 = V_0; int32_t L_5 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_4)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_5)))); // byte[] key_block = TlsUtilities.CalculateKeyBlock(context, key_block_size); RuntimeObject* L_6 = ___context0; int32_t L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = TlsUtilities_CalculateKeyBlock_m7FDE8AFE57AB0BD5B8ACBC7B39E899D56766603F(L_6, L_7, /*hidden argument*/NULL); // int offset = 0; V_3 = 0; // KeyParameter client_write_key = new KeyParameter(key_block, offset, cipherKeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = L_8; int32_t L_10 = V_3; int32_t L_11 = V_0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_12 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(L_12, L_9, L_10, L_11, /*hidden argument*/NULL); V_4 = L_12; // offset += cipherKeySize; int32_t L_13 = V_3; int32_t L_14 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); // KeyParameter server_write_key = new KeyParameter(key_block, offset, cipherKeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_9; int32_t L_16 = V_3; int32_t L_17 = V_0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_18 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(L_18, L_15, L_16, L_17, /*hidden argument*/NULL); V_5 = L_18; // offset += cipherKeySize; int32_t L_19 = V_3; int32_t L_20 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)); // byte[] client_write_IV = Arrays.CopyOfRange(key_block, offset, offset + fixed_iv_length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = L_15; int32_t L_22 = V_3; int32_t L_23 = V_3; int32_t L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_21, L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)), /*hidden argument*/NULL); V_6 = L_25; // offset += fixed_iv_length; int32_t L_26 = V_3; int32_t L_27 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)); // byte[] server_write_IV = Arrays.CopyOfRange(key_block, offset, offset + fixed_iv_length); int32_t L_28 = V_3; int32_t L_29 = V_3; int32_t L_30 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_21, L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL); V_7 = L_31; // offset += fixed_iv_length; int32_t L_32 = V_3; int32_t L_33 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); // if (offset != key_block_size) int32_t L_34 = V_3; int32_t L_35 = V_2; if ((((int32_t)L_34) == ((int32_t)L_35))) { goto IL_007b; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_36 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_36, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Chacha20Poly1305__ctor_m77425AC0EFF6F0B3F14DD8579913F938D8AB2C49_RuntimeMethod_var))); } IL_007b: { // this.encryptCipher = new ChaCha7539Engine(); ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * L_37 = (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 *)il2cpp_codegen_object_new(ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5_il2cpp_TypeInfo_var); ChaCha7539Engine__ctor_m44386767FD2CF3EF3F6FF5832DE9F1765F222E21(L_37, /*hidden argument*/NULL); __this->set_encryptCipher_2(L_37); // this.decryptCipher = new ChaCha7539Engine(); ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * L_38 = (ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 *)il2cpp_codegen_object_new(ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5_il2cpp_TypeInfo_var); ChaCha7539Engine__ctor_m44386767FD2CF3EF3F6FF5832DE9F1765F222E21(L_38, /*hidden argument*/NULL); __this->set_decryptCipher_3(L_38); // if (context.IsServer) RuntimeObject* L_39 = ___context0; NullCheck(L_39); bool L_40; L_40 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext::get_IsServer() */, TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var, L_39); if (!L_40) { goto IL_00b3; } } { // encryptKey = server_write_key; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_41 = V_5; V_8 = L_41; // decryptKey = client_write_key; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_42 = V_4; V_9 = L_42; // this.encryptIV = server_write_IV; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_7; __this->set_encryptIV_4(L_43); // this.decryptIV = client_write_IV; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_6; __this->set_decryptIV_5(L_44); // } goto IL_00cb; } IL_00b3: { // encryptKey = client_write_key; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_45 = V_4; V_8 = L_45; // decryptKey = server_write_key; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_46 = V_5; V_9 = L_46; // this.encryptIV = client_write_IV; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_6; __this->set_encryptIV_4(L_47); // this.decryptIV = server_write_IV; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_7; __this->set_decryptIV_5(L_48); } IL_00cb: { // this.encryptCipher.Init(true, new ParametersWithIV(encryptKey, encryptIV)); ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * L_49 = __this->get_encryptCipher_2(); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_50 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = __this->get_encryptIV_4(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_52 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_52, L_50, L_51, /*hidden argument*/NULL); NullCheck(L_49); VirtualActionInvoker2< bool, RuntimeObject* >::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_49, (bool)1, L_52); // this.decryptCipher.Init(false, new ParametersWithIV(decryptKey, decryptIV)); ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * L_53 = __this->get_decryptCipher_3(); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_54 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = __this->get_decryptIV_5(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_56 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_56, L_54, L_55, /*hidden argument*/NULL); NullCheck(L_53); VirtualActionInvoker2< bool, RuntimeObject* >::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_53, (bool)0, L_56); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::GetPlaintextLimit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Chacha20Poly1305_GetPlaintextLimit_mF7A0A0198E1C453C412C34E91871BD9D394BD9A1 (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, int32_t ___ciphertextLimit0, const RuntimeMethod* method) { { // return ciphertextLimit - 16; int32_t L_0 = ___ciphertextLimit0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)16))); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::EncodePlaintext(System.Int64,System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Chacha20Poly1305_EncodePlaintext_m3076BAC77C17D8BB5CAECD88932E2A15FCFB1732 (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, int64_t ___seqNo0, uint8_t ___type1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___plaintext2, int32_t ___offset3, int32_t ___len4, 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; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // KeyParameter macKey = InitRecord(encryptCipher, true, seqNo, encryptIV); ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * L_0 = __this->get_encryptCipher_2(); int64_t L_1 = ___seqNo0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_encryptIV_4(); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_3; L_3 = VirtualFuncInvoker4< KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, RuntimeObject*, bool, int64_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::InitRecord(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher,System.Boolean,System.Int64,System.Byte[]) */, __this, L_0, (bool)1, L_1, L_2); V_0 = L_3; // byte[] output = new byte[len + 16]; int32_t L_4 = ___len4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)16)))); V_1 = L_5; // encryptCipher.ProcessBytes(plaintext, offset, len, output, 0); ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * L_6 = __this->get_encryptCipher_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___plaintext2; int32_t L_8 = ___offset3; int32_t L_9 = ___len4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_6); VirtualActionInvoker5< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, L_6, L_7, L_8, L_9, L_10, 0); // byte[] additionalData = GetAdditionalData(seqNo, type, len); int64_t L_11 = ___seqNo0; uint8_t L_12 = ___type1; int32_t L_13 = ___len4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = VirtualFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int64_t, uint8_t, int32_t >::Invoke(16 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::GetAdditionalData(System.Int64,System.Byte,System.Int32) */, __this, L_11, L_12, L_13); V_2 = L_14; // byte[] mac = CalculateRecordMac(macKey, additionalData, output, 0, len); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_15 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; int32_t L_18 = ___len4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = VirtualFuncInvoker5< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::CalculateRecordMac(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Byte[],System.Byte[],System.Int32,System.Int32) */, __this, L_15, L_16, L_17, 0, L_18); V_3 = L_19; // Array.Copy(mac, 0, output, len, mac.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; int32_t L_22 = ___len4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_3; NullCheck(L_23); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_20, 0, (RuntimeArray *)(RuntimeArray *)L_21, L_22, ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), /*hidden argument*/NULL); // return output; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; return L_24; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::DecodeCiphertext(System.Int64,System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Chacha20Poly1305_DecodeCiphertext_mEB0BC05AC4B2E5BC02D9BD4E086587D35286050C (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, int64_t ___seqNo0, uint8_t ___type1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ciphertext2, int32_t ___offset3, int32_t ___len4, 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; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; { // if (GetPlaintextLimit(len) < 0) int32_t L_0 = ___len4; int32_t L_1; L_1 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(7 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::GetPlaintextLimit(System.Int32) */, __this, L_0); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0013; } } { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_2 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_2, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Chacha20Poly1305_DecodeCiphertext_mEB0BC05AC4B2E5BC02D9BD4E086587D35286050C_RuntimeMethod_var))); } IL_0013: { // KeyParameter macKey = InitRecord(decryptCipher, false, seqNo, decryptIV); ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * L_3 = __this->get_decryptCipher_3(); int64_t L_4 = ___seqNo0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_decryptIV_5(); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_6; L_6 = VirtualFuncInvoker4< KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, RuntimeObject*, bool, int64_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::InitRecord(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher,System.Boolean,System.Int64,System.Byte[]) */, __this, L_3, (bool)0, L_4, L_5); V_0 = L_6; // int plaintextLength = len - 16; int32_t L_7 = ___len4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)16))); // byte[] additionalData = GetAdditionalData(seqNo, type, plaintextLength); int64_t L_8 = ___seqNo0; uint8_t L_9 = ___type1; int32_t L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = VirtualFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int64_t, uint8_t, int32_t >::Invoke(16 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::GetAdditionalData(System.Int64,System.Byte,System.Int32) */, __this, L_8, L_9, L_10); V_2 = L_11; // byte[] calculatedMac = CalculateRecordMac(macKey, additionalData, ciphertext, offset, plaintextLength); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___ciphertext2; int32_t L_15 = ___offset3; int32_t L_16 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = VirtualFuncInvoker5< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::CalculateRecordMac(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Byte[],System.Byte[],System.Int32,System.Int32) */, __this, L_12, L_13, L_14, L_15, L_16); // byte[] receivedMac = Arrays.CopyOfRange(ciphertext, offset + plaintextLength, offset + len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___ciphertext2; int32_t L_19 = ___offset3; int32_t L_20 = V_1; int32_t L_21 = ___offset3; int32_t L_22 = ___len4; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL); V_3 = L_23; // if (!Arrays.ConstantTimeAreEqual(calculatedMac, receivedMac)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_3; bool L_25; L_25 = Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4(L_17, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0064; } } { // throw new TlsFatalAlert(AlertDescription.bad_record_mac); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_26 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_26, (uint8_t)((int32_t)20), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Chacha20Poly1305_DecodeCiphertext_mEB0BC05AC4B2E5BC02D9BD4E086587D35286050C_RuntimeMethod_var))); } IL_0064: { // byte[] output = new byte[plaintextLength]; int32_t L_27 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_27); V_4 = L_28; // decryptCipher.ProcessBytes(ciphertext, offset, plaintextLength, output, 0); ChaCha7539Engine_tD36D77BF69950F2C4060BA03DC1AA4F663BE53C5 * L_29 = __this->get_decryptCipher_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___ciphertext2; int32_t L_31 = ___offset3; int32_t L_32 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_4; NullCheck(L_29); VirtualActionInvoker5< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Salsa20Engine::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, L_29, L_30, L_31, L_32, L_33, 0); // return output; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_4; return L_34; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::InitRecord(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher,System.Boolean,System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * Chacha20Poly1305_InitRecord_m2EDDD22014E8AAAE5A12D0BF6413405B23A1C365 (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, RuntimeObject* ___cipher0, bool ___forEncryption1, int64_t ___seqNo2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStreamCipher_t416E0177C2ABCA3A006DBEF129E0AA75F2924005_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] nonce = CalculateNonce(seqNo, iv); int64_t L_0 = ___seqNo2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___iv3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int64_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::CalculateNonce(System.Int64,System.Byte[]) */, __this, L_0, L_1); V_0 = L_2; // cipher.Init(forEncryption, new ParametersWithIV(null, nonce)); RuntimeObject* L_3 = ___cipher0; bool L_4 = ___forEncryption1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_6 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_6, (RuntimeObject*)NULL, L_5, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IStreamCipher_t416E0177C2ABCA3A006DBEF129E0AA75F2924005_il2cpp_TypeInfo_var, L_3, L_4, L_6); // return GenerateRecordMacKey(cipher); RuntimeObject* L_7 = ___cipher0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_8; L_8 = VirtualFuncInvoker1< KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, RuntimeObject* >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::GenerateRecordMacKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher) */, __this, L_7); return L_8; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::CalculateNonce(System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Chacha20Poly1305_CalculateNonce_m728F8A65ED168123EA90C3F2BB12992640CBE4BE (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, int64_t ___seqNo0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, 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*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] nonce = new byte[12]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); V_0 = L_0; // TlsUtilities.WriteUint64(seqNo, nonce, 4); int64_t L_1 = ___seqNo0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint64_m968A8E651AAD172DD4DD7D2FC8F31CCD58950181(L_1, L_2, 4, /*hidden argument*/NULL); // for (int i = 0; i < 12; ++i) V_1 = 0; goto IL_0027; } IL_0014: { // nonce[i] ^= iv[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); uint8_t* L_5 = ((L_3)->GetAddressAt(static_cast(L_4))); int32_t L_6 = *((uint8_t*)L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___iv1; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); *((int8_t*)L_5) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_6^(int32_t)L_10)))); // for (int i = 0; i < 12; ++i) int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0027: { // for (int i = 0; i < 12; ++i) int32_t L_12 = V_1; if ((((int32_t)L_12) < ((int32_t)((int32_t)12)))) { goto IL_0014; } } { // return nonce; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::GenerateRecordMacKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * Chacha20Poly1305_GenerateRecordMacKey_m3EA181A10E1542B5F60E24270350EC76877E263A (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, RuntimeObject* ___cipher0, 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*)&IStreamCipher_t416E0177C2ABCA3A006DBEF129E0AA75F2924005_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] firstBlock = new byte[64]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); V_0 = L_0; // cipher.ProcessBytes(firstBlock, 0, firstBlock.Length, firstBlock, 0); RuntimeObject* L_1 = ___cipher0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_1); InterfaceActionInvoker5< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, IStreamCipher_t416E0177C2ABCA3A006DBEF129E0AA75F2924005_il2cpp_TypeInfo_var, L_1, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, 0); // KeyParameter macKey = new KeyParameter(firstBlock, 0, 32); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_6 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(L_6, L_5, 0, ((int32_t)32), /*hidden argument*/NULL); // Arrays.Fill(firstBlock, (byte)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF(L_7, (uint8_t)0, /*hidden argument*/NULL); // return macKey; return L_6; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::CalculateRecordMac(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Byte[],System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Chacha20Poly1305_CalculateRecordMac_m3C2E7F8C7011926AB2D3F7224B135DC87AB3595F (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___macKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___additionalData1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf2, int32_t ___off3, int32_t ___len4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // IMac mac = new Poly1305(); Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16 * L_0 = (Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16 *)il2cpp_codegen_object_new(Poly1305_t220CD28322339EAF384963176026D6BEC6E51A16_il2cpp_TypeInfo_var); Poly1305__ctor_mCDED676A5A00D544BBBDD56F29440D6CB46F3947(L_0, /*hidden argument*/NULL); V_0 = L_0; // mac.Init(macKey); RuntimeObject* L_1 = V_0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_2 = ___macKey0; NullCheck(L_1); 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_1, L_2); // UpdateRecordMacText(mac, additionalData, 0, additionalData.Length); RuntimeObject* L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___additionalData1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___additionalData1; NullCheck(L_5); VirtualActionInvoker4< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::UpdateRecordMacText(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac,System.Byte[],System.Int32,System.Int32) */, __this, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); // UpdateRecordMacText(mac, buf, off, len); RuntimeObject* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buf2; int32_t L_8 = ___off3; int32_t L_9 = ___len4; VirtualActionInvoker4< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::UpdateRecordMacText(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac,System.Byte[],System.Int32,System.Int32) */, __this, L_6, L_7, L_8, L_9); // UpdateRecordMacLength(mac, additionalData.Length); RuntimeObject* L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___additionalData1; NullCheck(L_11); VirtualActionInvoker2< RuntimeObject*, int32_t >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::UpdateRecordMacLength(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac,System.Int32) */, __this, L_10, ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))); // UpdateRecordMacLength(mac, len); RuntimeObject* L_12 = V_0; int32_t L_13 = ___len4; VirtualActionInvoker2< RuntimeObject*, int32_t >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::UpdateRecordMacLength(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac,System.Int32) */, __this, L_12, L_13); // return MacUtilities.DoFinal(mac); RuntimeObject* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = MacUtilities_DoFinal_m07D2EDE7426AE8B7BB98545CFE3D0CB03393A7D4(L_14, /*hidden argument*/NULL); return L_15; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::UpdateRecordMacLength(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chacha20Poly1305_UpdateRecordMacLength_m4FEEF81D7B88512D1756F5175E45CC54C498D17E (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, RuntimeObject* ___mac0, int32_t ___len1, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] longLen = Pack.UInt64_To_LE((ulong)len); int32_t L_0 = ___len1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Pack_UInt64_To_LE_mE6E3E11F3102617B98A0B6679790EDC7769E08C1(((int64_t)((int64_t)L_0)), /*hidden argument*/NULL); V_0 = L_1; // mac.BlockUpdate(longLen, 0, longLen.Length); RuntimeObject* L_2 = ___mac0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); NullCheck(L_2); 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_2, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::UpdateRecordMacText(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chacha20Poly1305_UpdateRecordMacText_m5F7A862D5EADF3A72BF5343EECF771AE78A3BABA (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, RuntimeObject* ___mac0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, int32_t ___len3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // mac.BlockUpdate(buf, off, len); RuntimeObject* L_0 = ___mac0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf1; int32_t L_2 = ___off2; int32_t L_3 = ___len3; NullCheck(L_0); 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_0, L_1, L_2, L_3); // int partial = len % 16; int32_t L_4 = ___len3; V_0 = ((int32_t)((int32_t)L_4%(int32_t)((int32_t)16))); // if (partial != 0) int32_t L_5 = V_0; if (!L_5) { goto IL_0023; } } { // mac.BlockUpdate(Zeroes, 0, 16 - partial); RuntimeObject* L_6 = ___mac0; IL2CPP_RUNTIME_CLASS_INIT(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ((Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_StaticFields*)il2cpp_codegen_static_fields_for(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_il2cpp_TypeInfo_var))->get_Zeroes_0(); int32_t L_8 = V_0; 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)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_8))); } IL_0023: { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::GetAdditionalData(System.Int64,System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Chacha20Poly1305_GetAdditionalData_mC238FFD7B9281D1AD19440BBFE1609E385BCE202 (Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD * __this, int64_t ___seqNo0, uint8_t ___type1, int32_t ___len2, 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*)&TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] additional_data = new byte[13]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13)); V_0 = L_0; // TlsUtilities.WriteUint64(seqNo, additional_data, 0); int64_t L_1 = ___seqNo0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint64_m968A8E651AAD172DD4DD7D2FC8F31CCD58950181(L_1, L_2, 0, /*hidden argument*/NULL); // TlsUtilities.WriteUint8(type, additional_data, 8); uint8_t L_3 = ___type1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; TlsUtilities_WriteUint8_mF51A9F2BA4D361435E4993CFC5BD46CCCB65E186(L_3, L_4, 8, /*hidden argument*/NULL); // TlsUtilities.WriteVersion(context.ServerVersion, additional_data, 9); RuntimeObject* L_5 = __this->get_context_1(); NullCheck(L_5); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_6; L_6 = InterfaceFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext::get_ServerVersion() */, TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var, L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; TlsUtilities_WriteVersion_m9F96059833D59596B7BA97B51522AE9CECC8036E(L_6, L_7, ((int32_t)9), /*hidden argument*/NULL); // TlsUtilities.WriteUint16(len, additional_data, 11); int32_t L_8 = ___len2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; TlsUtilities_WriteUint16_mC62EE72A6598A7A7761399F9597312CC5E100CF0(L_8, L_9, ((int32_t)11), /*hidden argument*/NULL); // return additional_data; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; return L_10; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Chacha20Poly1305::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chacha20Poly1305__cctor_m0DDCFC63CA5FFFA4C2B0D6A8BBE316C66B6E53D7 (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*)&Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] Zeroes = new byte[15]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15)); ((Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_StaticFields*)il2cpp_codegen_static_fields_for(Chacha20Poly1305_t8F4230A41A05C7D45EE373EB81C8AD711BC394FD_il2cpp_TypeInfo_var))->set_Zeroes_0(L_0); 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.Challenge::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Challenge__ctor_m526CC44A3014E8DBFE301DF9C7D79FBD76C548DB (Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; { // private Challenge(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // int index = 0; V_0 = 0; // if (seq.Count == 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; 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 ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0027; } } { // owf = AlgorithmIdentifier.GetInstance(seq[index++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_2, L_4); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_6; L_6 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_5, /*hidden argument*/NULL); __this->set_owf_2(L_6); } IL_0027: { // witness = Asn1OctetString.GetInstance(seq[index++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; int32_t L_8 = V_0; int32_t L_9 = L_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); 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_7, L_9); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_11; L_11 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_10, /*hidden argument*/NULL); __this->set_witness_3(L_11); // challenge = Asn1OctetString.GetInstance(seq[index]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = ___seq0; int32_t L_13 = V_0; NullCheck(L_12); 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_12, L_13); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_15; L_15 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_14, /*hidden argument*/NULL); __this->set_challenge_4(L_15); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 * Challenge_GetInstance_m235C8CE61ED2EFD6920C5C8899D10D2A835B5A0A (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*)&Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is Challenge) RuntimeObject * L_0 = ___obj0; if (!((Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 *)IsInstClass((RuntimeObject*)L_0, Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (Challenge)obj; RuntimeObject * L_1 = ___obj0; return ((Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 *)CastclassClass((RuntimeObject*)L_1, Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163_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 Challenge((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 * L_4 = (Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 *)il2cpp_codegen_object_new(Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163_il2cpp_TypeInfo_var); Challenge__ctor_m526CC44A3014E8DBFE301DF9C7D79FBD76C548DB(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*)&Challenge_GetInstance_m235C8CE61ED2EFD6920C5C8899D10D2A835B5A0A_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge::get_Owf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * Challenge_get_Owf_m42166962F8E2AFBC73187D333B6EA6BD7991747C (Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 * __this, const RuntimeMethod* method) { { // get { return owf; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_owf_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.Challenge::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Challenge_ToAsn1Object_m8287CEB42DA72C394EBE0FC7D2A03E6F890E55D4 (Challenge_t63FAF70C8D57BC824FF15C5AF929AB8B89D59163 * __this, 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; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // v.AddOptional(owf); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = L_3; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5 = __this->get_owf_2(); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_5); NullCheck(L_2); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_2, L_4, /*hidden argument*/NULL); // v.Add(witness); 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; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_9 = __this->get_witness_3(); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_6); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_6, L_8, /*hidden argument*/NULL); // v.Add(challenge); 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; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_13 = __this->get_challenge_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); // 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 ChallengeGameMode::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode__ctor_m502BABF831A061D84C572BB46CC6B6D125A7FBF0 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChallengeGameMode_U3C_ctorU3Eb__14_0_mB6CC0F55FA437566DF935E582EBEEC0C6D0FD64E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mA8AF44D69D2121AEA2515E847D836BAD29F0C32F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FCBDD505DA363D92834540BA1708D2C7B4640B6); s_Il2CppMethodInitialized = true; } { // protected HashSet animalSet = new HashSet(); HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * L_0 = (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 *)il2cpp_codegen_object_new(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089_il2cpp_TypeInfo_var); HashSet_1__ctor_mA8AF44D69D2121AEA2515E847D836BAD29F0C32F(L_0, /*hidden argument*/HashSet_1__ctor_mA8AF44D69D2121AEA2515E847D836BAD29F0C32F_RuntimeMethod_var); __this->set_animalSet_6(L_0); // protected int maxAnimalCountAtTheSameTime = 2; __this->set_maxAnimalCountAtTheSameTime_7(2); // public float time = 60; __this->set_time_12((60.0f)); // public ChallengeGameMode(GameMgr gameMgr) : base(gameMgr) { GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_1 = ___gameMgr0; GameMode__ctor_mF20F79C518069596E550FF4A8497A6E35BAD4A40(__this, L_1, /*hidden argument*/NULL); // animalsBaseT = GameObject.Find("Animals").transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral7FCBDD505DA363D92834540BA1708D2C7B4640B6, /*hidden argument*/NULL); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_2, /*hidden argument*/NULL); __this->set_animalsBaseT_5(L_3); // hunterT = this.gameMgr.GetComponentInChildren().transform; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_4 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_4); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_5; L_5 = Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3(L_4, /*hidden argument*/Component_GetComponentInChildren_TisArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_m21BC81200950F07489BB09A4493DC666B12D85E3_RuntimeMethod_var); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); __this->set_hunterT_4(L_6); // GameEventCenter.ins.onBowArrowShootOut += delegate(ArmBow armBow, Arrow arrow) { // if (banOnBowArrowShootOut) return; // if (arrowCount > 0) { // arrowCount--; // } // }; GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_7; L_7 = GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3(/*hidden argument*/NULL); GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_8 = L_7; NullCheck(L_8); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_9 = L_8->get_onBowArrowShootOut_4(); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_10 = (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *)il2cpp_codegen_object_new(Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var); Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23(L_10, __this, (intptr_t)((intptr_t)ChallengeGameMode_U3C_ctorU3Eb__14_0_mB6CC0F55FA437566DF935E582EBEEC0C6D0FD64E_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23_RuntimeMethod_var); Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_onBowArrowShootOut_4(((Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *)CastclassSealed((RuntimeObject*)L_11, Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var))); // if (enterNextLevel != null) { String_t* L_12 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var))->get_enterNextLevel_14(); if (!L_12) { goto IL_008d; } } { // nextLevel = enterNextLevel; String_t* L_13 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var))->get_enterNextLevel_14(); __this->set_nextLevel_15(L_13); // enterNextLevel = null; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var))->set_enterNextLevel_14((String_t*)NULL); } IL_008d: { // } return; } } // System.Boolean ChallengeGameMode::DoNextShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChallengeGameMode_DoNextShoot_mA0A04818D4028FEF2C6D4456A5B0628EA312E030 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (GameMgr.ins.gameOver) return false; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_0); bool L_1 = L_0->get_gameOver_7(); if (!L_1) { goto IL_000e; } } { // if (GameMgr.ins.gameOver) return false; return (bool)0; } IL_000e: { // if (animalCount == 0 || arrowCount == 0) { int32_t L_2 = __this->get_animalCount_8(); if (!L_2) { goto IL_001e; } } { int32_t L_3 = __this->get_arrowCount_10(); if (L_3) { goto IL_0026; } } IL_001e: { // AnnounceGameOver(); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(__this, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0026: { // return true; return (bool)1; } } // System.Object[] ChallengeGameMode::Settle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ChallengeGameMode_Settle_m88B5218521A08F04BFB4F4F76AF19680918B2F46 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_2 = NULL; int32_t G_B1_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_3 = NULL; { // return new object[]{animalCount == 0 ? "??" : "??"}; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; int32_t L_2 = __this->get_animalCount_8(); G_B1_0 = 0; G_B1_1 = L_1; G_B1_2 = L_1; if (!L_2) { G_B2_0 = 0; G_B2_1 = L_1; G_B2_2 = L_1; goto IL_0017; } } { G_B3_0 = _stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_001c; } IL_0017: { G_B3_0 = _stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_001c: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (RuntimeObject *)G_B3_0); return G_B3_3; } } // System.Void ChallengeGameMode::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_Update_m45BA884BD74209A6F55A1AA181A8068F417AC57B (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (gameMgr.gameOver || pauseTimeCounting) return; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); bool L_1 = L_0->get_gameOver_7(); if (L_1) { goto IL_0015; } } { bool L_2; L_2 = GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0016; } } IL_0015: { // if (gameMgr.gameOver || pauseTimeCounting) return; return; } IL_0016: { // if (this.time > 0) { float L_3 = __this->get_time_12(); if ((!(((float)L_3) > ((float)(0.0f))))) { goto IL_0049; } } { // if (GlobalData.pkMatchType == PKMatchType.None && UserSettings.ins.trainMode) { IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); int32_t L_4 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_pkMatchType_0(); if (L_4) { goto IL_0036; } } { UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * L_5; L_5 = UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2(/*hidden argument*/NULL); NullCheck(L_5); bool L_6 = L_5->get_trainMode_7(); if (L_6) { goto IL_005a; } } IL_0036: { // this.time -= Time.deltaTime; float L_7 = __this->get_time_12(); float L_8; L_8 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_time_12(((float)il2cpp_codegen_subtract((float)L_7, (float)L_8))); // } else { return; } IL_0049: { // this.time = 0; __this->set_time_12((0.0f)); // AnnounceGameOver(); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(__this, /*hidden argument*/NULL); } IL_005a: { // } return; } } // System.Void ChallengeGameMode::AddSelectLevelView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AddSelectLevelView_mB751386829E80493A51AA0B9A0CA0D45B0AE8638 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20D8CE2E01F8EEC506A82A0637DB8F268416C203); s_Il2CppMethodInitialized = true; } { // this.gameMgr.transform.Find("HuntGameSelectLevelView").gameObject.SetActive(true); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral20D8CE2E01F8EEC506A82A0637DB8F268416C203, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_3, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void ChallengeGameMode::AddHuntGameView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FB2E5FC77C7024986A6FAF82E32B32258CE1A1C); s_Il2CppMethodInitialized = true; } { // this.gameMgr.transform.Find("HunterGameView").gameObject.SetActive(true); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral2FB2E5FC77C7024986A6FAF82E32B32258CE1A1C, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_3, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void ChallengeGameMode::AnnounceGameOver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC631D57E36D2543262999E360587518EDE266E9); s_Il2CppMethodInitialized = true; } { // gameMgr.StopGame(); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); GameMgr_StopGame_m284C488FDF43081AE811DE8C0F86C26522B6494E(L_0, /*hidden argument*/NULL); // this.gameMgr.transform.Find("HunterGameSettleView").gameObject.SetActive(true); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_1 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_2, _stringLiteralEC631D57E36D2543262999E360587518EDE266E9, /*hidden argument*/NULL); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); NullCheck(L_4); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_4, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Boolean ChallengeGameMode::IsChallengeWolf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChallengeGameMode_IsChallengeWolf_mFF8332F4B693D760BC5542BBB5A8A3ECC90594D6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GameMgr.gameType == 5 || GameMgr.gameType == 8 || GameMgr.gameType == 12; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); int32_t L_0 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_gameType_5(); if ((((int32_t)L_0) == ((int32_t)5))) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); int32_t L_1 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_gameType_5(); if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); int32_t L_2 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_gameType_5(); return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)12)))? 1 : 0); } IL_001a: { return (bool)1; } } // System.Void ChallengeGameMode::<.ctor>b__14_0(ArmBow,Arrow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_U3C_ctorU3Eb__14_0_mB6CC0F55FA437566DF935E582EBEEC0C6D0FD64E (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___armBow0, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow1, const RuntimeMethod* method) { { // if (banOnBowArrowShootOut) return; bool L_0 = __this->get_banOnBowArrowShootOut_16(); if (!L_0) { goto IL_0009; } } { // if (banOnBowArrowShootOut) return; return; } IL_0009: { // if (arrowCount > 0) { int32_t L_1 = __this->get_arrowCount_10(); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0020; } } { // arrowCount--; int32_t L_2 = __this->get_arrowCount_10(); __this->set_arrowCount_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))); } IL_0020: { // }; 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 ChallengeOptionView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeOptionView_Start_mEB7F31D42387686B6C92F43DB147642D03E419F9 (ChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Add(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { goto IL_001b; } IL_000b: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A(L_3, __this, /*hidden argument*/List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); } IL_001b: { // TopBarView.NeedShowIt(this); IL2CPP_RUNTIME_CLASS_INIT(TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); TopBarView_NeedShowIt_m1F6DDE3D6FA0AF27D1CF02079728CE67E7D80F35(__this, /*hidden argument*/NULL); // } return; } } // System.Void ChallengeOptionView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeOptionView_OnDestroy_m728870B0B91515D6887C18A0BBFEAC04C5DC071B (ChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Remove(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { goto IL_001c; } IL_000b: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); bool L_4; L_4 = List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D(L_3, __this, /*hidden argument*/List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); } IL_001c: { // TopBarView.DontNeedShowIt(this); IL2CPP_RUNTIME_CLASS_INIT(TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); TopBarView_DontNeedShowIt_m1F9E6397732EE6B80C3D1CF77BA9BBBC1B32C7D5(__this, /*hidden argument*/NULL); // } return; } } // System.Void ChallengeOptionView::StartGame(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeOptionView_StartGame_mFE62050799BB29F61961E8827AAF401A050FCE51 (ChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74 * __this, int32_t ___gameType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m60A6EC2213194AEFB451817151A950C827451917_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (GlobalDataTemp.pkMatchType == PKMatchType.OnlinePK) { IL2CPP_RUNTIME_CLASS_INIT(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var); int32_t L_1 = ((GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields*)il2cpp_codegen_static_fields_for(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var))->get_pkMatchType_0(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0043; } } { // int newGameType = 0; V_0 = 0; // if (gameType == 3) newGameType = 10; int32_t L_2 = ___gameType0; if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_001d; } } { // if (gameType == 3) newGameType = 10; V_0 = ((int32_t)10); goto IL_002d; } IL_001d: { // else if (gameType == 4) newGameType = 11; int32_t L_3 = ___gameType0; if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0026; } } { // else if (gameType == 4) newGameType = 11; V_0 = ((int32_t)11); goto IL_002d; } IL_0026: { // else if (gameType == 5) newGameType = 12; int32_t L_4 = ___gameType0; if ((!(((uint32_t)L_4) == ((uint32_t)5)))) { goto IL_002d; } } { // else if (gameType == 5) newGameType = 12; V_0 = ((int32_t)12); } IL_002d: { // GlobalDataTemp.matchGameType = newGameType; int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var); ((GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields*)il2cpp_codegen_static_fields_for(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var))->set_matchGameType_1(L_5); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_6; L_6 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_6); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m60A6EC2213194AEFB451817151A950C827451917_RuntimeMethod_var, L_6, L_7); // return; return; } IL_0043: { // if (GlobalDataTemp.pkMatchType == PKMatchType.LocalPK) { IL2CPP_RUNTIME_CLASS_INIT(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var); int32_t L_8 = ((GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields*)il2cpp_codegen_static_fields_for(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var))->get_pkMatchType_0(); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0064; } } { // if (gameType == 3) gameType = 6; int32_t L_9 = ___gameType0; if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_0054; } } { // if (gameType == 3) gameType = 6; ___gameType0 = 6; goto IL_0064; } IL_0054: { // else if (gameType == 4) gameType = 7; int32_t L_10 = ___gameType0; if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_005d; } } { // else if (gameType == 4) gameType = 7; ___gameType0 = 7; goto IL_0064; } IL_005d: { // else if (gameType == 5) gameType = 8; int32_t L_11 = ___gameType0; if ((!(((uint32_t)L_11) == ((uint32_t)5)))) { goto IL_0064; } } { // else if (gameType == 5) gameType = 8; ___gameType0 = 8; } IL_0064: { // GlobalData.pkMatchType = GlobalDataTemp.pkMatchType; IL2CPP_RUNTIME_CLASS_INIT(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var); int32_t L_12 = ((GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields*)il2cpp_codegen_static_fields_for(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var))->get_pkMatchType_0(); IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->set_pkMatchType_0(L_12); // GameMgr.gameType = gameType; int32_t L_13 = ___gameType0; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->set_gameType_5(L_13); // SceneManager.LoadScene("GameChallenge", LoadSceneMode.Single); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70(_stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4, 0, /*hidden argument*/NULL); // } return; } } // System.Void ChallengeOptionView::back() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeOptionView_back_m63A3138ABE2344438F4547995E1E9ACBAD7B8532 (ChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_m1C2FFA79CBE21E63EE603157A0CFD4CB840CD97C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_1; L_1 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_m1C2FFA79CBE21E63EE603157A0CFD4CB840CD97C_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Boolean ChallengeOptionView::OnMenuBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChallengeOptionView_OnMenuBack_m910C43806F4EC77193AE7AADBD65A5F51B2271B1 (ChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_m1C2FFA79CBE21E63EE603157A0CFD4CB840CD97C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_0; L_0 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_0); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_m1C2FFA79CBE21E63EE603157A0CFD4CB840CD97C_RuntimeMethod_var, L_0, L_1); // return true; return (bool)1; } } // System.Void ChallengeOptionView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeOptionView__ctor_mAAF96F668002D5FB259B2FB6F5F7F6B267635C67 (ChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74 * __this, const RuntimeMethod* method) { { ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A(__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 ChallengeTargetForResetView::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeTargetForResetView_Awake_m3882D28A026370AC37BBBF5E9D7FEB67823523AA (ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->set_ins_4(__this); // gameObject.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void ChallengeTargetForResetView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeTargetForResetView_OnDestroy_mBBE1CD2B320DD8C9AC53B1861A650D9B560CADDB (ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * L_0 = ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->set_ins_4((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 *)NULL); } IL_0013: { // seq_ShowToHide = null; IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->set_seq_ShowToHide_5((Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *)NULL); // } return; } } // System.Void ChallengeTargetForResetView::Show() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeTargetForResetView_Show_mE314AA0B5EEA8FD39E66193458041A427AB54D63 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_U3CShowU3Eb__0_m8DBFEB6A971DC784228DB8E45E21A75E0FCC64FD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 * V_0 = NULL; { U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 * L_0 = (U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass4_0__ctor_m977CCB99D5E1621D8050EA9F6A33CE0C6B5311C9(L_0, /*hidden argument*/NULL); V_0 = L_0; // if (!ins) return; IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * L_1 = ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } { // if (!ins) return; return; } IL_0013: { // if (seq_ShowToHide != null && seq_ShowToHide.IsActive()) { IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_3 = ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->get_seq_ShowToHide_5(); if (!L_3) { goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_4 = ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->get_seq_ShowToHide_5(); bool L_5; L_5 = TweenExtensions_IsActive_m19E1D79E2590A189C95DADED68FFDB43A7F3B2A2(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0037; } } { // seq_ShowToHide.Kill(); IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_6 = ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->get_seq_ShowToHide_5(); TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10(L_6, (bool)0, /*hidden argument*/NULL); // seq_ShowToHide = null; ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->set_seq_ShowToHide_5((Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *)NULL); } IL_0037: { // var myGameObject = ins.gameObject; U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * L_8 = ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_8); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9; L_9 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_8, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_myGameObject_0(L_9); // myGameObject.SetActive(true); U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 * L_10 = V_0; NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = L_10->get_myGameObject_0(); NullCheck(L_11); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_11, (bool)1, /*hidden argument*/NULL); // seq_ShowToHide = DOTween.Sequence(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_12; L_12 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->set_seq_ShowToHide_5(L_12); // seq_ShowToHide.AppendInterval(6); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_13 = ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->get_seq_ShowToHide_5(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_14; L_14 = TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE(L_13, (6.0f), /*hidden argument*/NULL); // seq_ShowToHide.AppendCallback(() => { // seq_ShowToHide = null; // myGameObject.SetActive(false); // }); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_15 = ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->get_seq_ShowToHide_5(); U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 * L_16 = V_0; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_17 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_17, L_16, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass4_0_U3CShowU3Eb__0_m8DBFEB6A971DC784228DB8E45E21A75E0FCC64FD_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_18; L_18 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_15, L_17, /*hidden argument*/NULL); // } return; } } // System.Void ChallengeTargetForResetView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeTargetForResetView__ctor_m23B5F81CB44D229ADA648EEBF763F3F552E835B2 (ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void ChallengeTargetForResetView::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeTargetForResetView__cctor_m816C9E4B9E89B07EA5EA82347EE431DAAB73DEAD (const RuntimeMethod* method) { { 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.Crypto.Tls.ChangeCipherSpec::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChangeCipherSpec__ctor_m7E731A9450DB334BB8C7F7CE44D5CEC3B585F72B (ChangeCipherSpec_t96B014402A67D5995AC35E86BCC00212548B497D * __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 JCEngineCore.Channel::.ctor(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel__ctor_mB5BA14BCFD971B90863B1794F15785A78F900231 (Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, const RuntimeMethod* method) { { // public Channel (WebSocket webSocket) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.webSocket = webSocket; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___webSocket0; __this->set_webSocket_0(L_0); // } return; } } // System.Void JCEngineCore.Channel::writeAndFlush(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel_writeAndFlush_mC8F679FFD8D42DE5E7981D5F298150329778736B (Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * __this, String_t* ___text0, const RuntimeMethod* method) { { // this.webSocket.Send(text); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_webSocket_0(); String_t* L_1 = ___text0; NullCheck(L_0); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void JCEngineCore.Channel::close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel_close_m40D49D26E176DEDABF0867A7C036CE322FD0BA8A (Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * __this, const RuntimeMethod* method) { { // this.webSocket.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_webSocket_0(); NullCheck(L_0); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(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.Crypto.Check::DataLength(System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m74509F2FBF5A87468D31E9DFA795805313DC13A9 (bool ___condition0, String_t* ___msg1, const RuntimeMethod* method) { { // if (condition) bool L_0 = ___condition0; if (!L_0) { goto IL_000a; } } { // throw new DataLengthException(msg); String_t* L_1 = ___msg1; DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_2 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Check_DataLength_m74509F2FBF5A87468D31E9DFA795805313DC13A9_RuntimeMethod_var))); } IL_000a: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method) { { // if (off + len > buf.Length) int32_t L_0 = ___off1; int32_t L_1 = ___len2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf0; NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_000f; } } { // throw new DataLengthException(msg); String_t* L_3 = ___msg3; DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_4 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F_RuntimeMethod_var))); } IL_000f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method) { { // if (off + len > buf.Length) int32_t L_0 = ___off1; int32_t L_1 = ___len2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf0; NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_000f; } } { // throw new OutputLengthException(msg); String_t* L_3 = ___msg3; OutputLengthException_tA5E6AC4C0E283A093B74059F7CFF591963F62070 * L_4 = (OutputLengthException_tA5E6AC4C0E283A093B74059F7CFF591963F62070 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutputLengthException_tA5E6AC4C0E283A093B74059F7CFF591963F62070_il2cpp_TypeInfo_var))); OutputLengthException__ctor_m9D27E4DAE140C891F5CABCE5C5A92E850D829716(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6_RuntimeMethod_var))); } IL_000f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check__ctor_m7AB16BD9DE96056D29C6597FF52BAC379AA4D442 (Check_t2B6A21FAA297BF4053D8D9CAFD09A9EC0EC50C64 * __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.Crypto.CipherKeyGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherKeyGenerator__ctor_m82DFA76389FCFEE2FD3E00D077D680316B2D1543 (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, const RuntimeMethod* method) { { // private bool uninitialised = true; __this->set_uninitialised_2((bool)1); // public CipherKeyGenerator() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherKeyGenerator__ctor_m6680BB7C487A21EABFF4C8F6805DE5EE86C07728 (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, int32_t ___defaultStrength0, const RuntimeMethod* method) { { // private bool uninitialised = true; __this->set_uninitialised_2((bool)1); // internal CipherKeyGenerator( // int defaultStrength) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (defaultStrength < 1) int32_t L_0 = ___defaultStrength0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0021; } } { // throw new ArgumentException("strength must be a positive value", "defaultStrength"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE3577C2D5B36A10E4CFD76E58010316ACDBA11CA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBAC92D9C5274BA983C9BF2497B80EDFD56A9A45B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherKeyGenerator__ctor_m6680BB7C487A21EABFF4C8F6805DE5EE86C07728_RuntimeMethod_var))); } IL_0021: { // this.defaultStrength = defaultStrength; int32_t L_2 = ___defaultStrength0; __this->set_defaultStrength_3(L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::get_DefaultStrength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CipherKeyGenerator_get_DefaultStrength_m1E79943A313A04216892C6317FF42AB4199E08CF (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, const RuntimeMethod* method) { { // get { return defaultStrength; } int32_t L_0 = __this->get_defaultStrength_3(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74 (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method) { { // if (parameters == null) KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_0 = ___parameters0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("parameters"); 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*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74_RuntimeMethod_var))); } IL_000e: { // this.uninitialised = false; __this->set_uninitialised_2((bool)0); // engineInit(parameters); KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_2 = ___parameters0; VirtualActionInvoker1< KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::engineInit(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) */, __this, L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::engineInit(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherKeyGenerator_engineInit_m08135A60CE9EEFD77BA9D7F4DC23D2D8486B0DBE (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method) { { // this.random = parameters.Random; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_0 = ___parameters0; NullCheck(L_0); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1; L_1 = KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline(L_0, /*hidden argument*/NULL); __this->set_random_0(L_1); // this.strength = (parameters.Strength + 7) / 8; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_2 = ___parameters0; NullCheck(L_2); int32_t L_3; L_3 = KeyGenerationParameters_get_Strength_m1AF6C156C99D9FF48C71158A37331779DD65ABF9_inline(L_2, /*hidden argument*/NULL); __this->set_strength_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)7))/(int32_t)8))); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::GenerateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CipherKeyGenerator_GenerateKey_m5F3D8E5E98ED7C572B47ACC50134255E74B340F5 (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (uninitialised) bool L_0 = __this->get_uninitialised_2(); if (!L_0) { goto IL_0039; } } { // if (defaultStrength < 1) int32_t L_1 = __this->get_defaultStrength_3(); if ((((int32_t)L_1) >= ((int32_t)1))) { goto IL_001c; } } { // throw new InvalidOperationException("Generator has not been initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral978EECA9ABC74122106B2C37B1689846FCF19CDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherKeyGenerator_GenerateKey_m5F3D8E5E98ED7C572B47ACC50134255E74B340F5_RuntimeMethod_var))); } IL_001c: { // uninitialised = false; __this->set_uninitialised_2((bool)0); // engineInit(new KeyGenerationParameters(new SecureRandom(), defaultStrength)); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_3, /*hidden argument*/NULL); int32_t L_4 = __this->get_defaultStrength_3(); KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_5 = (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 *)il2cpp_codegen_object_new(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(L_5, L_3, L_4, /*hidden argument*/NULL); VirtualActionInvoker1< KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::engineInit(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) */, __this, L_5); } IL_0039: { // return engineGenerateKey(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::engineGenerateKey() */, __this); return L_6; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator::engineGenerateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CipherKeyGenerator_engineGenerateKey_m848B63886219366FC61BC0E409964A529DB173DB (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return SecureRandom.GetNextBytes(random, strength); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_0(); int32_t L_1 = __this->get_strength_1(); IL2CPP_RUNTIME_CLASS_INIT(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = SecureRandom_GetNextBytes_m9E0D5D9B14E0C8CFC21BA52F08B4EE1A2E4687A8(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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::.ctor(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream__ctor_m207C8DA30EBB0F7EF335542A57EDEB1ECFB8A940 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject* ___readCipher1, RuntimeObject* ___writeCipher2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CipherStream( // Stream stream, // IBufferedCipher readCipher, // IBufferedCipher writeCipher) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // this.stream = stream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set_stream_5(L_0); // if (readCipher != null) RuntimeObject* L_1 = ___readCipher1; if (!L_1) { goto IL_001e; } } { // this.inCipher = readCipher; RuntimeObject* L_2 = ___readCipher1; __this->set_inCipher_6(L_2); // mInBuf = null; __this->set_mInBuf_8((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); } IL_001e: { // if (writeCipher != null) RuntimeObject* L_3 = ___writeCipher2; if (!L_3) { goto IL_0028; } } { // this.outCipher = writeCipher; RuntimeObject* L_4 = ___writeCipher2; __this->set_outCipher_7(L_4); } IL_0028: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::get_ReadCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherStream_get_ReadCipher_m316D11F251DD2440396AB3B01B1EA98632FBB2A5 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // get { return inCipher; } RuntimeObject* L_0 = __this->get_inCipher_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::get_WriteCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherStream_get_WriteCipher_m670A5CE0043EBFC53C7D173EE6BE3F7BCA77677E (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // get { return outCipher; } RuntimeObject* L_0 = __this->get_outCipher_7(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CipherStream_ReadByte_m8CB64D04D2840E32D0FF555876D248DD4506ECFF (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (inCipher == null) RuntimeObject* L_0 = __this->get_inCipher_6(); if (L_0) { goto IL_0014; } } { // return stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_5(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_1); return L_2; } IL_0014: { // if (mInBuf == null || mInPos >= mInBuf.Length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mInBuf_8(); if (!L_3) { goto IL_002c; } } { int32_t L_4 = __this->get_mInPos_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_mInBuf_8(); NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0036; } } IL_002c: { // if (!FillInBuf()) bool L_6; L_6 = CipherStream_FillInBuf_m1F1FC1268E6EB4FBA2F96D69E7EF596EAADAE2F3(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0036; } } { // return -1; return (-1); } IL_0036: { // return mInBuf[mInPos++]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_mInBuf_8(); int32_t L_8 = __this->get_mInPos_9(); V_0 = L_8; int32_t L_9 = V_0; __this->set_mInPos_9(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; NullCheck(L_7); int32_t L_11 = L_10; uint8_t L_12 = (L_7)->GetAt(static_cast(L_11)); return L_12; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CipherStream_Read_m337BCE652C4541C7B1EF47B1BFF0D9AB671592C0 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (inCipher == null) RuntimeObject* L_0 = __this->get_inCipher_6(); if (L_0) { goto IL_0017; } } { // return stream.Read(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___count2; NullCheck(L_1); int32_t L_5; L_5 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); return L_5; } IL_0017: { // int num = 0; V_0 = 0; goto IL_007b; } IL_001b: { // if (mInBuf == null || mInPos >= mInBuf.Length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_mInBuf_8(); if (!L_6) { goto IL_0033; } } { int32_t L_7 = __this->get_mInPos_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_mInBuf_8(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_003b; } } IL_0033: { // if (!FillInBuf()) bool L_9; L_9 = CipherStream_FillInBuf_m1F1FC1268E6EB4FBA2F96D69E7EF596EAADAE2F3(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_007f; } } IL_003b: { // int numToCopy = System.Math.Min(count - num, mInBuf.Length - mInPos); int32_t L_10 = ___count2; int32_t L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_mInBuf_8(); NullCheck(L_12); int32_t L_13 = __this->get_mInPos_9(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)), /*hidden argument*/NULL); V_1 = L_14; // Array.Copy(mInBuf, mInPos, buffer, offset + num, numToCopy); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_mInBuf_8(); int32_t L_16 = __this->get_mInPos_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___buffer0; int32_t L_18 = ___offset1; int32_t L_19 = V_0; int32_t L_20 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_15, L_16, (RuntimeArray *)(RuntimeArray *)L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), L_20, /*hidden argument*/NULL); // mInPos += numToCopy; int32_t L_21 = __this->get_mInPos_9(); int32_t L_22 = V_1; __this->set_mInPos_9(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22))); // num += numToCopy; int32_t L_23 = V_0; int32_t L_24 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)); } IL_007b: { // while (num < count) int32_t L_25 = V_0; int32_t L_26 = ___count2; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_001b; } } IL_007f: { // return num; int32_t L_27 = V_0; return L_27; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::FillInBuf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CipherStream_FillInBuf_m1F1FC1268E6EB4FBA2F96D69E7EF596EAADAE2F3 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // if (inStreamEnded) bool L_0 = __this->get_inStreamEnded_10(); if (!L_0) { goto IL_000a; } } { // return false; return (bool)0; } IL_000a: { // mInPos = 0; __this->set_mInPos_9(0); } IL_0011: { // mInBuf = ReadAndProcessBlock(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = CipherStream_ReadAndProcessBlock_mE06B17FB344FA41CC8D31C19764959281FB44491(__this, /*hidden argument*/NULL); __this->set_mInBuf_8(L_1); // while (!inStreamEnded && mInBuf == null); bool L_2 = __this->get_inStreamEnded_10(); if (L_2) { goto IL_002d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mInBuf_8(); if (!L_3) { goto IL_0011; } } IL_002d: { // return mInBuf != null; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_mInBuf_8(); return (bool)((!(((RuntimeObject*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::ReadAndProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CipherStream_ReadAndProcessBlock_mE06B17FB344FA41CC8D31C19764959281FB44491 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __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*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t G_B3_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B10_0 = NULL; { // int blockSize = inCipher.GetBlockSize(); RuntimeObject* L_0 = __this->get_inCipher_6(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::GetBlockSize() */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_0); V_0 = L_1; // int readSize = (blockSize == 0) ? 256 : blockSize; int32_t L_2 = V_0; if (!L_2) { goto IL_0012; } } { int32_t L_3 = V_0; G_B3_0 = L_3; goto IL_0017; } IL_0012: { G_B3_0 = ((int32_t)256); } IL_0017: { // byte[] block = new byte[readSize]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)G_B3_0); V_1 = L_4; // int numRead = 0; V_2 = 0; } IL_001f: { // int count = stream.Read(block, numRead, block.Length - numRead); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; int32_t L_7 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; NullCheck(L_8); int32_t L_9 = V_2; NullCheck(L_5); int32_t L_10; L_10 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)L_9))); V_4 = L_10; // if (count < 1) int32_t L_11 = V_4; if ((((int32_t)L_11) >= ((int32_t)1))) { goto IL_0041; } } { // inStreamEnded = true; __this->set_inStreamEnded_10((bool)1); // break; goto IL_004c; } IL_0041: { // numRead += count; int32_t L_12 = V_2; int32_t L_13 = V_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); // while (numRead < block.Length); int32_t L_14 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_001f; } } IL_004c: { // byte[] bytes = inStreamEnded // ? inCipher.DoFinal(block, 0, numRead) // : inCipher.ProcessBytes(block); bool L_16 = __this->get_inStreamEnded_10(); if (L_16) { goto IL_0062; } } { RuntimeObject* L_17 = __this->get_inCipher_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = InterfaceFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(7 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::ProcessBytes(System.Byte[]) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_17, L_18); G_B10_0 = L_19; goto IL_0070; } IL_0062: { RuntimeObject* L_20 = __this->get_inCipher_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; int32_t L_22 = V_2; NullCheck(L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::DoFinal(System.Byte[],System.Int32,System.Int32) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_20, L_21, 0, L_22); G_B10_0 = L_23; } IL_0070: { V_3 = G_B10_0; // if (bytes != null && bytes.Length == 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_3; if (!L_24) { goto IL_007a; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_3; NullCheck(L_25); if ((((RuntimeArray*)L_25)->max_length)) { goto IL_007a; } } { // bytes = null; V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_007a: { // return bytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_3; return L_26; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream_Write_m171D7BF9E84CD118D59FB58C3775F98B9B1772F0 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (outCipher == null) RuntimeObject* L_0 = __this->get_outCipher_7(); if (L_0) { goto IL_0017; } } { // stream.Write(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___count2; NullCheck(L_1); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); // return; return; } IL_0017: { // byte[] data = outCipher.ProcessBytes(buffer, offset, count); RuntimeObject* L_5 = __this->get_outCipher_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; int32_t L_7 = ___offset1; int32_t L_8 = ___count2; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(8 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_5, L_6, L_7, L_8); V_0 = L_9; // if (data != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; if (!L_10) { goto IL_0039; } } { // stream.Write(data, 0, data.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_13); NullCheck(L_11); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))); } IL_0039: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream_WriteByte_m0A3E37C848513FF5A9E51109BB260715BADC395B (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, uint8_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (outCipher == null) RuntimeObject* L_0 = __this->get_outCipher_7(); if (L_0) { goto IL_0015; } } { // stream.WriteByte(b); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_5(); uint8_t L_2 = ___b0; NullCheck(L_1); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_1, L_2); // return; return; } IL_0015: { // byte[] data = outCipher.ProcessByte(b); RuntimeObject* L_3 = __this->get_outCipher_7(); uint8_t L_4 = ___b0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = InterfaceFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, uint8_t >::Invoke(5 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::ProcessByte(System.Byte) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_3, L_4); V_0 = L_5; // if (data != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; if (!L_6) { goto IL_0035; } } { // stream.Write(data, 0, data.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; NullCheck(L_9); NullCheck(L_7); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))); } IL_0035: { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CipherStream_get_CanRead_m1674A6CAE7393E84F4DAB27303F0A0CCB5187DCC (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // get { return stream.CanRead && (inCipher != null); } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); if (!L_1) { goto IL_0017; } } { RuntimeObject* L_2 = __this->get_inCipher_6(); return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CipherStream_get_CanWrite_mBA560B8F0DD0E06C996F1CF29DEA65C4C49DBB8D (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // get { return stream.CanWrite && (outCipher != null); } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); if (!L_1) { goto IL_0017; } } { RuntimeObject* L_2 = __this->get_outCipher_7(); return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CipherStream_get_CanSeek_m43DCB0221C77EE993DCCBD47BC0DB27F1B091AA6 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CipherStream_get_Length_m1603FCACAAE46559417A300C7736DFD4B63DB79D (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // get { throw new NotSupportedException(); } NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherStream_get_Length_m1603FCACAAE46559417A300C7736DFD4B63DB79D_RuntimeMethod_var))); } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CipherStream_get_Position_m1E454F5DCFB31966F63FB977776204599E2D6E24 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // get { throw new NotSupportedException(); } NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherStream_get_Position_m1E454F5DCFB31966F63FB977776204599E2D6E24_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream_set_Position_mD7EA3197E23F4E8ADADCE5F44E113AE05FAFB042 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { throw new NotSupportedException(); } NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherStream_set_Position_mD7EA3197E23F4E8ADADCE5F44E113AE05FAFB042_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream_Close_m2042453B6E69AC7FE772AC38C0241AC87E867654 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (outCipher != null) RuntimeObject* L_0 = __this->get_outCipher_7(); if (!L_0) { goto IL_002f; } } { // byte[] data = outCipher.DoFinal(); RuntimeObject* L_1 = __this->get_outCipher_7(); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::DoFinal() */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_1); V_0 = L_2; // stream.Write(data, 0, data.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_5); NullCheck(L_3); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); // stream.Flush(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = __this->get_stream_5(); NullCheck(L_6); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_6); } IL_002f: { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = __this->get_stream_5(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_7, /*hidden argument*/NULL); // base.Close(); Stream_Close_mC34AF5832AD2E47C5E8F9D44E969C45F6F0A9A13(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream_Flush_mFBD6706CA16AFB5E04416368AE3907277A834AD9 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, const RuntimeMethod* method) { { // stream.Flush(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_0); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CipherStream_Seek_mF2A04CD9A13B5BEA4696BD8B41D66E25E05C519A (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // throw new NotSupportedException(); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherStream_Seek_mF2A04CD9A13B5BEA4696BD8B41D66E25E05C519A_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream_SetLength_m5EC5FBB0749A7D31ED61C2B7B844C735253D4A3A (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, int64_t ___length0, const RuntimeMethod* method) { { // throw new NotSupportedException(); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherStream_SetLength_m5EC5FBB0749A7D31ED61C2B7B844C735253D4A3A_RuntimeMethod_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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CipherSuite::IsScsv(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CipherSuite_IsScsv_m9666A8538EA9FAC19F85B056E6FAF76CB01651DD (int32_t ___cipherSuite0, const RuntimeMethod* method) { { int32_t L_0 = ___cipherSuite0; if ((((int32_t)L_0) == ((int32_t)((int32_t)255)))) { goto IL_0010; } } { int32_t L_1 = ___cipherSuite0; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)22016))))) { goto IL_0012; } } IL_0010: { // return true; return (bool)1; } IL_0012: { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CipherSuite::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherSuite__ctor_m021D7715AF6DE0AD2F82240A582ADED424ACF6AF (CipherSuite_t839FA52C6BD3464EC81CDED8A70CCA31468D2BA7 * __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.Crypto.Tls.CipherType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherType__ctor_m3A6864FF7CE5E1AA92213A36F831450C33819FC2 (CipherType_t594219014C7F69316738DBDC94A9087A08526E13 * __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.Security.CipherUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherUtilities__cctor_m7CEF14605E8872C919F38D436DE7F51DA6AC5B31 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AB2935D72BBF94AC41BB4693003661EAEEAF2F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C2685EEE425882510DB5AA417848E03F4698356); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FB0879BEF9D641AD7D9FB135EEB04B7A3185878); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral227D58E8FC9FDF45A2B329349A1DFEA264430F2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23B06AF106EA0D67676A2953EB9C6FF144496062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27DBE413B8F6DFFC67F04969ED9883B94BE4554B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E686B19E165DF4933A67EC9B80CD95C06DA326E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32583D14EEE748C60572004DBA05FAE0E8E7C053); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3465F02248DE25A7724B916D164C957002F9D9FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D8CB02FF3942E9A21982468B9490598ED9367F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B61056CE34B3597E690DEF082DF2AB2F399A4E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CCF2B6056F0282532A9A5A7124D66A1335FF161); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44A1896960E4B78C5FAF6D197749B232DDDEEB56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A63E520AD7E3C739323B1DC34A9E2A4C52C3F2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54695663CDBC951C368A7673334FC7C1E530A547); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral594B8F9B5262CACDD55D923970DA1330EAC269C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB7E4F1F14CBD0910B9D120A2E8EFE0C07F9B50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F2991312A319990EFBE5EFA24BACE11FAE58B64); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral626C9A80FD55ADF427FBBBB85379D65BEDD9303A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63F5F5E12085FBE42E5CB46D4293ABD5ACA270C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647783A586F68BF6437CB9DA80DA5F6C73C08B53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AFE1D0C40E13763A7F8A82F890891FEBC235BBE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B04ED5948A08598C9C43C4C6F67B6F0AF4EDFB5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F9B65F92FAA549479F5A80F84910D7FF25D68B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71B3CD3397671C8E3618F011BF170FAC9F499980); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72AB8C4B7BFA4010EAE7EE30F7B739FD66EAEA66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7403A43247972DDB9655A62F813E399FDB1C5C09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral762792603E57A44A0BBAB9A4687ADB12D63370D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7681E8CD443B054DDF3FE06E029C1874A60D0B0A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral769730E3859F26CE69E2259BFA69AC9D67130632); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B75786E91331E425E791F73E103006FAAC69CEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88560356D4A82A5F9FD47AE8E5B8096518AFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89AE9D340E28F88C2B03174C9E32E00DC6190A75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AC75E0FB517A3DA0A033908E6AE84D11025E4BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F838727C3DA072CC51B306D630E4A9A332661CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9011D30337D6A2E9DBD1BED33FEDC07931E699D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9447E30D7FC30785DAE22DB48987DF1888FC2DBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral967BB572C3DEEEC4C0F1673589A5DB5F3CBACD23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A94FAC3777654A879C4C5E2E21BAE777509FD7B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F7E3E132905B6D32675AC3BBF8124EA1E5FE975); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA559775A4AA76573065DBA5D758E691409DE6ABC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA66D0C50542E2C2440FD7CD41EAF952D2AA6C07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC05099F4B7FE2D831107BCBDB4AB662EF08CF3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEAE68501E27B1EB1332DFD1DC6F27A1C39437EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFB614D1497653B425D05DA1383AC8F86188BA56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2D1848BABE194BAD16D71B60BA62536C232E0C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB09E6CC72C48F6E392498A64392F09213A02DB5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC052903D81D1DB8D13AA0B8B401AE659C1BD8686); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4516D53E7FB744FA2A59B2651B20A5A1BC1F0C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC69B7C6524D22654354BC8B18A8EE388EF230D8B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDE394519BDBA16E1F5D2D08306FCA052D9AE702); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE8EA3C4F74BAF292EB726D57CBCFDF3E45DD54F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD32DA50FEE7AA19E0CB20DFCC3885AD25DB2A9BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD77560853C61DE5CDFFFF7284C867C8AADA1C7EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9AC7E1BD2644FCDC35F6D5F5F3ECDBBFA815150); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA430D713F700D689E39EE937ED5D91A114BD06C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0D890FAC4E2B6D9BA38821A105CF9C7927D2E9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1E158934719D08BD84AF0C8F26FC507459D32D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5EDEFFF3F808206D94F2F2155C1DC87C822DAD1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7B4EE2FEA9DA0CE32E9A690C2F7C5B75E561F6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC332443C5B3DBE47DCEE2E1272BE4D52F891A71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1BB7A8633D029365EFBA04A6C2589917F4C3A00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF69464799A5315E9EDFCCA4192F95C0EC63497E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8A55603D4897810C47EB31DB7176AED7ADF7040); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB0D08045BC59A6E6CCC741B5723192FE0F11FB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB8144E92B418A6358F0B6DA1EF166FF4808FB53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF52F3E1AE72AC1B317FDBDB9797463CF85CDAB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // private static readonly IDictionary algorithms = 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); ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->set_algorithms_0(L_0); // private static readonly IDictionary oids = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->set_oids_1(L_1); // ((CipherAlgorithm)Enums.GetArbitraryValue(typeof(CipherAlgorithm))).ToString(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_4; L_4 = Enums_GetArbitraryValue_mB4E40FD5BB9672242C93D2A7179404B3A93C788F(L_3, /*hidden argument*/NULL); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_4, CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_il2cpp_TypeInfo_var)))); RuntimeObject * L_5 = Box(CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); V_0 = *(int32_t*)UnBox(L_5); // ((CipherMode)Enums.GetArbitraryValue(typeof(CipherMode))).ToString(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_9; L_9 = Enums_GetArbitraryValue_mB4E40FD5BB9672242C93D2A7179404B3A93C788F(L_8, /*hidden argument*/NULL); V_1 = ((*(int32_t*)((int32_t*)UnBox(L_9, CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_il2cpp_TypeInfo_var)))); RuntimeObject * L_10 = Box(CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_il2cpp_TypeInfo_var, (&V_1)); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); V_1 = *(int32_t*)UnBox(L_10); // ((CipherPadding)Enums.GetArbitraryValue(typeof(CipherPadding))).ToString(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_14; L_14 = Enums_GetArbitraryValue_mB4E40FD5BB9672242C93D2A7179404B3A93C788F(L_13, /*hidden argument*/NULL); V_2 = ((*(int32_t*)((int32_t*)UnBox(L_14, CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_il2cpp_TypeInfo_var)))); RuntimeObject * L_15 = Box(CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_il2cpp_TypeInfo_var, (&V_2)); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); V_2 = *(int32_t*)UnBox(L_15); // algorithms[NistObjectIdentifiers.IdAes128Ecb.Id] = "AES/ECB/PKCS7PADDING"; RuntimeObject* L_17 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Ecb_19(); NullCheck(L_18); String_t* L_19; L_19 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_18, /*hidden argument*/NULL); NullCheck(L_17); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_17, L_19, _stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D); // algorithms[NistObjectIdentifiers.IdAes192Ecb.Id] = "AES/ECB/PKCS7PADDING"; RuntimeObject* L_20 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Ecb_26(); NullCheck(L_21); String_t* L_22; L_22 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_21, /*hidden argument*/NULL); NullCheck(L_20); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_20, L_22, _stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D); // algorithms[NistObjectIdentifiers.IdAes256Ecb.Id] = "AES/ECB/PKCS7PADDING"; RuntimeObject* L_23 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Ecb_33(); NullCheck(L_24); String_t* L_25; L_25 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_24, /*hidden argument*/NULL); NullCheck(L_23); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_23, L_25, _stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D); // algorithms["AES//PKCS7"] = "AES/ECB/PKCS7PADDING"; RuntimeObject* L_26 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_26); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_26, _stringLiteral63F5F5E12085FBE42E5CB46D4293ABD5ACA270C0, _stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D); // algorithms["AES//PKCS7PADDING"] = "AES/ECB/PKCS7PADDING"; RuntimeObject* L_27 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_27); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_27, _stringLiteralE1E158934719D08BD84AF0C8F26FC507459D32D9, _stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D); // algorithms["AES//PKCS5"] = "AES/ECB/PKCS7PADDING"; RuntimeObject* L_28 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_28); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_28, _stringLiteralFFF52F3E1AE72AC1B317FDBDB9797463CF85CDAB, _stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D); // algorithms["AES//PKCS5PADDING"] = "AES/ECB/PKCS7PADDING"; RuntimeObject* L_29 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_29); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_29, _stringLiteral8AC75E0FB517A3DA0A033908E6AE84D11025E4BD, _stringLiteralF1CCA4A732FC2E59CF6B2452369B6B1796C86D1D); // algorithms[NistObjectIdentifiers.IdAes128Cbc.Id] = "AES/CBC/PKCS7PADDING"; RuntimeObject* L_30 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Cbc_20(); NullCheck(L_31); String_t* L_32; L_32 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_31, /*hidden argument*/NULL); NullCheck(L_30); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_30, L_32, _stringLiteral2E686B19E165DF4933A67EC9B80CD95C06DA326E); // algorithms[NistObjectIdentifiers.IdAes192Cbc.Id] = "AES/CBC/PKCS7PADDING"; RuntimeObject* L_33 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_34 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Cbc_27(); NullCheck(L_34); String_t* L_35; L_35 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_34, /*hidden argument*/NULL); NullCheck(L_33); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_33, L_35, _stringLiteral2E686B19E165DF4933A67EC9B80CD95C06DA326E); // algorithms[NistObjectIdentifiers.IdAes256Cbc.Id] = "AES/CBC/PKCS7PADDING"; RuntimeObject* L_36 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Cbc_34(); NullCheck(L_37); String_t* L_38; L_38 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_37, /*hidden argument*/NULL); NullCheck(L_36); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_36, L_38, _stringLiteral2E686B19E165DF4933A67EC9B80CD95C06DA326E); // algorithms[NistObjectIdentifiers.IdAes128Ofb.Id] = "AES/OFB/NOPADDING"; RuntimeObject* L_39 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_40 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Ofb_21(); NullCheck(L_40); String_t* L_41; L_41 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_40, /*hidden argument*/NULL); NullCheck(L_39); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_39, L_41, _stringLiteral1FB0879BEF9D641AD7D9FB135EEB04B7A3185878); // algorithms[NistObjectIdentifiers.IdAes192Ofb.Id] = "AES/OFB/NOPADDING"; RuntimeObject* L_42 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_43 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Ofb_28(); NullCheck(L_43); String_t* L_44; L_44 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_43, /*hidden argument*/NULL); NullCheck(L_42); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_42, L_44, _stringLiteral1FB0879BEF9D641AD7D9FB135EEB04B7A3185878); // algorithms[NistObjectIdentifiers.IdAes256Ofb.Id] = "AES/OFB/NOPADDING"; RuntimeObject* L_45 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_46 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Ofb_35(); NullCheck(L_46); String_t* L_47; L_47 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_46, /*hidden argument*/NULL); NullCheck(L_45); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_45, L_47, _stringLiteral1FB0879BEF9D641AD7D9FB135EEB04B7A3185878); // algorithms[NistObjectIdentifiers.IdAes128Cfb.Id] = "AES/CFB/NOPADDING"; RuntimeObject* L_48 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_49 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Cfb_22(); NullCheck(L_49); String_t* L_50; L_50 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_49, /*hidden argument*/NULL); NullCheck(L_48); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_48, L_50, _stringLiteralAC05099F4B7FE2D831107BCBDB4AB662EF08CF3B); // algorithms[NistObjectIdentifiers.IdAes192Cfb.Id] = "AES/CFB/NOPADDING"; RuntimeObject* L_51 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_52 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Cfb_29(); NullCheck(L_52); String_t* L_53; L_53 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_52, /*hidden argument*/NULL); NullCheck(L_51); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_51, L_53, _stringLiteralAC05099F4B7FE2D831107BCBDB4AB662EF08CF3B); // algorithms[NistObjectIdentifiers.IdAes256Cfb.Id] = "AES/CFB/NOPADDING"; RuntimeObject* L_54 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_55 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Cfb_36(); NullCheck(L_55); String_t* L_56; L_56 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_55, /*hidden argument*/NULL); NullCheck(L_54); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_54, L_56, _stringLiteralAC05099F4B7FE2D831107BCBDB4AB662EF08CF3B); // algorithms["RSA/ECB/PKCS1"] = "RSA//PKCS1PADDING"; RuntimeObject* L_57 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_57); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_57, _stringLiteral594B8F9B5262CACDD55D923970DA1330EAC269C0, _stringLiteralEC332443C5B3DBE47DCEE2E1272BE4D52F891A71); // algorithms["RSA/ECB/PKCS1PADDING"] = "RSA//PKCS1PADDING"; RuntimeObject* L_58 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_58); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_58, _stringLiteralD9AC7E1BD2644FCDC35F6D5F5F3ECDBBFA815150, _stringLiteralEC332443C5B3DBE47DCEE2E1272BE4D52F891A71); // algorithms[PkcsObjectIdentifiers.RsaEncryption.Id] = "RSA//PKCS1PADDING"; RuntimeObject* L_59 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_60 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RsaEncryption_2(); NullCheck(L_60); String_t* L_61; L_61 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_60, /*hidden argument*/NULL); NullCheck(L_59); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_59, L_61, _stringLiteralEC332443C5B3DBE47DCEE2E1272BE4D52F891A71); // algorithms[PkcsObjectIdentifiers.IdRsaesOaep.Id] = "RSA//OAEPPADDING"; RuntimeObject* L_62 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_63 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsaesOaep_8(); NullCheck(L_63); String_t* L_64; L_64 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_63, /*hidden argument*/NULL); NullCheck(L_62); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_62, L_64, _stringLiteralCE8EA3C4F74BAF292EB726D57CBCFDF3E45DD54F); // algorithms[OiwObjectIdentifiers.DesCbc.Id] = "DES/CBC"; RuntimeObject* L_65 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_66 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_DesCbc_4(); NullCheck(L_66); String_t* L_67; L_67 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_66, /*hidden argument*/NULL); NullCheck(L_65); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_65, L_67, _stringLiteralC052903D81D1DB8D13AA0B8B401AE659C1BD8686); // algorithms[OiwObjectIdentifiers.DesCfb.Id] = "DES/CFB"; RuntimeObject* L_68 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_69 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_DesCfb_6(); NullCheck(L_69); String_t* L_70; L_70 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_69, /*hidden argument*/NULL); NullCheck(L_68); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_68, L_70, _stringLiteral23B06AF106EA0D67676A2953EB9C6FF144496062); // algorithms[OiwObjectIdentifiers.DesEcb.Id] = "DES/ECB"; RuntimeObject* L_71 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_72 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_DesEcb_3(); NullCheck(L_72); String_t* L_73; L_73 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_72, /*hidden argument*/NULL); NullCheck(L_71); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_71, L_73, _stringLiteralC69B7C6524D22654354BC8B18A8EE388EF230D8B); // algorithms[OiwObjectIdentifiers.DesOfb.Id] = "DES/OFB"; RuntimeObject* L_74 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_75 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_DesOfb_5(); NullCheck(L_75); String_t* L_76; L_76 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_75, /*hidden argument*/NULL); NullCheck(L_74); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_74, L_76, _stringLiteral5F2991312A319990EFBE5EFA24BACE11FAE58B64); // algorithms[OiwObjectIdentifiers.DesEde.Id] = "DESEDE"; RuntimeObject* L_77 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_78 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_DesEde_7(); NullCheck(L_78); String_t* L_79; L_79 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_78, /*hidden argument*/NULL); NullCheck(L_77); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_77, L_79, _stringLiteralFB8144E92B418A6358F0B6DA1EF166FF4808FB53); // algorithms["TDEA"] = "DESEDE"; RuntimeObject* L_80 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_80); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_80, _stringLiteralB2D1848BABE194BAD16D71B60BA62536C232E0C5, _stringLiteralFB8144E92B418A6358F0B6DA1EF166FF4808FB53); // algorithms[PkcsObjectIdentifiers.DesEde3Cbc.Id] = "DESEDE/CBC"; RuntimeObject* L_81 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_82 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_DesEde3Cbc_30(); NullCheck(L_82); String_t* L_83; L_83 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_82, /*hidden argument*/NULL); NullCheck(L_81); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_81, L_83, _stringLiteralD77560853C61DE5CDFFFF7284C867C8AADA1C7EB); // algorithms[PkcsObjectIdentifiers.RC2Cbc.Id] = "RC2/CBC"; RuntimeObject* L_84 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_85 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RC2Cbc_31(); NullCheck(L_85); String_t* L_86; L_86 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_85, /*hidden argument*/NULL); NullCheck(L_84); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_84, L_86, _stringLiteralA559775A4AA76573065DBA5D758E691409DE6ABC); // algorithms["1.3.6.1.4.1.188.7.1.1.2"] = "IDEA/CBC"; RuntimeObject* L_87 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_87); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_87, _stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9, _stringLiteral9F7E3E132905B6D32675AC3BBF8124EA1E5FE975); // algorithms["1.2.840.113533.7.66.10"] = "CAST5/CBC"; RuntimeObject* L_88 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_88); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_88, _stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8, _stringLiteral9A94FAC3777654A879C4C5E2E21BAE777509FD7B); // algorithms["RC4"] = "ARC4"; RuntimeObject* L_89 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_89); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_89, _stringLiteral3B61056CE34B3597E690DEF082DF2AB2F399A4E8, _stringLiteral3CCF2B6056F0282532A9A5A7124D66A1335FF161); // algorithms["ARCFOUR"] = "ARC4"; RuntimeObject* L_90 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_90); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_90, _stringLiteral89AE9D340E28F88C2B03174C9E32E00DC6190A75, _stringLiteral3CCF2B6056F0282532A9A5A7124D66A1335FF161); // algorithms["1.2.840.113549.3.4"] = "ARC4"; RuntimeObject* L_91 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_91); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_91, _stringLiteral1C2685EEE425882510DB5AA417848E03F4698356, _stringLiteral3CCF2B6056F0282532A9A5A7124D66A1335FF161); // algorithms["PBEWITHSHA1AND128BITRC4"] = "PBEWITHSHAAND128BITRC4"; RuntimeObject* L_92 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_92); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_92, _stringLiteralAFB614D1497653B425D05DA1383AC8F86188BA56, _stringLiteral1AB2935D72BBF94AC41BB4693003661EAEEAF2F1); // algorithms[PkcsObjectIdentifiers.PbeWithShaAnd128BitRC4.Id] = "PBEWITHSHAAND128BITRC4"; RuntimeObject* L_93 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_94 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd128BitRC4_138(); NullCheck(L_94); String_t* L_95; L_95 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_94, /*hidden argument*/NULL); NullCheck(L_93); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_93, L_95, _stringLiteral1AB2935D72BBF94AC41BB4693003661EAEEAF2F1); // algorithms["PBEWITHSHA1AND40BITRC4"] = "PBEWITHSHAAND40BITRC4"; RuntimeObject* L_96 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_96); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_96, _stringLiteral227D58E8FC9FDF45A2B329349A1DFEA264430F2C, _stringLiteralE0D890FAC4E2B6D9BA38821A105CF9C7927D2E9D); // algorithms[PkcsObjectIdentifiers.PbeWithShaAnd40BitRC4.Id] = "PBEWITHSHAAND40BITRC4"; RuntimeObject* L_97 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_98 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd40BitRC4_139(); NullCheck(L_98); String_t* L_99; L_99 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_98, /*hidden argument*/NULL); NullCheck(L_97); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_97, L_99, _stringLiteralE0D890FAC4E2B6D9BA38821A105CF9C7927D2E9D); // algorithms["PBEWITHSHA1ANDDES"] = "PBEWITHSHA1ANDDES-CBC"; RuntimeObject* L_100 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_100); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_100, _stringLiteral7681E8CD443B054DDF3FE06E029C1874A60D0B0A, _stringLiteral36D8CB02FF3942E9A21982468B9490598ED9367F); // algorithms[PkcsObjectIdentifiers.PbeWithSha1AndDesCbc.Id] = "PBEWITHSHA1ANDDES-CBC"; RuntimeObject* L_101 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_102 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithSha1AndDesCbc_25(); NullCheck(L_102); String_t* L_103; L_103 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_102, /*hidden argument*/NULL); NullCheck(L_101); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_101, L_103, _stringLiteral36D8CB02FF3942E9A21982468B9490598ED9367F); // algorithms["PBEWITHSHA1ANDRC2"] = "PBEWITHSHA1ANDRC2-CBC"; RuntimeObject* L_104 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_104); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_104, _stringLiteralCDE394519BDBA16E1F5D2D08306FCA052D9AE702, _stringLiteralF8A55603D4897810C47EB31DB7176AED7ADF7040); // algorithms[PkcsObjectIdentifiers.PbeWithSha1AndRC2Cbc.Id] = "PBEWITHSHA1ANDRC2-CBC"; RuntimeObject* L_105 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_106 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithSha1AndRC2Cbc_26(); NullCheck(L_106); String_t* L_107; L_107 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_106, /*hidden argument*/NULL); NullCheck(L_105); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_105, L_107, _stringLiteralF8A55603D4897810C47EB31DB7176AED7ADF7040); // algorithms["PBEWITHSHA1AND3-KEYTRIPLEDES-CBC"] = "PBEWITHSHAAND3-KEYTRIPLEDES-CBC"; RuntimeObject* L_108 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_108); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_108, _stringLiteralF69464799A5315E9EDFCCA4192F95C0EC63497E2, _stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0); // algorithms["PBEWITHSHAAND3KEYTRIPLEDES"] = "PBEWITHSHAAND3-KEYTRIPLEDES-CBC"; RuntimeObject* L_109 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_109); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_109, _stringLiteralD32DA50FEE7AA19E0CB20DFCC3885AD25DB2A9BE, _stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0); // algorithms[PkcsObjectIdentifiers.PbeWithShaAnd3KeyTripleDesCbc.Id] = "PBEWITHSHAAND3-KEYTRIPLEDES-CBC"; RuntimeObject* L_110 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_111 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd3KeyTripleDesCbc_140(); NullCheck(L_111); String_t* L_112; L_112 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_111, /*hidden argument*/NULL); NullCheck(L_110); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_110, L_112, _stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0); // algorithms["PBEWITHSHA1ANDDESEDE"] = "PBEWITHSHAAND3-KEYTRIPLEDES-CBC"; RuntimeObject* L_113 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_113); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_113, _stringLiteral762792603E57A44A0BBAB9A4687ADB12D63370D5, _stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0); // algorithms["PBEWITHSHA1AND2-KEYTRIPLEDES-CBC"] = "PBEWITHSHAAND2-KEYTRIPLEDES-CBC"; RuntimeObject* L_114 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_114); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_114, _stringLiteral88560356D4A82A5F9FD47AE8E5B8096518AFD8B1, _stringLiteral27DBE413B8F6DFFC67F04969ED9883B94BE4554B); // algorithms[PkcsObjectIdentifiers.PbeWithShaAnd2KeyTripleDesCbc.Id] = "PBEWITHSHAAND2-KEYTRIPLEDES-CBC"; RuntimeObject* L_115 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_116 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd2KeyTripleDesCbc_141(); NullCheck(L_116); String_t* L_117; L_117 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_116, /*hidden argument*/NULL); NullCheck(L_115); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_115, L_117, _stringLiteral27DBE413B8F6DFFC67F04969ED9883B94BE4554B); // algorithms["PBEWITHSHA1AND128BITRC2-CBC"] = "PBEWITHSHAAND128BITRC2-CBC"; RuntimeObject* L_118 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_118); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_118, _stringLiteralE5EDEFFF3F808206D94F2F2155C1DC87C822DAD1, _stringLiteral769730E3859F26CE69E2259BFA69AC9D67130632); // algorithms[PkcsObjectIdentifiers.PbeWithShaAnd128BitRC2Cbc.Id] = "PBEWITHSHAAND128BITRC2-CBC"; RuntimeObject* L_119 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_120 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbeWithShaAnd128BitRC2Cbc_142(); NullCheck(L_120); String_t* L_121; L_121 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_120, /*hidden argument*/NULL); NullCheck(L_119); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_119, L_121, _stringLiteral769730E3859F26CE69E2259BFA69AC9D67130632); // algorithms["PBEWITHSHA1AND40BITRC2-CBC"] = "PBEWITHSHAAND40BITRC2-CBC"; RuntimeObject* L_122 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_122); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_122, _stringLiteralAA66D0C50542E2C2440FD7CD41EAF952D2AA6C07, _stringLiteral647783A586F68BF6437CB9DA80DA5F6C73C08B53); // algorithms[PkcsObjectIdentifiers.PbewithShaAnd40BitRC2Cbc.Id] = "PBEWITHSHAAND40BITRC2-CBC"; RuntimeObject* L_123 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_124 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PbewithShaAnd40BitRC2Cbc_143(); NullCheck(L_124); String_t* L_125; L_125 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_124, /*hidden argument*/NULL); NullCheck(L_123); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_123, L_125, _stringLiteral647783A586F68BF6437CB9DA80DA5F6C73C08B53); // algorithms["PBEWITHSHA1AND128BITAES-CBC-BC"] = "PBEWITHSHAAND128BITAES-CBC-BC"; RuntimeObject* L_126 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_126); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_126, _stringLiteralBB09E6CC72C48F6E392498A64392F09213A02DB5, _stringLiteralDA430D713F700D689E39EE937ED5D91A114BD06C); // algorithms["PBEWITHSHA-1AND128BITAES-CBC-BC"] = "PBEWITHSHAAND128BITAES-CBC-BC"; RuntimeObject* L_127 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_127); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_127, _stringLiteral5BB7E4F1F14CBD0910B9D120A2E8EFE0C07F9B50, _stringLiteralDA430D713F700D689E39EE937ED5D91A114BD06C); // algorithms["PBEWITHSHA1AND192BITAES-CBC-BC"] = "PBEWITHSHAAND192BITAES-CBC-BC"; RuntimeObject* L_128 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_128); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_128, _stringLiteral72AB8C4B7BFA4010EAE7EE30F7B739FD66EAEA66, _stringLiteralC4516D53E7FB744FA2A59B2651B20A5A1BC1F0C0); // algorithms["PBEWITHSHA-1AND192BITAES-CBC-BC"] = "PBEWITHSHAAND192BITAES-CBC-BC"; RuntimeObject* L_129 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_129); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_129, _stringLiteral6F9B65F92FAA549479F5A80F84910D7FF25D68B8, _stringLiteralC4516D53E7FB744FA2A59B2651B20A5A1BC1F0C0); // algorithms["PBEWITHSHA1AND256BITAES-CBC-BC"] = "PBEWITHSHAAND256BITAES-CBC-BC"; RuntimeObject* L_130 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_130); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_130, _stringLiteralFB0D08045BC59A6E6CCC741B5723192FE0F11FB1, _stringLiteral967BB572C3DEEEC4C0F1673589A5DB5F3CBACD23); // algorithms["PBEWITHSHA-1AND256BITAES-CBC-BC"] = "PBEWITHSHAAND256BITAES-CBC-BC"; RuntimeObject* L_131 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_131); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_131, _stringLiteral4A63E520AD7E3C739323B1DC34A9E2A4C52C3F2D, _stringLiteral967BB572C3DEEEC4C0F1673589A5DB5F3CBACD23); // algorithms["PBEWITHSHA-256AND128BITAES-CBC-BC"] = "PBEWITHSHA256AND128BITAES-CBC-BC"; RuntimeObject* L_132 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_132); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_132, _stringLiteralE7B4EE2FEA9DA0CE32E9A690C2F7C5B75E561F6D, _stringLiteral54695663CDBC951C368A7673334FC7C1E530A547); // algorithms["PBEWITHSHA-256AND192BITAES-CBC-BC"] = "PBEWITHSHA256AND192BITAES-CBC-BC"; RuntimeObject* L_133 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_133); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_133, _stringLiteral6B04ED5948A08598C9C43C4C6F67B6F0AF4EDFB5, _stringLiteral6AFE1D0C40E13763A7F8A82F890891FEBC235BBE); // algorithms["PBEWITHSHA-256AND256BITAES-CBC-BC"] = "PBEWITHSHA256AND256BITAES-CBC-BC"; RuntimeObject* L_134 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_134); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_134, _stringLiteral8F838727C3DA072CC51B306D630E4A9A332661CD, _stringLiteral626C9A80FD55ADF427FBBBB85379D65BEDD9303A); // algorithms["GOST"] = "GOST28147"; RuntimeObject* L_135 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_135); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_135, _stringLiteralF1BB7A8633D029365EFBA04A6C2589917F4C3A00, _stringLiteralAEAE68501E27B1EB1332DFD1DC6F27A1C39437EF); // algorithms["GOST-28147"] = "GOST28147"; RuntimeObject* L_136 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_136); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_136, _stringLiteral3465F02248DE25A7724B916D164C957002F9D9FA, _stringLiteralAEAE68501E27B1EB1332DFD1DC6F27A1C39437EF); // algorithms[CryptoProObjectIdentifiers.GostR28147Cbc.Id] = "GOST28147/CBC/PKCS7PADDING"; RuntimeObject* L_137 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_138 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR28147Cbc_3(); NullCheck(L_138); String_t* L_139; L_139 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_138, /*hidden argument*/NULL); NullCheck(L_137); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_137, L_139, _stringLiteral32583D14EEE748C60572004DBA05FAE0E8E7C053); // algorithms["RC5-32"] = "RC5"; RuntimeObject* L_140 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_140); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_140, _stringLiteral71B3CD3397671C8E3618F011BF170FAC9F499980, _stringLiteral44A1896960E4B78C5FAF6D197749B232DDDEEB56); // algorithms[NttObjectIdentifiers.IdCamellia128Cbc.Id] = "CAMELLIA/CBC/PKCS7PADDING"; RuntimeObject* L_141 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_142 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia128Cbc_0(); NullCheck(L_142); String_t* L_143; L_143 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_142, /*hidden argument*/NULL); NullCheck(L_141); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_141, L_143, _stringLiteral9011D30337D6A2E9DBD1BED33FEDC07931E699D3); // algorithms[NttObjectIdentifiers.IdCamellia192Cbc.Id] = "CAMELLIA/CBC/PKCS7PADDING"; RuntimeObject* L_144 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_145 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia192Cbc_1(); NullCheck(L_145); String_t* L_146; L_146 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_145, /*hidden argument*/NULL); NullCheck(L_144); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_144, L_146, _stringLiteral9011D30337D6A2E9DBD1BED33FEDC07931E699D3); // algorithms[NttObjectIdentifiers.IdCamellia256Cbc.Id] = "CAMELLIA/CBC/PKCS7PADDING"; RuntimeObject* L_147 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_148 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia256Cbc_2(); NullCheck(L_148); String_t* L_149; L_149 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_148, /*hidden argument*/NULL); NullCheck(L_147); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_147, L_149, _stringLiteral9011D30337D6A2E9DBD1BED33FEDC07931E699D3); // algorithms[KisaObjectIdentifiers.IdSeedCbc.Id] = "SEED/CBC/PKCS7PADDING"; RuntimeObject* L_150 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_151 = ((KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields*)il2cpp_codegen_static_fields_for(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var))->get_IdSeedCbc_0(); NullCheck(L_151); String_t* L_152; L_152 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_151, /*hidden argument*/NULL); NullCheck(L_150); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_150, L_152, _stringLiteral7403A43247972DDB9655A62F813E399FDB1C5C09); // algorithms["1.3.6.1.4.1.3029.1.2"] = "BLOWFISH/CBC"; RuntimeObject* L_153 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_153); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_153, _stringLiteral9447E30D7FC30785DAE22DB48987DF1888FC2DBF, _stringLiteral7B75786E91331E425E791F73E103006FAAC69CEA); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherUtilities__ctor_m180C4C880C22BED98DE7C2696870368B94B90483 (CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7 * __this, const RuntimeMethod* method) { { // private CipherUtilities() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetObjectIdentifier(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * CipherUtilities_GetObjectIdentifier_m6FDB9109965A10D9B7798FA0554180660E7DD7A8 (String_t* ___mechanism0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_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; } String_t* V_0 = NULL; { // if (mechanism == null) String_t* L_0 = ___mechanism0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("mechanism"); 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*)&_stringLiteralA36834494CF41A5E74504498A20F1AB44DD17A0E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetObjectIdentifier_m6FDB9109965A10D9B7798FA0554180660E7DD7A8_RuntimeMethod_var))); } IL_000e: { // mechanism = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(mechanism); String_t* L_2 = ___mechanism0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_2, /*hidden argument*/NULL); ___mechanism0 = L_3; // string aliased = (string) algorithms[mechanism]; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); String_t* L_5 = ___mechanism0; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_5); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); // if (aliased != null) String_t* L_7 = V_0; if (!L_7) { goto IL_002d; } } { // mechanism = aliased; String_t* L_8 = V_0; ___mechanism0 = L_8; } IL_002d: { // return (DerObjectIdentifier) oids[mechanism]; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_9 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_oids_1(); String_t* L_10 = ___mechanism0; NullCheck(L_9); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_9, L_10); return ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_11, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)); } } // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::get_Algorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_get_Algorithms_mF76C094B22A09A34588ACF0F6B8CE395CAB55B87 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return oids.Keys; } IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_oids_1(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetCipher(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_GetCipher_m5F84B3E44197913435F2CEC788FC3C0C3E193284 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GetCipher(oid.Id); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___oid0; NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetCipher(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF (String_t* ___algorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISO7816d4Padding_t54C600AA95C50A827CD73E654FC8557CBEC5AED0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VmpcKsa3Engine_tC43A9B0E3EC6F82642A6115F9951F7885C841A8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22256324052A69ABE263B8C6D936457038A12F10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27DBE413B8F6DFFC67F04969ED9883B94BE4554B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral340B2F9504C33476D46ABF14D755999259255B78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D8CB02FF3942E9A21982468B9490598ED9367F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CB0724FEED457371B27FF0ACD3DF1D9FEDFC302); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54695663CDBC951C368A7673334FC7C1E530A547); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral626C9A80FD55ADF427FBBBB85379D65BEDD9303A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647783A586F68BF6437CB9DA80DA5F6C73C08B53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AFE1D0C40E13763A7F8A82F890891FEBC235BBE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral738AEED44B152A9B0CA27F2539BFC222AC9F7EED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral769730E3859F26CE69E2259BFA69AC9D67130632); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8136E6BB427E9AF8B375C820D37561DA3E159794); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral967BB572C3DEEEC4C0F1673589A5DB5F3CBACD23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4516D53E7FB744FA2A59B2651B20A5A1BC1F0C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2B6CE1B4FD70363933B7AD94FA24849FD399B6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F3812E71ECFB8899B0302652236FAAE4AA5DF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA430D713F700D689E39EE937ED5D91A114BD06C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0CDAF6E8DCF43906816F0D6CC7D11AF651510FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE54A067CA47402024278E52A868EB153BB03F00D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFF24F032CA56F730D1D2B777C72D59A0DFBB023); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8A55603D4897810C47EB31DB7176AED7ADF7040); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; bool V_7 = false; bool V_8 = false; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; String_t* V_11 = NULL; String_t* V_12 = NULL; String_t* V_13 = NULL; String_t* V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; String_t* V_17 = NULL; int32_t V_18 = 0; int32_t V_19 = 0; int32_t V_20 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B105_0 = NULL; int32_t G_B109_0 = 0; int32_t G_B116_0 = 0; int32_t G_B126_0 = 0; { // if (algorithm == null) String_t* L_0 = ___algorithm0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("algorithm"); 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*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_000e: { // algorithm = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(algorithm); String_t* L_2 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_2, /*hidden argument*/NULL); ___algorithm0 = L_3; // string aliased = (string) algorithms[algorithm]; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); String_t* L_5 = ___algorithm0; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_5); V_12 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); // if (aliased != null) String_t* L_7 = V_12; if (!L_7) { goto IL_0030; } } { // algorithm = aliased; String_t* L_8 = V_12; ___algorithm0 = L_8; } IL_0030: { // IBasicAgreement iesAgreement = null; V_0 = (RuntimeObject*)NULL; // if (algorithm == "IES") String_t* L_9 = ___algorithm0; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteralE54A067CA47402024278E52A868EB153BB03F00D, /*hidden argument*/NULL); if (!L_10) { goto IL_0047; } } { // iesAgreement = new DHBasicAgreement(); DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99 * L_11 = (DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99 *)il2cpp_codegen_object_new(DHBasicAgreement_tEA094DF0EAA1AC3039EAE4D4F258E02FCBD99E99_il2cpp_TypeInfo_var); DHBasicAgreement__ctor_mA814E02EE595AFDCC561228E8DC491927EBC5D00(L_11, /*hidden argument*/NULL); V_0 = L_11; // } goto IL_005a; } IL_0047: { // else if (algorithm == "ECIES") String_t* L_12 = ___algorithm0; bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, _stringLiteralD5F3812E71ECFB8899B0302652236FAAE4AA5DF9, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } { // iesAgreement = new ECDHBasicAgreement(); ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 * L_14 = (ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 *)il2cpp_codegen_object_new(ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914_il2cpp_TypeInfo_var); ECDHBasicAgreement__ctor_m00A567A1CDA54D22181A8CF51412E87317BF38A8(L_14, /*hidden argument*/NULL); V_0 = L_14; } IL_005a: { // if (iesAgreement != null) RuntimeObject* L_15 = V_0; if (!L_15) { goto IL_007d; } } { // return new BufferedIesCipher( // new IesEngine( // iesAgreement, // new Kdf2BytesGenerator( // new Sha1Digest()), // new HMac( // new Sha1Digest()))); RuntimeObject* L_16 = V_0; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_17 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_17, /*hidden argument*/NULL); Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9 * L_18 = (Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9 *)il2cpp_codegen_object_new(Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9_il2cpp_TypeInfo_var); Kdf2BytesGenerator__ctor_m4A8868B1DE0EB993F10C39B8639791416CB8BC01(L_18, L_17, /*hidden argument*/NULL); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_19 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_19, /*hidden argument*/NULL); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_20 = (HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B *)il2cpp_codegen_object_new(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var); HMac__ctor_m2F116E272494B59F6E93CF539BBAE3A571D0FBFE(L_20, L_19, /*hidden argument*/NULL); IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A * L_21 = (IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A *)il2cpp_codegen_object_new(IesEngine_tE6C4A2D80181CCCD473CD72A50C6D43B06D9588A_il2cpp_TypeInfo_var); IesEngine__ctor_m1F05EC0E104C981FBC3993904E234B3CB9F28466(L_21, L_16, L_18, L_20, /*hidden argument*/NULL); BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472 * L_22 = (BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472 *)il2cpp_codegen_object_new(BufferedIesCipher_t41DB58488CFD466F3FE8CB05F7CA10A3F3F98472_il2cpp_TypeInfo_var); BufferedIesCipher__ctor_mFB1A4010A41FB61D396DA05520224E73F7690C71(L_22, L_21, /*hidden argument*/NULL); return L_22; } IL_007d: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(algorithm, "PBE")) String_t* L_23 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_24; L_24 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_23, _stringLiteralD2B6CE1B4FD70363933B7AD94FA24849FD399B6D, /*hidden argument*/NULL); if (!L_24) { goto IL_01b7; } } { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(algorithm, "-CBC")) String_t* L_25 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_26; L_26 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_25, _stringLiteral8136E6BB427E9AF8B375C820D37561DA3E159794, /*hidden argument*/NULL); if (!L_26) { goto IL_0136; } } { // if (algorithm == "PBEWITHSHA1ANDDES-CBC") String_t* L_27 = ___algorithm0; bool L_28; L_28 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_27, _stringLiteral36D8CB02FF3942E9A21982468B9490598ED9367F, /*hidden argument*/NULL); if (!L_28) { goto IL_00ba; } } { // return new PaddedBufferedBlockCipher( // new CbcBlockCipher(new DesEngine())); DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * L_29 = (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B *)il2cpp_codegen_object_new(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); DesEngine__ctor_m3DD15482C3EB3121CFB785DBF836A17AA4D272AC(L_29, /*hidden argument*/NULL); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_30 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_30, L_29, /*hidden argument*/NULL); PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * L_31 = (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 *)il2cpp_codegen_object_new(PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_il2cpp_TypeInfo_var); PaddedBufferedBlockCipher__ctor_mA3CF725596270BDDD59D17E3D9141C52A5B6D408(L_31, L_30, /*hidden argument*/NULL); return L_31; } IL_00ba: { // else if (algorithm == "PBEWITHSHA1ANDRC2-CBC") String_t* L_32 = ___algorithm0; bool L_33; L_33 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_32, _stringLiteralF8A55603D4897810C47EB31DB7176AED7ADF7040, /*hidden argument*/NULL); if (!L_33) { goto IL_00d7; } } { // return new PaddedBufferedBlockCipher( // new CbcBlockCipher(new RC2Engine())); RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * L_34 = (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 *)il2cpp_codegen_object_new(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); RC2Engine__ctor_mDD5B89570988D7CD287F015D47C1ADA3F8324679(L_34, /*hidden argument*/NULL); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_35 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_35, L_34, /*hidden argument*/NULL); PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * L_36 = (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 *)il2cpp_codegen_object_new(PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_il2cpp_TypeInfo_var); PaddedBufferedBlockCipher__ctor_mA3CF725596270BDDD59D17E3D9141C52A5B6D408(L_36, L_35, /*hidden argument*/NULL); return L_36; } IL_00d7: { // else if (Strings.IsOneOf(algorithm, // "PBEWITHSHAAND2-KEYTRIPLEDES-CBC", "PBEWITHSHAAND3-KEYTRIPLEDES-CBC")) String_t* L_37 = ___algorithm0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral27DBE413B8F6DFFC67F04969ED9883B94BE4554B); (L_39)->SetAt(static_cast(0), (String_t*)_stringLiteral27DBE413B8F6DFFC67F04969ED9883B94BE4554B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0); (L_40)->SetAt(static_cast(1), (String_t*)_stringLiteralB6A39BCD19B30575C38B01DF6389C3E3565F9EE0); bool L_41; L_41 = Strings_IsOneOf_m6B89B460FDE37258D4C06BF2D953DF3E29B48419(L_37, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0105; } } { // return new PaddedBufferedBlockCipher( // new CbcBlockCipher(new DesEdeEngine())); DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * L_42 = (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B *)il2cpp_codegen_object_new(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789(L_42, /*hidden argument*/NULL); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_43 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_43, L_42, /*hidden argument*/NULL); PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * L_44 = (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 *)il2cpp_codegen_object_new(PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_il2cpp_TypeInfo_var); PaddedBufferedBlockCipher__ctor_mA3CF725596270BDDD59D17E3D9141C52A5B6D408(L_44, L_43, /*hidden argument*/NULL); return L_44; } IL_0105: { // else if (Strings.IsOneOf(algorithm, // "PBEWITHSHAAND128BITRC2-CBC", "PBEWITHSHAAND40BITRC2-CBC")) String_t* L_45 = ___algorithm0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_46 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_47 = L_46; NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral769730E3859F26CE69E2259BFA69AC9D67130632); (L_47)->SetAt(static_cast(0), (String_t*)_stringLiteral769730E3859F26CE69E2259BFA69AC9D67130632); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_48 = L_47; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral647783A586F68BF6437CB9DA80DA5F6C73C08B53); (L_48)->SetAt(static_cast(1), (String_t*)_stringLiteral647783A586F68BF6437CB9DA80DA5F6C73C08B53); bool L_49; L_49 = Strings_IsOneOf_m6B89B460FDE37258D4C06BF2D953DF3E29B48419(L_45, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_01b7; } } { // return new PaddedBufferedBlockCipher( // new CbcBlockCipher(new RC2Engine())); RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * L_50 = (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 *)il2cpp_codegen_object_new(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); RC2Engine__ctor_mDD5B89570988D7CD287F015D47C1ADA3F8324679(L_50, /*hidden argument*/NULL); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_51 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_51, L_50, /*hidden argument*/NULL); PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * L_52 = (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 *)il2cpp_codegen_object_new(PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_il2cpp_TypeInfo_var); PaddedBufferedBlockCipher__ctor_mA3CF725596270BDDD59D17E3D9141C52A5B6D408(L_52, L_51, /*hidden argument*/NULL); return L_52; } IL_0136: { // else if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(algorithm, "-BC") || BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(algorithm, "-OPENSSL")) String_t* L_53 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_54; L_54 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_53, _stringLiteral340B2F9504C33476D46ABF14D755999259255B78, /*hidden argument*/NULL); if (L_54) { goto IL_0150; } } { String_t* L_55 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_56; L_56 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_55, _stringLiteral22256324052A69ABE263B8C6D936457038A12F10, /*hidden argument*/NULL); if (!L_56) { goto IL_01b7; } } IL_0150: { // if (Strings.IsOneOf(algorithm, // "PBEWITHSHAAND128BITAES-CBC-BC", // "PBEWITHSHAAND192BITAES-CBC-BC", // "PBEWITHSHAAND256BITAES-CBC-BC", // "PBEWITHSHA256AND128BITAES-CBC-BC", // "PBEWITHSHA256AND192BITAES-CBC-BC", // "PBEWITHSHA256AND256BITAES-CBC-BC", // "PBEWITHMD5AND128BITAES-CBC-OPENSSL", // "PBEWITHMD5AND192BITAES-CBC-OPENSSL", // "PBEWITHMD5AND256BITAES-CBC-OPENSSL")) String_t* L_57 = ___algorithm0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_58 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_59 = L_58; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteralDA430D713F700D689E39EE937ED5D91A114BD06C); (L_59)->SetAt(static_cast(0), (String_t*)_stringLiteralDA430D713F700D689E39EE937ED5D91A114BD06C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_60 = L_59; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteralC4516D53E7FB744FA2A59B2651B20A5A1BC1F0C0); (L_60)->SetAt(static_cast(1), (String_t*)_stringLiteralC4516D53E7FB744FA2A59B2651B20A5A1BC1F0C0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral967BB572C3DEEEC4C0F1673589A5DB5F3CBACD23); (L_61)->SetAt(static_cast(2), (String_t*)_stringLiteral967BB572C3DEEEC4C0F1673589A5DB5F3CBACD23); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_62 = L_61; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral54695663CDBC951C368A7673334FC7C1E530A547); (L_62)->SetAt(static_cast(3), (String_t*)_stringLiteral54695663CDBC951C368A7673334FC7C1E530A547); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_63 = L_62; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral6AFE1D0C40E13763A7F8A82F890891FEBC235BBE); (L_63)->SetAt(static_cast(4), (String_t*)_stringLiteral6AFE1D0C40E13763A7F8A82F890891FEBC235BBE); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral626C9A80FD55ADF427FBBBB85379D65BEDD9303A); (L_64)->SetAt(static_cast(5), (String_t*)_stringLiteral626C9A80FD55ADF427FBBBB85379D65BEDD9303A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_65 = L_64; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteralEFF24F032CA56F730D1D2B777C72D59A0DFBB023); (L_65)->SetAt(static_cast(6), (String_t*)_stringLiteralEFF24F032CA56F730D1D2B777C72D59A0DFBB023); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_66 = L_65; NullCheck(L_66); ArrayElementTypeCheck (L_66, _stringLiteral738AEED44B152A9B0CA27F2539BFC222AC9F7EED); (L_66)->SetAt(static_cast(7), (String_t*)_stringLiteral738AEED44B152A9B0CA27F2539BFC222AC9F7EED); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_67 = L_66; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral4CB0724FEED457371B27FF0ACD3DF1D9FEDFC302); (L_67)->SetAt(static_cast(8), (String_t*)_stringLiteral4CB0724FEED457371B27FF0ACD3DF1D9FEDFC302); bool L_68; L_68 = Strings_IsOneOf_m6B89B460FDE37258D4C06BF2D953DF3E29B48419(L_57, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01b7; } } { // return new PaddedBufferedBlockCipher( // new CbcBlockCipher(new AesEngine())); AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * L_69 = (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 *)il2cpp_codegen_object_new(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); AesEngine__ctor_mBB09DD03EBD0454D0EB04220D1191AD89D0B8986(L_69, /*hidden argument*/NULL); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_70 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_70, L_69, /*hidden argument*/NULL); PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * L_71 = (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 *)il2cpp_codegen_object_new(PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_il2cpp_TypeInfo_var); PaddedBufferedBlockCipher__ctor_mA3CF725596270BDDD59D17E3D9141C52A5B6D408(L_71, L_70, /*hidden argument*/NULL); return L_71; } IL_01b7: { // string[] parts = algorithm.Split('/'); String_t* L_72 = ___algorithm0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_73 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_74 = L_73; NullCheck(L_74); (L_74)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_72); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_75; L_75 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_72, L_74, /*hidden argument*/NULL); V_1 = L_75; // IBlockCipher blockCipher = null; V_2 = (RuntimeObject*)NULL; // IAsymmetricBlockCipher asymBlockCipher = null; V_3 = (RuntimeObject*)NULL; // IStreamCipher streamCipher = null; V_4 = (RuntimeObject*)NULL; // string algorithmName = parts[0]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_76 = V_1; NullCheck(L_76); int32_t L_77 = 0; String_t* L_78 = (L_76)->GetAt(static_cast(L_77)); V_5 = L_78; // string aliased = (string)algorithms[algorithmName]; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_79 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); String_t* L_80 = V_5; NullCheck(L_79); RuntimeObject * L_81; L_81 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_79, L_80); V_13 = ((String_t*)CastclassSealed((RuntimeObject*)L_81, String_t_il2cpp_TypeInfo_var)); // if (aliased != null) String_t* L_82 = V_13; if (!L_82) { goto IL_01f0; } } { // algorithmName = aliased; String_t* L_83 = V_13; V_5 = L_83; } IL_01f0: { } IL_01f1: try {// begin try (depth: 1) // cipherAlgorithm = (CipherAlgorithm)Enums.GetEnumValue(typeof(CipherAlgorithm), algorithmName); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_84 = { reinterpret_cast (CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_85; L_85 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_84, /*hidden argument*/NULL); String_t* L_86 = V_5; Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_87; L_87 = Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2(L_85, L_86, /*hidden argument*/NULL); V_6 = ((*(int32_t*)((int32_t*)UnBox(L_87, CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_il2cpp_TypeInfo_var)))); // } goto IL_0222; }// 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_020b; } throw e; } CATCH_020b: {// begin catch(System.ArgumentException) // catch (ArgumentException) // throw new SecurityUtilityException("Cipher " + algorithm + " not recognised."); String_t* L_88 = ___algorithm0; String_t* L_89; L_89 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D22D855C974993DE6C942EC615E247AE1704849)), L_88, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_90 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_90, L_89, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); }// end catch (depth: 1) IL_0222: { int32_t L_91 = V_6; switch (L_91) { case 0: { goto IL_02be; } case 1: { goto IL_02c9; } case 2: { goto IL_02d5; } case 3: { goto IL_02e0; } case 4: { goto IL_02eb; } case 5: { goto IL_02f6; } case 6: { goto IL_0301; } case 7: { goto IL_030c; } case 8: { goto IL_0317; } case 9: { goto IL_0322; } case 10: { goto IL_032d; } case 11: { goto IL_0339; } case 12: { goto IL_0345; } case 13: { goto IL_0350; } case 14: { goto IL_035b; } case 15: { goto IL_035b; } case 16: { goto IL_0367; } case 17: { goto IL_0372; } case 18: { goto IL_037d; } case 19: { goto IL_0388; } case 20: { goto IL_0393; } case 21: { goto IL_039e; } case 22: { goto IL_03a9; } case 23: { goto IL_03b5; } case 24: { goto IL_03c0; } case 25: { goto IL_03c8; } case 26: { goto IL_03d0; } case 27: { goto IL_03d8; } case 28: { goto IL_03e0; } case 29: { goto IL_03ed; } case 30: { goto IL_03fa; } case 31: { goto IL_0407; } case 32: { goto IL_040f; } case 33: { goto IL_0417; } case 34: { goto IL_0420; } case 35: { goto IL_0429; } } } { goto IL_0431; } IL_02be: { // blockCipher = new AesEngine(); AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * L_92 = (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 *)il2cpp_codegen_object_new(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); AesEngine__ctor_mBB09DD03EBD0454D0EB04220D1191AD89D0B8986(L_92, /*hidden argument*/NULL); V_2 = L_92; // break; goto IL_0447; } IL_02c9: { // streamCipher = new RC4Engine(); RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * L_93 = (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD *)il2cpp_codegen_object_new(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var); RC4Engine__ctor_mC89F538A9DE5523E0CDE48DD6195557853E5D363(L_93, /*hidden argument*/NULL); V_4 = L_93; // break; goto IL_0447; } IL_02d5: { // blockCipher = new BlowfishEngine(); BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * L_94 = (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B *)il2cpp_codegen_object_new(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); BlowfishEngine__ctor_mEF5297AC7D2A6666FA133EED19FF893188212ABC(L_94, /*hidden argument*/NULL); V_2 = L_94; // break; goto IL_0447; } IL_02e0: { // blockCipher = new CamelliaEngine(); CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * L_95 = (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF *)il2cpp_codegen_object_new(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine__ctor_m843B1A1814C746C32517E57A578543A0BC211445(L_95, /*hidden argument*/NULL); V_2 = L_95; // break; goto IL_0447; } IL_02eb: { // blockCipher = new Cast5Engine(); Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * L_96 = (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC *)il2cpp_codegen_object_new(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); Cast5Engine__ctor_m2E9626ADF12EF0979460E390C11D980AC2E37C06(L_96, /*hidden argument*/NULL); V_2 = L_96; // break; goto IL_0447; } IL_02f6: { // blockCipher = new Cast6Engine(); Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * L_97 = (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 *)il2cpp_codegen_object_new(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6_il2cpp_TypeInfo_var); Cast6Engine__ctor_m8C1C1A7728C79D07A1C1357D23A8499EFF662C1C(L_97, /*hidden argument*/NULL); V_2 = L_97; // break; goto IL_0447; } IL_0301: { // blockCipher = new DesEngine(); DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * L_98 = (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B *)il2cpp_codegen_object_new(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); DesEngine__ctor_m3DD15482C3EB3121CFB785DBF836A17AA4D272AC(L_98, /*hidden argument*/NULL); V_2 = L_98; // break; goto IL_0447; } IL_030c: { // blockCipher = new DesEdeEngine(); DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * L_99 = (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B *)il2cpp_codegen_object_new(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789(L_99, /*hidden argument*/NULL); V_2 = L_99; // break; goto IL_0447; } IL_0317: { // asymBlockCipher = new ElGamalEngine(); ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED * L_100 = (ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED *)il2cpp_codegen_object_new(ElGamalEngine_t1C7B47F7768F2F1AC864F038728ADB050F0AEBED_il2cpp_TypeInfo_var); ElGamalEngine__ctor_m7FDC38DF29476ABE49374349BC34A9DA0F5D00C1(L_100, /*hidden argument*/NULL); V_3 = L_100; // break; goto IL_0447; } IL_0322: { // blockCipher = new Gost28147Engine(); Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5 * L_101 = (Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5 *)il2cpp_codegen_object_new(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_il2cpp_TypeInfo_var); Gost28147Engine__ctor_mC2515C9FF0DCD68F9F18A7497E6EB082F022DE1F(L_101, /*hidden argument*/NULL); V_2 = L_101; // break; goto IL_0447; } IL_032d: { // streamCipher = new HC128Engine(); HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7 * L_102 = (HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7 *)il2cpp_codegen_object_new(HC128Engine_tECBA7643AC12A8194F6F4F000F9FC8B6F317E4E7_il2cpp_TypeInfo_var); HC128Engine__ctor_mA9F32005A712E2391F876EB763572324EA865846(L_102, /*hidden argument*/NULL); V_4 = L_102; // break; goto IL_0447; } IL_0339: { // streamCipher = new HC256Engine(); HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01 * L_103 = (HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01 *)il2cpp_codegen_object_new(HC256Engine_t222182985D78F936D489F6D222412F3650B2CF01_il2cpp_TypeInfo_var); HC256Engine__ctor_m8DC36D55E9753D53A6A7BBC7A44808EDFE190FA9(L_103, /*hidden argument*/NULL); V_4 = L_103; // break; goto IL_0447; } IL_0345: { // blockCipher = new IdeaEngine(); IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC * L_104 = (IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC *)il2cpp_codegen_object_new(IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC_il2cpp_TypeInfo_var); IdeaEngine__ctor_m5FD3941018F70ECA2ED16521B5BD90BF766ECF53(L_104, /*hidden argument*/NULL); V_2 = L_104; // break; goto IL_0447; } IL_0350: { // blockCipher = new NoekeonEngine(); NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC * L_105 = (NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC *)il2cpp_codegen_object_new(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC_il2cpp_TypeInfo_var); NoekeonEngine__ctor_m07C11551BA4708C38B050BEA7B9E5AAAB5305D18(L_105, /*hidden argument*/NULL); V_2 = L_105; // break; goto IL_0447; } IL_035b: { // streamCipher = new RC4Engine(); RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * L_106 = (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD *)il2cpp_codegen_object_new(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var); RC4Engine__ctor_mC89F538A9DE5523E0CDE48DD6195557853E5D363(L_106, /*hidden argument*/NULL); V_4 = L_106; // break; goto IL_0447; } IL_0367: { // blockCipher = new RC2Engine(); RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * L_107 = (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 *)il2cpp_codegen_object_new(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); RC2Engine__ctor_mDD5B89570988D7CD287F015D47C1ADA3F8324679(L_107, /*hidden argument*/NULL); V_2 = L_107; // break; goto IL_0447; } IL_0372: { // blockCipher = new RC532Engine(); RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * L_108 = (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC *)il2cpp_codegen_object_new(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var); RC532Engine__ctor_m72A9301B228341740FAD3A1054A94BFAD52D34FC(L_108, /*hidden argument*/NULL); V_2 = L_108; // break; goto IL_0447; } IL_037d: { // blockCipher = new RC564Engine(); RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * L_109 = (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 *)il2cpp_codegen_object_new(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); RC564Engine__ctor_m755E88C175DD00F5CAAD6827947A793E555A8E40(L_109, /*hidden argument*/NULL); V_2 = L_109; // break; goto IL_0447; } IL_0388: { // blockCipher = new RC6Engine(); RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * L_110 = (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA *)il2cpp_codegen_object_new(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); RC6Engine__ctor_m29E246EF5206EDC9D4CE0F44E26BC7F519D4163F(L_110, /*hidden argument*/NULL); V_2 = L_110; // break; goto IL_0447; } IL_0393: { // blockCipher = new RijndaelEngine(); RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * L_111 = (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 *)il2cpp_codegen_object_new(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); RijndaelEngine__ctor_mB029BB461209F947F1162F3133703C499E281EC7(L_111, /*hidden argument*/NULL); V_2 = L_111; // break; goto IL_0447; } IL_039e: { // asymBlockCipher = new RsaBlindedEngine(); RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * L_112 = (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 *)il2cpp_codegen_object_new(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31(L_112, /*hidden argument*/NULL); V_3 = L_112; // break; goto IL_0447; } IL_03a9: { // streamCipher = new Salsa20Engine(); Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 * L_113 = (Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66 *)il2cpp_codegen_object_new(Salsa20Engine_t661640C461D9868FAA0FE0F7765F0380147FEC66_il2cpp_TypeInfo_var); Salsa20Engine__ctor_m7A3B8728EA88D12E579CC94128053C95DE2AD974(L_113, /*hidden argument*/NULL); V_4 = L_113; // break; goto IL_0447; } IL_03b5: { // blockCipher = new SeedEngine(); SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F * L_114 = (SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F *)il2cpp_codegen_object_new(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_il2cpp_TypeInfo_var); SeedEngine__ctor_m085A636745E441335F017E067BE5B75718B61BF6(L_114, /*hidden argument*/NULL); V_2 = L_114; // break; goto IL_0447; } IL_03c0: { // blockCipher = new SerpentEngine(); SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA * L_115 = (SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA *)il2cpp_codegen_object_new(SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA_il2cpp_TypeInfo_var); SerpentEngine__ctor_m4104EEC5919140263F10EA616282F4D4E2B41E54(L_115, /*hidden argument*/NULL); V_2 = L_115; // break; goto IL_0447; } IL_03c8: { // blockCipher = new SkipjackEngine(); SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * L_116 = (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 *)il2cpp_codegen_object_new(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var); SkipjackEngine__ctor_mC357D4C82C6146B7790CBA515E33E960FB06A81E(L_116, /*hidden argument*/NULL); V_2 = L_116; // break; goto IL_0447; } IL_03d0: { // blockCipher = new SM4Engine(); SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF * L_117 = (SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF *)il2cpp_codegen_object_new(SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_il2cpp_TypeInfo_var); SM4Engine__ctor_m6AB5CD6116CF9701F4DDFA8A6A17FF572AE47A4D(L_117, /*hidden argument*/NULL); V_2 = L_117; // break; goto IL_0447; } IL_03d8: { // blockCipher = new TeaEngine(); TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * L_118 = (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED *)il2cpp_codegen_object_new(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED_il2cpp_TypeInfo_var); TeaEngine__ctor_m8D9D0F418CA5649322AAD53F75A088B523B324E8(L_118, /*hidden argument*/NULL); V_2 = L_118; // break; goto IL_0447; } IL_03e0: { // blockCipher = new ThreefishEngine(ThreefishEngine.BLOCKSIZE_256); ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_119 = (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD *)il2cpp_codegen_object_new(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F(L_119, ((int32_t)256), /*hidden argument*/NULL); V_2 = L_119; // break; goto IL_0447; } IL_03ed: { // blockCipher = new ThreefishEngine(ThreefishEngine.BLOCKSIZE_512); ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_120 = (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD *)il2cpp_codegen_object_new(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F(L_120, ((int32_t)512), /*hidden argument*/NULL); V_2 = L_120; // break; goto IL_0447; } IL_03fa: { // blockCipher = new ThreefishEngine(ThreefishEngine.BLOCKSIZE_1024); ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_121 = (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD *)il2cpp_codegen_object_new(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F(L_121, ((int32_t)1024), /*hidden argument*/NULL); V_2 = L_121; // break; goto IL_0447; } IL_0407: { // blockCipher = new TnepresEngine(); TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F * L_122 = (TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F *)il2cpp_codegen_object_new(TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F_il2cpp_TypeInfo_var); TnepresEngine__ctor_mD023DDC79DEA3285D3883E94998DA9D977A86C01(L_122, /*hidden argument*/NULL); V_2 = L_122; // break; goto IL_0447; } IL_040f: { // blockCipher = new TwofishEngine(); TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314 * L_123 = (TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314 *)il2cpp_codegen_object_new(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314_il2cpp_TypeInfo_var); TwofishEngine__ctor_m707A62772609CB46E5F1BD084C786BF0756A483B(L_123, /*hidden argument*/NULL); V_2 = L_123; // break; goto IL_0447; } IL_0417: { // streamCipher = new VmpcEngine(); VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04 * L_124 = (VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04 *)il2cpp_codegen_object_new(VmpcEngine_tD7442C7466EE86735D460F18117D597C2D314C04_il2cpp_TypeInfo_var); VmpcEngine__ctor_m02A5011CE569ECCA1EA60F45EA0B47B4B416FB11(L_124, /*hidden argument*/NULL); V_4 = L_124; // break; goto IL_0447; } IL_0420: { // streamCipher = new VmpcKsa3Engine(); VmpcKsa3Engine_tC43A9B0E3EC6F82642A6115F9951F7885C841A8F * L_125 = (VmpcKsa3Engine_tC43A9B0E3EC6F82642A6115F9951F7885C841A8F *)il2cpp_codegen_object_new(VmpcKsa3Engine_tC43A9B0E3EC6F82642A6115F9951F7885C841A8F_il2cpp_TypeInfo_var); VmpcKsa3Engine__ctor_mD2D0E1B1CAF62A301C79C0214834F9BE77DD4C4F(L_125, /*hidden argument*/NULL); V_4 = L_125; // break; goto IL_0447; } IL_0429: { // blockCipher = new XteaEngine(); XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE * L_126 = (XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE *)il2cpp_codegen_object_new(XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE_il2cpp_TypeInfo_var); XteaEngine__ctor_mCAB2432487E24E628510FF8C7C78FE98B82144A7(L_126, /*hidden argument*/NULL); V_2 = L_126; // break; goto IL_0447; } IL_0431: { // throw new SecurityUtilityException("Cipher " + algorithm + " not recognised."); String_t* L_127 = ___algorithm0; String_t* L_128; L_128 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D22D855C974993DE6C942EC615E247AE1704849)), L_127, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_129 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_129, L_128, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_129, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_0447: { // if (streamCipher != null) RuntimeObject* L_130 = V_4; if (!L_130) { goto IL_0464; } } { // if (parts.Length > 1) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_131 = V_1; NullCheck(L_131); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_131)->max_length)))) <= ((int32_t)1))) { goto IL_045c; } } { // throw new ArgumentException("Modes and paddings not used for stream ciphers"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_132 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_132, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ABFE7648A8E975F175F44CE538E8128783E6E48)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_132, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_045c: { // return new BufferedStreamCipher(streamCipher); RuntimeObject* L_133 = V_4; BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B * L_134 = (BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B *)il2cpp_codegen_object_new(BufferedStreamCipher_tA1030CD9CACF08540ACCF559B69EECAE97734A4B_il2cpp_TypeInfo_var); BufferedStreamCipher__ctor_m524267E38B95C4C5B66DFCD3A6E9B9FEFE7A4606(L_134, L_133, /*hidden argument*/NULL); return L_134; } IL_0464: { // bool cts = false; V_7 = (bool)0; // bool padded = true; V_8 = (bool)1; // IBlockCipherPadding padding = null; V_9 = (RuntimeObject*)NULL; // IAeadBlockCipher aeadBlockCipher = null; V_10 = (RuntimeObject*)NULL; // if (parts.Length > 2) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_135 = V_1; NullCheck(L_135); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_135)->max_length)))) <= ((int32_t)2))) { goto IL_064c; } } { // if (streamCipher != null) RuntimeObject* L_136 = V_4; if (!L_136) { goto IL_0488; } } { // throw new ArgumentException("Paddings not used for stream ciphers"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_137 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_137, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral228FC9F8891FF042FE918E13B45BF8CF52A1E136)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_137, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_0488: { // string paddingName = parts[2]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_138 = V_1; NullCheck(L_138); int32_t L_139 = 2; String_t* L_140 = (L_138)->GetAt(static_cast(L_139)); V_14 = L_140; // if (paddingName == "") String_t* L_141 = V_14; bool L_142; L_142 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_141, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_142) { goto IL_04a0; } } { // cipherPadding = CipherPadding.RAW; V_15 = 1; // } goto IL_04e6; } IL_04a0: { // else if (paddingName == "X9.23PADDING") String_t* L_143 = V_14; bool L_144; L_144 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_143, _stringLiteralE0CDAF6E8DCF43906816F0D6CC7D11AF651510FD, /*hidden argument*/NULL); if (!L_144) { goto IL_04b4; } } { // cipherPadding = CipherPadding.X923PADDING; V_15 = ((int32_t)30); // } goto IL_04e6; } IL_04b4: { } IL_04b5: try {// begin try (depth: 1) // cipherPadding = (CipherPadding)Enums.GetEnumValue(typeof(CipherPadding), paddingName); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_145 = { reinterpret_cast (CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_146; L_146 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_145, /*hidden argument*/NULL); String_t* L_147 = V_14; Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_148; L_148 = Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2(L_146, L_147, /*hidden argument*/NULL); V_15 = ((*(int32_t*)((int32_t*)UnBox(L_148, CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB_il2cpp_TypeInfo_var)))); // } goto IL_04e6; }// 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_04cf; } throw e; } CATCH_04cf: {// begin catch(System.ArgumentException) // catch (ArgumentException) // throw new SecurityUtilityException("Cipher " + algorithm + " not recognised."); String_t* L_149 = ___algorithm0; String_t* L_150; L_150 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D22D855C974993DE6C942EC615E247AE1704849)), L_149, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_151 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_151, L_150, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_151, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); }// end catch (depth: 1) IL_04e6: { int32_t L_152 = V_15; switch (L_152) { case 0: { goto IL_0572; } case 1: { goto IL_064c; } case 2: { goto IL_057a; } case 3: { goto IL_057a; } case 4: { goto IL_057a; } case 5: { goto IL_0586; } case 6: { goto IL_0586; } case 7: { goto IL_0592; } case 8: { goto IL_0592; } case 9: { goto IL_059e; } case 10: { goto IL_059e; } case 11: { goto IL_05aa; } case 12: { goto IL_05bb; } case 13: { goto IL_05bb; } case 14: { goto IL_05cc; } case 15: { goto IL_05cc; } case 16: { goto IL_05da; } case 17: { goto IL_05da; } case 18: { goto IL_05e8; } case 19: { goto IL_05e8; } case 20: { goto IL_05f6; } case 21: { goto IL_05f6; } case 22: { goto IL_0604; } case 23: { goto IL_0604; } case 24: { goto IL_060d; } case 25: { goto IL_060d; } case 26: { goto IL_060d; } case 27: { goto IL_060d; } case 28: { goto IL_0616; } case 29: { goto IL_061f; } case 30: { goto IL_0624; } case 31: { goto IL_062d; } } } { goto IL_0636; } IL_0572: { // padded = false; V_8 = (bool)0; // break; goto IL_064c; } IL_057a: { // padding = new ISO10126d2Padding(); ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910 * L_153 = (ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910 *)il2cpp_codegen_object_new(ISO10126d2Padding_t4BE158FECB3F0F384260B052B5B916A39E45E910_il2cpp_TypeInfo_var); ISO10126d2Padding__ctor_m1F365B9F9403BDFD5DB83CB79FE2B8BC2FA48FDD(L_153, /*hidden argument*/NULL); V_9 = L_153; // break; goto IL_064c; } IL_0586: { // padding = new ISO7816d4Padding(); ISO7816d4Padding_t54C600AA95C50A827CD73E654FC8557CBEC5AED0 * L_154 = (ISO7816d4Padding_t54C600AA95C50A827CD73E654FC8557CBEC5AED0 *)il2cpp_codegen_object_new(ISO7816d4Padding_t54C600AA95C50A827CD73E654FC8557CBEC5AED0_il2cpp_TypeInfo_var); ISO7816d4Padding__ctor_mABE3E0B2AFEEC7935041DBBB0A93A87AF364B790(L_154, /*hidden argument*/NULL); V_9 = L_154; // break; goto IL_064c; } IL_0592: { // asymBlockCipher = new ISO9796d1Encoding(asymBlockCipher); RuntimeObject* L_155 = V_3; ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF * L_156 = (ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF *)il2cpp_codegen_object_new(ISO9796d1Encoding_tE7BEB6F4A90FB9F22DC47F0B4225BDAB53F23BFF_il2cpp_TypeInfo_var); ISO9796d1Encoding__ctor_mBA7B0DC7F83CDF42013A7E6C703379ED37763AC0(L_156, L_155, /*hidden argument*/NULL); V_3 = L_156; // break; goto IL_064c; } IL_059e: { // asymBlockCipher = new OaepEncoding(asymBlockCipher); RuntimeObject* L_157 = V_3; OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * L_158 = (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 *)il2cpp_codegen_object_new(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var); OaepEncoding__ctor_mB652EFE5C02110C4FF67C1F3CF2DC0A696A3406B(L_158, L_157, /*hidden argument*/NULL); V_3 = L_158; // break; goto IL_064c; } IL_05aa: { // asymBlockCipher = new OaepEncoding(asymBlockCipher, new MD5Digest()); RuntimeObject* L_159 = V_3; MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B * L_160 = (MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B *)il2cpp_codegen_object_new(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_il2cpp_TypeInfo_var); MD5Digest__ctor_m26C687501CC97E024B00F8C074790F3756E2BC58(L_160, /*hidden argument*/NULL); OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * L_161 = (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 *)il2cpp_codegen_object_new(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var); OaepEncoding__ctor_mB9EE4B16417B7ADB64FF0F35EB7015542DE56315(L_161, L_159, L_160, /*hidden argument*/NULL); V_3 = L_161; // break; goto IL_064c; } IL_05bb: { // asymBlockCipher = new OaepEncoding(asymBlockCipher, new Sha1Digest()); RuntimeObject* L_162 = V_3; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_163 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_163, /*hidden argument*/NULL); OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * L_164 = (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 *)il2cpp_codegen_object_new(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var); OaepEncoding__ctor_mB9EE4B16417B7ADB64FF0F35EB7015542DE56315(L_164, L_162, L_163, /*hidden argument*/NULL); V_3 = L_164; // break; goto IL_064c; } IL_05cc: { // asymBlockCipher = new OaepEncoding(asymBlockCipher, new Sha224Digest()); RuntimeObject* L_165 = V_3; Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 * L_166 = (Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424 *)il2cpp_codegen_object_new(Sha224Digest_tFDCD6D4ACF9A9D03C9D1A9C08DC4AB11B3F3F424_il2cpp_TypeInfo_var); Sha224Digest__ctor_m8E409D5A2EC48E4E58FBC5EDD02F046F92284A13(L_166, /*hidden argument*/NULL); OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * L_167 = (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 *)il2cpp_codegen_object_new(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var); OaepEncoding__ctor_mB9EE4B16417B7ADB64FF0F35EB7015542DE56315(L_167, L_165, L_166, /*hidden argument*/NULL); V_3 = L_167; // break; goto IL_064c; } IL_05da: { // asymBlockCipher = new OaepEncoding(asymBlockCipher, new Sha256Digest()); RuntimeObject* L_168 = V_3; Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D * L_169 = (Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D *)il2cpp_codegen_object_new(Sha256Digest_tCF11D57008BAA24F85355CC0CAA88846A48A6F2D_il2cpp_TypeInfo_var); Sha256Digest__ctor_m9C4C4584E31EF8AC42745C5A6149987B0A57A526(L_169, /*hidden argument*/NULL); OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * L_170 = (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 *)il2cpp_codegen_object_new(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var); OaepEncoding__ctor_mB9EE4B16417B7ADB64FF0F35EB7015542DE56315(L_170, L_168, L_169, /*hidden argument*/NULL); V_3 = L_170; // break; goto IL_064c; } IL_05e8: { // asymBlockCipher = new OaepEncoding(asymBlockCipher, new Sha384Digest()); RuntimeObject* L_171 = V_3; Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 * L_172 = (Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5 *)il2cpp_codegen_object_new(Sha384Digest_tE25411E40DF3A70BBD3AC51606265AFBA1CF17E5_il2cpp_TypeInfo_var); Sha384Digest__ctor_m5B44E63D48100EA8FBAF1DEDCF15A32530AF57DA(L_172, /*hidden argument*/NULL); OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * L_173 = (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 *)il2cpp_codegen_object_new(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var); OaepEncoding__ctor_mB9EE4B16417B7ADB64FF0F35EB7015542DE56315(L_173, L_171, L_172, /*hidden argument*/NULL); V_3 = L_173; // break; goto IL_064c; } IL_05f6: { // asymBlockCipher = new OaepEncoding(asymBlockCipher, new Sha512Digest()); RuntimeObject* L_174 = V_3; Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * L_175 = (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 *)il2cpp_codegen_object_new(Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var); Sha512Digest__ctor_mF69CC20BC74094448464FBDF25AD7E5D7C96A730(L_175, /*hidden argument*/NULL); OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 * L_176 = (OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13 *)il2cpp_codegen_object_new(OaepEncoding_t85919DA751371DBCA012571ABC13357867585C13_il2cpp_TypeInfo_var); OaepEncoding__ctor_mB9EE4B16417B7ADB64FF0F35EB7015542DE56315(L_176, L_174, L_175, /*hidden argument*/NULL); V_3 = L_176; // break; goto IL_064c; } IL_0604: { // asymBlockCipher = new Pkcs1Encoding(asymBlockCipher); RuntimeObject* L_177 = V_3; Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818 * L_178 = (Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818 *)il2cpp_codegen_object_new(Pkcs1Encoding_t394A58F7A8B08BB6882774A5CF81630CCB8D9818_il2cpp_TypeInfo_var); Pkcs1Encoding__ctor_mFDC0C9838C10C17B83A8C9E5FA5D19979F1F30B7(L_178, L_177, /*hidden argument*/NULL); V_3 = L_178; // break; goto IL_064c; } IL_060d: { // padding = new Pkcs7Padding(); Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 * L_179 = (Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878 *)il2cpp_codegen_object_new(Pkcs7Padding_t45270DFDB58AB1CBCA8947CB0855943230851878_il2cpp_TypeInfo_var); Pkcs7Padding__ctor_mFAE5EE69D6F5FD5F58B35C99825EE72E08DC541D(L_179, /*hidden argument*/NULL); V_9 = L_179; // break; goto IL_064c; } IL_0616: { // padding = new TbcPadding(); TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB * L_180 = (TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB *)il2cpp_codegen_object_new(TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB_il2cpp_TypeInfo_var); TbcPadding__ctor_m0C37BB392E54E31AB4886EA1FA66E2AB04D29497(L_180, /*hidden argument*/NULL); V_9 = L_180; // break; goto IL_064c; } IL_061f: { // cts = true; V_7 = (bool)1; // break; goto IL_064c; } IL_0624: { // padding = new X923Padding(); X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C * L_181 = (X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C *)il2cpp_codegen_object_new(X923Padding_t1226C4D23EC385127EA29971778309857A87FA0C_il2cpp_TypeInfo_var); X923Padding__ctor_mB87415AC7DC9A66B225159EAC8FDBE6AC4C3BE28(L_181, /*hidden argument*/NULL); V_9 = L_181; // break; goto IL_064c; } IL_062d: { // padding = new ZeroBytePadding(); ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 * L_182 = (ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983 *)il2cpp_codegen_object_new(ZeroBytePadding_t129553EDDA70BA386E95FF25EFA14D5F01727983_il2cpp_TypeInfo_var); ZeroBytePadding__ctor_m5CD441B3894199E3A9DBBFB7B1EC94261795038A(L_182, /*hidden argument*/NULL); V_9 = L_182; // break; goto IL_064c; } IL_0636: { // throw new SecurityUtilityException("Cipher " + algorithm + " not recognised."); String_t* L_183 = ___algorithm0; String_t* L_184; L_184 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D22D855C974993DE6C942EC615E247AE1704849)), L_183, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_185 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_185, L_184, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_185, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_064c: { // string mode = ""; V_11 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // if (parts.Length > 1) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_186 = V_1; NullCheck(L_186); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_186)->max_length)))) <= ((int32_t)1))) { goto IL_0801; } } { // mode = parts[1]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_187 = V_1; NullCheck(L_187); int32_t L_188 = 1; String_t* L_189 = (L_187)->GetAt(static_cast(L_188)); V_11 = L_189; // int di = GetDigitIndex(mode); String_t* L_190 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); int32_t L_191; L_191 = CipherUtilities_GetDigitIndex_mB86B87C8517C278F046CC5849A7E9C22B45987F0(L_190, /*hidden argument*/NULL); V_16 = L_191; // string modeName = di >= 0 ? mode.Substring(0, di) : mode; int32_t L_192 = V_16; if ((((int32_t)L_192) >= ((int32_t)0))) { goto IL_0673; } } { String_t* L_193 = V_11; G_B105_0 = L_193; goto IL_067d; } IL_0673: { String_t* L_194 = V_11; int32_t L_195 = V_16; NullCheck(L_194); String_t* L_196; L_196 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_194, 0, L_195, /*hidden argument*/NULL); G_B105_0 = L_196; } IL_067d: { V_17 = G_B105_0; } IL_067f: try {// begin try (depth: 1) { // CipherMode cipherMode = modeName == "" // ? CipherMode.NONE // : (CipherMode)Enums.GetEnumValue(typeof(CipherMode), modeName); String_t* L_197 = V_17; bool L_198; L_198 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_197, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (L_198) { goto IL_06a5; } } IL_068d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_199 = { reinterpret_cast (CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_200; L_200 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_199, /*hidden argument*/NULL); String_t* L_201 = V_17; Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_202; L_202 = Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2(L_200, L_201, /*hidden argument*/NULL); G_B109_0 = ((int32_t)(((*(int32_t*)((int32_t*)UnBox(L_202, CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210_il2cpp_TypeInfo_var)))))); goto IL_06a6; } IL_06a5: { G_B109_0 = 1; } IL_06a6: { V_18 = G_B109_0; int32_t L_203 = V_18; switch (L_203) { case 0: { goto IL_07e8; } case 1: { goto IL_07e8; } case 2: { goto IL_06ec; } case 3: { goto IL_06f8; } case 4: { goto IL_0705; } case 5: { goto IL_0732; } case 6: { goto IL_073e; } case 7: { goto IL_074d; } case 8: { goto IL_075a; } case 9: { goto IL_0767; } case 10: { goto IL_0770; } case 11: { goto IL_0781; } case 12: { goto IL_07ab; } case 13: { goto IL_07b4; } } } IL_06e7: { goto IL_07d2; } IL_06ec: { // blockCipher = new CbcBlockCipher(blockCipher); RuntimeObject* L_204 = V_2; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_205 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_205, L_204, /*hidden argument*/NULL); V_2 = L_205; // break; goto IL_07e8; } IL_06f8: { // aeadBlockCipher = new CcmBlockCipher(blockCipher); RuntimeObject* L_206 = V_2; CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 * L_207 = (CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93 *)il2cpp_codegen_object_new(CcmBlockCipher_tDF863F467D8E1821F6653768866E39D344A02D93_il2cpp_TypeInfo_var); CcmBlockCipher__ctor_mB6FBC3B80CB9D22CFB14CBA7D8F15E2B9BDD9D6E(L_207, L_206, /*hidden argument*/NULL); V_10 = L_207; // break; goto IL_07e8; } IL_0705: { // int bits = (di < 0) // ? 8 * blockCipher.GetBlockSize() // : int.Parse(mode.Substring(di)); int32_t L_208 = V_16; if ((((int32_t)L_208) < ((int32_t)0))) { goto IL_071a; } } IL_070a: { String_t* L_209 = V_11; int32_t L_210 = V_16; NullCheck(L_209); String_t* L_211; L_211 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_209, L_210, /*hidden argument*/NULL); int32_t L_212; L_212 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_211, /*hidden argument*/NULL); G_B116_0 = L_212; goto IL_0722; } IL_071a: { RuntimeObject* L_213 = V_2; NullCheck(L_213); int32_t L_214; L_214 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_213); G_B116_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_214)); } IL_0722: { V_19 = G_B116_0; // blockCipher = new CfbBlockCipher(blockCipher, bits); RuntimeObject* L_215 = V_2; int32_t L_216 = V_19; CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 * L_217 = (CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37 *)il2cpp_codegen_object_new(CfbBlockCipher_t140557E3D708CD7A540B5A077A8DB2F9B39E1D37_il2cpp_TypeInfo_var); CfbBlockCipher__ctor_m21B4469529488647F1525CF0580D5FD2A38045CF(L_217, L_215, L_216, /*hidden argument*/NULL); V_2 = L_217; // break; goto IL_07e8; } IL_0732: { // blockCipher = new SicBlockCipher(blockCipher); RuntimeObject* L_218 = V_2; SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_219 = (SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 *)il2cpp_codegen_object_new(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var); SicBlockCipher__ctor_m9824FDEDA995153AAC7408C442A4EE2353D1490E(L_219, L_218, /*hidden argument*/NULL); V_2 = L_219; // break; goto IL_07e8; } IL_073e: { // cts = true; V_7 = (bool)1; // blockCipher = new CbcBlockCipher(blockCipher); RuntimeObject* L_220 = V_2; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_221 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_221, L_220, /*hidden argument*/NULL); V_2 = L_221; // break; goto IL_07e8; } IL_074d: { // aeadBlockCipher = new EaxBlockCipher(blockCipher); RuntimeObject* L_222 = V_2; EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * L_223 = (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 *)il2cpp_codegen_object_new(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2_il2cpp_TypeInfo_var); EaxBlockCipher__ctor_m563347B43AF6D57B357C4B386785B10FE54B0469(L_223, L_222, /*hidden argument*/NULL); V_10 = L_223; // break; goto IL_07e8; } IL_075a: { // aeadBlockCipher = new GcmBlockCipher(blockCipher); RuntimeObject* L_224 = V_2; GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16 * L_225 = (GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16 *)il2cpp_codegen_object_new(GcmBlockCipher_t16F1D377D894ED629A723525C4D7FFFEA79E2A16_il2cpp_TypeInfo_var); GcmBlockCipher__ctor_mEDEC19F93D7D766423AB3A945F3269F41B1ACBE4(L_225, L_224, /*hidden argument*/NULL); V_10 = L_225; // break; goto IL_07e8; } IL_0767: { // blockCipher = new GOfbBlockCipher(blockCipher); RuntimeObject* L_226 = V_2; GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F * L_227 = (GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F *)il2cpp_codegen_object_new(GOfbBlockCipher_t8EF0AB5181A6DBBAF9A8A9C0DB84A5FB005D9E6F_il2cpp_TypeInfo_var); GOfbBlockCipher__ctor_m02E2450FFEDCA9C76867572A67F1DC3D2F9FCAD3(L_227, L_226, /*hidden argument*/NULL); V_2 = L_227; // break; goto IL_07e8; } IL_0770: { // aeadBlockCipher = new OcbBlockCipher(blockCipher, CreateBlockCipher(cipherAlgorithm)); RuntimeObject* L_228 = V_2; int32_t L_229 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_230; L_230 = CipherUtilities_CreateBlockCipher_m09FED84E8594E5F62EB677B0201FC83F008E44A6(L_229, /*hidden argument*/NULL); OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3 * L_231 = (OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3 *)il2cpp_codegen_object_new(OcbBlockCipher_tB863670527E6B93ED2428F7BE9773887A29A9BB3_il2cpp_TypeInfo_var); OcbBlockCipher__ctor_m7CD76FDCC4D3EB4F710C5A27FDAA8F3BF600063B(L_231, L_228, L_230, /*hidden argument*/NULL); V_10 = L_231; // break; goto IL_07e8; } IL_0781: { // int bits = (di < 0) // ? 8 * blockCipher.GetBlockSize() // : int.Parse(mode.Substring(di)); int32_t L_232 = V_16; if ((((int32_t)L_232) < ((int32_t)0))) { goto IL_0796; } } IL_0786: { String_t* L_233 = V_11; int32_t L_234 = V_16; NullCheck(L_233); String_t* L_235; L_235 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_233, L_234, /*hidden argument*/NULL); int32_t L_236; L_236 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_235, /*hidden argument*/NULL); G_B126_0 = L_236; goto IL_079e; } IL_0796: { RuntimeObject* L_237 = V_2; NullCheck(L_237); int32_t L_238; L_238 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_237); G_B126_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_238)); } IL_079e: { V_20 = G_B126_0; // blockCipher = new OfbBlockCipher(blockCipher, bits); RuntimeObject* L_239 = V_2; int32_t L_240 = V_20; OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842 * L_241 = (OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842 *)il2cpp_codegen_object_new(OfbBlockCipher_t386645130A1234A0700FCD2DE2E64BCA1957C842_il2cpp_TypeInfo_var); OfbBlockCipher__ctor_m21F6A9E9F4DEC07499940F47D4350D60AC8327A9(L_241, L_239, L_240, /*hidden argument*/NULL); V_2 = L_241; // break; goto IL_07e8; } IL_07ab: { // blockCipher = new OpenPgpCfbBlockCipher(blockCipher); RuntimeObject* L_242 = V_2; OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2 * L_243 = (OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2 *)il2cpp_codegen_object_new(OpenPgpCfbBlockCipher_tDC9DA483EC4958B81C095CB60D2D787AD266DFA2_il2cpp_TypeInfo_var); OpenPgpCfbBlockCipher__ctor_mA20FEBE3205B996B0223D5A24BF4F0B268342364(L_243, L_242, /*hidden argument*/NULL); V_2 = L_243; // break; goto IL_07e8; } IL_07b4: { // if (blockCipher.GetBlockSize() < 16) RuntimeObject* L_244 = V_2; NullCheck(L_244); int32_t L_245; L_245 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_244); if ((((int32_t)L_245) >= ((int32_t)((int32_t)16)))) { goto IL_07c9; } } IL_07be: { // throw new ArgumentException("Warning: SIC-Mode can become a twotime-pad if the blocksize of the cipher is too small. Use a cipher with a block size of at least 128 bits (e.g. AES)"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_246 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_246, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6B422E58E2135A5C0FA0A17A9B45ED7436A1222)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_246, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_07c9: { // blockCipher = new SicBlockCipher(blockCipher); RuntimeObject* L_247 = V_2; SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_248 = (SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 *)il2cpp_codegen_object_new(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var); SicBlockCipher__ctor_m9824FDEDA995153AAC7408C442A4EE2353D1490E(L_248, L_247, /*hidden argument*/NULL); V_2 = L_248; // break; goto IL_07e8; } IL_07d2: { // throw new SecurityUtilityException("Cipher " + algorithm + " not recognised."); String_t* L_249 = ___algorithm0; String_t* L_250; L_250 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D22D855C974993DE6C942EC615E247AE1704849)), L_249, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_251 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_251, L_250, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_251, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_07e8: { // } goto IL_0801; } }// 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_07ea; } throw e; } CATCH_07ea: {// begin catch(System.ArgumentException) // catch (ArgumentException) // throw new SecurityUtilityException("Cipher " + algorithm + " not recognised."); String_t* L_252 = ___algorithm0; String_t* L_253; L_253 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D22D855C974993DE6C942EC615E247AE1704849)), L_252, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_254 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_254, L_253, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_254, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); }// end catch (depth: 1) IL_0801: { // if (aeadBlockCipher != null) RuntimeObject* L_255 = V_10; if (!L_255) { goto IL_0840; } } { // if (cts) bool L_256 = V_7; if (!L_256) { goto IL_0814; } } { // throw new SecurityUtilityException("CTS mode not valid for AEAD ciphers."); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_257 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_257, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0DFBFB82D0304CDF7AC2CA76AE83766E89E84CB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_257, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_0814: { // if (padded && parts.Length > 2 && parts[2] != "") bool L_258 = V_8; if (!L_258) { goto IL_0838; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_259 = V_1; NullCheck(L_259); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_259)->max_length)))) <= ((int32_t)2))) { goto IL_0838; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_260 = V_1; NullCheck(L_260); int32_t L_261 = 2; String_t* L_262 = (L_260)->GetAt(static_cast(L_261)); bool L_263; L_263 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_262, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_263) { goto IL_0838; } } { // throw new SecurityUtilityException("Bad padding specified for AEAD cipher."); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_264 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_264, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB485A88FAAA8F40818CFE8782F415FDA95CF6AEB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_264, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } IL_0838: { // return new BufferedAeadBlockCipher(aeadBlockCipher); RuntimeObject* L_265 = V_10; BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B * L_266 = (BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B *)il2cpp_codegen_object_new(BufferedAeadBlockCipher_t5A9C189EE8446B3175E4F7472296EDFBD4A3545B_il2cpp_TypeInfo_var); BufferedAeadBlockCipher__ctor_m99F115B73F1D0957C3CAE03F05A38AF86D77D44F(L_266, L_265, /*hidden argument*/NULL); return L_266; } IL_0840: { // if (blockCipher != null) RuntimeObject* L_267 = V_2; if (!L_267) { goto IL_0875; } } { // if (cts) bool L_268 = V_7; if (!L_268) { goto IL_084e; } } { // return new CtsBlockCipher(blockCipher); RuntimeObject* L_269 = V_2; CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79 * L_270 = (CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79 *)il2cpp_codegen_object_new(CtsBlockCipher_t188E5C8E2D25A2865A6A98081BBED723849E7D79_il2cpp_TypeInfo_var); CtsBlockCipher__ctor_m58DA83B122D75540061E12A74CFF845DBCACFEE0(L_270, L_269, /*hidden argument*/NULL); return L_270; } IL_084e: { // if (padding != null) RuntimeObject* L_271 = V_9; if (!L_271) { goto IL_085b; } } { // return new PaddedBufferedBlockCipher(blockCipher, padding); RuntimeObject* L_272 = V_2; RuntimeObject* L_273 = V_9; PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * L_274 = (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 *)il2cpp_codegen_object_new(PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_il2cpp_TypeInfo_var); PaddedBufferedBlockCipher__ctor_m798D3FC15AAB5CE5D7C1EBBB39D279949CB7CCE9(L_274, L_272, L_273, /*hidden argument*/NULL); return L_274; } IL_085b: { // if (!padded || blockCipher.IsPartialBlockOkay) bool L_275 = V_8; if (!L_275) { goto IL_0867; } } { RuntimeObject* L_276 = V_2; NullCheck(L_276); bool L_277; L_277 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_IsPartialBlockOkay() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_276); if (!L_277) { goto IL_086e; } } IL_0867: { // return new BufferedBlockCipher(blockCipher); RuntimeObject* L_278 = V_2; BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB * L_279 = (BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB *)il2cpp_codegen_object_new(BufferedBlockCipher_t1C1563FB41809087CC5E72E9FB41144B6B6389EB_il2cpp_TypeInfo_var); BufferedBlockCipher__ctor_mD4171A363CF823EA37164B6CDB291F489AA32854(L_279, L_278, /*hidden argument*/NULL); return L_279; } IL_086e: { // return new PaddedBufferedBlockCipher(blockCipher); RuntimeObject* L_280 = V_2; PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 * L_281 = (PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37 *)il2cpp_codegen_object_new(PaddedBufferedBlockCipher_tA2A8A292BAF1F57EB5E49C21F85E0D5E42DDAF37_il2cpp_TypeInfo_var); PaddedBufferedBlockCipher__ctor_mA3CF725596270BDDD59D17E3D9141C52A5B6D408(L_281, L_280, /*hidden argument*/NULL); return L_281; } IL_0875: { // if (asymBlockCipher != null) RuntimeObject* L_282 = V_3; if (!L_282) { goto IL_087f; } } { // return new BufferedAsymmetricBlockCipher(asymBlockCipher); RuntimeObject* L_283 = V_3; BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 * L_284 = (BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296 *)il2cpp_codegen_object_new(BufferedAsymmetricBlockCipher_t6494673565903D942323420C3E6281E3B6363296_il2cpp_TypeInfo_var); BufferedAsymmetricBlockCipher__ctor_m1EDB7E700B4136194F052CB28F8E2106B0F23355(L_284, L_283, /*hidden argument*/NULL); return L_284; } IL_087f: { // throw new SecurityUtilityException("Cipher " + algorithm + " not recognised."); String_t* L_285 = ___algorithm0; String_t* L_286; L_286 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D22D855C974993DE6C942EC615E247AE1704849)), L_285, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_287 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_287, L_286, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_287, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF_RuntimeMethod_var))); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetAlgorithmName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CipherUtilities_GetAlgorithmName_m6832075BA1F6A6D15EC8E80DF7842E5923003651 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (string) algorithms[oid.Id]; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_StaticFields*)il2cpp_codegen_static_fields_for(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___oid0; NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetDigitIndex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CipherUtilities_GetDigitIndex_mB86B87C8517C278F046CC5849A7E9C22B45987F0 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < s.Length; ++i) V_0 = 0; goto IL_0018; } IL_0004: { // if (char.IsDigit(s[i])) String_t* L_0 = ___s0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3; L_3 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return i; int32_t L_4 = V_0; return L_4; } IL_0014: { // for (int i = 0; i < s.Length; ++i) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0018: { // for (int i = 0; i < s.Length; ++i) int32_t L_6 = V_0; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0004; } } { // return -1; return (-1); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::CreateBlockCipher(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_CreateBlockCipher_m09FED84E8594E5F62EB677B0201FC83F008E44A6 (int32_t ___cipherAlgorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___cipherAlgorithm0; switch (L_0) { case 0: { goto IL_009b; } case 1: { goto IL_0146; } case 2: { goto IL_00a1; } case 3: { goto IL_00a7; } case 4: { goto IL_00ad; } case 5: { goto IL_00b3; } case 6: { goto IL_00b9; } case 7: { goto IL_00bf; } case 8: { goto IL_0146; } case 9: { goto IL_00c5; } case 10: { goto IL_0146; } case 11: { goto IL_0146; } case 12: { goto IL_00cb; } case 13: { goto IL_00d1; } case 14: { goto IL_0146; } case 15: { goto IL_0146; } case 16: { goto IL_00d7; } case 17: { goto IL_00dd; } case 18: { goto IL_00e3; } case 19: { goto IL_00e9; } case 20: { goto IL_00ef; } case 21: { goto IL_0146; } case 22: { goto IL_0146; } case 23: { goto IL_00f5; } case 24: { goto IL_00fb; } case 25: { goto IL_0101; } case 26: { goto IL_0107; } case 27: { goto IL_010d; } case 28: { goto IL_0113; } case 29: { goto IL_011e; } case 30: { goto IL_0129; } case 31: { goto IL_0134; } case 32: { goto IL_013a; } case 33: { goto IL_0146; } case 34: { goto IL_0146; } case 35: { goto IL_0140; } } } { goto IL_0146; } IL_009b: { // case CipherAlgorithm.AES: return new AesEngine(); AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * L_1 = (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 *)il2cpp_codegen_object_new(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); AesEngine__ctor_mBB09DD03EBD0454D0EB04220D1191AD89D0B8986(L_1, /*hidden argument*/NULL); return L_1; } IL_00a1: { // case CipherAlgorithm.BLOWFISH: return new BlowfishEngine(); BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B * L_2 = (BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B *)il2cpp_codegen_object_new(BlowfishEngine_tE55AB90E7440F6989609DCF157BB0DFE99F4A95B_il2cpp_TypeInfo_var); BlowfishEngine__ctor_mEF5297AC7D2A6666FA133EED19FF893188212ABC(L_2, /*hidden argument*/NULL); return L_2; } IL_00a7: { // case CipherAlgorithm.CAMELLIA: return new CamelliaEngine(); CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * L_3 = (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF *)il2cpp_codegen_object_new(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine__ctor_m843B1A1814C746C32517E57A578543A0BC211445(L_3, /*hidden argument*/NULL); return L_3; } IL_00ad: { // case CipherAlgorithm.CAST5: return new Cast5Engine(); Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC * L_4 = (Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC *)il2cpp_codegen_object_new(Cast5Engine_tEE99AC24F758000A3B6C432289C672759926A3FC_il2cpp_TypeInfo_var); Cast5Engine__ctor_m2E9626ADF12EF0979460E390C11D980AC2E37C06(L_4, /*hidden argument*/NULL); return L_4; } IL_00b3: { // case CipherAlgorithm.CAST6: return new Cast6Engine(); Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 * L_5 = (Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6 *)il2cpp_codegen_object_new(Cast6Engine_t4BDAECEBA7C883E067D8E1160059A6BC34BB56B6_il2cpp_TypeInfo_var); Cast6Engine__ctor_m8C1C1A7728C79D07A1C1357D23A8499EFF662C1C(L_5, /*hidden argument*/NULL); return L_5; } IL_00b9: { // case CipherAlgorithm.DES: return new DesEngine(); DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B * L_6 = (DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B *)il2cpp_codegen_object_new(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_il2cpp_TypeInfo_var); DesEngine__ctor_m3DD15482C3EB3121CFB785DBF836A17AA4D272AC(L_6, /*hidden argument*/NULL); return L_6; } IL_00bf: { // case CipherAlgorithm.DESEDE: return new DesEdeEngine(); DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * L_7 = (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B *)il2cpp_codegen_object_new(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789(L_7, /*hidden argument*/NULL); return L_7; } IL_00c5: { // case CipherAlgorithm.GOST28147: return new Gost28147Engine(); Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5 * L_8 = (Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5 *)il2cpp_codegen_object_new(Gost28147Engine_tB725BA3C4A0EC424FDAEA236C9FCD28B3B54A0D5_il2cpp_TypeInfo_var); Gost28147Engine__ctor_mC2515C9FF0DCD68F9F18A7497E6EB082F022DE1F(L_8, /*hidden argument*/NULL); return L_8; } IL_00cb: { // case CipherAlgorithm.IDEA: return new IdeaEngine(); IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC * L_9 = (IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC *)il2cpp_codegen_object_new(IdeaEngine_tF72478CFB21CBF42402BFB751872FCF379FD1BCC_il2cpp_TypeInfo_var); IdeaEngine__ctor_m5FD3941018F70ECA2ED16521B5BD90BF766ECF53(L_9, /*hidden argument*/NULL); return L_9; } IL_00d1: { // case CipherAlgorithm.NOEKEON: return new NoekeonEngine(); NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC * L_10 = (NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC *)il2cpp_codegen_object_new(NoekeonEngine_tCD481D19609FB8E63315C1160F5E8D9197CC70BC_il2cpp_TypeInfo_var); NoekeonEngine__ctor_m07C11551BA4708C38B050BEA7B9E5AAAB5305D18(L_10, /*hidden argument*/NULL); return L_10; } IL_00d7: { // case CipherAlgorithm.RC2: return new RC2Engine(); RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * L_11 = (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 *)il2cpp_codegen_object_new(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); RC2Engine__ctor_mDD5B89570988D7CD287F015D47C1ADA3F8324679(L_11, /*hidden argument*/NULL); return L_11; } IL_00dd: { // case CipherAlgorithm.RC5: return new RC532Engine(); RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * L_12 = (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC *)il2cpp_codegen_object_new(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var); RC532Engine__ctor_m72A9301B228341740FAD3A1054A94BFAD52D34FC(L_12, /*hidden argument*/NULL); return L_12; } IL_00e3: { // case CipherAlgorithm.RC5_64: return new RC564Engine(); RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * L_13 = (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 *)il2cpp_codegen_object_new(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); RC564Engine__ctor_m755E88C175DD00F5CAAD6827947A793E555A8E40(L_13, /*hidden argument*/NULL); return L_13; } IL_00e9: { // case CipherAlgorithm.RC6: return new RC6Engine(); RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * L_14 = (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA *)il2cpp_codegen_object_new(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); RC6Engine__ctor_m29E246EF5206EDC9D4CE0F44E26BC7F519D4163F(L_14, /*hidden argument*/NULL); return L_14; } IL_00ef: { // case CipherAlgorithm.RIJNDAEL: return new RijndaelEngine(); RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * L_15 = (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 *)il2cpp_codegen_object_new(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); RijndaelEngine__ctor_mB029BB461209F947F1162F3133703C499E281EC7(L_15, /*hidden argument*/NULL); return L_15; } IL_00f5: { // case CipherAlgorithm.SEED: return new SeedEngine(); SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F * L_16 = (SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F *)il2cpp_codegen_object_new(SeedEngine_tC8D8DE8A5A6FF3232A262BEA750BB10C298AE13F_il2cpp_TypeInfo_var); SeedEngine__ctor_m085A636745E441335F017E067BE5B75718B61BF6(L_16, /*hidden argument*/NULL); return L_16; } IL_00fb: { // case CipherAlgorithm.SERPENT: return new SerpentEngine(); SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA * L_17 = (SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA *)il2cpp_codegen_object_new(SerpentEngine_t91AD643E52D816005B39D1FA7C25E5D8110379FA_il2cpp_TypeInfo_var); SerpentEngine__ctor_m4104EEC5919140263F10EA616282F4D4E2B41E54(L_17, /*hidden argument*/NULL); return L_17; } IL_0101: { // case CipherAlgorithm.SKIPJACK: return new SkipjackEngine(); SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * L_18 = (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 *)il2cpp_codegen_object_new(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var); SkipjackEngine__ctor_mC357D4C82C6146B7790CBA515E33E960FB06A81E(L_18, /*hidden argument*/NULL); return L_18; } IL_0107: { // case CipherAlgorithm.SM4: return new SM4Engine(); SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF * L_19 = (SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF *)il2cpp_codegen_object_new(SM4Engine_t4F9ED01C4370FBB06151581F7C8B3284E8C7E9DF_il2cpp_TypeInfo_var); SM4Engine__ctor_m6AB5CD6116CF9701F4DDFA8A6A17FF572AE47A4D(L_19, /*hidden argument*/NULL); return L_19; } IL_010d: { // case CipherAlgorithm.TEA: return new TeaEngine(); TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * L_20 = (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED *)il2cpp_codegen_object_new(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED_il2cpp_TypeInfo_var); TeaEngine__ctor_m8D9D0F418CA5649322AAD53F75A088B523B324E8(L_20, /*hidden argument*/NULL); return L_20; } IL_0113: { // case CipherAlgorithm.THREEFISH_256: return new ThreefishEngine(ThreefishEngine.BLOCKSIZE_256); ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_21 = (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD *)il2cpp_codegen_object_new(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F(L_21, ((int32_t)256), /*hidden argument*/NULL); return L_21; } IL_011e: { // case CipherAlgorithm.THREEFISH_512: return new ThreefishEngine(ThreefishEngine.BLOCKSIZE_512); ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_22 = (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD *)il2cpp_codegen_object_new(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F(L_22, ((int32_t)512), /*hidden argument*/NULL); return L_22; } IL_0129: { // case CipherAlgorithm.THREEFISH_1024: return new ThreefishEngine(ThreefishEngine.BLOCKSIZE_1024); ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_23 = (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD *)il2cpp_codegen_object_new(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F(L_23, ((int32_t)1024), /*hidden argument*/NULL); return L_23; } IL_0134: { // case CipherAlgorithm.TNEPRES: return new TnepresEngine(); TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F * L_24 = (TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F *)il2cpp_codegen_object_new(TnepresEngine_tE1A5BF5E36814E92B1996A2ED64E47A0DA13AF6F_il2cpp_TypeInfo_var); TnepresEngine__ctor_mD023DDC79DEA3285D3883E94998DA9D977A86C01(L_24, /*hidden argument*/NULL); return L_24; } IL_013a: { // case CipherAlgorithm.TWOFISH: return new TwofishEngine(); TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314 * L_25 = (TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314 *)il2cpp_codegen_object_new(TwofishEngine_t521D4461AE17C9C8C3B3AE7C7F99FE0784977314_il2cpp_TypeInfo_var); TwofishEngine__ctor_m707A62772609CB46E5F1BD084C786BF0756A483B(L_25, /*hidden argument*/NULL); return L_25; } IL_0140: { // case CipherAlgorithm.XTEA: return new XteaEngine(); XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE * L_26 = (XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE *)il2cpp_codegen_object_new(XteaEngine_t1B9C763912FA90CC6C1F877687C08C15F3E2C6DE_il2cpp_TypeInfo_var); XteaEngine__ctor_mCAB2432487E24E628510FF8C7C78FE98B82144A7(L_26, /*hidden argument*/NULL); return L_26; } IL_0146: { // throw new SecurityUtilityException("Cipher " + cipherAlgorithm + " not recognised or not a block cipher"); RuntimeObject * L_27 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750_il2cpp_TypeInfo_var)), (&___cipherAlgorithm0)); NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27); ___cipherAlgorithm0 = *(int32_t*)UnBox(L_27); String_t* L_29; L_29 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D22D855C974993DE6C942EC615E247AE1704849)), L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF438DC799B85B94E064C2FAB80CB0C875246D0AF)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_30 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherUtilities_CreateBlockCipher_m09FED84E8594E5F62EB677B0201FC83F008E44A6_RuntimeMethod_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.Boolean CircleRayCastChecker::IsRaycastLocationValid(UnityEngine.Vector2,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CircleRayCastChecker_IsRaycastLocationValid_m71B4AE8254F24B249350ED8471A09EA26BC24BC0 (CircleRayCastChecker_tA11C302CA5722AD5A1C0EE61511FE0E01294D661 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___sp0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___eventCamera1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { // RectTransformUtility.ScreenPointToLocalPointInRectangle(transform as RectTransform, sp, eventCamera, // out Vector2 localPos); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___sp0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = ___eventCamera1; IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); bool L_3; L_3 = RectTransformUtility_ScreenPointToLocalPointInRectangle_m9A7DB8DE3636CE91CDF6CE088A21B5DDF2678F03(((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_0, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)), L_1, L_2, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), /*hidden argument*/NULL); // float dis = Vector3.Distance(localPos, Vector3.zero); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); float L_7; L_7 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_5, L_6, /*hidden argument*/NULL); // return dis <= radius; float L_8 = __this->get_radius_4(); return (bool)((((int32_t)((!(((float)L_7) <= ((float)L_8)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void CircleRayCastChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircleRayCastChecker__ctor_mC27002A56DEC891E621922884F128F6FF1E21133 (CircleRayCastChecker_tA11C302CA5722AD5A1C0EE61511FE0E01294D661 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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.Crypto.Tls.ClientAuthenticationType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientAuthenticationType__ctor_m03FED39FDACB908C8E96DCFFD058D31FF2FBCC12 (ClientAuthenticationType_tA2AF2F59966E65201097BB12C01E50B65F8EAE0E * __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.Crypto.Tls.ClientCertificateType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientCertificateType__ctor_m011FD19B274307DD3BA3782880B5BF773EE498A7 (ClientCertificateType_tC7F9871197F90762D3F2B09AC424D4D4E4026FDB * __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 // Conversion methods for marshalling of: BestHTTP.SignalR.Messages.ClientMessage IL2CPP_EXTERN_C void ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshal_pinvoke(const ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0& unmarshaled, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_pinvoke& marshaled) { Exception_t* ___Hub_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Hub' of type 'ClientMessage': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Hub_0Exception, NULL); } IL2CPP_EXTERN_C void ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshal_pinvoke_back(const ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_pinvoke& marshaled, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0& unmarshaled) { Exception_t* ___Hub_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Hub' of type 'ClientMessage': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Hub_0Exception, NULL); } // Conversion method for clean up from marshalling of: BestHTTP.SignalR.Messages.ClientMessage IL2CPP_EXTERN_C void ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshal_pinvoke_cleanup(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: BestHTTP.SignalR.Messages.ClientMessage IL2CPP_EXTERN_C void ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshal_com(const ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0& unmarshaled, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_com& marshaled) { Exception_t* ___Hub_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Hub' of type 'ClientMessage': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Hub_0Exception, NULL); } IL2CPP_EXTERN_C void ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshal_com_back(const ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_com& marshaled, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0& unmarshaled) { Exception_t* ___Hub_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Hub' of type 'ClientMessage': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Hub_0Exception, NULL); } // Conversion method for clean up from marshalling of: BestHTTP.SignalR.Messages.ClientMessage IL2CPP_EXTERN_C void ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshal_com_cleanup(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_com& marshaled) { } // System.Void BestHTTP.SignalR.Messages.ClientMessage::.ctor(BestHTTP.SignalR.Hubs.Hub,System.String,System.Object[],System.UInt64,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodFailedDelegate,BestHTTP.SignalR.Hubs.OnMethodProgressDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientMessage__ctor_m9761319ABE28C6D716E65ECD2335A66AB6106243 (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, String_t* ___method1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, uint64_t ___callIdx3, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___resultCallback4, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___resultErrorCallback5, OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___progressCallback6, const RuntimeMethod* method) { { // Hub = hub; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_0 = ___hub0; __this->set_Hub_0(L_0); // Method = method; String_t* L_1 = ___method1; __this->set_Method_1(L_1); // Args = args; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args2; __this->set_Args_2(L_2); // CallIdx = callIdx; uint64_t L_3 = ___callIdx3; __this->set_CallIdx_3(L_3); // ResultCallback = resultCallback; OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_4 = ___resultCallback4; __this->set_ResultCallback_4(L_4); // ResultErrorCallback = resultErrorCallback; OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_5 = ___resultErrorCallback5; __this->set_ResultErrorCallback_5(L_5); // ProgressCallback = progressCallback; OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * L_6 = ___progressCallback6; __this->set_ProgressCallback_6(L_6); // } return; } } IL2CPP_EXTERN_C void ClientMessage__ctor_m9761319ABE28C6D716E65ECD2335A66AB6106243_AdjustorThunk (RuntimeObject * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, String_t* ___method1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, uint64_t ___callIdx3, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___resultCallback4, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___resultErrorCallback5, OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___progressCallback6, const RuntimeMethod* method) { ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ClientMessage__ctor_m9761319ABE28C6D716E65ECD2335A66AB6106243(_thisAdjusted, ___hub0, ___method1, ___args2, ___callIdx3, ___resultCallback4, ___resultErrorCallback5, ___progressCallback6, method); } #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.CmpCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmpCertificate__ctor_m6AD138265854B7C4F01C2F532D5ECBF902DC7FB8 (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * __this, AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * ___x509v2AttrCert0, const RuntimeMethod* method) { { // public CmpCertificate(AttributeCertificate x509v2AttrCert) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.x509v2AttrCert = x509v2AttrCert; AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * L_0 = ___x509v2AttrCert0; __this->set_x509v2AttrCert_3(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmpCertificate__ctor_m5BD62716C9E845721E6117EA4B9C663B3C89332A (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * __this, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___x509v3PKCert0, const RuntimeMethod* method) { { // public CmpCertificate(X509CertificateStructure x509v3PKCert) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (x509v3PKCert.Version != 3) X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_0 = ___x509v3PKCert0; NullCheck(L_0); int32_t L_1; L_1 = X509CertificateStructure_get_Version_m4E1FA8F8D6B8752CEF5C692D9927B77A9502EE0B(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_001f; } } { // throw new ArgumentException("only version 3 certificates allowed", "x509v3PKCert"); 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*)&_stringLiteral20EB2E0D454596864E3ECAD54EC7CB26EEA7D84D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE065C55D87E574B1B88BD0C12AF8160AD323F87A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmpCertificate__ctor_m5BD62716C9E845721E6117EA4B9C663B3C89332A_RuntimeMethod_var))); } IL_001f: { // this.x509v3PKCert = x509v3PKCert; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_3 = ___x509v3PKCert0; __this->set_x509v3PKCert_2(L_3); // } return; } } // 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) { 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*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is CmpCertificate) RuntimeObject * L_0 = ___obj0; if (!((CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 *)IsInstClass((RuntimeObject*)L_0, CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (CmpCertificate)obj; RuntimeObject * L_1 = ___obj0; return ((CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 *)CastclassClass((RuntimeObject*)L_1, CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894_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 CmpCertificate(X509CertificateStructure.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_4; L_4 = X509CertificateStructure_GetInstance_mF159FB7E1993108601925E9E1163F2C5C3BFD330(L_3, /*hidden argument*/NULL); CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_5 = (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 *)il2cpp_codegen_object_new(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894_il2cpp_TypeInfo_var); CmpCertificate__ctor_m5BD62716C9E845721E6117EA4B9C663B3C89332A(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0023: { // if (obj is Asn1TaggedObject) RuntimeObject * L_6 = ___obj0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_6, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0041; } } { // return new CmpCertificate(AttributeCertificate.GetInstance(((Asn1TaggedObject)obj).GetObject())); RuntimeObject * L_7 = ___obj0; NullCheck(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_7, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_7, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * L_9; L_9 = AttributeCertificate_GetInstance_m44F282F6BC1A20DF231B9680EFB85940F3D37F1D(L_8, /*hidden argument*/NULL); CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * L_10 = (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 *)il2cpp_codegen_object_new(CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894_il2cpp_TypeInfo_var); CmpCertificate__ctor_m6AD138265854B7C4F01C2F532D5ECBF902DC7FB8(L_10, L_9, /*hidden argument*/NULL); return L_10; } IL_0041: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_11 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_12; L_12 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), 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*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmpCertificate_GetInstance_mA319EAF3013759A5DD807397463555B70791BBD9_RuntimeMethod_var))); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::get_IsX509v3PKCert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CmpCertificate_get_IsX509v3PKCert_m9F507D3C4500391AAB732B886E7FB247EAB35EF2 (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * __this, const RuntimeMethod* method) { { // get { return x509v3PKCert != null; } X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_0 = __this->get_x509v3PKCert_2(); return (bool)((!(((RuntimeObject*)(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::get_X509v3PKCert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * CmpCertificate_get_X509v3PKCert_m91F02EBDA14475DE6C1944A2D74327D26F2E6E53 (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * __this, const RuntimeMethod* method) { { // get { return x509v3PKCert; } X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_0 = __this->get_x509v3PKCert_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::get_X509v2AttrCert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * CmpCertificate_get_X509v2AttrCert_mE733F08F6EFCA034F7499EAF3BD0270CA02795B2 (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * __this, const RuntimeMethod* method) { { // get { return x509v2AttrCert; } AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * L_0 = __this->get_x509v2AttrCert_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpCertificate::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CmpCertificate_ToAsn1Object_mA0393C32EB39D71CCB44F8B295C0F4DC078C4A95 (CmpCertificate_t426B8158788ADFD4E28E4E8F169E1E1D7651F894 * __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; } { // if (x509v2AttrCert != null) AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * L_0 = __this->get_x509v2AttrCert_3(); if (!L_0) { goto IL_0016; } } { // return new DerTaggedObject(true, 1, x509v2AttrCert); AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * L_1 = __this->get_x509v2AttrCert_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_2, (bool)1, 1, L_1, /*hidden argument*/NULL); return L_2; } IL_0016: { // return x509v3PKCert.ToAsn1Object(); X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_3 = __this->get_x509v3PKCert_2(); NullCheck(L_3); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_3); 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.Asn1.Cmp.CmpObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmpObjectIdentifiers__ctor_mB72C0BBD05A08CBC20BAA1413C8364B17C39F490 (CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmpObjectIdentifiers__cctor_m14F5C9174482722001CF2E3DAB89737971577276 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral015D7D87920D9EE31EAD11E573C4A5AC909FC2C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0211AF4D2D32E153411ADDB61607D5A38E7D3DD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08A71C3F318A025135EA2A953B4960BBA12A7BD6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11271E987E5AC40712516EC21529D7A47A6D4212); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E54EF1569B81AE2CC372C0ED09B646D4BB32931); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F9CFF9EF653AF8D274BF9A8EDD4B1124DD87515); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21625563071039F47F2FC6060A80CEDC0E5D2BC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23EDE68582AA80028C618C9FB042C95A33BFB31C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BBE4FB029B3C5A2275BEFC9A445528690E921F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral314D4B06F0B851FD4E58D42BA55EC6640B0AB0C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62E0DE5DD154B327D2C279A75A3E458C1964FF28); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67550EA40D2B10928717D6C0BA62D7ED46EA53A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7748134F7C70FF6D89EFDF31B9C566EE24269B67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88ACA8907D04AAB49D339CF05BFC83F5EEDEA3B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9155CA935A76B82D62386A5B5DF38CD0F3E8191A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F25B867CACEEE84F9CB33CCFDF04AAF5085010C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2626FBEA9CC1E89EDF014BC9C9EBBF45C715FE6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD13FC2AC68A1DFE7F4685BACC60BBBF7BF8C445); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB14020A6ADAFD6276D34126B63F82AC4BB6AEEAA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4D214DD678B09B3595E173E53492647921CDEF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC24F7CB14D46A75A21DA749E34D6D94080102C43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD18097EA15553FD8BA0EE6ACC275E6CDCC349FC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD574390FF6EA2717D3F40897EA9ACC08556A7E51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCFB78328513A82CCCFBE6C04F65CF00394ED013); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0B89326A2702B696D663A1F573D9CFF2B91EA8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF5C02374DC54E2DC147BC22AB3CE9ABEA850687); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier passwordBasedMac = new DerObjectIdentifier("1.2.840.113533.7.66.13"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteral1E54EF1569B81AE2CC372C0ED09B646D4BB32931, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_passwordBasedMac_0(L_0); // public static readonly DerObjectIdentifier dhBasedMac = new DerObjectIdentifier("1.2.840.113533.7.66.30"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_1, _stringLiteral62E0DE5DD154B327D2C279A75A3E458C1964FF28, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_dhBasedMac_1(L_1); // public static readonly DerObjectIdentifier it_caProtEncCert = new DerObjectIdentifier("1.3.6.1.5.5.7.4.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_2, _stringLiteralC24F7CB14D46A75A21DA749E34D6D94080102C43, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_caProtEncCert_2(L_2); // public static readonly DerObjectIdentifier it_signKeyPairTypes = new DerObjectIdentifier("1.3.6.1.5.5.7.4.2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_3, _stringLiteral21625563071039F47F2FC6060A80CEDC0E5D2BC9, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_signKeyPairTypes_3(L_3); // public static readonly DerObjectIdentifier it_encKeyPairTypes = new DerObjectIdentifier("1.3.6.1.5.5.7.4.3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_4, _stringLiteralFF5C02374DC54E2DC147BC22AB3CE9ABEA850687, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_encKeyPairTypes_4(L_4); // public static readonly DerObjectIdentifier it_preferredSymAlg = new DerObjectIdentifier("1.3.6.1.5.5.7.4.4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_5, _stringLiteralAD13FC2AC68A1DFE7F4685BACC60BBBF7BF8C445, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_preferredSymAlg_5(L_5); // public static readonly DerObjectIdentifier it_caKeyUpdateInfo = new DerObjectIdentifier("1.3.6.1.5.5.7.4.5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_6, _stringLiteral314D4B06F0B851FD4E58D42BA55EC6640B0AB0C2, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_caKeyUpdateInfo_6(L_6); // public static readonly DerObjectIdentifier it_currentCRL = new DerObjectIdentifier("1.3.6.1.5.5.7.4.6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_7, _stringLiteral88ACA8907D04AAB49D339CF05BFC83F5EEDEA3B6, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_currentCRL_7(L_7); // public static readonly DerObjectIdentifier it_unsupportedOIDs = new DerObjectIdentifier("1.3.6.1.5.5.7.4.7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_8, _stringLiteral9155CA935A76B82D62386A5B5DF38CD0F3E8191A, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_unsupportedOIDs_8(L_8); // public static readonly DerObjectIdentifier it_keyPairParamReq = new DerObjectIdentifier("1.3.6.1.5.5.7.4.10"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_9, _stringLiteral9F25B867CACEEE84F9CB33CCFDF04AAF5085010C, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_keyPairParamReq_9(L_9); // public static readonly DerObjectIdentifier it_keyPairParamRep = new DerObjectIdentifier("1.3.6.1.5.5.7.4.11"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_10, _stringLiteralD18097EA15553FD8BA0EE6ACC275E6CDCC349FC1, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_keyPairParamRep_10(L_10); // public static readonly DerObjectIdentifier it_revPassphrase = new DerObjectIdentifier("1.3.6.1.5.5.7.4.12"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_11, _stringLiteral7748134F7C70FF6D89EFDF31B9C566EE24269B67, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_revPassphrase_11(L_11); // public static readonly DerObjectIdentifier it_implicitConfirm = new DerObjectIdentifier("1.3.6.1.5.5.7.4.13"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_12, _stringLiteral08A71C3F318A025135EA2A953B4960BBA12A7BD6, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_implicitConfirm_12(L_12); // public static readonly DerObjectIdentifier it_confirmWaitTime = new DerObjectIdentifier("1.3.6.1.5.5.7.4.14"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_13, _stringLiteralF0B89326A2702B696D663A1F573D9CFF2B91EA8A, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_confirmWaitTime_13(L_13); // public static readonly DerObjectIdentifier it_origPKIMessage = new DerObjectIdentifier("1.3.6.1.5.5.7.4.15"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_14, _stringLiteral015D7D87920D9EE31EAD11E573C4A5AC909FC2C8, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_origPKIMessage_14(L_14); // public static readonly DerObjectIdentifier it_suppLangTags = new DerObjectIdentifier("1.3.6.1.5.5.7.4.16"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_15, _stringLiteral0211AF4D2D32E153411ADDB61607D5A38E7D3DD9, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_it_suppLangTags_15(L_15); // public static readonly DerObjectIdentifier regCtrl_regToken = new DerObjectIdentifier("1.3.6.1.5.5.7.5.1.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_16, _stringLiteral11271E987E5AC40712516EC21529D7A47A6D4212, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regCtrl_regToken_16(L_16); // public static readonly DerObjectIdentifier regCtrl_authenticator = new DerObjectIdentifier("1.3.6.1.5.5.7.5.1.2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_17, _stringLiteral23EDE68582AA80028C618C9FB042C95A33BFB31C, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regCtrl_authenticator_17(L_17); // public static readonly DerObjectIdentifier regCtrl_pkiPublicationInfo = new DerObjectIdentifier("1.3.6.1.5.5.7.5.1.3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_18, _stringLiteralD574390FF6EA2717D3F40897EA9ACC08556A7E51, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regCtrl_pkiPublicationInfo_18(L_18); // public static readonly DerObjectIdentifier regCtrl_pkiArchiveOptions = new DerObjectIdentifier("1.3.6.1.5.5.7.5.1.4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_19, _stringLiteralB14020A6ADAFD6276D34126B63F82AC4BB6AEEAA, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regCtrl_pkiArchiveOptions_19(L_19); // public static readonly DerObjectIdentifier regCtrl_oldCertID = new DerObjectIdentifier("1.3.6.1.5.5.7.5.1.5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_20, _stringLiteralDCFB78328513A82CCCFBE6C04F65CF00394ED013, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regCtrl_oldCertID_20(L_20); // public static readonly DerObjectIdentifier regCtrl_protocolEncrKey = new DerObjectIdentifier("1.3.6.1.5.5.7.5.1.6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_21, _stringLiteral1F9CFF9EF653AF8D274BF9A8EDD4B1124DD87515, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regCtrl_protocolEncrKey_21(L_21); // public static readonly DerObjectIdentifier regCtrl_altCertTemplate = new DerObjectIdentifier("1.3.6.1.5.5.7.5.1.7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_22, _stringLiteral2BBE4FB029B3C5A2275BEFC9A445528690E921F3, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regCtrl_altCertTemplate_22(L_22); // public static readonly DerObjectIdentifier regInfo_utf8Pairs = new DerObjectIdentifier("1.3.6.1.5.5.7.5.2.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_23 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_23, _stringLiteralB4D214DD678B09B3595E173E53492647921CDEF2, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regInfo_utf8Pairs_23(L_23); // public static readonly DerObjectIdentifier regInfo_certReq = new DerObjectIdentifier("1.3.6.1.5.5.7.5.2.2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_24, _stringLiteralA2626FBEA9CC1E89EDF014BC9C9EBBF45C715FE6, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_regInfo_certReq_24(L_24); // public static readonly DerObjectIdentifier ct_encKeyWithID = new DerObjectIdentifier("1.2.840.113549.1.9.16.1.21"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_25, _stringLiteral67550EA40D2B10928717D6C0BA62D7ED46EA53A4, /*hidden argument*/NULL); ((CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_StaticFields*)il2cpp_codegen_static_fields_for(CmpObjectIdentifiers_t3A48DBEA32CECD93FE906E7E5BDA63F627EAA7D8_il2cpp_TypeInfo_var))->set_ct_encKeyWithID_25(L_25); 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.Cms.CmsAttributeTableGenerationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAttributeTableGenerationException__ctor_m4777A636823881605F0F6E07F897DDB903901194 (CmsAttributeTableGenerationException_t677719A4E92C0698E0A0659C82C2B2D0C838B798 * __this, const RuntimeMethod* method) { { // public CmsAttributeTableGenerationException() CmsException__ctor_m4CFACA7B528EB914B2EF19ED84BE56D01A54E419(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAttributeTableGenerationException__ctor_m443AF6C01F4EB4B60A707B3E080C4BE679B24267 (CmsAttributeTableGenerationException_t677719A4E92C0698E0A0659C82C2B2D0C838B798 * __this, String_t* ___name0, const RuntimeMethod* method) { { // : base(name) String_t* L_0 = ___name0; CmsException__ctor_m3FAFC1C6647EE071C3D9770E42ED15956D8C2E37(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAttributeTableGenerationException__ctor_m2AEC0BD752FB091A63B028FB1ABBFCE19AAB4744 (CmsAttributeTableGenerationException_t677719A4E92C0698E0A0659C82C2B2D0C838B798 * __this, String_t* ___name0, Exception_t * ___e1, const RuntimeMethod* method) { { // : base(name, e) String_t* L_0 = ___name0; Exception_t * L_1 = ___e1; CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(__this, L_0, L_1, /*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 #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.Cms.CmsAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAttributes__ctor_m86ADC7624586746E617FDD0C2037829ACB587946 (CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAttributes__cctor_mD1E7A3BA5D56AF06DF0C156C2490DEBF656F8058 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier ContentType = PkcsObjectIdentifiers.Pkcs9AtContentType; 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_Pkcs9AtContentType_51(); ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->set_ContentType_0(L_0); // public static readonly DerObjectIdentifier MessageDigest = PkcsObjectIdentifiers.Pkcs9AtMessageDigest; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs9AtMessageDigest_52(); ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->set_MessageDigest_1(L_1); // public static readonly DerObjectIdentifier SigningTime = PkcsObjectIdentifiers.Pkcs9AtSigningTime; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs9AtSigningTime_53(); ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->set_SigningTime_2(L_2); // public static readonly DerObjectIdentifier CounterSignature = PkcsObjectIdentifiers.Pkcs9AtCounterSignature; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs9AtCounterSignature_54(); ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->set_CounterSignature_3(L_3); // public static readonly DerObjectIdentifier ContentHint = PkcsObjectIdentifiers.IdAAContentHint; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAContentHint_96(); ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->set_ContentHint_4(L_4); 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.Cms.CmsAuthEnvelopedData::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthEnvelopedData__ctor_m45087C10A47633D466E2BD06F5061DDF57AF4956 (CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___authEnvData0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(authEnvData)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___authEnvData0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m00E4A5CA69A1E9DE50C39C5CC331FA619A52AA83(L_0, /*hidden argument*/NULL); CmsAuthEnvelopedData__ctor_mA7653158A789E4415C2209266C2C2E207ABD69E7(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthEnvelopedData__ctor_m325AEC7717FB62BD4143E500916814BD8B176760 (CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___authEnvData0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(authEnvData)) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___authEnvData0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A(L_0, /*hidden argument*/NULL); CmsAuthEnvelopedData__ctor_mA7653158A789E4415C2209266C2C2E207ABD69E7(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthEnvelopedData__ctor_mA7653158A789E4415C2209266C2C2E207ABD69E7 (CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * V_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_1 = NULL; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * V_2 = NULL; RuntimeObject* V_3 = NULL; { // public CmsAuthEnvelopedData( // ContentInfo contentInfo) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.contentInfo = contentInfo; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = ___contentInfo0; __this->set_contentInfo_1(L_0); // AuthEnvelopedData authEnvData = AuthEnvelopedData.GetInstance(contentInfo.Content); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1 = ___contentInfo0; NullCheck(L_1); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_1, /*hidden argument*/NULL); AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * L_3; L_3 = AuthEnvelopedData_GetInstance_m3270585C6497CD1FCAE77581E1A7DC00B6607185(L_2, /*hidden argument*/NULL); V_0 = L_3; // this.originator = authEnvData.OriginatorInfo; AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * L_4 = V_0; NullCheck(L_4); OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_5; L_5 = AuthEnvelopedData_get_OriginatorInfo_mAD9AAD22B45DF6208B30AEDEA573F65098A45698_inline(L_4, /*hidden argument*/NULL); __this->set_originator_2(L_5); // Asn1Set recipientInfos = authEnvData.RecipientInfos; AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * L_6 = V_0; NullCheck(L_6); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_7; L_7 = AuthEnvelopedData_get_RecipientInfos_m84F7678BC52C60A2A1A572E94FFD90EE18FCEACA_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; // EncryptedContentInfo authEncInfo = authEnvData.AuthEncryptedContentInfo; AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * L_8 = V_0; NullCheck(L_8); EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_9; L_9 = AuthEnvelopedData_get_AuthEncryptedContentInfo_mC115E550C8325C87FAE94DFB6AB7D9BC0FE4B994_inline(L_8, /*hidden argument*/NULL); V_2 = L_9; // this.authEncAlg = authEncInfo.ContentEncryptionAlgorithm; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_10 = V_2; NullCheck(L_10); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11; L_11 = EncryptedContentInfo_get_ContentEncryptionAlgorithm_mE62B6BEAB9276217C2DA1511A8ED5931D8A2D14C_inline(L_10, /*hidden argument*/NULL); __this->set_authEncAlg_3(L_11); // CmsSecureReadable secureReadable = new AuthEnvelopedSecureReadable(this); AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 * L_12 = (AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 *)il2cpp_codegen_object_new(AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1_il2cpp_TypeInfo_var); AuthEnvelopedSecureReadable__ctor_m114668FB78A0EAABA3F1130B4045A5803B2EEF86(L_12, __this, /*hidden argument*/NULL); V_3 = L_12; // this.recipientInfoStore = CmsEnvelopedHelper.BuildRecipientInformationStore( // recipientInfos, secureReadable); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_13 = V_1; RuntimeObject* L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_15; L_15 = CmsEnvelopedHelper_BuildRecipientInformationStore_m07B2C612472975337875AB4F198375E7D1EE92E9(L_13, L_14, /*hidden argument*/NULL); __this->set_recipientInfoStore_0(L_15); // this.authAttrs = authEnvData.AuthAttrs; AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * L_16 = V_0; NullCheck(L_16); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_17; L_17 = AuthEnvelopedData_get_AuthAttrs_m5F5D12A39E39376976F5E6D02ED91916A0C0A07D_inline(L_16, /*hidden argument*/NULL); __this->set_authAttrs_4(L_17); // this.mac = authEnvData.Mac.GetOctets(); AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * L_18 = V_0; NullCheck(L_18); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_19; L_19 = AuthEnvelopedData_get_Mac_mF61240F39AFBF3994B388C21D06948C9D551A563_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_19); __this->set_mac_5(L_20); // this.unauthAttrs = authEnvData.UnauthAttrs; AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * L_21 = V_0; NullCheck(L_21); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_22; L_22 = AuthEnvelopedData_get_UnauthAttrs_m6859336380CBBC74B0C9A3375528AB141273D2F4_inline(L_21, /*hidden argument*/NULL); __this->set_unauthAttrs_6(L_22); // } 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.Cms.CmsAuthEnvelopedGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthEnvelopedGenerator__ctor_mEB1E252C0F1BAAAD44B4F7EBE1E594F9E942F497 (CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedGenerator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthEnvelopedGenerator__cctor_mB93D3BE909362BE55E926EB9150CABFA51579F06 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly string Aes128Ccm = NistObjectIdentifiers.IdAes128Ccm.Id; IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Ccm_25(); NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); ((CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields*)il2cpp_codegen_static_fields_for(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_il2cpp_TypeInfo_var))->set_Aes128Ccm_0(L_1); // public static readonly string Aes192Ccm = NistObjectIdentifiers.IdAes192Ccm.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Ccm_32(); NullCheck(L_2); String_t* L_3; L_3 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_2, /*hidden argument*/NULL); ((CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields*)il2cpp_codegen_static_fields_for(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_il2cpp_TypeInfo_var))->set_Aes192Ccm_1(L_3); // public static readonly string Aes256Ccm = NistObjectIdentifiers.IdAes256Ccm.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Ccm_39(); NullCheck(L_4); String_t* L_5; L_5 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_4, /*hidden argument*/NULL); ((CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields*)il2cpp_codegen_static_fields_for(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_il2cpp_TypeInfo_var))->set_Aes256Ccm_2(L_5); // public static readonly string Aes128Gcm = NistObjectIdentifiers.IdAes128Gcm.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Gcm_24(); NullCheck(L_6); String_t* L_7; L_7 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_6, /*hidden argument*/NULL); ((CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields*)il2cpp_codegen_static_fields_for(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_il2cpp_TypeInfo_var))->set_Aes128Gcm_3(L_7); // public static readonly string Aes192Gcm = NistObjectIdentifiers.IdAes192Gcm.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Gcm_31(); NullCheck(L_8); String_t* L_9; L_9 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_8, /*hidden argument*/NULL); ((CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields*)il2cpp_codegen_static_fields_for(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_il2cpp_TypeInfo_var))->set_Aes192Gcm_4(L_9); // public static readonly string Aes256Gcm = NistObjectIdentifiers.IdAes256Gcm.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Gcm_38(); NullCheck(L_10); String_t* L_11; L_11 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_10, /*hidden argument*/NULL); ((CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_StaticFields*)il2cpp_codegen_static_fields_for(CmsAuthEnvelopedGenerator_tEC00FB54902635F22BE02678D5C72E76E0589734_il2cpp_TypeInfo_var))->set_Aes256Gcm_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.Cms.CmsAuthenticatedData::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedData__ctor_m3E8EF22334305268BFF47C4C965C66AB61675D1C (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___authData0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(authData)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___authData0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m00E4A5CA69A1E9DE50C39C5CC331FA619A52AA83(L_0, /*hidden argument*/NULL); CmsAuthenticatedData__ctor_mC2BF1A55A7028AF64F7F0FC68EEAF8E1D701A318(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedData__ctor_m0A1D9559E64795AFD1A1028811050FC1148B886C (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___authData0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(authData)) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___authData0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A(L_0, /*hidden argument*/NULL); CmsAuthenticatedData__ctor_mC2BF1A55A7028AF64F7F0FC68EEAF8E1D701A318(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedData__ctor_mC2BF1A55A7028AF64F7F0FC68EEAF8E1D701A318 (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * V_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { // public CmsAuthenticatedData( // ContentInfo contentInfo) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.contentInfo = contentInfo; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = ___contentInfo0; __this->set_contentInfo_1(L_0); // AuthenticatedData authData = AuthenticatedData.GetInstance(contentInfo.Content); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1 = ___contentInfo0; NullCheck(L_1); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_1, /*hidden argument*/NULL); AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * L_3; L_3 = AuthenticatedData_GetInstance_m2398C91868349A14A11F6A299EC7BCE6101A2484(L_2, /*hidden argument*/NULL); V_0 = L_3; // Asn1Set recipientInfos = authData.RecipientInfos; AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * L_4 = V_0; NullCheck(L_4); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_5; L_5 = AuthenticatedData_get_RecipientInfos_m550A30E82DC852341C9E89C37244F6D03B42ABE7_inline(L_4, /*hidden argument*/NULL); V_1 = L_5; // this.macAlg = authData.MacAlgorithm; AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * L_6 = V_0; NullCheck(L_6); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_7; L_7 = AuthenticatedData_get_MacAlgorithm_m680B9905FF8E3B3C6BE7B0AC2B8F724EF056851D_inline(L_6, /*hidden argument*/NULL); __this->set_macAlg_2(L_7); // ContentInfo encInfo = authData.EncapsulatedContentInfo; AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * L_8 = V_0; NullCheck(L_8); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_9; L_9 = AuthenticatedData_get_EncapsulatedContentInfo_mC8F0ECFEED02A8AD6C67B93F5B79AA1C9983F4CC_inline(L_8, /*hidden argument*/NULL); // CmsReadable readable = new CmsProcessableByteArray( // Asn1OctetString.GetInstance(encInfo.Content).GetOctets()); NullCheck(L_9); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10; L_10 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_9, /*hidden argument*/NULL); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_11; L_11 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_10, /*hidden argument*/NULL); NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_11); CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * L_13 = (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B *)il2cpp_codegen_object_new(CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var); CmsProcessableByteArray__ctor_mB6FBD0597F4FDAF896453F34E3462A46273BF61B(L_13, L_12, /*hidden argument*/NULL); V_2 = L_13; // CmsSecureReadable secureReadable = new CmsEnvelopedHelper.CmsAuthenticatedSecureReadable( // this.macAlg, readable); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_14 = __this->get_macAlg_2(); RuntimeObject* L_15 = V_2; CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 * L_16 = (CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 *)il2cpp_codegen_object_new(CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811_il2cpp_TypeInfo_var); CmsAuthenticatedSecureReadable__ctor_m26919C3D07B61408BBB86DDD3B247663EECA1CA6(L_16, L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; // this.recipientInfoStore = CmsEnvelopedHelper.BuildRecipientInformationStore( // recipientInfos, secureReadable); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_17 = V_1; RuntimeObject* L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_19; L_19 = CmsEnvelopedHelper_BuildRecipientInformationStore_m07B2C612472975337875AB4F198375E7D1EE92E9(L_17, L_18, /*hidden argument*/NULL); __this->set_recipientInfoStore_0(L_19); // this.authAttrs = authData.AuthAttrs; AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * L_20 = V_0; NullCheck(L_20); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_21; L_21 = AuthenticatedData_get_AuthAttrs_m4F095E445EEFD91A42DD53674D538D707B73F587_inline(L_20, /*hidden argument*/NULL); __this->set_authAttrs_3(L_21); // this.mac = authData.Mac.GetOctets(); AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * L_22 = V_0; NullCheck(L_22); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_23; L_23 = AuthenticatedData_get_Mac_m422C414D212DB6C9ADC1A8A3E9C629E9548165AC_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_23); __this->set_mac_5(L_24); // this.unauthAttrs = authData.UnauthAttrs; AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * L_25 = V_0; NullCheck(L_25); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_26; L_26 = AuthenticatedData_get_UnauthAttrs_m3B0AB58DBA8DA680A689CDC869AB594907D30465_inline(L_25, /*hidden argument*/NULL); __this->set_unauthAttrs_4(L_26); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::GetMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsAuthenticatedData_GetMac_mC4B650F90632CD72CCB201DCFCA4C44F121680D6 (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, 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; } { // return Arrays.Clone(mac); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mac_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::get_MacAlgorithmID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsAuthenticatedData_get_MacAlgorithmID_m08A2E72E64ED24570E9700EF7361C2DBB6783649 (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, const RuntimeMethod* method) { { // get { return macAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_macAlg_2(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::get_MacAlgOid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsAuthenticatedData_get_MacAlgOid_mB0E22F1B2633EF19CB25A81A808D1F865C3C0087 (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, const RuntimeMethod* method) { { // get { return macAlg.Algorithm.Id; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_macAlg_2(); NullCheck(L_0); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::GetRecipientInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * CmsAuthenticatedData_GetRecipientInfos_m225C92B43B9B7E3A633E448F5777ADE1F3F8300B (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, const RuntimeMethod* method) { { // return recipientInfoStore; RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_0 = __this->get_recipientInfoStore_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::get_ContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsAuthenticatedData_get_ContentInfo_m8A687A8BA945365B490BA2F4D57C432E13F8EDAC (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, const RuntimeMethod* method) { { // get { return contentInfo; } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::GetAuthAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * CmsAuthenticatedData_GetAuthAttrs_mDBD05E97C9105A35D5691319BA9A0B3CCD389337 (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (authAttrs == null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_authAttrs_3(); if (L_0) { goto IL_000a; } } { // return null; return (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)NULL; } IL_000a: { // return new Asn1.Cms.AttributeTable(authAttrs); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = __this->get_authAttrs_3(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_2 = (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)il2cpp_codegen_object_new(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); AttributeTable__ctor_m17407FEDA2EF4140EA2968A13BBF64CBBDE6A480(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::GetUnauthAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * CmsAuthenticatedData_GetUnauthAttrs_m13E9A15E6EB5C695416CE62A4CD2299C9B3307F8 (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (unauthAttrs == null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_unauthAttrs_4(); if (L_0) { goto IL_000a; } } { // return null; return (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)NULL; } IL_000a: { // return new Asn1.Cms.AttributeTable(unauthAttrs); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = __this->get_unauthAttrs_4(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_2 = (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)il2cpp_codegen_object_new(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); AttributeTable__ctor_m17407FEDA2EF4140EA2968A13BBF64CBBDE6A480(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsAuthenticatedData_GetEncoded_m145FDF72A95932CBF83E1F59E0659785558B703D (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * __this, const RuntimeMethod* method) { { // return contentInfo.GetEncoded(); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_1(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_0, /*hidden argument*/NULL); return L_1; } } #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.CmsAuthenticatedDataGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataGenerator__ctor_m2D45C9ED4AEB8BE05C9ADC9041E81621D877095D (CmsAuthenticatedDataGenerator_tAEC70076AF2E5BF677FB1340DB43E1202A1CA87C * __this, const RuntimeMethod* method) { { // public CmsAuthenticatedDataGenerator() CmsAuthenticatedGenerator__ctor_m74F51EFF81CE9F1BCC0FC491A47E7E5D4963DF26(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataGenerator__ctor_mA46B310C99A0C6BCF5F7103FC123CEC24A079E4A (CmsAuthenticatedDataGenerator_tAEC70076AF2E5BF677FB1340DB43E1202A1CA87C * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { { // : base(rand) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___rand0; CmsAuthenticatedGenerator__ctor_m1F81CCC07E230C533B2FAEF59BD988366B2BC040(__this, L_0, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074 (CmsAuthenticatedDataGenerator_tAEC70076AF2E5BF677FB1340DB43E1202A1CA87C * __this, RuntimeObject* ___content0, String_t* ___macOid1, CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * ___keyGen2, 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*)&AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_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*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_0 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_1 = NULL; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_2 = NULL; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_3 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_4 = NULL; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_10 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_11 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_12 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_13 = NULL; RuntimeObject* V_14 = NULL; RuntimeObject* V_15 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_16 = NULL; GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * V_17 = NULL; RuntimeObject* V_18 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // byte[] encKeyBytes = keyGen.GenerateKey(); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_0 = ___keyGen2; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = CipherKeyGenerator_GenerateKey_m5F3D8E5E98ED7C572B47ACC50134255E74B340F5(L_0, /*hidden argument*/NULL); V_6 = L_1; // encKey = ParameterUtilities.CreateKeyParameter(macOid, encKeyBytes); String_t* L_2 = ___macOid1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_4; L_4 = ParameterUtilities_CreateKeyParameter_m19FF8F5D0988B47EDF2D296740F966424DE6D877(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // Asn1Encodable asn1Params = GenerateAsn1Parameters(macOid, encKeyBytes); String_t* L_5 = ___macOid1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_6; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker2< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GenerateAsn1Parameters(System.String,System.Byte[]) */, __this, L_5, L_6); V_7 = L_7; // macAlgId = GetAlgorithmIdentifier( // macOid, encKey, asn1Params, out cipherParameters); String_t* L_8 = ___macOid1; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_9 = V_1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = V_7; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11; L_11 = VirtualFuncInvoker4< AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, String_t*, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, RuntimeObject** >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GetAlgorithmIdentifier(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters&) */, __this, L_8, L_9, L_10, (RuntimeObject**)(&V_8)); V_0 = L_11; // IMac mac = MacUtilities.GetMac(macOid); String_t* L_12 = ___macOid1; IL2CPP_RUNTIME_CLASS_INIT(MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = MacUtilities_GetMac_m0134FE4EB92D450E3FDA036E2215C0B781379345(L_12, /*hidden argument*/NULL); V_9 = L_13; // mac.Init(encKey); RuntimeObject* L_14 = V_9; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_15 = V_1; NullCheck(L_14); 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_14, L_15); // MemoryStream bOut = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_16 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_16, /*hidden argument*/NULL); // Stream mOut = new TeeOutputStream(bOut, new MacSink(mac)); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_17 = L_16; RuntimeObject* L_18 = V_9; MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F * L_19 = (MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F *)il2cpp_codegen_object_new(MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F_il2cpp_TypeInfo_var); MacSink__ctor_mEB685E164599ADAA2F7C0AFA39C6CD6A6491832B(L_19, L_18, /*hidden argument*/NULL); TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * L_20 = (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 *)il2cpp_codegen_object_new(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814_il2cpp_TypeInfo_var); TeeOutputStream__ctor_m3FC8321BCB4C14465EE7310C2DFC68B42101CA79(L_20, L_17, L_19, /*hidden argument*/NULL); V_10 = L_20; // content.Write(mOut); RuntimeObject* L_21 = ___content0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = V_10; NullCheck(L_21); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable::Write(System.IO.Stream) */, CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var, L_21, L_22); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(mOut); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_23 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_23, /*hidden argument*/NULL); // encContent = new BerOctetString(bOut.ToArray()); NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_17); BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B * L_25 = (BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B *)il2cpp_codegen_object_new(BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var); BerOctetString__ctor_m5F18676A38F30D797FBF83EA5F0C7FB52F7C3E24(L_25, L_24, /*hidden argument*/NULL); V_2 = L_25; // byte[] macOctets = MacUtilities.DoFinal(mac); RuntimeObject* L_26 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27; L_27 = MacUtilities_DoFinal_m07D2EDE7426AE8B7BB98545CFE3D0CB03393A7D4(L_26, /*hidden argument*/NULL); // macResult = new DerOctetString(macOctets); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_28 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_28, L_27, /*hidden argument*/NULL); V_3 = L_28; // } 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*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0076; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0085; } 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_0094; } throw e; } CATCH_0076: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_11 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("couldn't create cipher.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_29 = V_11; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_30 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01F92A55E0C4F71D4AC7BF5ADA2134AD7132F1AC)), L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0085: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_12 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key invalid in message.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_31 = V_12; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_32 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE27790FE5F9592709AE1519C66D48EF4947F953)), L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0094: {// begin catch(System.IO.IOException) // catch (IOException e) V_13 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("exception decoding algorithm parameters.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_33 = V_13; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_34 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral639C3BFDCCB7DC390785B72D18D21A5A5206AFB2)), L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074_RuntimeMethod_var))); }// end catch (depth: 1) IL_00a3: { // Asn1EncodableVector recipientInfos = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_35; L_35 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_36 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_36, L_35, /*hidden argument*/NULL); V_4 = L_36; // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_37 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_recipientInfoGenerators_22(); NullCheck(L_37); RuntimeObject* L_38; L_38 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_37); V_14 = L_38; } IL_00bc: try {// begin try (depth: 1) { goto IL_010a; } IL_00be: { // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_39 = V_14; NullCheck(L_39); RuntimeObject * L_40; L_40 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_39); V_15 = ((RuntimeObject*)Castclass((RuntimeObject*)L_40, RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var)); } IL_00cc: try {// begin try (depth: 2) // recipientInfos.Add(rig.Generate(encKey, rand)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_41 = V_4; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_42 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_43 = L_42; RuntimeObject* L_44 = V_15; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_45 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_46 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); NullCheck(L_44); RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * L_47; L_47 = InterfaceFuncInvoker2< RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 *, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInfoGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var, L_44, L_45, L_46); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_47); (L_43)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_47); NullCheck(L_41); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_41, L_43, /*hidden argument*/NULL); // } goto IL_010a; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00ec; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00fb; } throw e; } CATCH_00ec: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_16 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key inappropriate for algorithm.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_48 = V_16; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_49 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF55B165DDB8C42F950002F399F88C034E36EB9DD)), L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_00fb: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException) // catch (GeneralSecurityException e) V_17 = ((GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)IL2CPP_GET_ACTIVE_EXCEPTION(GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)); // throw new CmsException("error making encrypted content.", e); GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * L_50 = V_17; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_51 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4F3253F4AB9BCF770669A19369CCF3D2380947)), L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074_RuntimeMethod_var))); }// end catch (depth: 2) IL_010a: { // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_52 = V_14; 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_00be; } } IL_0113: { IL2CPP_LEAVE(0x12A, FINALLY_0115); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0115; } FINALLY_0115: {// begin finally (depth: 1) { RuntimeObject* L_54 = V_14; V_18 = ((RuntimeObject*)IsInst((RuntimeObject*)L_54, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_55 = V_18; if (!L_55) { goto IL_0129; } } IL_0122: { RuntimeObject* L_56 = V_18; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_56); } IL_0129: { IL2CPP_END_FINALLY(277) } }// end finally (depth: 1) IL2CPP_CLEANUP(277) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x12A, IL_012a) } IL_012a: { // ContentInfo eci = new ContentInfo(CmsObjectIdentifiers.Data, encContent); IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_57 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_Data_0(); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_58 = V_2; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_59 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_59, L_57, L_58, /*hidden argument*/NULL); V_5 = L_59; // ContentInfo contentInfo = new ContentInfo( // CmsObjectIdentifiers.AuthenticatedData, // new AuthenticatedData(null, new DerSet(recipientInfos), macAlgId, null, eci, null, macResult, null)); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_60 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_AuthenticatedData_6(); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_61 = V_4; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_62 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_62, L_61, /*hidden argument*/NULL); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_63 = V_0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_64 = V_5; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_65 = V_3; AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * L_66 = (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A *)il2cpp_codegen_object_new(AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A_il2cpp_TypeInfo_var); AuthenticatedData__ctor_m291206955CE106B94BA0629763300EC41E4BF3E4(L_66, (OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D *)NULL, L_62, L_63, (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)NULL, L_64, (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL, L_65, (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_67 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_67, L_60, L_66, /*hidden argument*/NULL); // return new CmsAuthenticatedData(contentInfo); CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * L_68 = (CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 *)il2cpp_codegen_object_new(CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56_il2cpp_TypeInfo_var); CmsAuthenticatedData__ctor_mC2BF1A55A7028AF64F7F0FC68EEAF8E1D701A318(L_68, L_67, /*hidden argument*/NULL); return L_68; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * CmsAuthenticatedDataGenerator_Generate_mED4D52C7472BF3BFD59906957E98FC69666B50BF (CmsAuthenticatedDataGenerator_tAEC70076AF2E5BF677FB1340DB43E1202A1CA87C * __this, RuntimeObject* ___content0, String_t* ___encryptionOid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * V_0 = NULL; CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * V_1 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // CipherKeyGenerator keyGen = GeneratorUtilities.GetKeyGenerator(encryptionOid); String_t* L_0 = ___encryptionOid1; IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_1; L_1 = GeneratorUtilities_GetKeyGenerator_m54A45773F64AF622BB98AC46F4563884ACB2857E(L_0, /*hidden argument*/NULL); V_0 = L_1; // keyGen.Init(new KeyGenerationParameters(rand, keyGen.DefaultStrength)); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_2 = V_0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = CipherKeyGenerator_get_DefaultStrength_m1E79943A313A04216892C6317FF42AB4199E08CF_inline(L_4, /*hidden argument*/NULL); KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_6 = (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 *)il2cpp_codegen_object_new(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(L_6, L_3, L_5, /*hidden argument*/NULL); NullCheck(L_2); CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74(L_2, L_6, /*hidden argument*/NULL); // return Generate(content, encryptionOid, keyGen); RuntimeObject* L_7 = ___content0; String_t* L_8 = ___encryptionOid1; CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_9 = V_0; CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * L_10; L_10 = CmsAuthenticatedDataGenerator_Generate_m686E18C5A82E01B7BB62D000A9C3EE91236B6074(__this, L_7, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; goto IL_0037; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002a; } throw e; } CATCH_002a: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_2 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("can't find key generation algorithm.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_11 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_12 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA89C2A325034D07E20A484F5BBAAEF8285094BC4)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataGenerator_Generate_mED4D52C7472BF3BFD59906957E98FC69666B50BF_RuntimeMethod_var))); }// end catch (depth: 1) IL_0037: { // } CmsAuthenticatedData_t519E3CB1B5FEFCCCAC9C216B5DFB509314A6EC56 * L_13 = V_1; return L_13; } } #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.CmsAuthenticatedDataParser::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataParser__ctor_mF4884E68DA17220EA286042D54D59C8862D50D98 (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___envelopedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new MemoryStream(envelopedData, false)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___envelopedData0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); CmsAuthenticatedDataParser__ctor_m6C7E60B902E22AA138F9A4B263440736C2297272(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataParser__ctor_m6C7E60B902E22AA138F9A4B263440736C2297272 (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___envelopedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; { // : base(envelopedData) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___envelopedData0; CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213(__this, L_0, /*hidden argument*/NULL); // this.authAttrNotRead = true; __this->set_authAttrNotRead_8((bool)1); // this.authData = new AuthenticatedDataParser( // (Asn1SequenceParser)contentInfo.GetContent(Asn1Tags.Sequence)); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_1 = ((CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 *)__this)->get_contentInfo_0(); NullCheck(L_1); RuntimeObject* L_2; L_2 = ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0(L_1, ((int32_t)16), /*hidden argument*/NULL); AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * L_3 = (AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D *)il2cpp_codegen_object_new(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D_il2cpp_TypeInfo_var); AuthenticatedDataParser__ctor_m9E73C20E28CA822AA7751DB599FEBB1E5A5D3E5A(L_3, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_authData_3(L_3); // Asn1Set recipientInfos = Asn1Set.GetInstance(authData.GetRecipientInfos().ToAsn1Object()); AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * L_4 = __this->get_authData_3(); NullCheck(L_4); RuntimeObject* L_5; L_5 = AuthenticatedDataParser_GetRecipientInfos_m3839088B3F00207865FD433381C6FC19FCC37716(L_4, /*hidden argument*/NULL); NullCheck(L_5); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_5); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_7; L_7 = Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7(L_6, /*hidden argument*/NULL); V_0 = L_7; // this.macAlg = authData.GetMacAlgorithm(); AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * L_8 = __this->get_authData_3(); NullCheck(L_8); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9; L_9 = AuthenticatedDataParser_GetMacAlgorithm_m06E5A35AF02CF221CBBF971939CC6C5E648FE760(L_8, /*hidden argument*/NULL); __this->set_macAlg_4(L_9); // ContentInfoParser data = authData.GetEnapsulatedContentInfo(); AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * L_10 = __this->get_authData_3(); NullCheck(L_10); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_11; L_11 = AuthenticatedDataParser_GetEnapsulatedContentInfo_m7DD35E19D4FDA4DA4DFC064BA0D8F5B7B0EE4FE7(L_10, /*hidden argument*/NULL); // CmsReadable readable = new CmsProcessableInputStream( // ((Asn1OctetStringParser)data.GetContent(Asn1Tags.OctetString)).GetOctetStream()); NullCheck(L_11); RuntimeObject* L_12; L_12 = ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0(L_11, 4, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_12, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var))); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13; L_13 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetStringParser::GetOctetStream() */, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_12, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var))); CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * L_14 = (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 *)il2cpp_codegen_object_new(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var); CmsProcessableInputStream__ctor_m8FE53E2C1377C71AD52CDEAA82C459B5372C2288(L_14, L_13, /*hidden argument*/NULL); V_1 = L_14; // CmsSecureReadable secureReadable = new CmsEnvelopedHelper.CmsAuthenticatedSecureReadable( // this.macAlg, readable); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_15 = __this->get_macAlg_4(); RuntimeObject* L_16 = V_1; CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 * L_17 = (CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 *)il2cpp_codegen_object_new(CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811_il2cpp_TypeInfo_var); CmsAuthenticatedSecureReadable__ctor_m26919C3D07B61408BBB86DDD3B247663EECA1CA6(L_17, L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; // this._recipientInfoStore = CmsEnvelopedHelper.BuildRecipientInformationStore( // recipientInfos, secureReadable); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_18 = V_0; RuntimeObject* L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_20; L_20 = CmsEnvelopedHelper_BuildRecipientInformationStore_m07B2C612472975337875AB4F198375E7D1EE92E9(L_18, L_19, /*hidden argument*/NULL); __this->set__recipientInfoStore_2(L_20); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::get_MacAlgorithmID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsAuthenticatedDataParser_get_MacAlgorithmID_m4EDD0C20F57BA04D9EF5BDB2997402311487A476 (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, const RuntimeMethod* method) { { // get { return macAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_macAlg_4(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::get_MacAlgOid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsAuthenticatedDataParser_get_MacAlgOid_mAE2A4A2D5DFC3089CC8D35ABC7203CCF3F361E04 (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, const RuntimeMethod* method) { { // get { return macAlg.Algorithm.Id; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_macAlg_4(); NullCheck(L_0); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::get_MacAlgParams() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CmsAuthenticatedDataParser_get_MacAlgParams_m3B77ACA6ED38DC086FFCB192414076CF46C82EE4 (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, const RuntimeMethod* method) { Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; { // Asn1Encodable ae = macAlg.Parameters; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_macAlg_4(); NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_0); V_0 = L_1; // return ae == null ? null : ae.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = V_0; if (!L_2) { goto IL_0016; } } { Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3 = V_0; NullCheck(L_3); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_3); return L_4; } IL_0016: { return (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::GetRecipientInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * CmsAuthenticatedDataParser_GetRecipientInfos_m2F051E65DF28E9D8C0FE8A16863F03A4320F8B2D (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, const RuntimeMethod* method) { { // return _recipientInfoStore; RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_0 = __this->get__recipientInfoStore_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::GetMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsAuthenticatedDataParser_GetMac_mE864A54DCE9E587ECF17765671DE48F7BC00ACC3 (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, 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 (mac == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mac_5(); if (L_0) { goto IL_0025; } } { // GetAuthAttrs(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_1; L_1 = CmsAuthenticatedDataParser_GetAuthAttrs_m0C87A98A9EF4FA0AC670F1BCC581200F787C7BBD(__this, /*hidden argument*/NULL); // mac = authData.GetMac().GetOctets(); AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * L_2 = __this->get_authData_3(); NullCheck(L_2); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_3; L_3 = AuthenticatedDataParser_GetMac_m6FE6B6C3241A7E09D816A07812A5BDCDD18E278D(L_2, /*hidden argument*/NULL); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_3); __this->set_mac_5(L_4); } IL_0025: { // return Arrays.Clone(mac); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_mac_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::GetAuthAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * CmsAuthenticatedDataParser_GetAuthAttrs_m0C87A98A9EF4FA0AC670F1BCC581200F787C7BBD (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, 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*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { // if (authAttrs == null && authAttrNotRead) AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_0 = __this->get_authAttrs_6(); if (L_0) { goto IL_006a; } } { bool L_1 = __this->get_authAttrNotRead_8(); if (!L_1) { goto IL_006a; } } { // Asn1SetParser s = authData.GetAuthAttrs(); AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * L_2 = __this->get_authData_3(); NullCheck(L_2); RuntimeObject* L_3; L_3 = AuthenticatedDataParser_GetAuthAttrs_mF65A639EB024FC1B4856F9ED0B02A12E2ED4C3FF(L_2, /*hidden argument*/NULL); V_0 = L_3; // authAttrNotRead = false; __this->set_authAttrNotRead_8((bool)0); // if (s != null) RuntimeObject* L_4 = V_0; if (!L_4) { goto IL_006a; } } { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5; L_5 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_6, L_5, /*hidden argument*/NULL); V_1 = L_6; goto IL_004f; } IL_0033: { // Asn1SequenceParser seq = (Asn1SequenceParser)o; RuntimeObject* L_7 = V_2; V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)); // v.Add(seq.ToAsn1Object()); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = L_9; RuntimeObject* L_11 = V_3; NullCheck(L_11); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_12; L_12 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_12); NullCheck(L_8); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_8, L_10, /*hidden argument*/NULL); } IL_004f: { // while ((o = s.ReadObject()) != null) RuntimeObject* L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser::ReadObject() */, Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var, L_13); RuntimeObject* L_15 = L_14; V_2 = L_15; if (L_15) { goto IL_0033; } } { // authAttrs = new Asn1.Cms.AttributeTable(new DerSet(v)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_1; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_17 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_17, L_16, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_18 = (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)il2cpp_codegen_object_new(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); AttributeTable__ctor_m17407FEDA2EF4140EA2968A13BBF64CBBDE6A480(L_18, L_17, /*hidden argument*/NULL); __this->set_authAttrs_6(L_18); } IL_006a: { // return authAttrs; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_19 = __this->get_authAttrs_6(); return L_19; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataParser::GetUnauthAttrs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * CmsAuthenticatedDataParser_GetUnauthAttrs_m662111ACC9E284D2C9C203741F60709EBBF4F682 (CmsAuthenticatedDataParser_t55B0DA5E45E0F952F9E1355E339799ADB7E0499F * __this, 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*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { // if (unauthAttrs == null && unauthAttrNotRead) AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_0 = __this->get_unauthAttrs_7(); if (L_0) { goto IL_006a; } } { bool L_1 = __this->get_unauthAttrNotRead_9(); if (!L_1) { goto IL_006a; } } { // Asn1SetParser s = authData.GetUnauthAttrs(); AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D * L_2 = __this->get_authData_3(); NullCheck(L_2); RuntimeObject* L_3; L_3 = AuthenticatedDataParser_GetUnauthAttrs_m419A436E01FD2C75D58BC6AFE92A57944500A6AF(L_2, /*hidden argument*/NULL); V_0 = L_3; // unauthAttrNotRead = false; __this->set_unauthAttrNotRead_9((bool)0); // if (s != null) RuntimeObject* L_4 = V_0; if (!L_4) { goto IL_006a; } } { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5; L_5 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_6, L_5, /*hidden argument*/NULL); V_1 = L_6; goto IL_004f; } IL_0033: { // Asn1SequenceParser seq = (Asn1SequenceParser)o; RuntimeObject* L_7 = V_2; V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)); // v.Add(seq.ToAsn1Object()); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = L_9; RuntimeObject* L_11 = V_3; NullCheck(L_11); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_12; L_12 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_12); NullCheck(L_8); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_8, L_10, /*hidden argument*/NULL); } IL_004f: { // while ((o = s.ReadObject()) != null) RuntimeObject* L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser::ReadObject() */, Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var, L_13); RuntimeObject* L_15 = L_14; V_2 = L_15; if (L_15) { goto IL_0033; } } { // unauthAttrs = new Asn1.Cms.AttributeTable(new DerSet(v)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_1; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_17 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_17, L_16, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_18 = (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)il2cpp_codegen_object_new(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); AttributeTable__ctor_m17407FEDA2EF4140EA2968A13BBF64CBBDE6A480(L_18, L_17, /*hidden argument*/NULL); __this->set_unauthAttrs_7(L_18); } IL_006a: { // return unauthAttrs; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_19 = __this->get_unauthAttrs_7(); 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.Cms.CmsAuthenticatedDataStreamGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataStreamGenerator__ctor_mAA1E448B250D868F7ADF88559DD1849C69A2F17B (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, const RuntimeMethod* method) { { // public CmsAuthenticatedDataStreamGenerator() CmsAuthenticatedGenerator__ctor_m74F51EFF81CE9F1BCC0FC491A47E7E5D4963DF26(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataStreamGenerator__ctor_mDC47AE701AC32FD5AE2C549BA75FC90295ABEE27 (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { { // : base(rand) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___rand0; CmsAuthenticatedGenerator__ctor_m1F81CCC07E230C533B2FAEF59BD988366B2BC040(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::SetBufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataStreamGenerator_SetBufferSize_m87130F9C2281012127575E5074435C0FBD697DA6 (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, int32_t ___bufferSize0, const RuntimeMethod* method) { { // _bufferSize = bufferSize; int32_t L_0 = ___bufferSize0; __this->set__bufferSize_25(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::SetBerEncodeRecipients(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataStreamGenerator_SetBerEncodeRecipients_mD43F7076A4586A5C92F5597F0FF947BC4184065F (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, bool ___berEncodeRecipientSet0, const RuntimeMethod* method) { { // _berEncodeRecipientSet = berEncodeRecipientSet; bool L_0 = ___berEncodeRecipientSet0; __this->set__berEncodeRecipientSet_26(L_0); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::Open(System.IO.Stream,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsAuthenticatedDataStreamGenerator_Open_m4574F5F543539FB006BFC31106AD89D6030CEE3A (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, String_t* ___macOid1, CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * ___keyGen2, 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*)&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*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; RuntimeObject* V_3 = NULL; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_4 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_8 = NULL; GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * V_9 = NULL; RuntimeObject* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // byte[] encKeyBytes = keyGen.GenerateKey(); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_0 = ___keyGen2; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = CipherKeyGenerator_GenerateKey_m5F3D8E5E98ED7C572B47ACC50134255E74B340F5(L_0, /*hidden argument*/NULL); V_0 = L_1; // KeyParameter encKey = ParameterUtilities.CreateKeyParameter(macOid, encKeyBytes); String_t* L_2 = ___macOid1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_4; L_4 = ParameterUtilities_CreateKeyParameter_m19FF8F5D0988B47EDF2D296740F966424DE6D877(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // Asn1Encodable asn1Params = GenerateAsn1Parameters(macOid, encKeyBytes); String_t* L_5 = ___macOid1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker2< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GenerateAsn1Parameters(System.String,System.Byte[]) */, __this, L_5, L_6); V_2 = L_7; // AlgorithmIdentifier macAlgId = GetAlgorithmIdentifier( // macOid, encKey, asn1Params, out cipherParameters); String_t* L_8 = ___macOid1; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_9 = V_1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = V_2; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11; L_11 = VirtualFuncInvoker4< AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, String_t*, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, RuntimeObject** >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GetAlgorithmIdentifier(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters&) */, __this, L_8, L_9, L_10, (RuntimeObject**)(&V_3)); V_4 = L_11; // Asn1EncodableVector recipientInfos = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12; L_12 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_13 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_13, L_12, /*hidden argument*/NULL); V_5 = L_13; // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_14 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_recipientInfoGenerators_22(); NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_14); V_6 = L_15; } IL_003e: try {// begin try (depth: 1) { goto IL_008c; } IL_0040: { // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_16 = V_6; 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); V_7 = ((RuntimeObject*)Castclass((RuntimeObject*)L_17, RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var)); } IL_004e: try {// begin try (depth: 2) // recipientInfos.Add(rig.Generate(encKey, rand)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_18 = V_5; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_19 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_20 = L_19; RuntimeObject* L_21 = V_7; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_22 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_23 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); NullCheck(L_21); RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * L_24; L_24 = InterfaceFuncInvoker2< RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 *, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInfoGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var, L_21, L_22, L_23); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_24); (L_20)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_24); NullCheck(L_18); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_18, L_20, /*hidden argument*/NULL); // } goto IL_008c; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006e; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007d; } throw e; } CATCH_006e: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_8 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key inappropriate for algorithm.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_25 = V_8; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_26 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF55B165DDB8C42F950002F399F88C034E36EB9DD)), L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataStreamGenerator_Open_m4574F5F543539FB006BFC31106AD89D6030CEE3A_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_007d: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException) // catch (GeneralSecurityException e) V_9 = ((GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)IL2CPP_GET_ACTIVE_EXCEPTION(GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)); // throw new CmsException("error making encrypted content.", e); GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * L_27 = V_9; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_28 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4F3253F4AB9BCF770669A19369CCF3D2380947)), L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataStreamGenerator_Open_m4574F5F543539FB006BFC31106AD89D6030CEE3A_RuntimeMethod_var))); }// end catch (depth: 2) IL_008c: { // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_29 = V_6; 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_0040; } } IL_0095: { IL2CPP_LEAVE(0xAC, FINALLY_0097); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0097; } FINALLY_0097: {// begin finally (depth: 1) { RuntimeObject* L_31 = V_6; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_10; if (!L_32) { goto IL_00ab; } } IL_00a4: { RuntimeObject* L_33 = V_10; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_33); } IL_00ab: { IL2CPP_END_FINALLY(151) } }// end finally (depth: 1) IL2CPP_CLEANUP(151) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAC, IL_00ac) } IL_00ac: { // return Open(outStr, macAlgId, encKey, recipientInfos); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_34 = ___outStr0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_35 = V_4; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_36 = V_1; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_37 = V_5; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_38; L_38 = CmsAuthenticatedDataStreamGenerator_Open_mCD7CF4042CFD1015E060CC5CB2B9E7CB9DA61F87(__this, L_34, L_35, L_36, L_37, /*hidden argument*/NULL); return L_38; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::Open(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsAuthenticatedDataStreamGenerator_Open_mCD7CF4042CFD1015E060CC5CB2B9E7CB9DA61F87 (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___macAlgId1, RuntimeObject* ___cipherParameters2, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___recipientInfos3, 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*)&BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A_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*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_0 = NULL; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_1 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_2 = NULL; Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * V_3 = NULL; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_7 = NULL; RuntimeObject* V_8 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_9 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_10 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_11 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * G_B3_0 = NULL; IL_0000: try {// begin try (depth: 1) { // BerSequenceGenerator cGen = new BerSequenceGenerator(outStr); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStr0; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_1 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // cGen.AddObject(CmsObjectIdentifiers.AuthenticatedData); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_AuthenticatedData_6(); NullCheck(L_2); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_2, L_3); // BerSequenceGenerator authGen = new BerSequenceGenerator( // cGen.GetRawOutputStream(), 0, true); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_4 = V_0; NullCheck(L_4); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5; L_5 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_4); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_6 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m2A1057816257AF1C4933F0933EEB08664BC2F303(L_6, L_5, 0, (bool)1, /*hidden argument*/NULL); V_1 = L_6; // authGen.AddObject(new DerInteger(AuthenticatedData.CalculateVersion(null))); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_7 = V_1; int32_t L_8; L_8 = AuthenticatedData_CalculateVersion_m89D192AD50C57DC80752DE16135068D7533BC4E6((OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D *)NULL, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_7); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_7, L_9); // Stream authRaw = authGen.GetRawOutputStream(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_10 = V_1; NullCheck(L_10); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11; L_11 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_10); V_2 = L_11; // Asn1Generator recipGen = _berEncodeRecipientSet // ? (Asn1Generator) new BerSetGenerator(authRaw) // : new DerSetGenerator(authRaw); bool L_12 = __this->get__berEncodeRecipientSet_26(); if (L_12) { goto IL_0048; } } IL_0040: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13 = V_2; DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * L_14 = (DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A *)il2cpp_codegen_object_new(DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A_il2cpp_TypeInfo_var); DerSetGenerator__ctor_m3A06A6A598C95F469C3DB9F11BBCBC7BF5C29511(L_14, L_13, /*hidden argument*/NULL); G_B3_0 = L_14; goto IL_004e; } IL_0048: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15 = V_2; BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C * L_16 = (BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C *)il2cpp_codegen_object_new(BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C_il2cpp_TypeInfo_var); BerSetGenerator__ctor_m09B45EB49343E81851640AEF918FA2019BF27F3C(L_16, L_15, /*hidden argument*/NULL); G_B3_0 = ((DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A *)(L_16)); } IL_004e: { V_3 = G_B3_0; // foreach (Asn1Encodable ae in recipientInfos) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_17 = ___recipientInfos3; NullCheck(L_17); RuntimeObject* L_18; L_18 = Asn1EncodableVector_GetEnumerator_m25530BEA0FC789BCAF782E6F868A05561CCF6242(L_17, /*hidden argument*/NULL); V_6 = L_18; } IL_0058: try {// begin try (depth: 2) { goto IL_0070; } IL_005a: { // foreach (Asn1Encodable ae in recipientInfos) RuntimeObject* L_19 = V_6; NullCheck(L_19); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_19); V_7 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_20, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // recipGen.AddObject(ae); Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * L_21 = V_3; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_22 = V_7; NullCheck(L_21); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_21, L_22); } IL_0070: { // foreach (Asn1Encodable ae in recipientInfos) RuntimeObject* L_23 = V_6; 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_005a; } } IL_0079: { IL2CPP_LEAVE(0x90, FINALLY_007b); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: {// begin finally (depth: 2) { RuntimeObject* L_25 = V_6; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_26 = V_8; if (!L_26) { goto IL_008f; } } IL_0088: { RuntimeObject* L_27 = V_8; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_27); } IL_008f: { IL2CPP_END_FINALLY(123) } }// end finally (depth: 2) IL2CPP_CLEANUP(123) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x90, IL_0090) } IL_0090: { // recipGen.Close(); Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * L_28 = V_3; NullCheck(L_28); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_28); // authGen.AddObject(macAlgId); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_29 = V_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_30 = ___macAlgId1; NullCheck(L_29); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_29, L_30); // BerSequenceGenerator eiGen = new BerSequenceGenerator(authRaw); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_31 = V_2; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_32 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84(L_32, L_31, /*hidden argument*/NULL); V_4 = L_32; // eiGen.AddObject(CmsObjectIdentifiers.Data); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_33 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_34 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_Data_0(); NullCheck(L_33); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_33, L_34); // Stream octetOutputStream = CmsUtilities.CreateBerOctetOutputStream( // eiGen.GetRawOutputStream(), 0, false, _bufferSize); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_35 = V_4; NullCheck(L_35); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_36; L_36 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_35); int32_t L_37 = __this->get__bufferSize_25(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_38; L_38 = CmsUtilities_CreateBerOctetOutputStream_m4BFC7DE8BDE8C02A6C35D3992F33F1681878A99A(L_36, 0, (bool)0, L_37, /*hidden argument*/NULL); // IMac mac = MacUtilities.GetMac(macAlgId.Algorithm); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_39 = ___macAlgId1; NullCheck(L_39); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_40; L_40 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); RuntimeObject* L_41; L_41 = MacUtilities_GetMac_m69B2377CB55961C89797E5C5881E3C26010014CF(L_40, /*hidden argument*/NULL); V_5 = L_41; // mac.Init(cipherParameters); RuntimeObject* L_42 = V_5; RuntimeObject* L_43 = ___cipherParameters2; NullCheck(L_42); 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_42, L_43); // Stream mOut = new TeeOutputStream(octetOutputStream, new MacSink(mac)); RuntimeObject* L_44 = V_5; MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F * L_45 = (MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F *)il2cpp_codegen_object_new(MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F_il2cpp_TypeInfo_var); MacSink__ctor_mEB685E164599ADAA2F7C0AFA39C6CD6A6491832B(L_45, L_44, /*hidden argument*/NULL); TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * L_46 = (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 *)il2cpp_codegen_object_new(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814_il2cpp_TypeInfo_var); TeeOutputStream__ctor_m3FC8321BCB4C14465EE7310C2DFC68B42101CA79(L_46, L_38, L_45, /*hidden argument*/NULL); // return new CmsAuthenticatedDataOutputStream(mOut, mac, cGen, authGen, eiGen); RuntimeObject* L_47 = V_5; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_48 = V_0; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_49 = V_1; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_50 = V_4; CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 * L_51 = (CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 *)il2cpp_codegen_object_new(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419_il2cpp_TypeInfo_var); CmsAuthenticatedDataOutputStream__ctor_m4BF28B9431AB39C51C7E54F388ED5261F7C7D8FF(L_51, L_46, L_47, L_48, L_49, L_50, /*hidden argument*/NULL); V_9 = L_51; goto IL_0122; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00f5; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } 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_0113; } throw e; } CATCH_00f5: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_10 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("couldn't create cipher.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_52 = V_10; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_53 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_53, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01F92A55E0C4F71D4AC7BF5ADA2134AD7132F1AC)), L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataStreamGenerator_Open_mCD7CF4042CFD1015E060CC5CB2B9E7CB9DA61F87_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0104: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_11 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key invalid in message.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_54 = V_11; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_55 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE27790FE5F9592709AE1519C66D48EF4947F953)), L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataStreamGenerator_Open_mCD7CF4042CFD1015E060CC5CB2B9E7CB9DA61F87_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0113: {// begin catch(System.IO.IOException) // catch (IOException e) V_12 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("exception decoding algorithm parameters.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_56 = V_12; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_57 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral639C3BFDCCB7DC390785B72D18D21A5A5206AFB2)), L_56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedDataStreamGenerator_Open_mCD7CF4042CFD1015E060CC5CB2B9E7CB9DA61F87_RuntimeMethod_var))); }// end catch (depth: 1) IL_0122: { // } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_58 = V_9; return L_58; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::Open(System.IO.Stream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsAuthenticatedDataStreamGenerator_Open_m17ADF2F4EFB8BA14D9C9E8B2D1FAEF463F9313DD (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, String_t* ___encryptionOid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * V_0 = NULL; { // CipherKeyGenerator keyGen = GeneratorUtilities.GetKeyGenerator(encryptionOid); String_t* L_0 = ___encryptionOid1; IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_1; L_1 = GeneratorUtilities_GetKeyGenerator_m54A45773F64AF622BB98AC46F4563884ACB2857E(L_0, /*hidden argument*/NULL); V_0 = L_1; // keyGen.Init(new KeyGenerationParameters(rand, keyGen.DefaultStrength)); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_2 = V_0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = CipherKeyGenerator_get_DefaultStrength_m1E79943A313A04216892C6317FF42AB4199E08CF_inline(L_4, /*hidden argument*/NULL); KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_6 = (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 *)il2cpp_codegen_object_new(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(L_6, L_3, L_5, /*hidden argument*/NULL); NullCheck(L_2); CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74(L_2, L_6, /*hidden argument*/NULL); // return Open(outStr, encryptionOid, keyGen); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = ___outStr0; String_t* L_8 = ___encryptionOid1; CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_9 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10; L_10 = CmsAuthenticatedDataStreamGenerator_Open_m4574F5F543539FB006BFC31106AD89D6030CEE3A(__this, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator::Open(System.IO.Stream,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsAuthenticatedDataStreamGenerator_Open_mDDBF066CF82E98216AF1BDDA482878C6F5DE8B06 (CmsAuthenticatedDataStreamGenerator_t3F6AD274C80779A1A6C2FCB9082B535BBA513D13 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, String_t* ___encryptionOid1, int32_t ___keySize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * V_0 = NULL; { // CipherKeyGenerator keyGen = GeneratorUtilities.GetKeyGenerator(encryptionOid); String_t* L_0 = ___encryptionOid1; IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_1; L_1 = GeneratorUtilities_GetKeyGenerator_m54A45773F64AF622BB98AC46F4563884ACB2857E(L_0, /*hidden argument*/NULL); V_0 = L_1; // keyGen.Init(new KeyGenerationParameters(rand, keySize)); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_2 = V_0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); int32_t L_4 = ___keySize2; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_5 = (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 *)il2cpp_codegen_object_new(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(L_5, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74(L_2, L_5, /*hidden argument*/NULL); // return Open(outStr, encryptionOid, keyGen); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___outStr0; String_t* L_7 = ___encryptionOid1; CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_8 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9; L_9 = CmsAuthenticatedDataStreamGenerator_Open_m4574F5F543539FB006BFC31106AD89D6030CEE3A(__this, L_6, L_7, 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.Cms.CmsAuthenticatedGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedGenerator__ctor_m74F51EFF81CE9F1BCC0FC491A47E7E5D4963DF26 (CmsAuthenticatedGenerator_t5DEA773D9719C3B361631F523897963B067C2D61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsAuthenticatedGenerator() IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); CmsEnvelopedGenerator__ctor_mDA2C51FE0EE0BC178DD5ACC5B43B0850755A9781(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedGenerator__ctor_m1F81CCC07E230C533B2FAEF59BD988366B2BC040 (CmsAuthenticatedGenerator_t5DEA773D9719C3B361631F523897963B067C2D61 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(rand) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___rand0; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); CmsEnvelopedGenerator__ctor_mB669681F5798BC2FF108E4DB89AA8BCA60B401BD(__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.Cms.CmsCompressedData::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedData__ctor_m07E83B56041B8423E9BBF25D5DEE9FB42D8917FC (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___compressedData0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(compressedData)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___compressedData0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m00E4A5CA69A1E9DE50C39C5CC331FA619A52AA83(L_0, /*hidden argument*/NULL); CmsCompressedData__ctor_m033FF2610CC4B3679C47C9F1CB833096AA2D3927(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedData__ctor_mF3AC6A133B05BD2338B1B715F70C6B60957A9C30 (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedDataStream0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(compressedDataStream)) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___compressedDataStream0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A(L_0, /*hidden argument*/NULL); CmsCompressedData__ctor_m033FF2610CC4B3679C47C9F1CB833096AA2D3927(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedData__ctor_m033FF2610CC4B3679C47C9F1CB833096AA2D3927 (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo0, const RuntimeMethod* method) { { // public CmsCompressedData( // ContentInfo contentInfo) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.contentInfo = contentInfo; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = ___contentInfo0; __this->set_contentInfo_0(L_0); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData::GetContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsCompressedData_GetContent_m517A42F33A6935D3AE90A3B7A7721BCFDEB56B86 (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * __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*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // CompressedData comData = CompressedData.GetInstance(contentInfo.Content); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_0(); NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_0, /*hidden argument*/NULL); CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * L_2; L_2 = CompressedData_GetInstance_mC138E204401C7ADE7AAC422FE67F8DF8412BD3CA(L_1, /*hidden argument*/NULL); // ContentInfo content = comData.EncapContentInfo; NullCheck(L_2); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_3; L_3 = CompressedData_get_EncapContentInfo_m1B5CD9F9A2533A9FA8E07040522C647BA64EA072_inline(L_2, /*hidden argument*/NULL); // Asn1OctetString bytes = (Asn1OctetString) content.Content; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_3, /*hidden argument*/NULL); // ZInputStream zIn = new ZInputStream(bytes.GetOctetStream()); NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_4, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5; L_5 = Asn1OctetString_GetOctetStream_mE41127FBA6612E0B1CDC11DC2936C664C27E8A6C(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_4, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * L_6 = (ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D *)il2cpp_codegen_object_new(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D_il2cpp_TypeInfo_var); ZInputStream__ctor_m583B0F20B722E628BBD668587182D55B6A6E62E2(L_6, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_002a: try {// begin try (depth: 1) try {// begin try (depth: 2) // return CmsUtilities.StreamToByteArray(zIn); ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = CmsUtilities_StreamToByteArray_mFDDEB40046BC3F6942E78083DE681464EFBF7701(L_7, /*hidden argument*/NULL); V_1 = L_8; IL2CPP_LEAVE(0x47, FINALLY_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 e) V_2 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("exception reading compressed stream.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_9 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_10 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCB4D2ABCCE1BEBD6C4257978EA95A675502A5E7)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsCompressedData_GetContent_m517A42F33A6935D3AE90A3B7A7721BCFDEB56B86_RuntimeMethod_var))); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: {// begin finally (depth: 1) // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(zIn); ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_11, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(64) }// end finally (depth: 1) IL2CPP_CLEANUP(64) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x47, IL_0047) } IL_0047: { // } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; return L_12; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData::GetContent(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsCompressedData_GetContent_m377C5C6409F62F936352B708B5EB242C5BDBC750 (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * __this, int32_t ___limit0, 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*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // CompressedData comData = CompressedData.GetInstance(contentInfo.Content); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_0(); NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_0, /*hidden argument*/NULL); CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * L_2; L_2 = CompressedData_GetInstance_mC138E204401C7ADE7AAC422FE67F8DF8412BD3CA(L_1, /*hidden argument*/NULL); // ContentInfo content = comData.EncapContentInfo; NullCheck(L_2); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_3; L_3 = CompressedData_get_EncapContentInfo_m1B5CD9F9A2533A9FA8E07040522C647BA64EA072_inline(L_2, /*hidden argument*/NULL); // Asn1OctetString bytes = (Asn1OctetString)content.Content; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_3, /*hidden argument*/NULL); // ZInputStream zIn = new ZInputStream(new MemoryStream(bytes.GetOctets(), false)); NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_4, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_4, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_6 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_6, L_5, (bool)0, /*hidden argument*/NULL); ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * L_7 = (ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D *)il2cpp_codegen_object_new(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D_il2cpp_TypeInfo_var); ZInputStream__ctor_m583B0F20B722E628BBD668587182D55B6A6E62E2(L_7, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0030: try {// begin try (depth: 1) // return CmsUtilities.StreamToByteArray(zIn, limit); ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * L_8 = V_0; int32_t L_9 = ___limit0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = CmsUtilities_StreamToByteArray_m5BBA20B3616F02A99A8B0D6849CADDE7093E90D7(L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; goto IL_0047; }// 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_003a; } throw e; } CATCH_003a: {// begin catch(System.IO.IOException) // catch (IOException e) V_2 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("exception reading compressed stream.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_11 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_12 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCB4D2ABCCE1BEBD6C4257978EA95A675502A5E7)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsCompressedData_GetContent_m377C5C6409F62F936352B708B5EB242C5BDBC750_RuntimeMethod_var))); }// end catch (depth: 1) IL_0047: { // } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData::get_ContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsCompressedData_get_ContentInfo_mF201A78619E07F1BA5C7168CC2C9C89876E468FB (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * __this, const RuntimeMethod* method) { { // get { return contentInfo; } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_0(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsCompressedData_GetEncoded_m894843B691647D9A9340DA2A4B0F509EBCF0631A (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * __this, const RuntimeMethod* method) { { // return contentInfo.GetEncoded(); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_0(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_0, /*hidden argument*/NULL); return L_1; } } #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.CmsCompressedDataGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedDataGenerator__ctor_m4D9743368E7BC472304FFD604EE126B869B1E008 (CmsCompressedDataGenerator_t1959505E3AD21E6988F796347F38DBD38A82EF64 * __this, const RuntimeMethod* method) { { // public CmsCompressedDataGenerator() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * CmsCompressedDataGenerator_Generate_m1CE76B990046EEC8A94DC28AFA6EDA0837730A10 (CmsCompressedDataGenerator_t1959505E3AD21E6988F796347F38DBD38A82EF64 * __this, RuntimeObject* ___content0, String_t* ___compressionOid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_0 = NULL; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_1 = NULL; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * V_2 = NULL; ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * V_3 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // MemoryStream bOut = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); // ZOutputStream zOut = new ZOutputStream(bOut, JZlib.Z_DEFAULT_COMPRESSION); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = L_0; ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * L_2 = (ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 *)il2cpp_codegen_object_new(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5_il2cpp_TypeInfo_var); ZOutputStream__ctor_m11A962A9C2D58B7BD1A65E0C8C307234FFC1C3A7(L_2, L_1, (-1), /*hidden argument*/NULL); V_3 = L_2; // content.Write(zOut); RuntimeObject* L_3 = ___content0; ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * L_4 = V_3; NullCheck(L_3); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable::Write(System.IO.Stream) */, CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var, L_3, L_4); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(zOut); ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * L_5 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_5, /*hidden argument*/NULL); // comAlgId = new AlgorithmIdentifier(new DerObjectIdentifier(compressionOid)); String_t* L_6 = ___compressionOid1; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_7, L_6, /*hidden argument*/NULL); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_8 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(L_8, L_7, /*hidden argument*/NULL); V_0 = L_8; // comOcts = new BerOctetString(bOut.ToArray()); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_1); BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B * L_10 = (BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B *)il2cpp_codegen_object_new(BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var); BerOctetString__ctor_m5F18676A38F30D797FBF83EA5F0C7FB52F7C3E24(L_10, L_9, /*hidden argument*/NULL); V_1 = L_10; // } goto IL_0042; }// 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_0033; } throw e; } CATCH_0033: {// begin catch(System.IO.IOException) // catch (IOException e) V_4 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("exception encoding data.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_11 = V_4; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_12 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36885A20FADCBC1C4BB1CC51358B21D225729AF9)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsCompressedDataGenerator_Generate_m1CE76B990046EEC8A94DC28AFA6EDA0837730A10_RuntimeMethod_var))); }// end catch (depth: 1) IL_0042: { // ContentInfo comContent = new ContentInfo(CmsObjectIdentifiers.Data, comOcts); IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_Data_0(); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_14 = V_1; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_15 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_15, L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; // ContentInfo contentInfo = new ContentInfo( // CmsObjectIdentifiers.CompressedData, // new CompressedData(comAlgId, comContent)); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_CompressedData_7(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_17 = V_0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_18 = V_2; CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * L_19 = (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 *)il2cpp_codegen_object_new(CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85_il2cpp_TypeInfo_var); CompressedData__ctor_m910855A4B21D7F45FAF5F0B4C9B5B6ABA707E64A(L_19, L_17, L_18, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_20 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_20, L_16, L_19, /*hidden argument*/NULL); // return new CmsCompressedData(contentInfo); CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 * L_21 = (CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87 *)il2cpp_codegen_object_new(CmsCompressedData_tBC7B0A7305DA8DDEC3445ED04740C80CC77A8F87_il2cpp_TypeInfo_var); CmsCompressedData__ctor_m033FF2610CC4B3679C47C9F1CB833096AA2D3927(L_21, L_20, /*hidden argument*/NULL); 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.Cms.CmsCompressedDataParser::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedDataParser__ctor_m4A9EA6A41EBA13B883827F9F8A3E60DD7C40CE42 (CmsCompressedDataParser_t9BFFF2271556BE65D491A8C3A3533573A18AA381 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___compressedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new MemoryStream(compressedData, false)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___compressedData0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); CmsCompressedDataParser__ctor_m8AF0B5B3A343FAB5153DE79D78536420474502C4(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedDataParser__ctor_m8AF0B5B3A343FAB5153DE79D78536420474502C4 (CmsCompressedDataParser_t9BFFF2271556BE65D491A8C3A3533573A18AA381 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedData0, const RuntimeMethod* method) { { // : base(compressedData) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___compressedData0; CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213(__this, L_0, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataParser::GetContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * CmsCompressedDataParser_GetContent_mE8D369405A0496E190EF322540EAEC2E9F2ADBB2 (CmsCompressedDataParser_t9BFFF2271556BE65D491A8C3A3533573A18AA381 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * V_1 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // CompressedDataParser comData = new CompressedDataParser((Asn1SequenceParser)this.contentInfo.GetContent(Asn1Tags.Sequence)); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_0 = ((CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 *)__this)->get_contentInfo_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0(L_0, ((int32_t)16), /*hidden argument*/NULL); CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B * L_2 = (CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B *)il2cpp_codegen_object_new(CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B_il2cpp_TypeInfo_var); CompressedDataParser__ctor_m4977BF08FEEFE1D99D50D801F1487D8816234AE3(L_2, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // ContentInfoParser content = comData.GetEncapContentInfo(); NullCheck(L_2); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_3; L_3 = CompressedDataParser_GetEncapContentInfo_mD3780628164282ADA8E305177CDABCD82FE766C4_inline(L_2, /*hidden argument*/NULL); // Asn1OctetStringParser bytes = (Asn1OctetStringParser)content.GetContent(Asn1Tags.OctetString); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_4 = L_3; NullCheck(L_4); RuntimeObject* L_5; L_5 = ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0(L_4, 4, /*hidden argument*/NULL); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var)); // return new CmsTypedStream(content.ContentType.ToString(), new ZInputStream(bytes.GetOctetStream())); NullCheck(L_4); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6; L_6 = ContentInfoParser_get_ContentType_mDCAD880F29F3ADE9099E84583239DE380C4799F0_inline(L_4, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); RuntimeObject* L_8 = V_0; NullCheck(L_8); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9; L_9 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetStringParser::GetOctetStream() */, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var, L_8); ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D * L_10 = (ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D *)il2cpp_codegen_object_new(ZInputStream_t2D5C611F3CB82738E6B107F6DD9F5BF0486E5C4D_il2cpp_TypeInfo_var); ZInputStream__ctor_m583B0F20B722E628BBD668587182D55B6A6E62E2(L_10, L_9, /*hidden argument*/NULL); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_11 = (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 *)il2cpp_codegen_object_new(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var); CmsTypedStream__ctor_m06CA891EBC75D40B0B722A744328F881870BFF8D(L_11, L_7, L_10, /*hidden argument*/NULL); V_1 = L_11; 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*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0046; } throw e; } CATCH_0046: {// begin catch(System.IO.IOException) // catch (IOException e) V_2 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("IOException reading compressed content.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_12 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_13 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral818AC6420D77119A36C7F83233C2796D080F6EB9)), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsCompressedDataParser_GetContent_mE8D369405A0496E190EF322540EAEC2E9F2ADBB2_RuntimeMethod_var))); }// end catch (depth: 1) IL_0053: { // } CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_14 = V_1; return L_14; } } #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.CmsCompressedDataStreamGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedDataStreamGenerator__ctor_mC6DF3C3DB9FD1B806AD79599489314FF1055D140 (CmsCompressedDataStreamGenerator_t4C425D5A9B780738CC19713D5894F9D505DA2D5B * __this, const RuntimeMethod* method) { { // public CmsCompressedDataStreamGenerator() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator::SetBufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedDataStreamGenerator_SetBufferSize_m902DDF5F104218B60C3A190919751C3CF6FAC52B (CmsCompressedDataStreamGenerator_t4C425D5A9B780738CC19713D5894F9D505DA2D5B * __this, int32_t ___bufferSize0, const RuntimeMethod* method) { { // _bufferSize = bufferSize; int32_t L_0 = ___bufferSize0; __this->set__bufferSize_1(L_0); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator::Open(System.IO.Stream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsCompressedDataStreamGenerator_Open_m36D4F35E70F3264368CD129C551E92D8F6A5DAF6 (CmsCompressedDataStreamGenerator_t4C425D5A9B780738CC19713D5894F9D505DA2D5B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___compressionOID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Open(outStream, CmsObjectIdentifiers.Data.Id, compressionOID); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_Data_0(); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); String_t* L_3 = ___compressionOID1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4; L_4 = CmsCompressedDataStreamGenerator_Open_m0D8DCED00AE362E38DFD574823010BB787DCFD00(__this, L_0, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator::Open(System.IO.Stream,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsCompressedDataStreamGenerator_Open_m0D8DCED00AE362E38DFD574823010BB787DCFD00 (CmsCompressedDataStreamGenerator_t4C425D5A9B780738CC19713D5894F9D505DA2D5B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___contentOID1, String_t* ___compressionOID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB80AC03C6F2972D76BBEE7A7D6B2A3344713E0B1); s_Il2CppMethodInitialized = true; } BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_0 = NULL; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_1 = NULL; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_2 = NULL; { // BerSequenceGenerator sGen = new BerSequenceGenerator(outStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_1 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // sGen.AddObject(CmsObjectIdentifiers.CompressedData); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_CompressedData_7(); NullCheck(L_2); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_2, L_3); // BerSequenceGenerator cGen = new BerSequenceGenerator( // sGen.GetRawOutputStream(), 0, true); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_4 = V_0; NullCheck(L_4); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5; L_5 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_4); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_6 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m2A1057816257AF1C4933F0933EEB08664BC2F303(L_6, L_5, 0, (bool)1, /*hidden argument*/NULL); V_1 = L_6; // cGen.AddObject(new DerInteger(0)); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_7 = V_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_8, 0, /*hidden argument*/NULL); NullCheck(L_7); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_7, L_8); // cGen.AddObject(new AlgorithmIdentifier(new DerObjectIdentifier(ZLib))); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_9 = V_1; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_10, _stringLiteralB80AC03C6F2972D76BBEE7A7D6B2A3344713E0B1, /*hidden argument*/NULL); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(L_11, L_10, /*hidden argument*/NULL); NullCheck(L_9); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_9, L_11); // BerSequenceGenerator eiGen = new BerSequenceGenerator(cGen.GetRawOutputStream()); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_12 = V_1; NullCheck(L_12); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13; L_13 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_12); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_14 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84(L_14, L_13, /*hidden argument*/NULL); V_2 = L_14; // eiGen.AddObject(new DerObjectIdentifier(contentOID)); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_15 = V_2; String_t* L_16 = ___contentOID1; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_17, L_16, /*hidden argument*/NULL); NullCheck(L_15); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_15, L_17); // Stream octetStream = CmsUtilities.CreateBerOctetOutputStream( // eiGen.GetRawOutputStream(), 0, true, _bufferSize); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_18 = V_2; NullCheck(L_18); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_19; L_19 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_18); int32_t L_20 = __this->get__bufferSize_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_21; L_21 = CmsUtilities_CreateBerOctetOutputStream_m4BFC7DE8BDE8C02A6C35D3992F33F1681878A99A(L_19, 0, (bool)1, L_20, /*hidden argument*/NULL); // return new CmsCompressedOutputStream( // new ZOutputStream(octetStream, JZlib.Z_DEFAULT_COMPRESSION), sGen, cGen, eiGen); ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * L_22 = (ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 *)il2cpp_codegen_object_new(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5_il2cpp_TypeInfo_var); ZOutputStream__ctor_m11A962A9C2D58B7BD1A65E0C8C307234FFC1C3A7(L_22, L_21, (-1), /*hidden argument*/NULL); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_23 = V_0; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_24 = V_1; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_25 = V_2; CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 * L_26 = (CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 *)il2cpp_codegen_object_new(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89_il2cpp_TypeInfo_var); CmsCompressedOutputStream__ctor_m1CDD96D97B832E973578F5DD85D6E5701DEDB18D(L_26, L_22, L_23, L_24, L_25, /*hidden argument*/NULL); return L_26; } } #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.CmsContentInfoParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213 (CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * V_0 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_1 = NULL; InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // protected CmsContentInfoParser( // Stream data) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (data == null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___data0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("data"); 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213_RuntimeMethod_var))); } IL_0014: { // this.data = data; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___data0; __this->set_data_1(L_2); } IL_001b: try {// begin try (depth: 1) // Asn1StreamParser inStream = new Asn1StreamParser(data); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___data0; Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_4 = (Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 *)il2cpp_codegen_object_new(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73_il2cpp_TypeInfo_var); Asn1StreamParser__ctor_mC5F5C301DF100D8FE38B7D09A82CC4C02AB31708(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; // this.contentInfo = new ContentInfoParser((Asn1SequenceParser)inStream.ReadObject()); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadObject() */, L_5); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_7 = (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 *)il2cpp_codegen_object_new(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48_il2cpp_TypeInfo_var); ContentInfoParser__ctor_mA67739816397CD50A8AD84F7005A079D32A36630(L_7, ((RuntimeObject*)Castclass((RuntimeObject*)L_6, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_contentInfo_0(L_7); // } goto IL_0054; }// 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_003a; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_003a: {// begin catch(System.IO.IOException) // catch (IOException e) V_1 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("IOException reading content.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_8 = V_1; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_9 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0E821F079546EFA0614F5A1B8C623C502F1D190D)), L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0047: {// begin catch(System.InvalidCastException) // catch (InvalidCastException e) V_2 = ((InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)); // throw new CmsException("Unexpected object reading content.", e); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_10 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_11 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45DA448D95455F2E37A79792AF374976271B7878)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213_RuntimeMethod_var))); }// end catch (depth: 1) IL_0054: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsContentInfoParser_Close_m26675607A7BADAD737A7D1DA8A72526E6F595469 (CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 * __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; } { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(this.data); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_data_1(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(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.Cms.CmsEnvelopedData::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedData__ctor_m041E6D4B6ED80AE9D66B56BB817D90D43D2EEB1A (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___envelopedData0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(envelopedData)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___envelopedData0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m00E4A5CA69A1E9DE50C39C5CC331FA619A52AA83(L_0, /*hidden argument*/NULL); CmsEnvelopedData__ctor_mFE7941425B03D914AFDE89748B387FC924228FE4(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedData__ctor_mEC3FCFDA815D3539D3A46A7EE35BE7683F660A60 (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___envelopedData0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(envelopedData)) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___envelopedData0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A(L_0, /*hidden argument*/NULL); CmsEnvelopedData__ctor_mFE7941425B03D914AFDE89748B387FC924228FE4(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedData__ctor_mFE7941425B03D914AFDE89748B387FC924228FE4 (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo0, 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*)&CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * V_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_1 = NULL; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; { // public CmsEnvelopedData( // ContentInfo contentInfo) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.contentInfo = contentInfo; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = ___contentInfo0; __this->set_contentInfo_1(L_0); // EnvelopedData envData = EnvelopedData.GetInstance(contentInfo.Content); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1 = ___contentInfo0; NullCheck(L_1); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_1, /*hidden argument*/NULL); EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_3; L_3 = EnvelopedData_GetInstance_m4C3DD395DF41D8420EB4B1B083CE82276FD3E590(L_2, /*hidden argument*/NULL); V_0 = L_3; // Asn1Set recipientInfos = envData.RecipientInfos; EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_4 = V_0; NullCheck(L_4); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_5; L_5 = EnvelopedData_get_RecipientInfos_m4912F7BB635B86E6BDE7CF33F282A8AA0FE51734_inline(L_4, /*hidden argument*/NULL); V_1 = L_5; // EncryptedContentInfo encInfo = envData.EncryptedContentInfo; EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_6 = V_0; NullCheck(L_6); EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_7; L_7 = EnvelopedData_get_EncryptedContentInfo_m2F015992E19B71AF2A291CD20CFE186CC1B4EC9E_inline(L_6, /*hidden argument*/NULL); V_2 = L_7; // this.encAlg = encInfo.ContentEncryptionAlgorithm; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_8 = V_2; NullCheck(L_8); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9; L_9 = EncryptedContentInfo_get_ContentEncryptionAlgorithm_mE62B6BEAB9276217C2DA1511A8ED5931D8A2D14C_inline(L_8, /*hidden argument*/NULL); __this->set_encAlg_2(L_9); // CmsReadable readable = new CmsProcessableByteArray(encInfo.EncryptedContent.GetOctets()); EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_10 = V_2; NullCheck(L_10); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_11; L_11 = EncryptedContentInfo_get_EncryptedContent_m4E9EF2805D2684F215083DF5A0ABDC1535C743EB_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_11); CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * L_13 = (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B *)il2cpp_codegen_object_new(CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var); CmsProcessableByteArray__ctor_mB6FBD0597F4FDAF896453F34E3462A46273BF61B(L_13, L_12, /*hidden argument*/NULL); V_3 = L_13; // CmsSecureReadable secureReadable = new CmsEnvelopedHelper.CmsEnvelopedSecureReadable( // this.encAlg, readable); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_14 = __this->get_encAlg_2(); RuntimeObject* L_15 = V_3; CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 * L_16 = (CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 *)il2cpp_codegen_object_new(CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71_il2cpp_TypeInfo_var); CmsEnvelopedSecureReadable__ctor_m0EF0DFF1088A56246B672A0ABB39494E73592FEB(L_16, L_14, L_15, /*hidden argument*/NULL); V_4 = L_16; // this.recipientInfoStore = CmsEnvelopedHelper.BuildRecipientInformationStore( // recipientInfos, secureReadable); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_17 = V_1; RuntimeObject* L_18 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_19; L_19 = CmsEnvelopedHelper_BuildRecipientInformationStore_m07B2C612472975337875AB4F198375E7D1EE92E9(L_17, L_18, /*hidden argument*/NULL); __this->set_recipientInfoStore_0(L_19); // this.unprotectedAttributes = envData.UnprotectedAttrs; EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_20 = V_0; NullCheck(L_20); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_21; L_21 = EnvelopedData_get_UnprotectedAttrs_m9DDA17F7D34EBAFFE3FA884FB7C02D4B12A23B68_inline(L_20, /*hidden argument*/NULL); __this->set_unprotectedAttributes_3(L_21); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::get_EncryptionAlgorithmID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsEnvelopedData_get_EncryptionAlgorithmID_mA8FC81BE0EC9E9F95F7243AF09E970BCF0ABD63A (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, const RuntimeMethod* method) { { // get { return encAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_encAlg_2(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::get_EncryptionAlgOid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsEnvelopedData_get_EncryptionAlgOid_m2F26347768D7D298608BC9C309ED83E8CA624779 (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, const RuntimeMethod* method) { { // get { return encAlg.Algorithm.Id; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_encAlg_2(); NullCheck(L_0); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::GetRecipientInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * CmsEnvelopedData_GetRecipientInfos_m7F0F16722CB620B9B57B2DCD315B76B5CB3B0CF7 (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, const RuntimeMethod* method) { { // return recipientInfoStore; RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_0 = __this->get_recipientInfoStore_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::get_ContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsEnvelopedData_get_ContentInfo_m0618C715E01061F3FF6004332F4705E449A086BD (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, const RuntimeMethod* method) { { // get { return contentInfo; } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::GetUnprotectedAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * CmsEnvelopedData_GetUnprotectedAttributes_mC9B75534C56C48DD8A93995FCE8A128B4384D241 (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (unprotectedAttributes == null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_unprotectedAttributes_3(); if (L_0) { goto IL_000a; } } { // return null; return (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)NULL; } IL_000a: { // return new Asn1.Cms.AttributeTable(unprotectedAttributes); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = __this->get_unprotectedAttributes_3(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_2 = (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)il2cpp_codegen_object_new(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); AttributeTable__ctor_m17407FEDA2EF4140EA2968A13BBF64CBBDE6A480(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsEnvelopedData_GetEncoded_mEB3ABD11908DE71EE62A695123E6387C3945855D (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * __this, const RuntimeMethod* method) { { // return contentInfo.GetEncoded(); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_1(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_0, /*hidden argument*/NULL); return L_1; } } #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.CmsEnvelopedDataGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataGenerator__ctor_mB24683085594D0E0346993E0A15CB822BFD2E58C (CmsEnvelopedDataGenerator_tA63FC5C8177E23E28752DE9C27CFCEE2D9AC087D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsEnvelopedDataGenerator() IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); CmsEnvelopedGenerator__ctor_mDA2C51FE0EE0BC178DD5ACC5B43B0850755A9781(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataGenerator__ctor_m4A3E58657AAC3594F23AD6638F2FA1E559B4976B (CmsEnvelopedDataGenerator_tA63FC5C8177E23E28752DE9C27CFCEE2D9AC087D * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(rand) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___rand0; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); CmsEnvelopedGenerator__ctor_mB669681F5798BC2FF108E4DB89AA8BCA60B401BD(__this, L_0, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC (CmsEnvelopedDataGenerator_tA63FC5C8177E23E28752DE9C27CFCEE2D9AC087D * __this, RuntimeObject* ___content0, String_t* ___encryptionOid1, CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * ___keyGen2, 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*)&BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_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*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_0 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_1 = NULL; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_2 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_3 = NULL; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * V_4 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * V_10 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_11 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_12 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_13 = NULL; RuntimeObject* V_14 = NULL; RuntimeObject* V_15 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_16 = NULL; GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * V_17 = NULL; RuntimeObject* V_18 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // AlgorithmIdentifier encAlgId = null; V_0 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)NULL; } IL_0002: try {// begin try (depth: 1) // byte[] encKeyBytes = keyGen.GenerateKey(); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_0 = ___keyGen2; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = CipherKeyGenerator_GenerateKey_m5F3D8E5E98ED7C572B47ACC50134255E74B340F5(L_0, /*hidden argument*/NULL); V_6 = L_1; // encKey = ParameterUtilities.CreateKeyParameter(encryptionOid, encKeyBytes); String_t* L_2 = ___encryptionOid1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_4; L_4 = ParameterUtilities_CreateKeyParameter_m19FF8F5D0988B47EDF2D296740F966424DE6D877(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // Asn1Encodable asn1Params = GenerateAsn1Parameters(encryptionOid, encKeyBytes); String_t* L_5 = ___encryptionOid1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_6; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker2< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GenerateAsn1Parameters(System.String,System.Byte[]) */, __this, L_5, L_6); V_7 = L_7; // encAlgId = GetAlgorithmIdentifier( // encryptionOid, encKey, asn1Params, out cipherParameters); String_t* L_8 = ___encryptionOid1; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_9 = V_1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = V_7; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11; L_11 = VirtualFuncInvoker4< AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, String_t*, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, RuntimeObject** >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GetAlgorithmIdentifier(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters&) */, __this, L_8, L_9, L_10, (RuntimeObject**)(&V_8)); V_0 = L_11; // IBufferedCipher cipher = CipherUtilities.GetCipher(encryptionOid); String_t* L_12 = ___encryptionOid1; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF(L_12, /*hidden argument*/NULL); V_9 = L_13; // cipher.Init(true, new ParametersWithRandom(cipherParameters, rand)); RuntimeObject* L_14 = V_9; RuntimeObject* L_15 = V_8; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_16 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_17 = (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)il2cpp_codegen_object_new(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); ParametersWithRandom__ctor_m9CC2D927A9DC93F6BED2DE101C93E19050FEDF97(L_17, L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_14, (bool)1, L_17); // MemoryStream bOut = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_18 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_18, /*hidden argument*/NULL); // CipherStream cOut = new CipherStream(bOut, null, cipher); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_19 = L_18; RuntimeObject* L_20 = V_9; CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_21 = (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E *)il2cpp_codegen_object_new(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E_il2cpp_TypeInfo_var); CipherStream__ctor_m207C8DA30EBB0F7EF335542A57EDEB1ECFB8A940(L_21, L_19, (RuntimeObject*)NULL, L_20, /*hidden argument*/NULL); V_10 = L_21; // content.Write(cOut); RuntimeObject* L_22 = ___content0; CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_23 = V_10; NullCheck(L_22); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable::Write(System.IO.Stream) */, CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var, L_22, L_23); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(cOut); CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_24 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_24, /*hidden argument*/NULL); // encContent = new BerOctetString(bOut.ToArray()); NullCheck(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_19); BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B * L_26 = (BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B *)il2cpp_codegen_object_new(BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var); BerOctetString__ctor_m5F18676A38F30D797FBF83EA5F0C7FB52F7C3E24(L_26, L_25, /*hidden argument*/NULL); V_2 = L_26; // } goto IL_00a1; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0074; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0083; } 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_0092; } throw e; } CATCH_0074: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_11 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("couldn't create cipher.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_27 = V_11; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_28 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01F92A55E0C4F71D4AC7BF5ADA2134AD7132F1AC)), L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0083: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_12 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key invalid in message.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_29 = V_12; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_30 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE27790FE5F9592709AE1519C66D48EF4947F953)), L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0092: {// begin catch(System.IO.IOException) // catch (IOException e) V_13 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("exception decoding algorithm parameters.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_31 = V_13; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_32 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral639C3BFDCCB7DC390785B72D18D21A5A5206AFB2)), L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC_RuntimeMethod_var))); }// end catch (depth: 1) IL_00a1: { // Asn1EncodableVector recipientInfos = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_33; L_33 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_34 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_34, L_33, /*hidden argument*/NULL); V_3 = L_34; // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_35 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_recipientInfoGenerators_22(); NullCheck(L_35); RuntimeObject* L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_35); V_14 = L_36; } IL_00b9: try {// begin try (depth: 1) { goto IL_0106; } IL_00bb: { // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_37 = V_14; 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); V_15 = ((RuntimeObject*)Castclass((RuntimeObject*)L_38, RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var)); } IL_00c9: try {// begin try (depth: 2) // recipientInfos.Add(rig.Generate(encKey, rand)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_39 = V_3; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_40 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_41 = L_40; RuntimeObject* L_42 = V_15; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_43 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_44 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); NullCheck(L_42); RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * L_45; L_45 = InterfaceFuncInvoker2< RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 *, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInfoGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var, L_42, L_43, L_44); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_45); (L_41)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_45); NullCheck(L_39); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_39, L_41, /*hidden argument*/NULL); // } goto IL_0106; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e8; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00f7; } throw e; } CATCH_00e8: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_16 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key inappropriate for algorithm.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_46 = V_16; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_47 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF55B165DDB8C42F950002F399F88C034E36EB9DD)), L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_00f7: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException) // catch (GeneralSecurityException e) V_17 = ((GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)IL2CPP_GET_ACTIVE_EXCEPTION(GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)); // throw new CmsException("error making encrypted content.", e); GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * L_48 = V_17; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_49 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4F3253F4AB9BCF770669A19369CCF3D2380947)), L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC_RuntimeMethod_var))); }// end catch (depth: 2) IL_0106: { // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_50 = V_14; 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_00bb; } } IL_010f: { IL2CPP_LEAVE(0x126, FINALLY_0111); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0111; } FINALLY_0111: {// begin finally (depth: 1) { RuntimeObject* L_52 = V_14; V_18 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_18; if (!L_53) { goto IL_0125; } } IL_011e: { RuntimeObject* L_54 = V_18; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_54); } IL_0125: { IL2CPP_END_FINALLY(273) } }// end finally (depth: 1) IL2CPP_CLEANUP(273) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x126, IL_0126) } IL_0126: { // EncryptedContentInfo eci = new EncryptedContentInfo( // CmsObjectIdentifiers.Data, // encAlgId, // encContent); IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_55 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_Data_0(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_56 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_57 = V_2; EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_58 = (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 *)il2cpp_codegen_object_new(EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1_il2cpp_TypeInfo_var); EncryptedContentInfo__ctor_mBB850C1E703B413B44D5093CC1406F1515995B77(L_58, L_55, L_56, L_57, /*hidden argument*/NULL); V_4 = L_58; // Asn1Set unprotectedAttrSet = null; V_5 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; // if (unprotectedAttributeGenerator != null) RuntimeObject* L_59 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_unprotectedAttributeGenerator_24(); if (!L_59) { goto IL_015b; } } { // Asn1.Cms.AttributeTable attrTable = unprotectedAttributeGenerator.GetAttributes(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable()); RuntimeObject* L_60 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_unprotectedAttributeGenerator_24(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_61; L_61 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); NullCheck(L_60); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_62; L_62 = InterfaceFuncInvoker1< AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *, RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator::GetAttributes(System.Collections.IDictionary) */, CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var, L_60, L_61); // unprotectedAttrSet = new BerSet(attrTable.ToAsn1EncodableVector()); NullCheck(L_62); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_63; L_63 = AttributeTable_ToAsn1EncodableVector_m7B47167F274BD3955DB1B666BCE653A492438396(L_62, /*hidden argument*/NULL); BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * L_64 = (BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC *)il2cpp_codegen_object_new(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var); BerSet__ctor_m3E3F8B7FEFC077FBAC710FAABB29FC9398AA2283(L_64, L_63, /*hidden argument*/NULL); V_5 = L_64; } IL_015b: { // ContentInfo contentInfo = new ContentInfo( // CmsObjectIdentifiers.EnvelopedData, // new EnvelopedData(null, new DerSet(recipientInfos), eci, unprotectedAttrSet)); IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_65 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_EnvelopedData_2(); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_66 = V_3; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_67 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_67, L_66, /*hidden argument*/NULL); EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_68 = V_4; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_69 = V_5; EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * L_70 = (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 *)il2cpp_codegen_object_new(EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673_il2cpp_TypeInfo_var); EnvelopedData__ctor_mE202F57F1F267639AF5286799AE0CCFCE2417809(L_70, (OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D *)NULL, L_67, L_68, L_69, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_71 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_71, L_65, L_70, /*hidden argument*/NULL); // return new CmsEnvelopedData(contentInfo); CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * L_72 = (CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 *)il2cpp_codegen_object_new(CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8_il2cpp_TypeInfo_var); CmsEnvelopedData__ctor_mFE7941425B03D914AFDE89748B387FC924228FE4(L_72, L_71, /*hidden argument*/NULL); return L_72; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * CmsEnvelopedDataGenerator_Generate_mA433049FEF483FC032744100B289A329C09B7535 (CmsEnvelopedDataGenerator_tA63FC5C8177E23E28752DE9C27CFCEE2D9AC087D * __this, RuntimeObject* ___content0, String_t* ___encryptionOid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * V_0 = NULL; CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * V_1 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // CipherKeyGenerator keyGen = GeneratorUtilities.GetKeyGenerator(encryptionOid); String_t* L_0 = ___encryptionOid1; IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_1; L_1 = GeneratorUtilities_GetKeyGenerator_m54A45773F64AF622BB98AC46F4563884ACB2857E(L_0, /*hidden argument*/NULL); V_0 = L_1; // keyGen.Init(new KeyGenerationParameters(rand, keyGen.DefaultStrength)); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_2 = V_0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = CipherKeyGenerator_get_DefaultStrength_m1E79943A313A04216892C6317FF42AB4199E08CF_inline(L_4, /*hidden argument*/NULL); KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_6 = (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 *)il2cpp_codegen_object_new(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(L_6, L_3, L_5, /*hidden argument*/NULL); NullCheck(L_2); CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74(L_2, L_6, /*hidden argument*/NULL); // return Generate(content, encryptionOid, keyGen); RuntimeObject* L_7 = ___content0; String_t* L_8 = ___encryptionOid1; CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_9 = V_0; CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * L_10; L_10 = CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC(__this, L_7, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; goto IL_0037; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002a; } throw e; } CATCH_002a: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_2 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("can't find key generation algorithm.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_11 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_12 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA89C2A325034D07E20A484F5BBAAEF8285094BC4)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataGenerator_Generate_mA433049FEF483FC032744100B289A329C09B7535_RuntimeMethod_var))); }// end catch (depth: 1) IL_0037: { // } CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * L_13 = V_1; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * CmsEnvelopedDataGenerator_Generate_m506B37C2B80328A36BE33032879561615C576679 (CmsEnvelopedDataGenerator_tA63FC5C8177E23E28752DE9C27CFCEE2D9AC087D * __this, RuntimeObject* ___content0, String_t* ___encryptionOid1, int32_t ___keySize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * V_0 = NULL; CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * V_1 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // CipherKeyGenerator keyGen = GeneratorUtilities.GetKeyGenerator(encryptionOid); String_t* L_0 = ___encryptionOid1; IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_1; L_1 = GeneratorUtilities_GetKeyGenerator_m54A45773F64AF622BB98AC46F4563884ACB2857E(L_0, /*hidden argument*/NULL); V_0 = L_1; // keyGen.Init(new KeyGenerationParameters(rand, keySize)); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_2 = V_0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); int32_t L_4 = ___keySize2; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_5 = (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 *)il2cpp_codegen_object_new(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(L_5, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74(L_2, L_5, /*hidden argument*/NULL); // return Generate(content, encryptionOid, keyGen); RuntimeObject* L_6 = ___content0; String_t* L_7 = ___encryptionOid1; CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_8 = V_0; CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * L_9; L_9 = CmsEnvelopedDataGenerator_Generate_m939F2AF3786B68A81C91769DBF44AF2DA4E6F8DC(__this, L_6, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; goto IL_0032; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0025; } throw e; } CATCH_0025: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_2 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("can't find key generation algorithm.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_10 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_11 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA89C2A325034D07E20A484F5BBAAEF8285094BC4)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataGenerator_Generate_m506B37C2B80328A36BE33032879561615C576679_RuntimeMethod_var))); }// end catch (depth: 1) IL_0032: { // } CmsEnvelopedData_tC330D9604C7E2CF14AEC1477EC0081A3BF583AF8 * L_12 = V_1; return L_12; } } #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.CmsEnvelopedDataParser::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataParser__ctor_m1D608A9FA82F7BC0811A4530A998AB31C63AB0FA (CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___envelopedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new MemoryStream(envelopedData, false)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___envelopedData0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); CmsEnvelopedDataParser__ctor_m5129C309B1FC628FB803EC21A07D3C1486992D7E(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataParser__ctor_m5129C309B1FC628FB803EC21A07D3C1486992D7E (CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___envelopedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_0 = NULL; EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { // : base(envelopedData) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___envelopedData0; CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213(__this, L_0, /*hidden argument*/NULL); // this._attrNotRead = true; __this->set__attrNotRead_6((bool)1); // this.envelopedData = new EnvelopedDataParser( // (Asn1SequenceParser)this.contentInfo.GetContent(Asn1Tags.Sequence)); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_1 = ((CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 *)__this)->get_contentInfo_0(); NullCheck(L_1); RuntimeObject* L_2; L_2 = ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0(L_1, ((int32_t)16), /*hidden argument*/NULL); EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * L_3 = (EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 *)il2cpp_codegen_object_new(EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6_il2cpp_TypeInfo_var); EnvelopedDataParser__ctor_mB5F96361C503472EF79838583C82B431116E6BB0(L_3, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_envelopedData_3(L_3); // Asn1Set recipientInfos = Asn1Set.GetInstance(this.envelopedData.GetRecipientInfos().ToAsn1Object()); EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * L_4 = __this->get_envelopedData_3(); NullCheck(L_4); RuntimeObject* L_5; L_5 = EnvelopedDataParser_GetRecipientInfos_m0699265937D94824D77DEA74F147979786C8F066(L_4, /*hidden argument*/NULL); NullCheck(L_5); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_5); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_7; L_7 = Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7(L_6, /*hidden argument*/NULL); V_0 = L_7; // EncryptedContentInfoParser encInfo = this.envelopedData.GetEncryptedContentInfo(); EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * L_8 = __this->get_envelopedData_3(); NullCheck(L_8); EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * L_9; L_9 = EnvelopedDataParser_GetEncryptedContentInfo_m0BCC018E926A4086F832B5CC4FB33484B632BE03(L_8, /*hidden argument*/NULL); V_1 = L_9; // this._encAlg = encInfo.ContentEncryptionAlgorithm; EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * L_10 = V_1; NullCheck(L_10); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11; L_11 = EncryptedContentInfoParser_get_ContentEncryptionAlgorithm_m7B8B4645D561F074F5239B2082F6E7040C597977_inline(L_10, /*hidden argument*/NULL); __this->set__encAlg_4(L_11); // CmsReadable readable = new CmsProcessableInputStream( // ((Asn1OctetStringParser)encInfo.GetEncryptedContent(Asn1Tags.OctetString)).GetOctetStream()); EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * L_12 = V_1; NullCheck(L_12); RuntimeObject* L_13; L_13 = EncryptedContentInfoParser_GetEncryptedContent_mF0A25A8C9597CDF906B29146CE56EFF67BFE4314(L_12, 4, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_13, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var))); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14; L_14 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetStringParser::GetOctetStream() */, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_13, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var))); CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * L_15 = (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 *)il2cpp_codegen_object_new(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var); CmsProcessableInputStream__ctor_m8FE53E2C1377C71AD52CDEAA82C459B5372C2288(L_15, L_14, /*hidden argument*/NULL); V_2 = L_15; // CmsSecureReadable secureReadable = new CmsEnvelopedHelper.CmsEnvelopedSecureReadable( // this._encAlg, readable); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_16 = __this->get__encAlg_4(); RuntimeObject* L_17 = V_2; CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 * L_18 = (CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 *)il2cpp_codegen_object_new(CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71_il2cpp_TypeInfo_var); CmsEnvelopedSecureReadable__ctor_m0EF0DFF1088A56246B672A0ABB39494E73592FEB(L_18, L_16, L_17, /*hidden argument*/NULL); V_3 = L_18; // this.recipientInfoStore = CmsEnvelopedHelper.BuildRecipientInformationStore( // recipientInfos, secureReadable); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_19 = V_0; RuntimeObject* L_20 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_21; L_21 = CmsEnvelopedHelper_BuildRecipientInformationStore_m07B2C612472975337875AB4F198375E7D1EE92E9(L_19, L_20, /*hidden argument*/NULL); __this->set_recipientInfoStore_2(L_21); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::get_EncryptionAlgorithmID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsEnvelopedDataParser_get_EncryptionAlgorithmID_mE6877C06E9D77C3C2E80A88159A9A5EEAC669062 (CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A * __this, const RuntimeMethod* method) { { // get { return _encAlg; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get__encAlg_4(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::get_EncryptionAlgOid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsEnvelopedDataParser_get_EncryptionAlgOid_m5B6A935D2C495C13F35F2846D4EB1B90BEE2E38D (CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A * __this, const RuntimeMethod* method) { { // get { return _encAlg.Algorithm.Id; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get__encAlg_4(); NullCheck(L_0); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::get_EncryptionAlgParams() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CmsEnvelopedDataParser_get_EncryptionAlgParams_mA158EE3A054F1F53529D9984A658013056F2EE3F (CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A * __this, const RuntimeMethod* method) { Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; { // Asn1Encodable ae = _encAlg.Parameters; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get__encAlg_4(); NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_0); V_0 = L_1; // return ae == null ? null : ae.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = V_0; if (!L_2) { goto IL_0016; } } { Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3 = V_0; NullCheck(L_3); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_3); return L_4; } IL_0016: { return (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::GetRecipientInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * CmsEnvelopedDataParser_GetRecipientInfos_m210D762A8CDC48E604A958CBC1F5AE590EF3E5C6 (CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A * __this, const RuntimeMethod* method) { { // return this.recipientInfoStore; RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_0 = __this->get_recipientInfoStore_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataParser::GetUnprotectedAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * CmsEnvelopedDataParser_GetUnprotectedAttributes_mA918BBD53FD34429E7DA8550B37A2F33E6907953 (CmsEnvelopedDataParser_t64C53948CB88AB56D83CDF4C38D532363A53C68A * __this, 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*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { // if (_unprotectedAttributes == null && _attrNotRead) AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_0 = __this->get__unprotectedAttributes_5(); if (L_0) { goto IL_006a; } } { bool L_1 = __this->get__attrNotRead_6(); if (!L_1) { goto IL_006a; } } { // Asn1SetParser asn1Set = this.envelopedData.GetUnprotectedAttrs(); EnvelopedDataParser_t038FB43B3C8A99676637FD628A3098747456DFF6 * L_2 = __this->get_envelopedData_3(); NullCheck(L_2); RuntimeObject* L_3; L_3 = EnvelopedDataParser_GetUnprotectedAttrs_mB92EE47BCD9965D65C789667C8DCFEDD5B41A4BC(L_2, /*hidden argument*/NULL); V_0 = L_3; // _attrNotRead = false; __this->set__attrNotRead_6((bool)0); // if (asn1Set != null) RuntimeObject* L_4 = V_0; if (!L_4) { goto IL_006a; } } { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5; L_5 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_6, L_5, /*hidden argument*/NULL); V_1 = L_6; goto IL_004f; } IL_0033: { // Asn1SequenceParser seq = (Asn1SequenceParser)o; RuntimeObject* L_7 = V_2; V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)); // v.Add(seq.ToAsn1Object()); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = L_9; RuntimeObject* L_11 = V_3; NullCheck(L_11); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_12; L_12 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_12); NullCheck(L_8); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_8, L_10, /*hidden argument*/NULL); } IL_004f: { // while ((o = asn1Set.ReadObject()) != null) RuntimeObject* L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser::ReadObject() */, Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var, L_13); RuntimeObject* L_15 = L_14; V_2 = L_15; if (L_15) { goto IL_0033; } } { // _unprotectedAttributes = new Asn1.Cms.AttributeTable(new DerSet(v)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_1; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_17 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_17, L_16, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_18 = (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)il2cpp_codegen_object_new(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); AttributeTable__ctor_m17407FEDA2EF4140EA2968A13BBF64CBBDE6A480(L_18, L_17, /*hidden argument*/NULL); __this->set__unprotectedAttributes_5(L_18); } IL_006a: { // return _unprotectedAttributes; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_19 = __this->get__unprotectedAttributes_5(); 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.Cms.CmsEnvelopedDataStreamGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataStreamGenerator__ctor_m06F7220E507E1F3FA74932A09F64A898D2972630 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsEnvelopedDataStreamGenerator() IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); CmsEnvelopedGenerator__ctor_mDA2C51FE0EE0BC178DD5ACC5B43B0850755A9781(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataStreamGenerator__ctor_m5F77C9AB1DDC06EEE5EC0C048691852800D54628 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(rand) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___rand0; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); CmsEnvelopedGenerator__ctor_mB669681F5798BC2FF108E4DB89AA8BCA60B401BD(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::SetBufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataStreamGenerator_SetBufferSize_m6554F564A3782639D4F3F8D7A176E3B8882BDA00 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, int32_t ___bufferSize0, const RuntimeMethod* method) { { // _bufferSize = bufferSize; int32_t L_0 = ___bufferSize0; __this->set__bufferSize_27(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::SetBerEncodeRecipients(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataStreamGenerator_SetBerEncodeRecipients_mF3AB0CD429058A14E46B9918713DBF690993FEE1 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, bool ___berEncodeRecipientSet0, const RuntimeMethod* method) { { // _berEncodeRecipientSet = berEncodeRecipientSet; bool L_0 = ___berEncodeRecipientSet0; __this->set__berEncodeRecipientSet_28(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CmsEnvelopedDataStreamGenerator_get_Version_mA437BC7283F14ECF047A9F15B285A9909F6D9D18 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, 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; } int32_t G_B4_0 = 0; { // int version = (_originatorInfo != null || _unprotectedAttributes != null) // ? 2 // : 0; RuntimeObject * L_0 = __this->get__originatorInfo_25(); if (L_0) { goto IL_0013; } } { RuntimeObject * L_1 = __this->get__unprotectedAttributes_26(); if (L_1) { goto IL_0013; } } { G_B4_0 = 0; goto IL_0014; } IL_0013: { G_B4_0 = 2; } IL_0014: { // return new DerInteger(version); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_2, G_B4_0, /*hidden argument*/NULL); return L_2; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::Open(System.IO.Stream,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CipherKeyGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsEnvelopedDataStreamGenerator_Open_m1D06ED850F653E2D76EBB0FED9C785DD039365E8 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___encryptionOid1, CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * ___keyGen2, 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*)&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*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; RuntimeObject* V_3 = NULL; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_4 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_8 = NULL; GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * V_9 = NULL; RuntimeObject* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // byte[] encKeyBytes = keyGen.GenerateKey(); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_0 = ___keyGen2; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = CipherKeyGenerator_GenerateKey_m5F3D8E5E98ED7C572B47ACC50134255E74B340F5(L_0, /*hidden argument*/NULL); V_0 = L_1; // KeyParameter encKey = ParameterUtilities.CreateKeyParameter(encryptionOid, encKeyBytes); String_t* L_2 = ___encryptionOid1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_4; L_4 = ParameterUtilities_CreateKeyParameter_m19FF8F5D0988B47EDF2D296740F966424DE6D877(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // Asn1Encodable asn1Params = GenerateAsn1Parameters(encryptionOid, encKeyBytes); String_t* L_5 = ___encryptionOid1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker2< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GenerateAsn1Parameters(System.String,System.Byte[]) */, __this, L_5, L_6); V_2 = L_7; // AlgorithmIdentifier encAlgID = GetAlgorithmIdentifier( // encryptionOid, encKey, asn1Params, out cipherParameters); String_t* L_8 = ___encryptionOid1; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_9 = V_1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = V_2; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11; L_11 = VirtualFuncInvoker4< AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, String_t*, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, RuntimeObject** >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GetAlgorithmIdentifier(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters&) */, __this, L_8, L_9, L_10, (RuntimeObject**)(&V_3)); V_4 = L_11; // Asn1EncodableVector recipientInfos = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12; L_12 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_13 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_13, L_12, /*hidden argument*/NULL); V_5 = L_13; // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_14 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_recipientInfoGenerators_22(); NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_14); V_6 = L_15; } IL_003e: try {// begin try (depth: 1) { goto IL_008c; } IL_0040: { // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_16 = V_6; 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); V_7 = ((RuntimeObject*)Castclass((RuntimeObject*)L_17, RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var)); } IL_004e: try {// begin try (depth: 2) // recipientInfos.Add(rig.Generate(encKey, rand)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_18 = V_5; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_19 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_20 = L_19; RuntimeObject* L_21 = V_7; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_22 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_23 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); NullCheck(L_21); RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * L_24; L_24 = InterfaceFuncInvoker2< RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 *, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInfoGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, RecipientInfoGenerator_t9E9768794996CA5B42002BB81DB1D3FFE143BAED_il2cpp_TypeInfo_var, L_21, L_22, L_23); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_24); (L_20)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_24); NullCheck(L_18); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_18, L_20, /*hidden argument*/NULL); // } goto IL_008c; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006e; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007d; } throw e; } CATCH_006e: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_8 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key inappropriate for algorithm.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_25 = V_8; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_26 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF55B165DDB8C42F950002F399F88C034E36EB9DD)), L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataStreamGenerator_Open_m1D06ED850F653E2D76EBB0FED9C785DD039365E8_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_007d: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException) // catch (GeneralSecurityException e) V_9 = ((GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)IL2CPP_GET_ACTIVE_EXCEPTION(GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)); // throw new CmsException("error making encrypted content.", e); GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * L_27 = V_9; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_28 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4F3253F4AB9BCF770669A19369CCF3D2380947)), L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataStreamGenerator_Open_m1D06ED850F653E2D76EBB0FED9C785DD039365E8_RuntimeMethod_var))); }// end catch (depth: 2) IL_008c: { // foreach (RecipientInfoGenerator rig in recipientInfoGenerators) RuntimeObject* L_29 = V_6; 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_0040; } } IL_0095: { IL2CPP_LEAVE(0xAC, FINALLY_0097); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0097; } FINALLY_0097: {// begin finally (depth: 1) { RuntimeObject* L_31 = V_6; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_10; if (!L_32) { goto IL_00ab; } } IL_00a4: { RuntimeObject* L_33 = V_10; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_33); } IL_00ab: { IL2CPP_END_FINALLY(151) } }// end finally (depth: 1) IL2CPP_CLEANUP(151) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAC, IL_00ac) } IL_00ac: { // return Open(outStream, encAlgID, cipherParameters, recipientInfos); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_34 = ___outStream0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_35 = V_4; RuntimeObject* L_36 = V_3; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_37 = V_5; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_38; L_38 = CmsEnvelopedDataStreamGenerator_Open_m2CA5D0C12D8469C76F356417A7633DB394B0D322(__this, L_34, L_35, L_36, L_37, /*hidden argument*/NULL); return L_38; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::Open(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsEnvelopedDataStreamGenerator_Open_m2CA5D0C12D8469C76F356417A7633DB394B0D322 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___encAlgID1, RuntimeObject* ___cipherParameters2, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___recipientInfos3, 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*)&BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_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*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_0 = NULL; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_1 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_2 = NULL; Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * V_3 = NULL; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_4 = NULL; RuntimeObject* V_5 = NULL; CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * V_6 = NULL; RuntimeObject* V_7 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_8 = NULL; RuntimeObject* V_9 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_10 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_11 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_12 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * G_B3_0 = NULL; IL_0000: try {// begin try (depth: 1) { // BerSequenceGenerator cGen = new BerSequenceGenerator(outStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_1 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // cGen.AddObject(CmsObjectIdentifiers.EnvelopedData); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_EnvelopedData_2(); NullCheck(L_2); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_2, L_3); // BerSequenceGenerator envGen = new BerSequenceGenerator( // cGen.GetRawOutputStream(), 0, true); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_4 = V_0; NullCheck(L_4); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5; L_5 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_4); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_6 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m2A1057816257AF1C4933F0933EEB08664BC2F303(L_6, L_5, 0, (bool)1, /*hidden argument*/NULL); V_1 = L_6; // envGen.AddObject(this.Version); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_7 = V_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8; L_8 = CmsEnvelopedDataStreamGenerator_get_Version_mA437BC7283F14ECF047A9F15B285A9909F6D9D18(__this, /*hidden argument*/NULL); NullCheck(L_7); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_7, L_8); // Stream envRaw = envGen.GetRawOutputStream(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_9 = V_1; NullCheck(L_9); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10; L_10 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_9); V_2 = L_10; // Asn1Generator recipGen = _berEncodeRecipientSet // ? (Asn1Generator) new BerSetGenerator(envRaw) // : new DerSetGenerator(envRaw); bool L_11 = __this->get__berEncodeRecipientSet_28(); if (L_11) { goto IL_0043; } } IL_003b: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = V_2; DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A * L_13 = (DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A *)il2cpp_codegen_object_new(DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A_il2cpp_TypeInfo_var); DerSetGenerator__ctor_m3A06A6A598C95F469C3DB9F11BBCBC7BF5C29511(L_13, L_12, /*hidden argument*/NULL); G_B3_0 = L_13; goto IL_0049; } IL_0043: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = V_2; BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C * L_15 = (BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C *)il2cpp_codegen_object_new(BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C_il2cpp_TypeInfo_var); BerSetGenerator__ctor_m09B45EB49343E81851640AEF918FA2019BF27F3C(L_15, L_14, /*hidden argument*/NULL); G_B3_0 = ((DerSetGenerator_t039FAFF8DAEA5B2DAEE3CE62DD73C29C81007F8A *)(L_15)); } IL_0049: { V_3 = G_B3_0; // foreach (Asn1Encodable ae in recipientInfos) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = ___recipientInfos3; NullCheck(L_16); RuntimeObject* L_17; L_17 = Asn1EncodableVector_GetEnumerator_m25530BEA0FC789BCAF782E6F868A05561CCF6242(L_16, /*hidden argument*/NULL); V_7 = L_17; } IL_0053: try {// begin try (depth: 2) { goto IL_006b; } IL_0055: { // foreach (Asn1Encodable ae in recipientInfos) RuntimeObject* L_18 = V_7; 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); V_8 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_19, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // recipGen.AddObject(ae); Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * L_20 = V_3; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_21 = V_8; NullCheck(L_20); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_20, L_21); } IL_006b: { // foreach (Asn1Encodable ae in recipientInfos) RuntimeObject* L_22 = V_7; 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_0055; } } IL_0074: { IL2CPP_LEAVE(0x8B, FINALLY_0076); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0076; } FINALLY_0076: {// begin finally (depth: 2) { RuntimeObject* L_24 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_9; if (!L_25) { goto IL_008a; } } IL_0083: { RuntimeObject* L_26 = V_9; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_26); } IL_008a: { IL2CPP_END_FINALLY(118) } }// end finally (depth: 2) IL2CPP_CLEANUP(118) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8B, IL_008b) } IL_008b: { // recipGen.Close(); Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * L_27 = V_3; NullCheck(L_27); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_27); // BerSequenceGenerator eiGen = new BerSequenceGenerator(envRaw); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_28 = V_2; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_29 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84(L_29, L_28, /*hidden argument*/NULL); V_4 = L_29; // eiGen.AddObject(CmsObjectIdentifiers.Data); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_30 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_Data_0(); NullCheck(L_30); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_30, L_31); // eiGen.AddObject(encAlgID); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_32 = V_4; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_33 = ___encAlgID1; NullCheck(L_32); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_32, L_33); // Stream octetOutputStream = CmsUtilities.CreateBerOctetOutputStream( // eiGen.GetRawOutputStream(), 0, false, _bufferSize); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_34 = V_4; NullCheck(L_34); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_35; L_35 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_34); int32_t L_36 = __this->get__bufferSize_27(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_37; L_37 = CmsUtilities_CreateBerOctetOutputStream_m4BFC7DE8BDE8C02A6C35D3992F33F1681878A99A(L_35, 0, (bool)0, L_36, /*hidden argument*/NULL); // IBufferedCipher cipher = CipherUtilities.GetCipher(encAlgID.Algorithm); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_38 = ___encAlgID1; NullCheck(L_38); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_39; L_39 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_38); IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_40; L_40 = CipherUtilities_GetCipher_m5F84B3E44197913435F2CEC788FC3C0C3E193284(L_39, /*hidden argument*/NULL); V_5 = L_40; // cipher.Init(true, new ParametersWithRandom(cipherParameters, rand)); RuntimeObject* L_41 = V_5; RuntimeObject* L_42 = ___cipherParameters2; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_43 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_44 = (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)il2cpp_codegen_object_new(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); ParametersWithRandom__ctor_m9CC2D927A9DC93F6BED2DE101C93E19050FEDF97(L_44, L_42, L_43, /*hidden argument*/NULL); NullCheck(L_41); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_41, (bool)1, L_44); // CipherStream cOut = new CipherStream(octetOutputStream, null, cipher); RuntimeObject* L_45 = V_5; CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_46 = (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E *)il2cpp_codegen_object_new(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E_il2cpp_TypeInfo_var); CipherStream__ctor_m207C8DA30EBB0F7EF335542A57EDEB1ECFB8A940(L_46, L_37, (RuntimeObject*)NULL, L_45, /*hidden argument*/NULL); V_6 = L_46; // return new CmsEnvelopedDataOutputStream(this, cOut, cGen, envGen, eiGen); CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_47 = V_6; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_48 = V_0; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_49 = V_1; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_50 = V_4; CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 * L_51 = (CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 *)il2cpp_codegen_object_new(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333_il2cpp_TypeInfo_var); CmsEnvelopedDataOutputStream__ctor_m9678840AC5C8EAE913B847059F42CD6CD85E2A7B(L_51, __this, L_47, L_48, L_49, L_50, /*hidden argument*/NULL); V_10 = L_51; goto IL_0129; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00fc; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_010b; } 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_011a; } throw e; } CATCH_00fc: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_11 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("couldn't create cipher.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_52 = V_11; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_53 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_53, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01F92A55E0C4F71D4AC7BF5ADA2134AD7132F1AC)), L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataStreamGenerator_Open_m2CA5D0C12D8469C76F356417A7633DB394B0D322_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_010b: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_12 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key invalid in message.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_54 = V_12; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_55 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE27790FE5F9592709AE1519C66D48EF4947F953)), L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataStreamGenerator_Open_m2CA5D0C12D8469C76F356417A7633DB394B0D322_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_011a: {// begin catch(System.IO.IOException) // catch (IOException e) V_13 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("exception decoding algorithm parameters.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_56 = V_13; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_57 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral639C3BFDCCB7DC390785B72D18D21A5A5206AFB2)), L_56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedDataStreamGenerator_Open_m2CA5D0C12D8469C76F356417A7633DB394B0D322_RuntimeMethod_var))); }// end catch (depth: 1) IL_0129: { // } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_58 = V_10; return L_58; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::Open(System.IO.Stream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsEnvelopedDataStreamGenerator_Open_m7AFF897F5939F32691EDE6F9164B6792C644123B (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___encryptionOid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * V_0 = NULL; { // CipherKeyGenerator keyGen = GeneratorUtilities.GetKeyGenerator(encryptionOid); String_t* L_0 = ___encryptionOid1; IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_1; L_1 = GeneratorUtilities_GetKeyGenerator_m54A45773F64AF622BB98AC46F4563884ACB2857E(L_0, /*hidden argument*/NULL); V_0 = L_1; // keyGen.Init(new KeyGenerationParameters(rand, keyGen.DefaultStrength)); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_2 = V_0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = CipherKeyGenerator_get_DefaultStrength_m1E79943A313A04216892C6317FF42AB4199E08CF_inline(L_4, /*hidden argument*/NULL); KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_6 = (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 *)il2cpp_codegen_object_new(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(L_6, L_3, L_5, /*hidden argument*/NULL); NullCheck(L_2); CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74(L_2, L_6, /*hidden argument*/NULL); // return Open(outStream, encryptionOid, keyGen); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = ___outStream0; String_t* L_8 = ___encryptionOid1; CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_9 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10; L_10 = CmsEnvelopedDataStreamGenerator_Open_m1D06ED850F653E2D76EBB0FED9C785DD039365E8(__this, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator::Open(System.IO.Stream,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsEnvelopedDataStreamGenerator_Open_mF6D852D46E11A3526DA712F72FB449DD5DB8F1F9 (CmsEnvelopedDataStreamGenerator_tADCE92E5CCB473F6A648F7CD7E7F4F59190ED062 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___encryptionOid1, int32_t ___keySize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * V_0 = NULL; { // CipherKeyGenerator keyGen = GeneratorUtilities.GetKeyGenerator(encryptionOid); String_t* L_0 = ___encryptionOid1; IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_1; L_1 = GeneratorUtilities_GetKeyGenerator_m54A45773F64AF622BB98AC46F4563884ACB2857E(L_0, /*hidden argument*/NULL); V_0 = L_1; // keyGen.Init(new KeyGenerationParameters(rand, keySize)); CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_2 = V_0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 *)__this)->get_rand_23(); int32_t L_4 = ___keySize2; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_5 = (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 *)il2cpp_codegen_object_new(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39_il2cpp_TypeInfo_var); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(L_5, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); CipherKeyGenerator_Init_mB7CAEEC3CDF5CE184C933DBAA35884949242ED74(L_2, L_5, /*hidden argument*/NULL); // return Open(outStream, encryptionOid, keyGen); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___outStream0; String_t* L_7 = ___encryptionOid1; CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * L_8 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9; L_9 = CmsEnvelopedDataStreamGenerator_Open_m1D06ED850F653E2D76EBB0FED9C785DD039365E8(__this, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method) { { // get { return parameters; } RuntimeObject* L_0 = __this->get_parameters_0(); 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 AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CertID_get_HashAlgorithm_m2F004EB464B9850B45BFE2782732643AB436196B_inline (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method) { { // get { return hashAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_hashAlgorithm_2(); return L_0; } } 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 Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * CertID_get_IssuerNameHash_m84B11F7B9BC45C4D0939623A7F2643303653E508_inline (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method) { { // get { return issuerNameHash; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_issuerNameHash_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * CertID_get_IssuerKeyHash_m172CA5B3FABA6ED569112FA634400F8BA88EACD9_inline (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method) { { // get { return issuerKeyHash; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_issuerKeyHash_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CertID_get_SerialNumber_mEE485B22E6370FC9664E3C65EC929E65607E7FEC_inline (CertID_t945D399859D8DB2523029689FA453B19136D40F0 * __this, const RuntimeMethod* method) { { // get { return serialNumber; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_serialNumber_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method) { { // get { return keyData; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_keyData_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * TbsCertificateList_get_Issuer_m21239722A0A399B2A2D2FE4C9469C9F21F82F266_inline (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return issuer; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_issuer_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * TbsCertificateList_get_ThisUpdate_m0471AA8B15D7EDF7D7F37CBC85463CC684170EE0_inline (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return thisUpdate; } Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_0 = __this->get_thisUpdate_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * TbsCertificateList_get_NextUpdate_m00F1AC661F1944E5FB4446E65B31373035C8C952_inline (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return nextUpdate; } Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_0 = __this->get_nextUpdate_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * AttributePkcs_get_AttrType_mF5D976920F85D12285E9CB8FB79F1D6AAD531AA4_inline (AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * __this, const RuntimeMethod* method) { { // get { return attrType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_attrType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AttributePkcs_get_AttrValues_mDACA865D568C034E22EF1440C5B37593EA872909_inline (AttributePkcs_t38E8632F252C456E2F8F0EE19A7B455F550FA646 * __this, const RuntimeMethod* method) { { // get { return attrValues; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_attrValues_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MacCFBBlockCipher_GetBlockSize_m178A2BE4A1AE9FC840D6EB34647A47658D8E94B9_inline (MacCFBBlockCipher_tCA0BD378EAEA4E28241EBE7F90D3695A595E0BF6 * __this, const RuntimeMethod* method) { { // return blockSize; int32_t L_0 = __this->get_blockSize_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method) { { // get { return random; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyGenerationParameters_get_Strength_m1AF6C156C99D9FF48C71158A37331779DD65ABF9_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method) { { // get { return strength; } int32_t L_0 = __this->get_strength_1(); 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 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___v0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___v0; float L_3 = L_2.get_y_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL); V_0 = L_4; goto IL_001a; } IL_001a: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, const RuntimeMethod* method) { { // get { return content; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_content_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * AuthEnvelopedData_get_OriginatorInfo_mAD9AAD22B45DF6208B30AEDEA573F65098A45698_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method) { { // get { return originatorInfo; } OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * L_0 = __this->get_originatorInfo_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthEnvelopedData_get_RecipientInfos_m84F7678BC52C60A2A1A572E94FFD90EE18FCEACA_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method) { { // get { return recipientInfos; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_recipientInfos_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * AuthEnvelopedData_get_AuthEncryptedContentInfo_mC115E550C8325C87FAE94DFB6AB7D9BC0FE4B994_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method) { { // get { return authEncryptedContentInfo; } EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_0 = __this->get_authEncryptedContentInfo_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedContentInfo_get_ContentEncryptionAlgorithm_mE62B6BEAB9276217C2DA1511A8ED5931D8A2D14C_inline (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, const RuntimeMethod* method) { { // get { return contentEncryptionAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_contentEncryptionAlgorithm_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthEnvelopedData_get_AuthAttrs_m5F5D12A39E39376976F5E6D02ED91916A0C0A07D_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method) { { // get { return authAttrs; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_authAttrs_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * AuthEnvelopedData_get_Mac_mF61240F39AFBF3994B388C21D06948C9D551A563_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method) { { // get { return mac; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_mac_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthEnvelopedData_get_UnauthAttrs_m6859336380CBBC74B0C9A3375528AB141273D2F4_inline (AuthEnvelopedData_tCB1A7B265FBB73F0FC8971504811833A921690C3 * __this, const RuntimeMethod* method) { { // get { return unauthAttrs; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_unauthAttrs_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthenticatedData_get_RecipientInfos_m550A30E82DC852341C9E89C37244F6D03B42ABE7_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method) { { // get { return recipientInfos; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_recipientInfos_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AuthenticatedData_get_MacAlgorithm_m680B9905FF8E3B3C6BE7B0AC2B8F724EF056851D_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method) { { // get { return macAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_macAlgorithm_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * AuthenticatedData_get_EncapsulatedContentInfo_mC8F0ECFEED02A8AD6C67B93F5B79AA1C9983F4CC_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method) { { // get { return encapsulatedContentInfo; } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_encapsulatedContentInfo_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthenticatedData_get_AuthAttrs_m4F095E445EEFD91A42DD53674D538D707B73F587_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method) { { // get { return authAttrs; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_authAttrs_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * AuthenticatedData_get_Mac_m422C414D212DB6C9ADC1A8A3E9C629E9548165AC_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method) { { // get { return mac; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_mac_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AuthenticatedData_get_UnauthAttrs_m3B0AB58DBA8DA680A689CDC869AB594907D30465_inline (AuthenticatedData_tF9BB268354A3E38F7DCCDF119B18A2BE0E56AE7A * __this, const RuntimeMethod* method) { { // get { return unauthAttrs; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_unauthAttrs_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CipherKeyGenerator_get_DefaultStrength_m1E79943A313A04216892C6317FF42AB4199E08CF_inline (CipherKeyGenerator_t9BD67E54FAEF68A3777D6553C876826073E74214 * __this, const RuntimeMethod* method) { { // get { return defaultStrength; } int32_t L_0 = __this->get_defaultStrength_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CompressedData_get_EncapContentInfo_m1B5CD9F9A2533A9FA8E07040522C647BA64EA072_inline (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, const RuntimeMethod* method) { { // get { return encapContentInfo; } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_encapContentInfo_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * CompressedDataParser_GetEncapContentInfo_mD3780628164282ADA8E305177CDABCD82FE766C4_inline (CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B * __this, const RuntimeMethod* method) { { // return _encapContentInfo; ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_0 = __this->get__encapContentInfo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ContentInfoParser_get_ContentType_mDCAD880F29F3ADE9099E84583239DE380C4799F0_inline (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, const RuntimeMethod* method) { { // get { return contentType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_contentType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * EnvelopedData_get_RecipientInfos_m4912F7BB635B86E6BDE7CF33F282A8AA0FE51734_inline (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method) { { // get { return recipientInfos; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_recipientInfos_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * EnvelopedData_get_EncryptedContentInfo_m2F015992E19B71AF2A291CD20CFE186CC1B4EC9E_inline (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method) { { // get { return encryptedContentInfo; } EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * L_0 = __this->get_encryptedContentInfo_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * EncryptedContentInfo_get_EncryptedContent_m4E9EF2805D2684F215083DF5A0ABDC1535C743EB_inline (EncryptedContentInfo_t7423FAD84D6983061A40EF1DA72C03DA9D5AF4C1 * __this, const RuntimeMethod* method) { { // get { return encryptedContent; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_encryptedContent_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * EnvelopedData_get_UnprotectedAttrs_m9DDA17F7D34EBAFFE3FA884FB7C02D4B12A23B68_inline (EnvelopedData_tB2D5492656B52A44F12A21F457D97AE491626673 * __this, const RuntimeMethod* method) { { // get { return unprotectedAttrs; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_unprotectedAttrs_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * EncryptedContentInfoParser_get_ContentEncryptionAlgorithm_m7B8B4645D561F074F5239B2082F6E7040C597977_inline (EncryptedContentInfoParser_tCC82CFF82BEB2D2E7188186DCB3EA46D2E1CD96B * __this, const RuntimeMethod* method) { { // get { return _contentEncryptionAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get__contentEncryptionAlgorithm_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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } }