public class TrustedList extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
TrustedList(Lotl lotl) |
protected TrustedList(Lotl lotl)
public Lotl getLotl()
public int getVersionIdentifier()
protected void setVersionIdentifier(int versionIdentifier)
public int getSequenceNumber()
protected void setSequenceNumber(int sequenceNumber)
public String getTerritory()
protected void setTerritory(String territory)
public Date getIssueDate()
protected void setIssueDate(Date issueDate)
public Date getNextUpdateDate()
protected void setNextUpdateDate(Date nextUpdateDate)
public TrustedListPointer getPointer(String territory)
public List<TrustedListPointer> getPointers()
protected void setPointers(List<TrustedListPointer> pointers)
public List<TrustedListServiceProvider> getServiceProviders()
protected void setServiceProviders(List<TrustedListServiceProvider> serviceProviders)
public boolean isValidAt(Date validationDate)
public List<TrustedCertificate> getTrustedCertificates() throws TrustedListException
TrustedListException - if certificate collection failed.