Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DatatypeConverter (0.13 sec)

  1. platforms/core-runtime/wrapper-shared/src/main/java/org/gradle/wrapper/Download.java

        /**
         * Base64 encode user info for HTTP Basic Authentication.
         *
         * Try to use {@literal java.util.Base64} encoder which is available starting with Java 8.
         * Fallback to {@literal javax.xml.bind.DatatypeConverter} from JAXB which is available starting with Java 6 but is not anymore in Java 9.
         * Fortunately, both of these two Base64 encoders implement the right Base64 flavor, the one that does not split the output in multiple lines.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top