- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toBase64String (0.17 sec)
-
src/main/java/jcifs/http/NtlmHttpURLConnection.java
} int attempt = 0; while (attempt < MAX_REDIRECTS) { this.connection.setRequestProperty(this.authProperty, this.authMethod + ' ' + Base64.toBase64String(type1.toByteArray())); this.connection.connect(); // send type 1 response = parseResponseCode(); if (response != HTTP_UNAUTHORIZED && response != HTTP_PROXY_AUTH) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0)