public class CertType extends IdentifidDbObjectType
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_CAID |
static String |
TAG_EE |
static String |
TAG_FP_RS
first 8 bytes of the SHA1 sum of the requested subject.
|
static String |
TAG_PARENT |
static String |
TAG_PID
certificate profile id.
|
static String |
TAG_REQ_TYPE |
static String |
TAG_REV
whether revoked.
|
static String |
TAG_RID
requestor id.
|
static String |
TAG_RIT
revocation invalidity time.
|
static String |
TAG_ROOT |
static String |
TAG_RR
revocation reason.
|
static String |
TAG_RS
requested subject, if differs from the one in certificate.
|
static String |
TAG_RT
revocation time.
|
static String |
TAG_SN
certificate serial number.
|
static String |
TAG_TID
base64 encoded transaction id.
|
static String |
TAG_UID |
static String |
TAG_UPDATE |
TAG_FILE, TAG_ID| Constructor and Description |
|---|
CertType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCaId() |
String |
getFile() |
Long |
getFpRs() |
Integer |
getPid() |
Integer |
getReqType() |
Boolean |
getRev() |
Integer |
getRid() |
Long |
getRit() |
Integer |
getRr() |
String |
getRs() |
Long |
getRt() |
String |
getSn() |
String |
getTid() |
Integer |
getUid() |
Long |
getUpdate() |
Boolean |
isEe() |
void |
setCaId(Integer caId) |
void |
setEe(Boolean ee) |
void |
setFile(String file) |
void |
setFpRs(Long fpRs) |
void |
setPid(Integer pid) |
void |
setReqType(Integer reqType) |
void |
setRev(Boolean rev) |
void |
setRid(Integer rid) |
void |
setRit(Long rit) |
void |
setRr(Integer rr) |
void |
setRs(String rs) |
void |
setRt(Long rt) |
void |
setSn(String sn) |
void |
setTid(String tid) |
void |
setUid(Integer uid) |
void |
setUpdate(Long update) |
void |
validate() |
void |
writeTo(DbiXmlWriter writer)
TODO.
|
getId, setIdassertNotBlank, assertNotNull, writeIfNotNullpublic static final String TAG_PARENT
public static final String TAG_ROOT
public static final String TAG_CAID
public static final String TAG_SN
public static final String TAG_PID
public static final String TAG_RID
public static final String TAG_FP_RS
public static final String TAG_RS
public static final String TAG_UPDATE
public static final String TAG_REV
public static final String TAG_RR
public static final String TAG_RT
public static final String TAG_RIT
public static final String TAG_EE
public static final String TAG_UID
public static final String TAG_TID
public static final String TAG_REQ_TYPE
public Integer getCaId()
public void setCaId(Integer caId)
public String getSn()
public void setSn(String sn)
public Boolean isEe()
public void setEe(Boolean ee)
public Integer getPid()
public void setPid(Integer pid)
public Integer getRid()
public void setRid(Integer rid)
public Long getUpdate()
public void setUpdate(Long update)
public Boolean getRev()
public void setRev(Boolean rev)
public Integer getRr()
public void setRr(Integer rr)
public Long getRt()
public void setRt(Long rt)
public Long getRit()
public void setRit(Long rit)
public String getTid()
public void setTid(String tid)
public Integer getReqType()
public void setReqType(Integer reqType)
public Long getFpRs()
public void setFpRs(Long fpRs)
public String getRs()
public void setRs(String rs)
public String getFile()
public void setFile(String file)
public Integer getUid()
public void setUid(Integer uid)
public void validate()
throws InvalidDataObjectException
validate in class IdentifidDbObjectTypeInvalidDataObjectExceptionpublic void writeTo(DbiXmlWriter writer) throws InvalidDataObjectException, XMLStreamException
DbDataObjectwriteTo in class DbDataObjectwriter - Writer. Must not be null.InvalidDataObjectExceptionXMLStreamExceptionCopyright © 2018. All rights reserved.