Class B2FileSseForResponse
- java.lang.Object
-
- com.backblaze.b2.client.structures.B2FileSseForResponse
-
public class B2FileSseForResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description B2FileSseForResponse(java.lang.String mode, java.lang.String algorithm, java.lang.String customerKeyMd5)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getAlgorithm()
java.lang.String
getCustomerKeyMd5()
static B2FileSseForResponse
getEncryptionFromHeadersOrNull(B2Headers headers)
Construct a B2FileSseForResponse from B2Headers, or null if the required headers are not presentjava.lang.String
getMode()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getMode
public java.lang.String getMode()
-
getAlgorithm
public java.lang.String getAlgorithm()
-
getCustomerKeyMd5
public java.lang.String getCustomerKeyMd5()
-
getEncryptionFromHeadersOrNull
public static B2FileSseForResponse getEncryptionFromHeadersOrNull(B2Headers headers)
Construct a B2FileSseForResponse from B2Headers, or null if the required headers are not present- Parameters:
headers
- B2Headers- Returns:
- a new B2FileSseForResponse or null
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-