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