Class CryptoUtil

java.lang.Object
com.evolveum.midpoint.common.crypto.CryptoUtil

public class CryptoUtil extends Object
Author:
semancik
  • Field Details

    • LEGACY_CLEAR_TEXT_PATHS

      public static final List<ItemPath> LEGACY_CLEAR_TEXT_PATHS
      Items that may contain clear-text values in stored objects: these were plain strings before 4.11 and are encrypted only when modified. The encryption checks of stored objects tolerate them; everything else must be encrypted.
  • Constructor Details

    • CryptoUtil

      public CryptoUtil()
  • Method Details