Certificate Parser in android

大憨熊 提交于 2019-12-06 13:34:44

certHeader and certFooter are supposed to be int variables. From what you've shown us, it doesn't look like you've declared them anywhere.

From the String.indexOf documentation:

Returns the index within this string of the first occurrence of the specified character. If a character with value ch occurs in the character sequence represented by this String object, then the index (in Unicode code units) of the first such occurrence is returned. For values of ch in the range from 0 to 0xFFFF (inclusive), this is the smallest value k such that:

this.charAt(k) == ch
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!