Class AlgorithmTable


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

      Constructors 
      Constructor Description
      AlgorithmTable()
      Constructor
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static com.ibm.crypto.ibmjcehybrid.provider.TableObject getStateData​(java.lang.String svcType, java.lang.String algorithm)
      This method gets the TableObject assocated with the service and algorithm requested.
      java.lang.String toString()
      Turns the AlgorithmTable object into a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AlgorithmTable

        public AlgorithmTable()
        Constructor
    • Method Detail

      • getStateData

        public static com.ibm.crypto.ibmjcehybrid.provider.TableObject getStateData​(java.lang.String svcType,
                                                                                    java.lang.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 java.lang.String toString()
        Turns the AlgorithmTable object into a string.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String The string representation of the Algorithm table object.