Package io.jenkins.plugins.portscanner
Class Cipher
- java.lang.Object
-
- io.jenkins.plugins.portscanner.Cipher
-
- All Implemented Interfaces:
Serializable
public class Cipher extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCipher.CipherState
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cipher.CipherStategetIsSecure()StringgetName()StringgetProt()Cipher.CipherStateisCipherSecure(String cipher)voidsetName(String name)voidsetProt(String prot)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getProt
public String getProt()
-
setProt
public void setProt(String prot)
-
isCipherSecure
public Cipher.CipherState isCipherSecure(String cipher) throws IllegalArgumentException, IOException
- Throws:
IllegalArgumentExceptionIOException
-
getIsSecure
public Cipher.CipherState getIsSecure()
-
-