EncryptionProtector.DefinitionStages.WithServerKeyName Interface

public static interface EncryptionProtector.DefinitionStages.WithServerKeyName

The stage of the EncryptionProtector definition allowing to specify serverKeyName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withServerKeyName(String serverKeyName)

Specifies the serverKeyName property: The name of the server key..

Method Details

withServerKeyName

public abstract EncryptionProtector.DefinitionStages.WithCreate withServerKeyName(String serverKeyName)

Specifies the serverKeyName property: The name of the server key..

Parameters:

serverKeyName - The name of the server key.

Returns:

the next definition stage.

Applies to