Uses of Class
com.saperion.util.CryptoUtil.HashAlogrithmn
-
Packages that use CryptoUtil.HashAlogrithmn Package Description com.saperion.util 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.HashAlogrithmn Modifier and Type Method Description static CryptoUtil.HashAlogrithmn
CryptoUtil.HashAlogrithmn. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CryptoUtil.HashAlogrithmn[]
CryptoUtil.HashAlogrithmn. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.util with parameters of type CryptoUtil.HashAlogrithmn Modifier and Type Method Description static java.lang.String
CryptoUtil. compute(byte[] key, java.lang.String url, CryptoUtil.HashAlogrithmn algorithmn)
static boolean
CryptoUtil. valid(byte[] key, java.lang.String url, java.lang.String hash, CryptoUtil.HashAlogrithmn algorithmn)
-