public class TrustedListParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static TrustedListParser |
getInstance() |
TrustedList |
parse(Lotl lotl,
byte[] data) |
TrustedList |
parse(Lotl lotl,
File file) |
TrustedList |
parse(Lotl lotl,
InputStream inputStream) |
public static TrustedListParser getInstance()
public TrustedList parse(Lotl lotl, File file) throws TrustedListException
TrustedListExceptionpublic TrustedList parse(Lotl lotl, byte[] data) throws TrustedListException
TrustedListExceptionpublic TrustedList parse(Lotl lotl, InputStream inputStream) throws TrustedListException
TrustedListException