Class XmlSigningCertificate
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlSigningCertificate
- All Implemented Interfaces:
Serializable
public class XmlSigningCertificate extends Object implements Serializable
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="PublicKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
<attribute name="Certificate" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XmlCertificatecertificateprotected byte[]publicKey -
Constructor Summary
Constructors Constructor Description XmlSigningCertificate() -
Method Summary
Modifier and Type Method Description XmlCertificategetCertificate()Gets the value of the certificate property.byte[]getPublicKey()Gets the value of the publicKey property.voidsetCertificate(XmlCertificate value)Sets the value of the certificate property.voidsetPublicKey(byte[] value)Sets the value of the publicKey property.
-
Field Details
-
publicKey
protected byte[] publicKey -
certificate
-
-
Constructor Details
-
XmlSigningCertificate
public XmlSigningCertificate()
-
-
Method Details
-
getPublicKey
public byte[] getPublicKey()Gets the value of the publicKey property.- Returns:
- possible object is byte[]
-
setPublicKey
public void setPublicKey(byte[] value)Sets the value of the publicKey property.- Parameters:
value- allowed object is byte[]
-
getCertificate
Gets the value of the certificate property.- Returns:
- possible object is
Object
-
setCertificate
Sets the value of the certificate property.- Parameters:
value- allowed object isObject
-