public class XmlSigningCertificate extends Object
Java class for SigningCertificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SigningCertificate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AttributePresent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DigestValuePresent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DigestValueMatch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IssuerSerialMatch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Signed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
attributePresent |
protected Boolean |
digestValueMatch |
protected Boolean |
digestValuePresent |
protected String |
id |
protected Boolean |
issuerSerialMatch |
protected String |
signed |
| Constructor and Description |
|---|
XmlSigningCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getSigned()
Gets the value of the signed property.
|
Boolean |
isAttributePresent()
Gets the value of the attributePresent property.
|
Boolean |
isDigestValueMatch()
Gets the value of the digestValueMatch property.
|
Boolean |
isDigestValuePresent()
Gets the value of the digestValuePresent property.
|
Boolean |
isIssuerSerialMatch()
Gets the value of the issuerSerialMatch property.
|
void |
setAttributePresent(Boolean value)
Sets the value of the attributePresent property.
|
void |
setDigestValueMatch(Boolean value)
Sets the value of the digestValueMatch property.
|
void |
setDigestValuePresent(Boolean value)
Sets the value of the digestValuePresent property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIssuerSerialMatch(Boolean value)
Sets the value of the issuerSerialMatch property.
|
void |
setSigned(String value)
Sets the value of the signed property.
|
protected Boolean attributePresent
protected Boolean digestValuePresent
protected Boolean digestValueMatch
protected Boolean issuerSerialMatch
protected String signed
protected String id
public Boolean isAttributePresent()
Booleanpublic void setAttributePresent(Boolean value)
value - allowed object is
Booleanpublic Boolean isDigestValuePresent()
Booleanpublic void setDigestValuePresent(Boolean value)
value - allowed object is
Booleanpublic Boolean isDigestValueMatch()
Booleanpublic void setDigestValueMatch(Boolean value)
value - allowed object is
Booleanpublic Boolean isIssuerSerialMatch()
Booleanpublic void setIssuerSerialMatch(Boolean value)
value - allowed object is
Booleanpublic String getSigned()
Stringpublic void setSigned(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.