Class ByteUtils

java.lang.Object
org.apache.shiro.lang.util.ByteUtils

public final class ByteUtils extends Object
  • Method Details

    • wipe

      public static void wipe(Object value)
      For security, sensitive information in array should be zeroed-out at end of use (SHIRO-349).
      Parameters:
      value - An array holding sensitive data