public class X509CertificateChain
extends java.lang.Object
Java class for X509CertificateChain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509CertificateChain"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<byte[]> |
x509Certificate |
Constructor and Description |
---|
X509CertificateChain() |
Modifier and Type | Method and Description |
---|---|
java.util.List<byte[]> |
getX509Certificate()
Gets the value of the x509Certificate property.
|
public java.util.List<byte[]> getX509Certificate()
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 x509Certificate property.
For example, to add a new item, do as follows:
getX509Certificate().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.