public class org.jasypt.iv.NoIvGenerator implements org.jasypt.iv.IvGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jasypt.iv.NoIvGenerator
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jasypt.iv.NoIvGenerator this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            return
        end local 0 // org.jasypt.iv.NoIvGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jasypt/iv/NoIvGenerator;

  public byte[] generateIv(int);
    descriptor: (I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jasypt.iv.NoIvGenerator this
        start local 1 // int lengthBytes
         0: .line 56
            iconst_0
            newarray 8
            areturn
        end local 1 // int lengthBytes
        end local 0 // org.jasypt.iv.NoIvGenerator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jasypt/iv/NoIvGenerator;
            0    1     1  lengthBytes  I
    MethodParameters:
             Name  Flags
      lengthBytes  final

  public boolean includePlainIvInEncryptionResults();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jasypt.iv.NoIvGenerator this
         0: .line 67
            iconst_0
            ireturn
        end local 0 // org.jasypt.iv.NoIvGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jasypt/iv/NoIvGenerator;
}
SourceFile: "NoIvGenerator.java"