Class SecureCoder

java.lang.Object
net.sourceforge.plantuml.oregon.SecureCoder

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • SecureCoder

      public SecureCoder()
  • Method Details

    • encode

      public int encode(int i)
    • decode

      public int decode(int v)