Package | Description |
---|---|
com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
static CryptoUtil.HashAlogrithmn |
CryptoUtil.HashAlogrithmn.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static String |
CryptoUtil.compute(byte[] key,
String url,
CryptoUtil.HashAlogrithmn algorithmn) |
static boolean |
CryptoUtil.valid(byte[] key,
String url,
String hash,
CryptoUtil.HashAlogrithmn algorithmn) |
Copyright © 2016 SAPERION AG. All rights reserved.