Searched refs:getRemaining (Results 1 – 7 of 7) sorted by relevance
81 setValueBytes(getRemaining(buf)); in decodeBerValue()
180 static byte[] getRemaining(ByteBuffer buf) { in getRemaining() method in Asn1Object
61 decodeBerInternal(getRemaining(buf)); in decodeBerValue()
77 value = getRemaining(buf); in decodeBerValue()
92 byte[] valueBytes = getRemaining(buf); in decodeBerValue()
110 value = new BigInteger(getRemaining(buf)); in decodeBerValue()
72 setValue(new String(getRemaining(buf), StandardCharsets.US_ASCII)); in decodeBerValue()