Interface EncryptionProtector.DefinitionStages.WithServerKeyName

All Known Subinterfaces:
EncryptionProtector.Definition, EncryptionProtector.DefinitionStages.WithCreate
Enclosing interface:
EncryptionProtector.DefinitionStages

public static interface EncryptionProtector.DefinitionStages.WithServerKeyName
The stage of the EncryptionProtector definition allowing to specify serverKeyName.
  • Method Details

    • withServerKeyName

      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.