|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.TrustBundleAnchor
public class TrustBundleAnchor
An trust anchor within a trust bundle.
| Constructor Summary | |
|---|---|
TrustBundleAnchor()
Empty constructor. |
|
| Method Summary | |
|---|---|
byte[] |
getAnchorData()
Gets the DER encoded data of the anchor. |
X509Certificate |
getAsX509Certificate()
|
long |
getId()
Gets the internal system id of the trust bundle anchor. |
String |
getThumbprint()
Gets the thumb print of the anchor. |
Calendar |
getValidEndDate()
Gets the valid until date/time of the anchor. |
Calendar |
getValidStartDate()
Gets the valid from date/time of the anchor. |
void |
setAnchorData(byte[] anchorData)
Sets the DER encoded data of the anchor. |
void |
setId(long id)
Sets the internal system id of the trust bundle anchor. |
void |
setThumbprint(String thumbprint)
Sets the thumb print of the anchor. |
void |
setValidEndDate(Calendar validEndDate)
Sets the valid until date/time of the anchor. |
void |
setValidStartDate(Calendar validStartDate)
Sets the valid from date/time of the anchor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrustBundleAnchor()
| Method Detail |
|---|
public long getId()
public void setId(long id)
id - The internal system id of the trust bundle anchor.public byte[] getAnchorData()
public void setAnchorData(byte[] anchorData)
anchorData - the DER encoded data of the anchor.public String getThumbprint()
public void setThumbprint(String thumbprint)
thumbprint - The thumb print of the anchor.public Calendar getValidStartDate()
public void setValidStartDate(Calendar validStartDate)
validStartDate - The valid from date/time of the anchor.public Calendar getValidEndDate()
public void setValidEndDate(Calendar validEndDate)
validEndDate - The valid until date/time of the anchor.public X509Certificate getAsX509Certificate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||