Interface EncryptionProtector.UpdateStages.WithServerKeyName

All Known Subinterfaces:
EncryptionProtector.Update
Enclosing interface:
EncryptionProtector.UpdateStages

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

    • withServerKeyName

      EncryptionProtector.Update 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.