public class CertWithStatusInfo extends Object
| Constructor and Description |
|---|
CertWithStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.security.X509Cert |
getCert() |
String |
getCertprofile() |
org.xipki.security.CertRevocationInfo |
getRevocationInfo() |
void |
setCert(org.xipki.security.X509Cert cert) |
void |
setCertprofile(String certprofile) |
void |
setRevocationInfo(org.xipki.security.CertRevocationInfo revocationInfo) |
public org.xipki.security.X509Cert getCert()
public void setCert(org.xipki.security.X509Cert cert)
public String getCertprofile()
public void setCertprofile(String certprofile)
public org.xipki.security.CertRevocationInfo getRevocationInfo()
public void setRevocationInfo(org.xipki.security.CertRevocationInfo revocationInfo)
Copyright © 2021. All rights reserved.