httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/NTLMEngineImpl.java [1485:1495]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final String host,
            final String user,
            final char[] password,
            final byte[] nonce,
            final int type2Flags,
            final String target,
            final byte[] targetInformation,
            final Certificate peerServerCertificate,
            final byte[] type1Message,
            final byte[] type2Message)
            throws NTLMEngineException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/NTLMEngineImpl.java [1502:1512]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final String host,
            final String user,
            final char[] password,
            final byte[] nonce,
            final int type2Flags,
            final String target,
            final byte[] targetInformation,
            final Certificate peerServerCertificate,
            final byte[] type1Message,
            final byte[] type2Message)
            throws NTLMEngineException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



