public class SecureRandomParameters
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
algorithm |
protected java.lang.String |
provider |
| Constructor and Description |
|---|
SecureRandomParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Gets the value of the algorithm property.
|
java.lang.String |
getProvider()
Gets the value of the provider property.
|
boolean |
isSetAlgorithm() |
boolean |
isSetProvider() |
void |
setAlgorithm(java.lang.String value)
Sets the value of the algorithm property.
|
void |
setProvider(java.lang.String value)
Sets the value of the provider property.
|
protected java.lang.String algorithm
protected java.lang.String provider
public java.lang.String getAlgorithm()
Stringpublic void setAlgorithm(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAlgorithm()
public java.lang.String getProvider()
Stringpublic void setProvider(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProvider()