Class SecureCoder


  • public class SecureCoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SecureCoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int decode​(int v)  
      int encode​(int i)  
      • Methods inherited from class java.lang.Object

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

      • SecureCoder

        public SecureCoder()
    • Method Detail

      • encode

        public int encode​(int i)
      • decode

        public int decode​(int v)