public class org.bouncycastle.jce.provider.JDKISOSignature$MD5WithRSAEncryption extends org.bouncycastle.jce.provider.JDKISOSignature
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.jce.provider.JDKISOSignature$MD5WithRSAEncryption
  super_class: org.bouncycastle.jce.provider.JDKISOSignature
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.bouncycastle.jce.provider.JDKISOSignature$MD5WithRSAEncryption this
         0: .line 130
            aload 0 /* this */
            new org.bouncycastle.crypto.digests.MD5Digest
            dup
            invokespecial org.bouncycastle.crypto.digests.MD5Digest.<init>:()V
            new org.bouncycastle.crypto.engines.RSABlindedEngine
            dup
            invokespecial org.bouncycastle.crypto.engines.RSABlindedEngine.<init>:()V
            invokespecial org.bouncycastle.jce.provider.JDKISOSignature.<init>:(Lorg/bouncycastle/crypto/Digest;Lorg/bouncycastle/crypto/AsymmetricBlockCipher;)V
         1: .line 131
            return
        end local 0 // org.bouncycastle.jce.provider.JDKISOSignature$MD5WithRSAEncryption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/jce/provider/JDKISOSignature$MD5WithRSAEncryption;
}
SourceFile: "JDKISOSignature.java"
NestHost: org.bouncycastle.jce.provider.JDKISOSignature
InnerClasses:
  public MD5WithRSAEncryption = org.bouncycastle.jce.provider.JDKISOSignature$MD5WithRSAEncryption of org.bouncycastle.jce.provider.JDKISOSignature