Searched refs:integerToInt (Results 1 – 1 of 1) sorted by relevance
496 private static int integerToInt(ByteBuffer encoded) throws Asn1DecodingException { in integerToInt() method in Asn1BerParser599 return (T) Integer.valueOf(integerToInt(encodedContents)); in convert()