public class X509Data
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL |
| Constructor and Description |
|---|
X509Data() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getX509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL()
Gets the value of the x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL property.
|
protected java.util.List<java.lang.Object> x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL
public java.util.List<java.lang.Object> getX509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL()
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 x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL property.
For example, to add a new item, do as follows:
getX509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL().add(newItem);
Objects of the following type(s) are allowed in the list
X509IssuerSerial
X509SKI
X509SubjectName
X509Certificate
X509CRL
Copyright © 2018 SAP SE. All Rights Reserved.