namespace Alipay.AopSdk.Core.Parser { internal class EncryptParseItem { public string encryptContent; public int endIndex; public int startIndex; } }