Skip navigation links


oracle.iam.config.jaxb
Class CryptoConfigParams

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


public class CryptoConfigParams
extends java.lang.Object

Java class for CryptoConfigParams complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CryptoConfigParams">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HashingAlgorithm">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="SHA-1"/>
               <enumeration value="SHA-256"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PKIProviderConfigParams" type="{http://www.oracle.com/schema/oracle/iam/platform/config}PKIProviderConfigParams"/>
         <element name="symmetricProviderConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}SymmetricProviderConfigParams"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
CryptoConfigParams()
           

 

Method Summary
 java.lang.String getHashingAlgorithm()
          Gets the value of the hashingAlgorithm property.
 PKIProviderConfigParams getPKIProviderConfigParams()
          Gets the value of the pkiProviderConfigParams property.
 SymmetricProviderConfigParams getSymmetricProviderConfig()
          Gets the value of the symmetricProviderConfig property.
 void setHashingAlgorithm(java.lang.String value)
          Sets the value of the hashingAlgorithm property.
 void setPKIProviderConfigParams(PKIProviderConfigParams value)
          Sets the value of the pkiProviderConfigParams property.
 void setSymmetricProviderConfig(SymmetricProviderConfigParams value)
          Sets the value of the symmetricProviderConfig property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CryptoConfigParams

public CryptoConfigParams()

Method Detail

getHashingAlgorithm

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

setHashingAlgorithm

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

getPKIProviderConfigParams

public PKIProviderConfigParams getPKIProviderConfigParams()
Gets the value of the pkiProviderConfigParams property.
Returns:
possible object is PKIProviderConfigParams

setPKIProviderConfigParams

public void setPKIProviderConfigParams(PKIProviderConfigParams value)
Sets the value of the pkiProviderConfigParams property.
Parameters:
value - allowed object is PKIProviderConfigParams

getSymmetricProviderConfig

public SymmetricProviderConfigParams getSymmetricProviderConfig()
Gets the value of the symmetricProviderConfig property.
Returns:
possible object is SymmetricProviderConfigParams

setSymmetricProviderConfig

public void setSymmetricProviderConfig(SymmetricProviderConfigParams value)
Sets the value of the symmetricProviderConfig property.
Parameters:
value - allowed object is SymmetricProviderConfigParams

Skip navigation links


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