Package 

Enum WordCount

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum WordCount
    extends Enum<WordCount>
                        

    An enum describing entropy length (aka word count) in the mnemonic.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      WORDS12

      12 words mnemonic (128 bits entropy).

      WORDS15

      15 words mnemonic (160 bits entropy).

      WORDS18

      18 words mnemonic (192 bits entropy).

      WORDS21

      21 words mnemonic (224 bits entropy).

      WORDS24

      24 words mnemonic (256 bits entropy).

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

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

    • Method Detail