Class XmlAuthorityKeyIdentifier
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlAuthorityKeyIdentifier
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected byte[]Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
critical, description, octets, oid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the authorityCertIssuerSerial property.byte[]Gets the value of the keyIdentifier property.voidsetAuthorityCertIssuerSerial(byte[] value) Sets the value of the authorityCertIssuerSerial property.voidsetKeyIdentifier(byte[] value) Sets the value of the keyIdentifier property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
getDescription, getOctets, getOID, isCritical, setCritical, setDescription, setOctets, setOID
-
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[]
-