Package io.jenkins.plugins.portscanner
Class OpenPort
- java.lang.Object
-
- io.jenkins.plugins.portscanner.OpenPort
-
- All Implemented Interfaces:
Serializable
public class OpenPort extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconnectWithCipher(String host, int port, String cipher, String prot)voiddetectCiphers()intgetPortNmb()List<Cipher>getSupportedCiphers()booleanisTlsPort()voidsetPortNmb(int portNmb)
-
-
-
Constructor Detail
-
OpenPort
public OpenPort(String hostUnderTest, int portNmb)
-
-
Method Detail
-
getPortNmb
public int getPortNmb()
-
setPortNmb
public void setPortNmb(int portNmb)
-
isTlsPort
public boolean isTlsPort()
-
connectWithCipher
public String connectWithCipher(String host, int port, String cipher, String prot) throws Exception
- Throws:
Exception
-
detectCiphers
public void detectCiphers()
-
-