public class SecureRandomParameters extends 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 String |
algorithm |
protected String |
provider |
Constructor and Description |
---|
SecureRandomParameters() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getAlgorithm()
String
public void setAlgorithm(String value)
value
- allowed object is
String
public boolean isSetAlgorithm()
public String getProvider()
String
public void setProvider(String value)
value
- allowed object is
String
public boolean isSetProvider()
Copyright © 2016 JBoss by Red Hat. All rights reserved.