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