Package 

Interface SeedFactory

  • All Implemented Interfaces:

    
    public interface SeedFactory
    
                        

    An interface for generating seed from a mnemonic and passphrase

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ByteArray deriveSeed(Mnemonic mnemonic, String passphrase) Generates a seed from a mnemonic, with a passphrase.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • deriveSeed

         abstract ByteArray deriveSeed(Mnemonic mnemonic, String passphrase)

        Generates a seed from a mnemonic, with a passphrase.

        Parameters:
        mnemonic - mnemonic used to get a seed value
        passphrase - passphrase used to get a seed.