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 XmlDigestAlgoAndValue
digestAlgoAndValue
protected byte[]
issuerSerial
protected CertificateRefOrigin
origin
-
Constructor Summary
Constructors Constructor Description XmlCertificateRef()
-
Method Summary
Modifier and Type Method Description XmlDigestAlgoAndValue
getDigestAlgoAndValue()
Gets the value of the digestAlgoAndValue property.byte[]
getIssuerSerial()
Gets the value of the issuerSerial property.CertificateRefOrigin
getOrigin()
Gets the value of the origin property.void
setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
Sets the value of the digestAlgoAndValue property.void
setIssuerSerial(byte[] value)
Sets the value of the issuerSerial property.void
setOrigin(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
-