Uses of Enum Class
com.saperion.util.CryptoUtil.HashAlogrithmn
Packages that use CryptoUtil.HashAlogrithmn
Package
Description
This package contains the utility classes for the LARIX RMI Server.
-
Uses of CryptoUtil.HashAlogrithmn in com.saperion.util
Methods in com.saperion.util that return CryptoUtil.HashAlogrithmnModifier and TypeMethodDescriptionstatic CryptoUtil.HashAlogrithmn
Returns the enum constant of this class with the specified name.static CryptoUtil.HashAlogrithmn[]
CryptoUtil.HashAlogrithmn.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.util with parameters of type CryptoUtil.HashAlogrithmnModifier and TypeMethodDescriptionstatic String
CryptoUtil.compute
(byte[] key, String url, CryptoUtil.HashAlogrithmn algorithmn) static boolean
CryptoUtil.valid
(byte[] key, String url, String hash, CryptoUtil.HashAlogrithmn algorithmn)