com.ibm.crypto.ibmjcehybrid.provider

Class AlgorithmTable

  • java.lang.Object
    • com.ibm.crypto.ibmjcehybrid.provider.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 and Description
      AlgorithmTable()
      Constructor
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and 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.
� Portions Copyright 1997, 2016 IBM Corporation. All rights reserved. � Portions Copyright 1997, 2016, Oracle and/or its affiliates. All rights reserved.