Uses of Enum Class
org.europa.together.domain.HashAlgorithm
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
-
Uses of HashAlgorithm in org.europa.together.application
Modifier and TypeMethodDescriptionJavaCryptoTools.calculateHash
(String plainText, HashAlgorithm algorithm) -
Uses of HashAlgorithm in org.europa.together.business
Modifier and TypeMethodDescriptionCryptoTools.calculateHash
(String plainText, HashAlgorithm algorithm) Calculates from a given String an hash. -
Uses of HashAlgorithm in org.europa.together.domain
Modifier and TypeMethodDescriptionstatic HashAlgorithm
Returns the enum constant of this class with the specified name.static HashAlgorithm[]
HashAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.