Class XmlCertificateRef
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateRef
- All Implemented Interfaces:
Serializable
public class XmlCertificateRef extends Object implements Serializable
Java class for CertificateRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Origin" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateRefOriginType"/>
<element name="IssuerSerial" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XmlDigestAlgoAndValuedigestAlgoAndValueprotected byte[]issuerSerialprotected CertificateRefOriginorigin -
Constructor Summary
Constructors Constructor Description XmlCertificateRef() -
Method Summary
Modifier and Type Method Description XmlDigestAlgoAndValuegetDigestAlgoAndValue()Gets the value of the digestAlgoAndValue property.byte[]getIssuerSerial()Gets the value of the issuerSerial property.CertificateRefOrigingetOrigin()Gets the value of the origin property.voidsetDigestAlgoAndValue(XmlDigestAlgoAndValue value)Sets the value of the digestAlgoAndValue property.voidsetIssuerSerial(byte[] value)Sets the value of the issuerSerial property.voidsetOrigin(CertificateRefOrigin value)Sets the value of the origin property.
-
Field Details
-
origin
-
issuerSerial
protected byte[] issuerSerial -
digestAlgoAndValue
-
-
Constructor Details
-
XmlCertificateRef
public XmlCertificateRef()
-
-
Method Details
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isString
-
getIssuerSerial
public byte[] getIssuerSerial()Gets the value of the issuerSerial property.- Returns:
- possible object is byte[]
-
setIssuerSerial
public void setIssuerSerial(byte[] value)Sets the value of the issuerSerial property.- Parameters:
value- allowed object is byte[]
-
getDigestAlgoAndValue
Gets the value of the digestAlgoAndValue property.- Returns:
- possible object is
XmlDigestAlgoAndValue
-
setDigestAlgoAndValue
Sets the value of the digestAlgoAndValue property.- Parameters:
value- allowed object isXmlDigestAlgoAndValue
-