|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.SymmetricProviderConfigParams
public class SymmetricProviderConfigParams
Java class for SymmetricProviderConfigParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SymmetricProviderConfigParams">
<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="symmetricProviderName" 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" />
<attribute name="verifySigner" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SymmetricProviderConfigParams() |
|
| Method Summary | |
|---|---|
KeysConfigParams |
getKeysConfigParams()Gets the value of the keysConfigParams property. |
KeyStoreConfigParams |
getKeyStoreConfigParams()Gets the value of the keyStoreConfigParams property. |
java.lang.String |
getSignatureAlgorithm()Gets the value of the signatureAlgorithm property. |
java.lang.String |
getSignatureProvider()Gets the value of the signatureProvider property. |
java.lang.String |
getSymmetricProviderName()Gets the value of the symmetricProviderName property. |
java.lang.Boolean |
isVerifySigner()Gets the value of the verifySigner property. |
void |
setKeysConfigParams(KeysConfigParams value)Sets the value of the keysConfigParams property. |
void |
setKeyStoreConfigParams(KeyStoreConfigParams value)Sets the value of the keyStoreConfigParams 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. |
void |
setSymmetricProviderName(java.lang.String value)Sets the value of the symmetricProviderName property. |
void |
setVerifySigner(java.lang.Boolean value)Sets the value of the verifySigner property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SymmetricProviderConfigParams()
| 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 getSymmetricProviderName()
Stringpublic void setSymmetricProviderName(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 Stringpublic java.lang.Boolean isVerifySigner()
Booleanpublic void setVerifySigner(java.lang.Boolean value)
value - allowed object is Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||