public final class ServerAlgorithm extends Object
Modifier and Type | Field and Description |
---|---|
static ServerAlgorithm |
AES256
SSE-C supports only AES256.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getServerAlgorithm() |
int |
hashCode() |
static ServerAlgorithm |
parseServerAlgorithm(String str) |
String |
toString() |
public static final ServerAlgorithm AES256
public String getServerAlgorithm()
public static ServerAlgorithm parseServerAlgorithm(String str)
Copyright © 2021. All rights reserved.