startHandshake(); SSLSession session = ssl.getSession(); if (session == null) throw new SSLException("Cannot verify SSL socket without session"); // verify ...
確定! 回上一頁