Class EncryptionDetails


  • public final class EncryptionDetails
    extends Object
    Details of the encryption associated with the workspace.
    • Constructor Detail

      • EncryptionDetails

        public EncryptionDetails()
    • Method Detail

      • isDoubleEncryptionEnabled

        public Boolean isDoubleEncryptionEnabled()
        Get the doubleEncryptionEnabled property: Double Encryption enabled.
        Returns:
        the doubleEncryptionEnabled value.
      • getCmk

        public CustomerManagedKeyDetails getCmk()
        Get the cmk property: Customer Managed Key Details.
        Returns:
        the cmk value.
      • setCmk

        public EncryptionDetails setCmk​(CustomerManagedKeyDetails cmk)
        Set the cmk property: Customer Managed Key Details.
        Parameters:
        cmk - the cmk value to set.
        Returns:
        the EncryptionDetails object itself.