类 ServerEncryption

java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.ServerEncryption

@Deprecated public final class ServerEncryption extends Object
已过时。
Encryption mode of SSE-KMS
  • 字段详细资料

    • OBS_KMS

      public static final ServerEncryption OBS_KMS
      已过时。
      SSE-KMS supports kms only.
    • serverEncryption

      private String serverEncryption
      已过时。
  • 构造器详细资料

    • ServerEncryption

      private ServerEncryption(String serverEncryption)
      已过时。
  • 方法详细资料

    • getServerEncryption

      public String getServerEncryption()
      已过时。
    • parseServerEncryption

      public static ServerEncryption parseServerEncryption(String str)
      已过时。
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 Object
    • equals

      public boolean equals(Object obj)
      已过时。
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      已过时。
      覆盖:
      hashCode 在类中 Object