Class CertWithRevocationInfo


  • public class CertWithRevocationInfo
    extends java.lang.Object
    Certificate with revocation information.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xipki.ca.api.CertWithDbId getCert()  
      java.lang.String getCertprofile()  
      org.xipki.security.CertRevocationInfo getRevInfo()  
      boolean isRevoked()  
      void setCert​(org.xipki.ca.api.CertWithDbId cert)  
      void setCertprofile​(java.lang.String certprofile)  
      void setRevInfo​(org.xipki.security.CertRevocationInfo revInfo)  
      • Methods inherited from class java.lang.Object

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

      • CertWithRevocationInfo

        public CertWithRevocationInfo()
    • Method Detail

      • getCert

        public org.xipki.ca.api.CertWithDbId getCert()
      • isRevoked

        public boolean isRevoked()
      • getRevInfo

        public org.xipki.security.CertRevocationInfo getRevInfo()
      • setCert

        public void setCert​(org.xipki.ca.api.CertWithDbId cert)
      • setRevInfo

        public void setRevInfo​(org.xipki.security.CertRevocationInfo revInfo)
      • getCertprofile

        public java.lang.String getCertprofile()
      • setCertprofile

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