public class KeyManagersType extends Object
Java class for KeyManagersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyManagersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="keyStore" type="{http://cxf.apache.org/configuration/security}KeyStoreType" minOccurs="0"/>
</sequence>
<attribute name="keyPassword" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="factoryAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
factoryAlgorithm |
protected String |
keyPassword |
protected KeyStoreType |
keyStore |
protected String |
provider |
protected String |
ref |
| Constructor and Description |
|---|
KeyManagersType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFactoryAlgorithm()
Gets the value of the factoryAlgorithm property.
|
String |
getKeyPassword()
Gets the value of the keyPassword property.
|
KeyStoreType |
getKeyStore()
Gets the value of the keyStore property.
|
String |
getProvider()
Gets the value of the provider property.
|
String |
getRef()
Gets the value of the ref property.
|
boolean |
isSetFactoryAlgorithm() |
boolean |
isSetKeyPassword() |
boolean |
isSetKeyStore() |
boolean |
isSetProvider() |
boolean |
isSetRef() |
void |
setFactoryAlgorithm(String value)
Sets the value of the factoryAlgorithm property.
|
void |
setKeyPassword(String value)
Sets the value of the keyPassword property.
|
void |
setKeyStore(KeyStoreType value)
Sets the value of the keyStore property.
|
void |
setProvider(String value)
Sets the value of the provider property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
protected KeyStoreType keyStore
protected String keyPassword
protected String provider
protected String factoryAlgorithm
protected String ref
public KeyStoreType getKeyStore()
KeyStoreTypepublic void setKeyStore(KeyStoreType value)
value - allowed object is
KeyStoreTypepublic boolean isSetKeyStore()
public String getKeyPassword()
Stringpublic void setKeyPassword(String value)
value - allowed object is
Stringpublic boolean isSetKeyPassword()
public String getProvider()
Stringpublic void setProvider(String value)
value - allowed object is
Stringpublic boolean isSetProvider()
public String getFactoryAlgorithm()
Stringpublic void setFactoryAlgorithm(String value)
value - allowed object is
Stringpublic boolean isSetFactoryAlgorithm()
public void setRef(String value)
value - allowed object is
Stringpublic boolean isSetRef()
Apache CXF