Class KeyStoreType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThis attribute specifies the File location of the keystore.protected StringThis attribute specifes the integrity password for the keystore.protected StringThis attribute specifies the keystore implementation provider.protected StringThis attribute specifies the Resource location of the keystore.protected StringThis attribute specifies the type of the keystore.protected StringThis attribute specifies the URL location of the keystore. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Gets the value of the file property.Gets the value of the password property.Gets the value of the provider property.Gets the value of the resource property.getType()Gets the value of the type property.getUrl()Gets the value of the url property.booleanbooleanbooleanbooleanbooleanbooleanisSetUrl()voidSets the value of the file property.voidsetPassword(String value) Sets the value of the password property.voidsetProvider(String value) Sets the value of the provider property.voidsetResource(String value) Sets the value of the resource property.voidSets the value of the type property.voidSets the value of the url property.
-
Field Details
-
type
This attribute specifies the type of the keystore. It is highly correlated to the provider. Most common examples are "jks" "pkcs12". -
password
This attribute specifes the integrity password for the keystore. This is not the password that unlock keys within the keystore. -
provider
This attribute specifies the keystore implementation provider. Most common examples are "SUN". -
url
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. -
file
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. -
resource
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.
-
-
Constructor Details
-
KeyStoreType
public KeyStoreType()
-
-
Method Details
-
getType
Gets the value of the type property.This attribute specifies the type of the keystore. It is highly correlated to the provider. Most common examples are "jks" "pkcs12".
- Returns:
- possible object is
String
-
setType
Sets the value of the type property. -
isSetType
public boolean isSetType() -
getPassword
Gets the value of the password property.This attribute specifes the integrity password for the keystore. This is not the password that unlock keys within the keystore.
- Returns:
- possible object is
String
-
setPassword
Sets the value of the password property.- Parameters:
value- allowed object isString- See Also:
-
isSetPassword
public boolean isSetPassword() -
getProvider
Gets the value of the provider property.This attribute specifies the keystore implementation provider. Most common examples are "SUN".
- Returns:
- possible object is
String
-
setProvider
Sets the value of the provider property.- Parameters:
value- allowed object isString- See Also:
-
isSetProvider
public boolean isSetProvider() -
getUrl
Gets the value of the url property.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.
- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property. -
isSetUrl
public boolean isSetUrl() -
getFile
Gets the value of the file property.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.
- Returns:
- possible object is
String
-
setFile
Sets the value of the file property. -
isSetFile
public boolean isSetFile() -
getResource
Gets the value of the resource property.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.
- Returns:
- possible object is
String
-
setResource
Sets the value of the resource property.- Parameters:
value- allowed object isString- See Also:
-
isSetResource
public boolean isSetResource()
-