Module crypt.api

Interface Algorithm

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UNKNOWN_ALGORITHM_NAME
      The Constant UNKNOWN_ALGORITHM_NAME is if the algorithm name is unknown
    • Field Detail

      • UNKNOWN_ALGORITHM_NAME

        static final java.lang.String UNKNOWN_ALGORITHM_NAME
        The Constant UNKNOWN_ALGORITHM_NAME is if the algorithm name is unknown
        See Also:
        Constant Field Values
    • Method Detail

      • getAlgorithm

        java.lang.String getAlgorithm()
        Gets the algorithm for encryption or decryption
        Returns:
        the algorithm