public final class Authorization extends Object implements Serializable
Challenge| Constructor and Description |
|---|
Authorization(String keyId,
String signature,
List<String> headers,
Algorithm algorithm) |
Authorization(String keyId,
String signature,
List<String> headers,
Algorithm algorithm,
Challenge challenge) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
getAlgorithm() |
Challenge |
getChallenge() |
List<String> |
getHeaders() |
String |
getHeaderValue() |
String |
getKeyId() |
String |
getSignature() |
byte[] |
getSignatureBytes() |
static Authorization |
parse(String header) |
String |
toString() |
public Authorization(String keyId, String signature, List<String> headers, Algorithm algorithm)
keyId - signature - headers - algorithm - public String getKeyId()
public String getSignature()
public byte[] getSignatureBytes()
Verifierpublic Algorithm getAlgorithm()
public Challenge getChallenge()
public String getHeaderValue()
public static Authorization parse(String header)
Copyright © 2013. All Rights Reserved.