public interface com.google.crypto.tink.StreamingAead
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.crypto.tink.StreamingAead
  super_class: java.lang.Object
{
  public abstract java.nio.channels.WritableByteChannel newEncryptingChannel(java.nio.channels.WritableByteChannel, byte[]);
    descriptor: (Ljava/nio/channels/WritableByteChannel;[B)Ljava/nio/channels/WritableByteChannel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.security.GeneralSecurityException, java.io.IOException
    MethodParameters:
                       Name  Flags
      ciphertextDestination  
      associatedData         

  public abstract java.nio.channels.SeekableByteChannel newSeekableDecryptingChannel(java.nio.channels.SeekableByteChannel, byte[]);
    descriptor: (Ljava/nio/channels/SeekableByteChannel;[B)Ljava/nio/channels/SeekableByteChannel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.security.GeneralSecurityException, java.io.IOException
    MethodParameters:
                  Name  Flags
      ciphertextSource  
      associatedData    

  public abstract java.nio.channels.ReadableByteChannel newDecryptingChannel(java.nio.channels.ReadableByteChannel, byte[]);
    descriptor: (Ljava/nio/channels/ReadableByteChannel;[B)Ljava/nio/channels/ReadableByteChannel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.security.GeneralSecurityException, java.io.IOException
    MethodParameters:
                  Name  Flags
      ciphertextSource  
      associatedData    

  public abstract java.io.OutputStream newEncryptingStream(java.io.OutputStream, byte[]);
    descriptor: (Ljava/io/OutputStream;[B)Ljava/io/OutputStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.security.GeneralSecurityException, java.io.IOException
    MethodParameters:
                       Name  Flags
      ciphertextDestination  
      associatedData         

  public abstract java.io.InputStream newDecryptingStream(java.io.InputStream, byte[]);
    descriptor: (Ljava/io/InputStream;[B)Ljava/io/InputStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.security.GeneralSecurityException, java.io.IOException
    MethodParameters:
                  Name  Flags
      ciphertextSource  
      associatedData    
}
SourceFile: "StreamingAead.java"