Apache CXF API

org.apache.cxf.configuration.security
Class SecureRandomParameters

java.lang.Object
  extended by org.apache.cxf.configuration.security.SecureRandomParameters

public class SecureRandomParameters
extends Object

This structure holds the parameters for the Secure Random Number generator used in the JSSE.

Java class for SecureRandomParameters complex type.

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

 <complexType name="SecureRandomParameters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="algorithm" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String algorithm
           
protected  String provider
           
 
Constructor Summary
SecureRandomParameters()
           
 
Method Summary
 String getAlgorithm()
          Gets the value of the algorithm property.
 String getProvider()
          Gets the value of the provider property.
 boolean isSetAlgorithm()
           
 boolean isSetProvider()
           
 void setAlgorithm(String value)
          Sets the value of the algorithm property.
 void setProvider(String value)
          Sets the value of the provider property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithm

protected String algorithm

provider

protected String provider
Constructor Detail

SecureRandomParameters

public SecureRandomParameters()
Method Detail

getAlgorithm

public String getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is String

setAlgorithm

public void setAlgorithm(String value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is String

isSetAlgorithm

public boolean isSetAlgorithm()

getProvider

public String getProvider()
Gets the value of the provider property.

Returns:
possible object is String

setProvider

public void setProvider(String value)
Sets the value of the provider property.

Parameters:
value - allowed object is String

isSetProvider

public boolean isSetProvider()

Apache CXF API

Apache CXF