Package org.cxml

Class X509Data


  • public class X509Data
    extends java.lang.Object
    • Field Detail

      • x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL

        protected java.util.List<java.lang.Object> x509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL
    • Constructor Detail

      • X509Data

        public X509Data()
    • Method Detail

      • getX509IssuerSerialOrX509SKIOrX509SubjectNameOrX509CertificateOrX509CRL

        public java.util.List<java.lang.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 X509IssuerSerial X509SKI X509SubjectName X509Certificate X509CRL