Class KeyUtils

java.lang.Object
io.fusionauth.security.KeyUtils

public class KeyUtils extends Object
Author:
Daniel DeGroff
  • Constructor Details

    • KeyUtils

      public KeyUtils()
  • Method Details

    • getKeyLength

      public static int getKeyLength(Key key)
      Return the length of the key in bits.
      Parameters:
      key - the key
      Returns:
      the length in bites of the provided key.