public class TrustedListResult extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
TrustedListResult(TrustedListPointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
TrustedListException |
getException() |
long |
getLastUpdateTime() |
String |
getTerritory() |
TrustedList |
getTrustedList() |
protected byte[] |
getTrustedListData() |
protected byte[] |
getTrustedListDataDigest() |
String |
getUrl() |
boolean |
isValidAt(Date validationDate) |
protected void |
setException(TrustedListException exception) |
protected void |
setLastUpdateTime(long lastUpdateTime) |
protected void |
setTrustedList(TrustedList trustedList) |
protected void |
setTrustedListData(byte[] trustedListData) |
protected void |
setTrustedListDataDigest(byte[] trustedListDataDigest) |
protected TrustedListResult(TrustedListPointer pointer)
public String getUrl()
public String getTerritory()
public long getLastUpdateTime()
protected void setLastUpdateTime(long lastUpdateTime)
protected byte[] getTrustedListData()
protected void setTrustedListData(byte[] trustedListData)
protected byte[] getTrustedListDataDigest()
protected void setTrustedListDataDigest(byte[] trustedListDataDigest)
throws Exception
Exceptionpublic TrustedList getTrustedList()
protected void setTrustedList(TrustedList trustedList)
public TrustedListException getException()
protected void setException(TrustedListException exception)
public boolean isValidAt(Date validationDate)