Class XmlAuthorityKeyIdentifier

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlAuthorityKeyIdentifier
All Implemented Interfaces:
Serializable

public class XmlAuthorityKeyIdentifier extends XmlCertificateExtension implements Serializable

Java class for AuthorityKeyIdentifier complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="AuthorityKeyIdentifier">
  <complexContent>
    <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CertificateExtension">
      <sequence>
        <element name="keyIdentifier" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
        <element name="authorityCertIssuerSerial" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • keyIdentifier

      protected byte[] keyIdentifier
    • authorityCertIssuerSerial

      protected byte[] authorityCertIssuerSerial
  • Constructor Details

    • XmlAuthorityKeyIdentifier

      public XmlAuthorityKeyIdentifier()
  • Method Details

    • getKeyIdentifier

      public byte[] getKeyIdentifier()
      Gets the value of the keyIdentifier property.
      Returns:
      possible object is byte[]
    • setKeyIdentifier

      public void setKeyIdentifier(byte[] value)
      Sets the value of the keyIdentifier property.
      Parameters:
      value - allowed object is byte[]
    • getAuthorityCertIssuerSerial

      public byte[] getAuthorityCertIssuerSerial()
      Gets the value of the authorityCertIssuerSerial property.
      Returns:
      possible object is byte[]
    • setAuthorityCertIssuerSerial

      public void setAuthorityCertIssuerSerial(byte[] value)
      Sets the value of the authorityCertIssuerSerial property.
      Parameters:
      value - allowed object is byte[]