- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testBase64LenientPadding (0.17 sec)
-
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
testStreamingEncodingWithSeparators(base64(), "fooba", "Zm9vYmE="); testStreamingEncodingWithSeparators(base64(), "foobar", "Zm9vYmFy"); } public void testBase64LenientPadding() { testDecodes(base64(), "Zg", "f"); testDecodes(base64(), "Zg=", "f"); testDecodes(base64(), "Zg==", "f"); // proper padding length testDecodes(base64(), "Zg===", "f");
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 16:27:30 UTC 2024 - 24.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/BaseEncodingTest.java
testStreamingEncodingWithSeparators(base64(), "fooba", "Zm9vYmE="); testStreamingEncodingWithSeparators(base64(), "foobar", "Zm9vYmFy"); } public void testBase64LenientPadding() { testDecodes(base64(), "Zg", "f"); testDecodes(base64(), "Zg=", "f"); testDecodes(base64(), "Zg==", "f"); // proper padding length testDecodes(base64(), "Zg===", "f");
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 16:27:30 UTC 2024 - 24.6K bytes - Viewed (0)