Class SentenceDecoder


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.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​(java.lang.String sentence1,
                               byte[] crypted)
                        throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
    • Method Detail

      • isOk

        public boolean isOk()
      • getSecret

        public java.lang.String getSecret()