Package io.github.astrapi69.crypt.data.algorithm


package io.github.astrapi69.crypt.data.algorithm
This package provides classes for creating adhoc Algorithm object from string objects
  • Classes
    Class
    Description
    The class AlgorithmExtensions provides methods to validate if a given algorithm is supported for a specific service and to retrieve the supported algorithms for a service
    The class CryptoAlgorithm provides factory method for create an algorithm from string for encryption or decryption.