public class KeyStoreType
extends java.lang.Object
Java class for KeyStoreType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyStoreType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
file
This attribute specifies the File location of the keystore.
|
protected java.lang.String |
password
This attribute specifes the integrity password for the keystore.
|
protected java.lang.String |
provider
This attribute specifies the keystore implementation provider.
|
protected java.lang.String |
resource
This attribute specifies the Resource location of the keystore.
|
protected java.lang.String |
type
This attribute specifies the type of the keystore.
|
protected java.lang.String |
url
This attribute specifies the URL location of the keystore.
|
| Constructor and Description |
|---|
KeyStoreType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFile()
Gets the value of the file property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getProvider()
Gets the value of the provider property.
|
java.lang.String |
getResource()
Gets the value of the resource property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetFile() |
boolean |
isSetPassword() |
boolean |
isSetProvider() |
boolean |
isSetResource() |
boolean |
isSetType() |
boolean |
isSetUrl() |
void |
setFile(java.lang.String value)
Sets the value of the file property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setProvider(java.lang.String value)
Sets the value of the provider property.
|
void |
setResource(java.lang.String value)
Sets the value of the resource property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
protected java.lang.String type
protected java.lang.String password
protected java.lang.String provider
protected java.lang.String url
protected java.lang.String file
protected java.lang.String resource
public java.lang.String getType()
This attribute specifies the type of the keystore. It is highly correlated to the provider. Most common examples are "jks" "pkcs12".
Stringpublic void setType(java.lang.String value)
value - allowed object is
StringgetType()public boolean isSetType()
public java.lang.String getPassword()
This attribute specifes the integrity password for the keystore. This is not the password that unlock keys within the keystore.
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
StringgetPassword()public boolean isSetPassword()
public java.lang.String getProvider()
This attribute specifies the keystore implementation provider. Most common examples are "SUN".
Stringpublic void setProvider(java.lang.String value)
value - allowed object is
StringgetProvider()public boolean isSetProvider()
public java.lang.String getUrl()
This attribute specifies the URL location of the keystore. This element should be a properly accessible URL, such as "http://..." "file:///...", etc. Only one attribute of "url", "file", or "resource" is allowed.
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
StringgetUrl()public boolean isSetUrl()
public java.lang.String getFile()
This attribute specifies the File location of the keystore. This element should be a properly accessible file from the working directory. Only one attribute of "url", "file", or "resource" is allowed.
Stringpublic void setFile(java.lang.String value)
value - allowed object is
StringgetFile()public boolean isSetFile()
public java.lang.String getResource()
This attribute specifies the Resource location of the keystore. This element should be a properly accessible on the classpath. Only one attribute of "url", "file", or "resource" is allowed.
Stringpublic void setResource(java.lang.String value)
value - allowed object is
StringgetResource()public boolean isSetResource()