public class EnrollCertType extends Object
Java class for enrollCertType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="enrollCertType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="certprofile" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="randomDN" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="rsaKey" type="{http://xipki.org/ca/client/loadtest/v2}rsaKeyType"/>
<element name="dsaKey" type="{http://xipki.org/ca/client/loadtest/v2}dsaKeyType"/>
<element name="ecKey" type="{http://xipki.org/ca/client/loadtest/v2}ecKeyType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
certprofile |
protected DsaKeyType |
dsaKey |
protected EcKeyType |
ecKey |
protected String |
randomDN |
protected RsaKeyType |
rsaKey |
protected String |
subject |
| Constructor and Description |
|---|
EnrollCertType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertprofile()
Gets the value of the certprofile property.
|
DsaKeyType |
getDsaKey()
Gets the value of the dsaKey property.
|
EcKeyType |
getEcKey()
Gets the value of the ecKey property.
|
String |
getRandomDN()
Gets the value of the randomDN property.
|
RsaKeyType |
getRsaKey()
Gets the value of the rsaKey property.
|
String |
getSubject()
Gets the value of the subject property.
|
void |
setCertprofile(String value)
Sets the value of the certprofile property.
|
void |
setDsaKey(DsaKeyType value)
Sets the value of the dsaKey property.
|
void |
setEcKey(EcKeyType value)
Sets the value of the ecKey property.
|
void |
setRandomDN(String value)
Sets the value of the randomDN property.
|
void |
setRsaKey(RsaKeyType value)
Sets the value of the rsaKey property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
protected String certprofile
protected String subject
protected String randomDN
protected RsaKeyType rsaKey
protected DsaKeyType dsaKey
protected EcKeyType ecKey
public String getCertprofile()
Stringpublic void setCertprofile(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getRandomDN()
Stringpublic void setRandomDN(String value)
value - allowed object is
Stringpublic RsaKeyType getRsaKey()
RsaKeyTypepublic void setRsaKey(RsaKeyType value)
value - allowed object is
RsaKeyTypepublic DsaKeyType getDsaKey()
DsaKeyTypepublic void setDsaKey(DsaKeyType value)
value - allowed object is
DsaKeyTypepublic EcKeyType getEcKey()
EcKeyTypeCopyright © 2017. All rights reserved.