Skip navigation links


oracle.iam.config.jaxb
Class PKIProviderConfigParams

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


public class PKIProviderConfigParams
extends java.lang.Object

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

PKIProviderConfigParams

public PKIProviderConfigParams()

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

getPKIProviderName

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

setPKIProviderName

public void setPKIProviderName(java.lang.String value)
Sets the value of the pkiProviderName 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

Skip navigation links


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