java.lang.Object
com.ibm.crypto.ibmjcehybrid.provider.AlgorithmTable
This class contains all the algorithms supported by any
underlying providers along with the underlying state data
associated with those algorithms.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.ibm.crypto.ibmjcehybrid.provider.TableObject
getStateData
(String svcType, String algorithm) This method gets the TableObject assocated with the service and algorithm requested.toString()
Turns the AlgorithmTable object into a string.
-
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 requestedalgorithm
- 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
Turns the AlgorithmTable object into a string.
-