Package | Description |
---|---|
com.netease.cloud.auth |
Modifier and Type | Method and Description |
---|---|
static SigningAlgorithm |
SigningAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithm[] |
SigningAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
AbstractSigner.sign(byte[] data,
byte[] key,
SigningAlgorithm algorithm) |
protected byte[] |
AbstractStringSigner.sign(byte[] data,
byte[] key,
SigningAlgorithm algorithm) |
protected byte[] |
AbstractSigner.sign(String stringData,
byte[] key,
SigningAlgorithm algorithm) |
protected byte[] |
AbstractStringSigner.sign(String stringData,
byte[] key,
SigningAlgorithm algorithm) |
protected String |
AbstractSigner.signAndBase64Encode(byte[] data,
String key,
SigningAlgorithm algorithm)
Computes an RFC 2104-compliant HMAC signature for an array of bytes and
returns the result as a Base64 encoded string.
|
protected String |
AbstractStringSigner.signAndBase64Encode(byte[] data,
String key,
SigningAlgorithm algorithm)
Computes an RFC 2104-compliant HMAC signature for an array of bytes and
returns the result as a Base64 encoded string.
|
protected String |
AbstractSigner.signAndBase64Encode(String data,
String key,
SigningAlgorithm algorithm)
Computes an RFC 2104-compliant HMAC signature and returns the result as a
Base64 encoded string.
|
protected String |
AbstractStringSigner.signAndBase64Encode(String data,
String key,
SigningAlgorithm algorithm)
Computes an RFC 2104-compliant HMAC signature and returns the result as a
Base64 encoded string.
|
Copyright © 2017. All Rights Reserved.