Searched defs:encoded (Results 1 – 11 of 11) 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()
75 ByteBuffer encoded = mBuf.slice(); in readDataValue() local
224 ByteBuffer encoded = dataValue.getEncoded(); in skipConstructedIndefiniteLengthContents() local
672 private static String getLengthPrefixedUtf16EncodedString(ByteBuffer encoded) in getLengthPrefixedUtf16EncodedString()710 private static String getLengthPrefixedUtf8EncodedString(ByteBuffer encoded) in getLengthPrefixedUtf8EncodedString()
774 ByteBuffer encoded = createVerityDigestBuffer(true); in computeApkVerityDigest() local796 ByteBuffer encoded = ByteBuffer.allocate(backBufferSize); in createVerityDigestBuffer() local817 ByteBuffer encoded = createVerityDigestBuffer(false); in computeChunkVerityTreeAndDigest() local
286 FatDirectoryEntry[] encoded = currentEntry.compactForm(); in updateLFN() local
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...