public class OpenPort extends Object implements Serializable
| Constructor and Description |
|---|
OpenPort(String hostUnderTest,
int portNmb) |
| Modifier and Type | Method and Description |
|---|---|
String |
connectWithCipher(String host,
int port,
String cipher,
String prot) |
void |
detectCiphers() |
int |
getPortNmb() |
List<Cipher> |
getSupportedCiphers() |
boolean |
isTlsPort() |
void |
setPortNmb(int portNmb) |
public OpenPort(String hostUnderTest, int portNmb)
public int getPortNmb()
public void setPortNmb(int portNmb)
public boolean isTlsPort()
public String connectWithCipher(String host, int port, String cipher, String prot) throws Exception
Exceptionpublic void detectCiphers()
Copyright © 2016–2022. All rights reserved.