All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class IBMJCEHYBRID extends Provider
This class is the main class that registers all transformations supported by the IBMJCEHYBRID provider.
See Also:
  • Constructor Details

    • IBMJCEHYBRID

      public IBMJCEHYBRID()
      Constructor
  • Method Details

    • getCurrentBestProvider

      public String getCurrentBestProvider(String service, String algorithm) throws NoSuchAlgorithmException
      Parameters:
      service - The service to query
      algorithm - The algorithm to query
      Returns:
      String The current best provider for the service algorithm pair.
      Throws:
      NoSuchAlgorithmException - The service algorithm pair was not found as a registered provider or no registered providers were found in the failover table.