Class SentenceDecoder

java.lang.Object
net.sourceforge.plantuml.eggs.SentenceDecoder

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

    Constructors
    Constructor
    Description
    SentenceDecoder(java.lang.String sentence1, byte[] crypted)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
     
    boolean
     

    Methods inherited from class java.lang.Object

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

    • SentenceDecoder

      public SentenceDecoder(java.lang.String sentence1, byte[] crypted) throws java.io.UnsupportedEncodingException
      Throws:
      java.io.UnsupportedEncodingException
  • Method Details

    • isOk

      public boolean isOk()
    • getSecret

      public java.lang.String getSecret()