Searched refs:encodedContents (Results 1 – 4 of 4) sorted by relevance
33 ByteBuffer encodedContents, in BerDataValue() argument38 mEncodedContents = encodedContents; in BerDataValue()
82 ByteBuffer encodedContents = encoded.slice(); in readDataValue() local87 encodedContents, in readDataValue()
89 ByteBuffer encodedContents = in readDataValue() local93 encodedContents, in readDataValue()
605 ByteBuffer encodedContents = dataValue.getEncodedContents(); in convert() local609 return (T) Integer.valueOf(integerToInt(encodedContents)); in convert()611 return (T) Long.valueOf(integerToLong(encodedContents)); in convert()613 return (T) integerToBigInteger(encodedContents); in convert()618 return (T) oidToString(encodedContents); in convert()624 return (T) new String(ByteBufferUtils.toByteArray(encodedContents)); in convert()631 if (encodedContents.remaining() != 1) { in convert()634 + encodedContents.remaining()); in convert()637 if (encodedContents.get() == 0) { in convert()