TrustBundleProvider Interface

public interface TrustBundleProvider

Interface for providing trust bundles through an external provider

Method Summary

Modifier and Type Method and Description
abstract java.lang.String getTrustBundleCerts(String providerUri, String apiVersion)

Method Details

getTrustBundleCerts

public abstract String getTrustBundleCerts(String providerUri, String apiVersion)

Parameters:

providerUri
apiVersion

Throws:

java.net.URISyntaxException
java.io.IOException

Applies to