Searched refs:useCrypto (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java71 private boolean useCrypto = false; field in class:FtpCommandHandler
127 if (useCrypto && useDataCrypto) {
136 if (useCrypto) {
150 if (useCrypto && useDataCrypto) {
159 if (useCrypto) {
380 if (useCrypto) {
668 useCrypto = true;
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java71 private boolean useCrypto = false; field in class:FtpClient
679 if (useCrypto) {
782 if (useCrypto) {
1628 if (useCrypto) {
1644 useCrypto = false;
2080 useCrypto = true;
2094 if (!useCrypto) {
2100 useCrypto = false;

Completed in 90 milliseconds