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