Class AlgorithmTable

java.lang.Object
com.ibm.crypto.ibmjcehybrid.provider.AlgorithmTable

public class AlgorithmTable extends Object
This class contains all the algorithms supported by any underlying providers along with the underlying state data associated with those algorithms.
  • Constructor Details

    • AlgorithmTable

      public AlgorithmTable()
      Constructor
  • Method Details

    • getStateData

      public static com.ibm.crypto.ibmjcehybrid.provider.TableObject getStateData(String svcType, String algorithm)
      This method gets the TableObject assocated with the service and algorithm requested.
      Parameters:
      svcType - The service type requested
      algorithm - The algorithm requested
      Returns:
      TableObject The TableObject that contains the state data for the particular service type and algorithm. For example the state data associated with service type of Cipher and algorithm of DESede.
    • toString

      public String toString()
      Turns the AlgorithmTable object into a string.
      Overrides:
      toString in class Object
      Returns:
      String The string representation of the Algorithm table object.