Class KeyStoreBean
- java.lang.Object
-
- org.openqa.selenium.htmlunit.options.KeyStoreBean
-
- All Implemented Interfaces:
Serializable
public class KeyStoreBean extends Object implements Serializable
- Author:
- Scott Babcock, Ronald Brill
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyStoreBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
createUrl()
String
getPassword()
String
getType()
String
getUrl()
void
setPassword(String password)
void
setType(String type)
void
setUrl(String url)
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getType
public String getType()
-
setType
public void setType(String type)
-
createUrl
public URL createUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
-