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 URLcreateUrl()StringgetPassword()StringgetType()StringgetUrl()voidsetPassword(String password)voidsetType(String type)voidsetUrl(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
 
 - 
 
 -