public class X509DataType extends Object
Java class for X509DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="X509IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
<element name="X509SKI" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="X509CRL" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<any processContents='lax' namespace='##other'/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected byte[] |
x509Certificate |
protected byte[] |
x509CRL |
protected X509IssuerSerialType |
x509IssuerSerial |
protected byte[] |
x509SKI |
protected String |
x509SubjectName |
| Constructor and Description |
|---|
X509DataType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAny()
Gets the value of the any property.
|
byte[] |
getX509Certificate()
Gets the value of the x509Certificate property.
|
byte[] |
getX509CRL()
Gets the value of the x509CRL property.
|
X509IssuerSerialType |
getX509IssuerSerial()
Gets the value of the x509IssuerSerial property.
|
byte[] |
getX509SKI()
Gets the value of the x509SKI property.
|
String |
getX509SubjectName()
Gets the value of the x509SubjectName property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setX509Certificate(byte[] value)
Sets the value of the x509Certificate property.
|
void |
setX509CRL(byte[] value)
Sets the value of the x509CRL property.
|
void |
setX509IssuerSerial(X509IssuerSerialType value)
Sets the value of the x509IssuerSerial property.
|
void |
setX509SKI(byte[] value)
Sets the value of the x509SKI property.
|
void |
setX509SubjectName(String value)
Sets the value of the x509SubjectName property.
|
protected X509IssuerSerialType x509IssuerSerial
protected byte[] x509SKI
protected String x509SubjectName
protected byte[] x509Certificate
protected byte[] x509CRL
protected Object any
public X509IssuerSerialType getX509IssuerSerial()
X509IssuerSerialTypepublic void setX509IssuerSerial(X509IssuerSerialType value)
value - allowed object is X509IssuerSerialTypepublic byte[] getX509SKI()
public void setX509SKI(byte[] value)
value - allowed object is byte[]public String getX509SubjectName()
Stringpublic void setX509SubjectName(String value)
value - allowed object is Stringpublic byte[] getX509Certificate()
public void setX509Certificate(byte[] value)
value - allowed object is byte[]public byte[] getX509CRL()
public void setX509CRL(byte[] value)
value - allowed object is byte[]public Object getAny()
Copyright © 2014–2019. All rights reserved.