Searched defs:encoded (Results 1 – 12 of 12) sorted by relevance
27 public Asn1OpaqueObject(ByteBuffer encoded) { in Asn1OpaqueObject()31 public Asn1OpaqueObject(byte[] encoded) { in Asn1OpaqueObject()
60 public static <T> T parse(ByteBuffer encoded, Class<T> containerClass) in parse()96 public static <T> List<T> parseImplicitSetOf(ByteBuffer encoded, Class<T> elementClass) in parseImplicitSetOf()480 private static long decodeBase128UnsignedLong(ByteBuffer encoded) throws Asn1DecodingException { in decodeBase128UnsignedLong()501 private static BigInteger integerToBigInteger(ByteBuffer encoded) { in integerToBigInteger()508 private static int integerToInt(ByteBuffer encoded) throws Asn1DecodingException { in integerToInt()518 private static long integerToLong(ByteBuffer encoded) throws Asn1DecodingException { in integerToLong()
79 ByteBuffer encoded = TEST_VALUE1.getEncoded(); in testGetEncodedReturnsSlice() local95 ByteBuffer encoded = TEST_VALUE1.getEncodedContents(); in testGetEncodedContentsReturnsSlice() local
127 String decodeRle(String encoded) throws IllegalArgumentException { in decodeRle()161 String decode(String encoded) throws IllegalArgumentException { in decode()
61 public static byte[] decode(String encoded) { in decode()
32 ByteBuffer encoded, in BerDataValue()
75 ByteBuffer encoded = mBuf.slice(); in readDataValue() local
224 ByteBuffer encoded = dataValue.getEncoded(); in skipConstructedIndefiniteLengthContents() local
286 FatDirectoryEntry[] encoded = currentEntry.compactForm(); in updateLFN() local
282 String encoded = URLEncoder.encode(deviceFilePath, "UTF-8"); in createEscapedContentUri() local
672 private static String getLengthPrefixedUtf16EncodedString(ByteBuffer encoded) in getLengthPrefixedUtf16EncodedString()710 private static String getLengthPrefixedUtf8EncodedString(ByteBuffer encoded) in getLengthPrefixedUtf8EncodedString()
752 ByteBuffer encoded = ByteBuffer.allocate(backBufferSize); in computeApkVerityDigest() local