public class CertWithRevocationInfo extends Object
| Constructor and Description |
|---|
CertWithRevocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
CertWithDbId |
getCert() |
String |
getCertprofile() |
org.xipki.security.CertRevocationInfo |
getRevInfo() |
boolean |
isRevoked() |
void |
setCert(CertWithDbId cert) |
void |
setCertprofile(String certprofile) |
void |
setRevInfo(org.xipki.security.CertRevocationInfo revInfo) |
CertWithStatusInfo |
toCertWithStatusInfo() |
public CertWithDbId getCert()
public boolean isRevoked()
public org.xipki.security.CertRevocationInfo getRevInfo()
public void setCert(CertWithDbId cert)
public void setRevInfo(org.xipki.security.CertRevocationInfo revInfo)
public String getCertprofile()
public void setCertprofile(String certprofile)
public CertWithStatusInfo toCertWithStatusInfo()
Copyright © 2021. All rights reserved.