Searched refs:encodedContents (Results 1 – 4 of 4) sorted by relevance
606 ByteBuffer encodedContents = dataValue.getEncodedContents(); in convert() local610 return (T) Integer.valueOf(integerToInt(encodedContents)); in convert()612 return (T) Long.valueOf(integerToLong(encodedContents)); in convert()614 return (T) integerToBigInteger(encodedContents); in convert()619 return (T) oidToString(encodedContents); in convert()625 return (T) new String(ByteBufferUtils.toByteArray(encodedContents)); in convert()632 if (encodedContents.remaining() != 1) { in convert()635 + encodedContents.remaining()); in convert()638 if (encodedContents.get() == 0) { in convert()
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()