Class MariadbPassword


  • public class MariadbPassword
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MariadbPassword()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] nativePassword​(java.lang.String password, byte[] seed)  
      static byte[] nativePassword​(java.lang.String password, java.lang.String seedStr)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MariadbPassword

        public MariadbPassword()
    • Method Detail

      • nativePassword

        public static byte[] nativePassword​(java.lang.String password,
                                            java.lang.String seedStr)
      • nativePassword

        public static byte[] nativePassword​(java.lang.String password,
                                            byte[] seed)