public class PivotFetcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PivotFetcher.Result
Result class encapsulates the result of the pivot fetching and validation process.
|
| Constructor and Description |
|---|
PivotFetcher(LotlService service)
Constructs a PivotFetcher with the specified LotlService and ValidatorChainBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
PivotFetcher.Result |
downloadAndValidatePivotFiles(byte[] lotlXml,
List<Certificate> certificates)
Fetches and validates pivot files from the provided Lotl XML.
|
public PivotFetcher(LotlService service)
service - the LotlService used to retrieve resourcespublic PivotFetcher.Result downloadAndValidatePivotFiles(byte[] lotlXml, List<Certificate> certificates)
lotlXml - the byte array of the Lotl XMLcertificates - the list of trusted certificatesCopyright © 1998–2025 Apryse Group NV. All rights reserved.