Package org.xipki.ca.api.mgmt
Class CertWithRevocationInfo
- java.lang.Object
-
- org.xipki.ca.api.mgmt.CertWithRevocationInfo
-
public class CertWithRevocationInfo extends Object
Certificate with revocation information.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CertWithRevocationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xipki.ca.api.CertWithDbIdgetCert()StringgetCertprofile()org.xipki.security.CertRevocationInfogetRevInfo()booleanisRevoked()voidsetCert(org.xipki.ca.api.CertWithDbId cert)voidsetCertprofile(String certprofile)voidsetRevInfo(org.xipki.security.CertRevocationInfo revInfo)
-
-
-
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 String getCertprofile()
-
setCertprofile
public void setCertprofile(String certprofile)
-
-