Class CertWithStatusInfo


  • public class CertWithStatusInfo
    extends java.lang.Object
    Certificate with status info.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xipki.security.X509Cert getCert()  
      java.lang.String getCertprofile()  
      org.xipki.security.CertRevocationInfo getRevocationInfo()  
      void setCert​(org.xipki.security.X509Cert cert)  
      void setCertprofile​(java.lang.String certprofile)  
      void setRevocationInfo​(org.xipki.security.CertRevocationInfo revocationInfo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertWithStatusInfo

        public CertWithStatusInfo()
    • Method Detail

      • getCert

        public org.xipki.security.X509Cert getCert()
      • setCert

        public void setCert​(org.xipki.security.X509Cert cert)
      • getCertprofile

        public java.lang.String getCertprofile()
      • setCertprofile

        public void setCertprofile​(java.lang.String certprofile)
      • getRevocationInfo

        public org.xipki.security.CertRevocationInfo getRevocationInfo()
      • setRevocationInfo

        public void setRevocationInfo​(org.xipki.security.CertRevocationInfo revocationInfo)