MCPcopy Index your code
hub / github.com/apache/tomcat / parseInt

Method parseInt

java/org/apache/tomcat/util/buf/Asn1Parser.java:200–203  ·  view source on GitHub ↗

Parses an INTEGER value. @return the parsed integer as a BigInteger

()

Source from the content-addressed store, hash-verified

198 * @return the parsed integer as a {@link BigInteger}
199 */
200 public BigInteger parseInt() {
201 byte[] val = parseBytes(TAG_INTEGER);
202 return new BigInteger(val);
203 }
204
205
206 /**

Callers 15

toPrivateKeyMethod · 0.95
rfc5915ToPkcs8Method · 0.95
parsePKCS1Method · 0.95
getValueAsIntMethod · 0.45
parsePoolPropertiesMethod · 0.45
setPropertiesMethod · 0.45
parseFromStringMethod · 0.45
setGuessMethod · 0.45
initMethod · 0.45
onMessageMethod · 0.45
readUpgradeResponseMethod · 0.45
parseHttp11ResponseMethod · 0.45

Calls 1

parseBytesMethod · 0.95

Tested by 15

onMessageMethod · 0.36
readUpgradeResponseMethod · 0.36
parseHttp11ResponseMethod · 0.36
checkResetMethod · 0.36
doSnoopTestMethod · 0.36
lookupMethod · 0.36
getMaxAgeMethod · 0.36
getStatusCodeMethod · 0.36
processHeadersMethod · 0.36
doGetMethod · 0.36
doGetMethod · 0.36
doGetMethod · 0.36