net.sourceforge.plantuml.eggs
Class SentenceDecoder

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

public class SentenceDecoder
extends Object


Constructor Summary
SentenceDecoder(String sentence1, byte[] crypted)
           
 
Method Summary
 String getSecret()
           
 boolean isOk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentenceDecoder

public SentenceDecoder(String sentence1,
                       byte[] crypted)
                throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException
Method Detail

isOk

public boolean isOk()

getSecret

public String getSecret()


Copyright © 2013. All Rights Reserved.