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