|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.Certificate
public class Certificate
An end entity X509 certificate.
| Constructor Summary | |
|---|---|
Certificate()
Empty contstructor. |
|
| Method Summary | |
|---|---|
Calendar |
getCreateTime()
Gets the date/time that the certificate was added to the system. |
byte[] |
getData()
Get the DER encoded data of the certificate. |
long |
getId()
Gets the internal id of the certificate. |
String |
getOwner()
Gets the owner of the certificate. |
EntityStatus |
getStatus()
Gets the status of the anchor. |
String |
getThumbprint()
Gets the thumb print of the certificate. |
Calendar |
getValidEndDate()
Gets the valid until date/time of the certificate. |
Calendar |
getValidStartDate()
Gets the valid from date/time of the certificate. |
boolean |
isPrivateKey()
Indicates if the certificate's private key is present. |
void |
setCreateTime(Calendar createTime)
Sets the date/time that the certificate was added to the system. |
void |
setData(byte[] data)
Sets the DER encoded data of the certificate. |
void |
setId(long id)
Sets the internal id of the certificate. |
void |
setOwner(String owner)
Sets the owner of the certificate. |
void |
setPrivateKey(boolean privateKey)
Indicates if the certificate's private key is present. |
void |
setStatus(EntityStatus status)
Sets the status of the anchor. |
void |
setThumbprint(String thumbprint)
Sets the thumb print of the certificate. |
void |
setValidEndDate(Calendar validEndDate)
Sets the valid until date/time of the certificate. |
void |
setValidStartDate(Calendar validStartDate)
Sets the valid from date/time of the certificate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Certificate()
| Method Detail |
|---|
public String getOwner()
public void setOwner(String owner)
owner - The owner of the certificatepublic String getThumbprint()
public void setThumbprint(String thumbprint)
thumbprint - The thumb print of the certificate.public long getId()
public void setId(long id)
id - The internal id of the certificate.public byte[] getData()
public void setData(byte[] data)
data - The DER encoded data of the certificate.public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - The date/time that the certificate was added to the system.public Calendar getValidStartDate()
public void setValidStartDate(Calendar validStartDate)
validStartDate - The valid from date/time of the certificate.public Calendar getValidEndDate()
public void setValidEndDate(Calendar validEndDate)
validEndDate - The valid until date/time of the certificate.public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - The status of the anchor.public boolean isPrivateKey()
public void setPrivateKey(boolean privateKey)
privateKey - True if the certificate's private key is present. False otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||