Skip navigation links


oracle.iam.config.jaxb
Class SymmetricProviderConfigParams

java.lang.Object
  extended by oracle.iam.config.jaxb.SymmetricProviderConfigParams


public class SymmetricProviderConfigParams
extends java.lang.Object

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

SymmetricProviderConfigParams

public SymmetricProviderConfigParams()

Method Detail

getKeyStoreConfigParams

public KeyStoreConfigParams getKeyStoreConfigParams()
Gets the value of the keyStoreConfigParams property.
Returns:
possible object is KeyStoreConfigParams

setKeyStoreConfigParams

public void setKeyStoreConfigParams(KeyStoreConfigParams value)
Sets the value of the keyStoreConfigParams property.
Parameters:
value - allowed object is KeyStoreConfigParams

getKeysConfigParams

public KeysConfigParams getKeysConfigParams()
Gets the value of the keysConfigParams property.
Returns:
possible object is KeysConfigParams

setKeysConfigParams

public void setKeysConfigParams(KeysConfigParams value)
Sets the value of the keysConfigParams property.
Parameters:
value - allowed object is KeysConfigParams

getSymmetricProviderName

public java.lang.String getSymmetricProviderName()
Gets the value of the symmetricProviderName property.
Returns:
possible object is String

setSymmetricProviderName

public void setSymmetricProviderName(java.lang.String value)
Sets the value of the symmetricProviderName property.
Parameters:
value - allowed object is String

getSignatureAlgorithm

public java.lang.String getSignatureAlgorithm()
Gets the value of the signatureAlgorithm property.
Returns:
possible object is String

setSignatureAlgorithm

public void setSignatureAlgorithm(java.lang.String value)
Sets the value of the signatureAlgorithm property.
Parameters:
value - allowed object is String

getSignatureProvider

public java.lang.String getSignatureProvider()
Gets the value of the signatureProvider property.
Returns:
possible object is String

setSignatureProvider

public void setSignatureProvider(java.lang.String value)
Sets the value of the signatureProvider property.
Parameters:
value - allowed object is String

isVerifySigner

public java.lang.Boolean isVerifySigner()
Gets the value of the verifySigner property.
Returns:
possible object is Boolean

setVerifySigner

public void setVerifySigner(java.lang.Boolean value)
Sets the value of the verifySigner property.
Parameters:
value - allowed object is Boolean

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.