Class B2FileSseForResponse


  • public class B2FileSseForResponse
    extends java.lang.Object
    • Constructor Detail

      • B2FileSseForResponse

        public B2FileSseForResponse​(java.lang.String mode,
                                    java.lang.String algorithm,
                                    java.lang.String customerKeyMd5)
    • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object