Class XmlSubjectKeyIdentifier
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlSubjectKeyIdentifier
- All Implemented Interfaces:
Serializable
Java class for SubjectKeyIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectKeyIdentifier"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CertificateExtension"> <sequence> <element name="ski" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
critical, description, octets, oid
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
getDescription, getOctets, getOID, isCritical, setCritical, setDescription, setOctets, setOID
-
Field Details
-
ski
protected byte[] ski
-
-
Constructor Details
-
XmlSubjectKeyIdentifier
public XmlSubjectKeyIdentifier()
-
-
Method Details
-
getSki
public byte[] getSki()Gets the value of the ski property.- Returns:
- possible object is byte[]
-
setSki
public void setSki(byte[] value) Sets the value of the ski property.- Parameters:
value
- allowed object is byte[]
-