public enum CryptoStorageMethod extends Enum<CryptoStorageMethod>
ObjectMetadata is the default storage Method. If the ObjectMetadata mode is used, then encryption information will be placed in the metadata of the encrypted object stored in OSS.
| 枚举常量和说明 |
|---|
ObjectMetadata |
public static final CryptoStorageMethod ObjectMetadata
public static CryptoStorageMethod[] values()
for (CryptoStorageMethod c : CryptoStorageMethod.values()) System.out.println(c);
public static CryptoStorageMethod valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All Rights Reserved.