Searched refs:testDecode (Results 1 – 1 of 1) sorted by relevance
194 testDecode(dec, ByteBuffer.wrap(encoded), orig); in test()197 testDecode(dec, bin, orig); in test()501 private static final void testDecode(Base64.Decoder dec, ByteBuffer bin, byte[] expected) in testDecode() method in TestBase64