Interface PasswordParameters

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COUNT
      Parameter for the number of SHA256 invocation
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static char[] DefaultPassword()
      The default password used for creating the internal password
      static byte[] Salt()
      The password salt
    • Field Detail

      • COUNT

        static final int COUNT
        Parameter for the number of SHA256 invocation
        See Also:
        Constant Field Values
    • Method Detail

      • DefaultPassword

        static char[] DefaultPassword()
        The default password used for creating the internal password
        Returns:
        the default password: fulcrum-yaafi.
      • Salt

        static byte[] Salt()
        The password salt
        Returns:
        the 8bit default salt as byte array