|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.TrustBundle
public class TrustBundle
A Direct trust bundle.
| Constructor Summary | |
|---|---|
TrustBundle()
Empty constructor |
|
| Method Summary | |
|---|---|
String |
getBundleName()
Gets the name of the bundle. |
String |
getBundleURL()
Gets the URL location of the bundle. |
String |
getCheckSum()
Gets the check sum of the bundle. |
Calendar |
getCreateTime()
Gets the date/time that bundle was created in the system. |
long |
getId()
Gets the internal system id of the trust bundle. |
Calendar |
getLastRefreshAttempt()
Gets the date/time of the last time a refresh was attempted. |
BundleRefreshError |
getLastRefreshError()
Gets the status of the last refresh attempt. |
Calendar |
getLastSuccessfulRefresh()
Gets the date/time of the last time the bundle was successfully refreshed. |
int |
getRefreshInterval()
Gets the refresh interval for the bundle. |
X509Certificate |
getSigningCertificateAsX509Certificate()
|
byte[] |
getSigningCertificateData()
Gets the DER encoded data of the X509 certificate that signed the bundle. |
Collection<TrustBundleAnchor> |
getTrustBundleAnchors()
Gets the trust anchors in the bundle. |
void |
setBundleName(String bundleName)
Sets the name of the bundle. |
void |
setBundleURL(String bundleURL)
Sets the URL location of the bundle. |
void |
setCheckSum(String checkSum)
Sets the check sum of the bundle. |
void |
setCreateTime(Calendar createTime)
Sets the date/time that bundle was created in the system. |
void |
setId(long id)
Sets the internal system id of the trust bundle. |
void |
setLastRefreshAttempt(Calendar lastRefreshAttempt)
Sets the date/time of the last time a refresh was attempted. |
void |
setLastRefreshError(BundleRefreshError lastRefreshError)
Sets the status of the last refresh attempt. |
void |
setLastSuccessfulRefresh(Calendar lastSuccessfulRefresh)
Sets the date/time of the last time the bundle was successfully refreshed. |
void |
setRefreshInterval(int refreshInterval)
Sets the refresh interval for the bundle. |
void |
setSigningCertificateData(byte[] signingCertificateData)
Sets the DER encoded data of the X509 certificate that signed the bundle. |
void |
setTrustBundleAnchors(Collection<TrustBundleAnchor> trustBundleAnchors)
Sets the trust anchors in the bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrustBundle()
| Method Detail |
|---|
public long getId()
public void setId(long id)
the - internal system id of the trust bundle.public String getBundleName()
public void setBundleName(String bundleName)
bundleName - The name of the bundle.public String getBundleURL()
public void setBundleURL(String bundleURL)
bundleURL - The URL location of the bundle.public byte[] getSigningCertificateData()
public void setSigningCertificateData(byte[] signingCertificateData)
signingCertificateData - The DER encoded data of the X509 certificate that signed the bundle.public Collection<TrustBundleAnchor> getTrustBundleAnchors()
public void setTrustBundleAnchors(Collection<TrustBundleAnchor> trustBundleAnchors)
trustBundleAnchors - The trust anchors in the bundle.public int getRefreshInterval()
public void setRefreshInterval(int refreshInterval)
refreshInterval - The refresh interval for the bundle.public Calendar getLastRefreshAttempt()
public void setLastRefreshAttempt(Calendar lastRefreshAttempt)
lastRefreshAttempt - The date/time of the last time a refresh was attempted.public BundleRefreshError getLastRefreshError()
public void setLastRefreshError(BundleRefreshError lastRefreshError)
lastRefreshError - The status of the last refresh attempt.public Calendar getLastSuccessfulRefresh()
public void setLastSuccessfulRefresh(Calendar lastSuccessfulRefresh)
lastSuccessfulRefresh - The date/time of the last time the bundle was successfully refreshed.public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - The date/time that bundle was created in the system.public String getCheckSum()
public void setCheckSum(String checkSum)
checkSum - The check sum of the bundle.public X509Certificate getSigningCertificateAsX509Certificate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||