|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.store.Anchor
@Entity public class Anchor
| Constructor Summary | |
|---|---|
Anchor()
|
|
| Method Summary | |
|---|---|
long |
getCertificateId()
Get the value of certificateId. |
Calendar |
getCreateTime()
Get the value of createTime. |
byte[] |
getData()
Get the value of certificateData. |
long |
getId()
Get the value of id. |
String |
getOwner()
Get the value of owner. |
EntityStatus |
getStatus()
Get the value of status. |
String |
getThumbprint()
Get the value of thumbprint. |
Calendar |
getValidEndDate()
Get the value of validEndDate. |
Calendar |
getValidStartDate()
Get the value of validStartDate. |
boolean |
isIncoming()
Get the value of incoming. |
boolean |
isOutgoing()
Get the value of outgoing. |
void |
setCertificateId(long certificateId)
Set the value of certificateId. |
void |
setCreateTime(Calendar timestamp)
Set the value of createTime. |
void |
setData(byte[] data)
Set the value of certificateData. |
void |
setId(long id)
Set the value of id. |
void |
setIncoming(boolean incoming)
Set the value of incoming. |
void |
setOutgoing(boolean outgoing)
Set the value of outgoing. |
void |
setOwner(String owner)
Set the value of owner. |
void |
setStatus(EntityStatus status)
Set the value of status. |
void |
setThumbprint(String thumbprint)
Set the value of thumbprint. |
void |
setValidEndDate(Calendar validEndDate)
Set the value of validEndDate. |
void |
setValidStartDate(Calendar validStartDate)
Set the value of validStartDate. |
X509Certificate |
toCertificate()
|
void |
validate()
Validate the Anchor for the existance of data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Anchor()
| Method Detail |
|---|
public String getOwner()
public void setOwner(String owner)
owner - The value of owner.public String getThumbprint()
public void setThumbprint(String thumbprint)
thumbprint - The value of thumbprint.public byte[] getData()
public void setData(byte[] data)
throws CertificateException
data - The value of certificateData.
CertificateExceptionpublic long getId()
public void setId(long id)
id - The value of id.public Calendar getCreateTime()
public void setCreateTime(Calendar timestamp)
timestamp - The value of createTime.public Calendar getValidStartDate()
public void setValidStartDate(Calendar validStartDate)
validStartDate - The value of validStartDate.public Calendar getValidEndDate()
public void setValidEndDate(Calendar validEndDate)
validEndDate - The value of validEndDate.public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - The value of status.public boolean isIncoming()
public void setIncoming(boolean incoming)
incoming - The value of incoming.public boolean isOutgoing()
public void setOutgoing(boolean outgoing)
outgoing - The value of outgoing.public long getCertificateId()
public void setCertificateId(long certificateId)
certificateId - The value of certificateId.
public X509Certificate toCertificate()
throws CertificateException
CertificateException
public void validate()
throws CertificateException
CertificateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||