public class org.jruby.ext.digest.SHA2 implements org.jruby.runtime.load.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ext.digest.SHA2
  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.jruby.ext.digest.SHA2 this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.digest.SHA2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/digest/SHA2;

  public void load(org.jruby.Ruby, boolean);
    descriptor: (Lorg/jruby/Ruby;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.ext.digest.SHA2 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // boolean wrap
         0: .line 39
            aload 1 /* runtime */
            invokestatic org.jruby.ext.digest.RubyDigest.createDigestSHA2:(Lorg/jruby/Ruby;)V
         1: .line 40
            return
        end local 2 // boolean wrap
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.digest.SHA2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/digest/SHA2;
            0    2     1  runtime  Lorg/jruby/Ruby;
            0    2     2     wrap  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      runtime  final
      wrap     
}
SourceFile: "SHA2.java"