Class NameObfuscator


  • public class NameObfuscator
    extends java.lang.Object
    Utility class to ensure that all obfuscations of proctor test name use the same hashing mechanism.
    • Constructor Summary

      Constructors 
      Constructor Description
      NameObfuscator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String obfuscateTestName​(java.lang.String stringToHash)
      wraps the function by which testnames are obfuscated
      • Methods inherited from class java.lang.Object

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

      • NameObfuscator

        public NameObfuscator()
    • Method Detail

      • obfuscateTestName

        public java.lang.String obfuscateTestName​(java.lang.String stringToHash)
        wraps the function by which testnames are obfuscated