|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.PKIProviderConfigParams
public class PKIProviderConfigParams
Java class for PKIProviderConfigParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PKIProviderConfigParams">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="keyStoreConfigParams" type="{http://www.oracle.com/schema/oracle/iam/platform/config}KeyStoreConfigParams"/>
<element name="KeysConfigParams" type="{http://www.oracle.com/schema/oracle/iam/platform/config}KeysConfigParams"/>
</sequence>
<attribute name="pKIProviderName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="signatureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="signatureProvider" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PKIProviderConfigParams() |
|
| Method Summary | |
|---|---|
KeysConfigParams |
getKeysConfigParams()Gets the value of the keysConfigParams property. |
KeyStoreConfigParams |
getKeyStoreConfigParams()Gets the value of the keyStoreConfigParams property. |
java.lang.String |
getPKIProviderName()Gets the value of the pkiProviderName property. |
java.lang.String |
getSignatureAlgorithm()Gets the value of the signatureAlgorithm property. |
java.lang.String |
getSignatureProvider()Gets the value of the signatureProvider property. |
void |
setKeysConfigParams(KeysConfigParams value)Sets the value of the keysConfigParams property. |
void |
setKeyStoreConfigParams(KeyStoreConfigParams value)Sets the value of the keyStoreConfigParams property. |
void |
setPKIProviderName(java.lang.String value)Sets the value of the pkiProviderName property. |
void |
setSignatureAlgorithm(java.lang.String value)Sets the value of the signatureAlgorithm property. |
void |
setSignatureProvider(java.lang.String value)Sets the value of the signatureProvider property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PKIProviderConfigParams()
| Method Detail |
|---|
public KeyStoreConfigParams getKeyStoreConfigParams()
KeyStoreConfigParamspublic void setKeyStoreConfigParams(KeyStoreConfigParams value)
value - allowed object is KeyStoreConfigParamspublic KeysConfigParams getKeysConfigParams()
KeysConfigParamspublic void setKeysConfigParams(KeysConfigParams value)
value - allowed object is KeysConfigParamspublic java.lang.String getPKIProviderName()
Stringpublic void setPKIProviderName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSignatureAlgorithm()
Stringpublic void setSignatureAlgorithm(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSignatureProvider()
Stringpublic void setSignatureProvider(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||