Package | Description |
---|---|
alluxio.proxy.s3.signature |
Modifier and Type | Method and Description |
---|---|
SignatureInfo.Version |
SignatureInfo.getVersion() |
static SignatureInfo.Version |
SignatureInfo.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureInfo.Version[] |
SignatureInfo.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SignatureInfo(SignatureInfo.Version version,
String date,
String dateTime,
String awsAccessId,
String signature,
String signedHeaders,
String credentialScope,
String algorithm,
boolean signPayload)
Constructs a new
SignatureInfo . |
Copyright © 2023. All Rights Reserved.