Interface StreamJava.Lazy

    • Method Detail

      • cryptoStreamXor

        java.lang.String cryptoStreamXor​(java.lang.String message,
                                         byte[] nonce,
                                         Key key,
                                         StreamJava.Method method)
      • cryptoStreamXorDecrypt

        java.lang.String cryptoStreamXorDecrypt​(java.lang.String cipher,
                                                byte[] nonce,
                                                Key key,
                                                StreamJava.Method method)
      • cryptoStreamXorIc

        java.lang.String cryptoStreamXorIc​(java.lang.String message,
                                           byte[] nonce,
                                           long ic,
                                           Key key,
                                           StreamJava.Method method)
      • cryptoStreamXorIcDecrypt

        java.lang.String cryptoStreamXorIcDecrypt​(java.lang.String cipher,
                                                  byte[] nonce,
                                                  long ic,
                                                  Key key,
                                                  StreamJava.Method method)