public abstract class EuropeanTrustedListConfigurationFactory extends Object
| Constructor and Description |
|---|
EuropeanTrustedListConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Certificate> |
getCertificates()
Retrieves the list of certificates from the trusted list.
|
abstract String |
getCurrentlySupportedPublication()
Retrieves the currently supported publication of the trusted list.
|
static Supplier<EuropeanTrustedListConfigurationFactory> |
getFactory()
Retrieves the current factory supplier.
|
abstract String |
getTrustedListUri()
Retrieves the URI of the trusted list.
|
static void |
setFactory(Supplier<EuropeanTrustedListConfigurationFactory> factory)
Sets the factory supplier.
|
public EuropeanTrustedListConfigurationFactory()
public static Supplier<EuropeanTrustedListConfigurationFactory> getFactory()
public static void setFactory(Supplier<EuropeanTrustedListConfigurationFactory> factory)
factory - the new factory supplier to setIllegalArgumentException - if the provided factory is nullpublic abstract String getTrustedListUri()
public abstract String getCurrentlySupportedPublication()
public abstract List<Certificate> getCertificates()
Copyright © 1998–2025 Apryse Group NV. All rights reserved.