You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Table 2: The "URL and Filename safe" Base 64 Alphabet</a>.
713
713
* </p>
714
714
*
715
715
* @param octet The value to test.
716
-
* @return {@code true} if the value is defined in the URL-safe base 64 alphabet, {@code false} otherwise.
716
+
* @return {@code true} if the value is defined in the URL-safe Base64 alphabet, {@code false} otherwise.
717
717
* @since 1.21
718
718
*/
719
719
publicstaticbooleanisBase64Url(finalbyteoctet) {
@@ -1164,7 +1164,7 @@ public boolean isUrlSafe() {
1164
1164
}
1165
1165
1166
1166
/**
1167
-
* Validates whether decoding the final trailing character is possible in the context of the set of possible base 64 values.
1167
+
* Validates whether decoding the final trailing character is possible in the context of the set of possible Base64 values.
1168
1168
* <p>
1169
1169
* The character is valid if the lower bits within the provided mask are zero. This is used to test the final trailing base-64 digit is zero in the bits
1170
1170
* that will be discarded.
@@ -1176,10 +1176,8 @@ public boolean isUrlSafe() {
0 commit comments