@Deprecated public class AuthenticationHelper extends Object
| Constructor and Description |
|---|
AuthenticationHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
base64Encode(byte[] bytes)
Deprecated.
|
static String |
generateApplicationKey(byte[] nonceValue,
String key)
Deprecated.
|
static String |
generateSharedSecret(String password)
Deprecated.
|
static String |
getBase64Digest(byte[] nonce,
byte[] created,
byte[] password)
Deprecated.
|
static String |
getBase64DigestKey(byte[] nonce,
byte[] apiPass)
Deprecated.
|
@Deprecated public static String generateSharedSecret(String password)
SitecatalystWebservice.getLoginKey(String, String, String)
insteadpassword - password@Deprecated public static String generateApplicationKey(byte[] nonceValue, String key) throws Exception
@Deprecated public static String getBase64Digest(byte[] nonce, byte[] created, byte[] password)
nonce - noncecreated - createdpassword - password@Deprecated public static String getBase64DigestKey(byte[] nonce, byte[] apiPass)
nonce - nonceapiPass - apiPass@Deprecated public static String base64Encode(byte[] bytes)
bytes - bytesCopyright © 2010 - 2020 Adobe. All Rights Reserved