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-
ClassesClassDescriptionThe class
AlgorithmExtensions
provides methods to validate if a given algorithm is supported for a specific service and to retrieve the supported algorithms for a serviceThe classCryptoAlgorithm
provides factory method for create an algorithm from string for encryption or decryption.