public class org.bouncycastle.crypto.engines.SEEDWrapEngine extends org.bouncycastle.crypto.engines.RFC3394WrapEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.engines.SEEDWrapEngine
  super_class: org.bouncycastle.crypto.engines.RFC3394WrapEngine
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.SEEDWrapEngine this
         0: .line 13
            aload 0 /* this */
            new org.bouncycastle.crypto.engines.SEEDEngine
            dup
            invokespecial org.bouncycastle.crypto.engines.SEEDEngine.<init>:()V
            invokespecial org.bouncycastle.crypto.engines.RFC3394WrapEngine.<init>:(Lorg/bouncycastle/crypto/BlockCipher;)V
         1: .line 14
            return
        end local 0 // org.bouncycastle.crypto.engines.SEEDWrapEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/crypto/engines/SEEDWrapEngine;
}
SourceFile: "SEEDWrapEngine.java"