你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Encryption 类
- java.
lang. Object - com.
azure. resourcemanager. storage. models. Encryption
- com.
public final class Encryption
存储帐户上的加密设置。
构造函数摘要
构造函数 | 说明 |
---|---|
Encryption() |
创建 Encryption 类的实例。 |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Encryption |
encryptionIdentity()
获取加密 |
Key |
keySource()
获取密钥 |
Key |
keyVaultProperties()
获取 Key |
Boolean |
requireInfrastructureEncryption()
获取“需要 |
Encryption |
services()
获取服务属性:支持加密的服务列表。 |
void |
validate()
验证实例。 |
Encryption |
withEncryptionIdentity(EncryptionIdentity encryptionIdentity)
设置加密 |
Encryption |
withKeySource(KeySource keySource)
设置密钥 |
Encryption |
withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
设置 Key |
Encryption |
withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption)
设置“需要 |
Encryption |
withServices(EncryptionServices services)
设置服务属性:支持加密的服务列表。 |
方法继承自 java.lang.Object
构造函数详细信息
Encryption
public Encryption()
创建 Encryption 类的实例。
方法详细信息
encryptionIdentity
public EncryptionIdentity encryptionIdentity()
获取 encryptionIdentity 属性:用于服务端静态加密的标识。
Returns:
keySource
public KeySource keySource()
获取 keySource 属性:加密密钥源 (提供程序) 。 (不区分大小写) 的可能值:Microsoft.Storage、Microsoft.Keyvault。
Returns:
keyVaultProperties
public KeyVaultProperties keyVaultProperties()
获取 keyVaultProperties 属性:密钥保管库提供的属性。
Returns:
requireInfrastructureEncryption
public Boolean requireInfrastructureEncryption()
获取 requireInfrastructureEncryption 属性:一个布尔值,指示服务是否对静态数据应用具有平台托管密钥的辅助加密层。
Returns:
services
public EncryptionServices services()
获取服务属性:支持加密的服务列表。
Returns:
validate
public void validate()
验证实例。
withEncryptionIdentity
public Encryption withEncryptionIdentity(EncryptionIdentity encryptionIdentity)
设置 encryptionIdentity 属性:要与服务端静态加密一起使用的标识。
Parameters:
Returns:
withKeySource
public Encryption withKeySource(KeySource keySource)
设置 keySource 属性:加密密钥源 (提供程序) 。 (不区分大小写) 的可能值:Microsoft.Storage、Microsoft.Keyvault。
Parameters:
Returns:
withKeyVaultProperties
public Encryption withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
设置 keyVaultProperties 属性:密钥保管库提供的属性。
Parameters:
Returns:
withRequireInfrastructureEncryption
public Encryption withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption)
设置 requireInfrastructureEncryption 属性:一个布尔值,指示服务是否使用平台管理的密钥对静态数据应用辅助加密层。
Parameters:
Returns:
withServices
public Encryption withServices(EncryptionServices services)
设置服务属性:支持加密的服务列表。
Parameters:
Returns: