Class SecureRandomParameters
java.lang.Object
org.apache.cxf.configuration.security.SecureRandomParameters
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.Gets the value of the provider property.booleanbooleanvoidsetAlgorithm(String value) Sets the value of the algorithm property.voidsetProvider(String value) Sets the value of the provider property.
-
Field Details
-
algorithm
-
provider
-
-
Constructor Details
-
SecureRandomParameters
public SecureRandomParameters()
-
-
Method Details
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
isSetAlgorithm
public boolean isSetAlgorithm() -
getProvider
Gets the value of the provider property.- Returns:
- possible object is
String
-
setProvider
Sets the value of the provider property.- Parameters:
value- allowed object isString
-
isSetProvider
public boolean isSetProvider()
-