public class com.jcraft.jsch.CipherNone implements com.jcraft.jsch.Cipher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.jcraft.jsch.CipherNone
  super_class: java.lang.Object
{
  private static final int ivsize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final int bsize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.CipherNone this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.jcraft.jsch.CipherNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/CipherNone;

  public int getIVSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.CipherNone this
         0: .line 35
            bipush 8
            ireturn
        end local 0 // com.jcraft.jsch.CipherNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/CipherNone;

  public int getBlockSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.CipherNone this
         0: .line 36
            bipush 16
            ireturn
        end local 0 // com.jcraft.jsch.CipherNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/CipherNone;

  public void init(int, byte[], byte[]);
    descriptor: (I[B[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // com.jcraft.jsch.CipherNone this
        start local 1 // int mode
        start local 2 // byte[] key
        start local 3 // byte[] iv
         0: .line 38
            return
        end local 3 // byte[] iv
        end local 2 // byte[] key
        end local 1 // int mode
        end local 0 // com.jcraft.jsch.CipherNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/CipherNone;
            0    1     1  mode  I
            0    1     2   key  [B
            0    1     3    iv  [B
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      mode  
      key   
      iv    

  public void update(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=6
        start local 0 // com.jcraft.jsch.CipherNone this
        start local 1 // byte[] foo
        start local 2 // int s1
        start local 3 // int len
        start local 4 // byte[] bar
        start local 5 // int s2
         0: .line 40
            return
        end local 5 // int s2
        end local 4 // byte[] bar
        end local 3 // int len
        end local 2 // int s1
        end local 1 // byte[] foo
        end local 0 // com.jcraft.jsch.CipherNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/CipherNone;
            0    1     1   foo  [B
            0    1     2    s1  I
            0    1     3   len  I
            0    1     4   bar  [B
            0    1     5    s2  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      foo   
      s1    
      len   
      bar   
      s2    

  public boolean isCBC();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.CipherNone this
         0: .line 41
            iconst_0
            ireturn
        end local 0 // com.jcraft.jsch.CipherNone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/CipherNone;
}
SourceFile: "CipherNone.java"