Package org.cxml

Class X509Data

java.lang.Object
org.cxml.X509Data

public class X509Data extends Object
  • Field Details

    • x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL

      protected List<Object> x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL
  • Constructor Details

    • X509Data

      public X509Data()
  • Method Details

    • getX509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL

      public List<Object> 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 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 X509CRL X509Certificate X509IssuerSerial X509SKI X509SubjectName