Package org.cxml
Class X509Data
java.lang.Object
org.cxml.X509Data
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL property.
-
Field Details
-
x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL
-
-
Constructor Details
-
X509Data
public X509Data()
-
-
Method Details
-
getX509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL
Gets the value of the x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL property.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
setmethod 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
X509CRLX509CertificateX509IssuerSerialX509SKIX509SubjectName
-