Package net.sourceforge.plantuml.eggs
Class SentenceDecoder
- java.lang.Object
-
- net.sourceforge.plantuml.eggs.SentenceDecoder
-
public class SentenceDecoder extends Object
-
-
Constructor Summary
Constructors Constructor Description SentenceDecoder(String sentence1, byte[] crypted)
-
-
-
Constructor Detail
-
SentenceDecoder
public SentenceDecoder(String sentence1, byte[] crypted) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-
Method Detail
-
isOk
public boolean isOk()
-
getSecret
public String getSecret()
-
-