public class KeyReferenceType
extends java.lang.Object
Java class for KeyReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="CertificateIssuerDN" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="HashOfUsersPublicKey" type="{http://uri.etsi.org/TS102204/v1.1.2#}DigestAlgAndValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="HashOfCAPublicKey" type="{http://uri.etsi.org/TS102204/v1.1.2#}DigestAlgAndValueType" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
any |
protected java.util.List<java.lang.String> |
certificateIssuerDN |
protected java.util.List<java.lang.String> |
certificateURL |
protected java.util.List<DigestAlgAndValueType> |
hashOfCAPublicKey |
protected java.util.List<DigestAlgAndValueType> |
hashOfUsersPublicKey |
| Constructor and Description |
|---|
KeyReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAny()
Gets the value of the any property.
|
java.util.List<java.lang.String> |
getCertificateIssuerDN()
Gets the value of the certificateIssuerDN property.
|
java.util.List<java.lang.String> |
getCertificateURL()
Gets the value of the certificateURL property.
|
java.util.List<DigestAlgAndValueType> |
getHashOfCAPublicKey()
Gets the value of the hashOfCAPublicKey property.
|
java.util.List<DigestAlgAndValueType> |
getHashOfUsersPublicKey()
Gets the value of the hashOfUsersPublicKey property.
|
void |
setAny(java.lang.Object value)
Sets the value of the any property.
|
protected java.util.List<java.lang.String> certificateURL
protected java.util.List<java.lang.String> certificateIssuerDN
protected java.util.List<DigestAlgAndValueType> hashOfUsersPublicKey
protected java.util.List<DigestAlgAndValueType> hashOfCAPublicKey
protected java.lang.Object any
public java.util.List<java.lang.String> getCertificateURL()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the certificateURL property.
For example, to add a new item, do as follows:
getCertificateURL().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getCertificateIssuerDN()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the certificateIssuerDN property.
For example, to add a new item, do as follows:
getCertificateIssuerDN().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<DigestAlgAndValueType> getHashOfUsersPublicKey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hashOfUsersPublicKey property.
For example, to add a new item, do as follows:
getHashOfUsersPublicKey().add(newItem);
Objects of the following type(s) are allowed in the list
DigestAlgAndValueType
public java.util.List<DigestAlgAndValueType> getHashOfCAPublicKey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hashOfCAPublicKey property.
For example, to add a new item, do as follows:
getHashOfCAPublicKey().add(newItem);
Objects of the following type(s) are allowed in the list
DigestAlgAndValueType
public java.lang.Object getAny()
Element
Objectpublic void setAny(java.lang.Object value)
value - allowed object is
Element
ObjectCopyright © 2025. All rights reserved.