public static class OcspCertstore.Cert extends IdentifiedDbObject
| Constructor and Description |
|---|
Cert() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCrlId() |
String |
getHash() |
Integer |
getIid() |
Long |
getNafter() |
Long |
getNbefore() |
Boolean |
getRev() |
Long |
getRit() |
Integer |
getRr() |
Long |
getRt() |
String |
getSn() |
String |
getSubject() |
Long |
getUpdate() |
void |
setCrlId(Integer crlId) |
void |
setHash(String hash) |
void |
setIid(Integer iid) |
void |
setNafter(Long nafter) |
void |
setNbefore(Long nbefore) |
void |
setRev(Boolean rev) |
void |
setRit(Long rit) |
void |
setRr(Integer rr) |
void |
setRt(Long rt) |
void |
setSn(String sn) |
void |
setSubject(String subject) |
void |
setUpdate(Long update) |
void |
validate() |
getId, setIdpublic String getHash()
public void setHash(String hash)
public Integer getIid()
public void setIid(Integer iid)
public Long getNafter()
public void setNafter(Long nafter)
public Long getNbefore()
public void setNbefore(Long nbefore)
public Boolean getRev()
public void setRev(Boolean rev)
public Long getRit()
public void setRit(Long rit)
public Integer getRr()
public void setRr(Integer rr)
public Long getRt()
public void setRt(Long rt)
public String getSn()
public void setSn(String sn)
public String getSubject()
public void setSubject(String subject)
public Long getUpdate()
public void setUpdate(Long update)
public Integer getCrlId()
public void setCrlId(Integer crlId)
public void validate()
throws org.xipki.util.exception.InvalidConfException
validate in class IdentifiedDbObjectorg.xipki.util.exception.InvalidConfExceptionCopyright © 2023. All rights reserved.