Searched defs:encoded (Results 1 – 10 of 10) 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
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
672 private static String getLengthPrefixedUtf16EncodedString(ByteBuffer encoded) in getLengthPrefixedUtf16EncodedString()710 private static String getLengthPrefixedUtf8EncodedString(ByteBuffer encoded) in getLengthPrefixedUtf8EncodedString()
600 ByteBuffer encoded = createVerityDigestBuffer(true); in computeApkVerityDigest() local622 ByteBuffer encoded = ByteBuffer.allocate(backBufferSize); in createVerityDigestBuffer() local643 ByteBuffer encoded = createVerityDigestBuffer(false); in computeChunkVerityTreeAndDigest() local