Class Secret


  • public class Secret
    extends java.lang.Object
    • Constructor Detail

      • Secret

        public Secret​(java.lang.String secret)
    • Method Detail

      • matches

        public static boolean matches​(Secret first,
                                      Secret second)
      • matches

        public boolean matches​(Secret other)
      • encode

        public java.lang.String encode()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object