class javax.crypto.JceSecurityManager$1 implements java.security.PrivilegedAction<javax.crypto.JceSecurityManager>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.crypto.JceSecurityManager$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.crypto.JceSecurityManager$1 this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.crypto.JceSecurityManager$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/JceSecurityManager$1;

  public javax.crypto.JceSecurityManager run();
    descriptor: ()Ljavax/crypto/JceSecurityManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.crypto.JceSecurityManager$1 this
         0: .line 71
            new javax.crypto.JceSecurityManager
            dup
            invokespecial javax.crypto.JceSecurityManager.<init>:()V
            areturn
        end local 0 // javax.crypto.JceSecurityManager$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/JceSecurityManager$1;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javax.crypto.JceSecurityManager$1.run:()Ljavax/crypto/JceSecurityManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljavax/crypto/JceSecurityManager;>;
SourceFile: "JceSecurityManager.java"
EnclosingMethod: javax.crypto.JceSecurityManager
NestHost: javax.crypto.JceSecurityManager
InnerClasses:
  javax.crypto.JceSecurityManager$1