EncryptionProtector.DefinitionStages.WithServerKeyType Interface

public static interface EncryptionProtector.DefinitionStages.WithServerKeyType

The stage of the EncryptionProtector definition allowing to specify serverKeyType.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withServerKeyType(ServerKeyType serverKeyType)

Specifies the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'..

Method Details

withServerKeyType

public abstract EncryptionProtector.DefinitionStages.WithCreate withServerKeyType(ServerKeyType serverKeyType)

Specifies the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'..

Parameters:

serverKeyType - The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.

Returns:

the next definition stage.

Applies to