Uses of Class
com.trendyol.jdempotent.core.constant.CryptographyAlgorithm
Package | Description |
---|---|
com.trendyol.jdempotent.core.constant |
-
Uses of CryptographyAlgorithm in com.trendyol.jdempotent.core.constant
Methods in com.trendyol.jdempotent.core.constant that return CryptographyAlgorithm Modifier and Type Method Description static CryptographyAlgorithm
CryptographyAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static CryptographyAlgorithm[]
CryptographyAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.