Class CryptoMapper.HashedSegmentGenerator

  • Enclosing class:
    CryptoMapper

    public static class CryptoMapper.HashedSegmentGenerator
    extends java.lang.Object
    A generator of hashed segments.
    • Constructor Summary

      Constructors 
      Constructor Description
      HashedSegmentGenerator​(java.lang.String string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int hashString​(java.lang.String str)  
      java.lang.String next()
      Generate the next segment
      • Methods inherited from class java.lang.Object

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

      • HashedSegmentGenerator

        public HashedSegmentGenerator​(java.lang.String string)
    • Method Detail

      • next

        public java.lang.String next()
        Generate the next segment
        Returns:
        segment
      • hashString

        public int hashString​(java.lang.String str)