Interface Stream.Lazy

    • Method Detail

      • cryptoStream

        byte[] cryptoStream​(byte[] nonce,
                            Key key,
                            Stream.Method method)
      • cryptoStreamXor

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

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

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

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