class javax.crypto.JceSecurity$2 implements java.security.PrivilegedAction<java.net.URL>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.crypto.JceSecurity$2
  super_class: java.lang.Object
{
  private final java.lang.Class val$clazz;
    descriptor: Ljava/lang/Class;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.crypto.JceSecurity$2 this
         0: .line 257
            aload 0 /* this */
            aload 1
            putfield javax.crypto.JceSecurity$2.val$clazz:Ljava/lang/Class;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.crypto.JceSecurity$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/crypto/JceSecurity$2;
    MethodParameters:
           Name  Flags
      val$clazz  final

  public java.net.URL run();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // javax.crypto.JceSecurity$2 this
         0: .line 260
            aload 0 /* this */
            getfield javax.crypto.JceSecurity$2.val$clazz:Ljava/lang/Class;
            invokevirtual java.lang.Class.getProtectionDomain:()Ljava/security/ProtectionDomain;
            astore 1 /* pd */
        start local 1 // java.security.ProtectionDomain pd
         1: .line 261
            aload 1 /* pd */
            ifnull 5
         2: .line 262
            aload 1 /* pd */
            invokevirtual java.security.ProtectionDomain.getCodeSource:()Ljava/security/CodeSource;
            astore 2 /* cs */
        start local 2 // java.security.CodeSource cs
         3: .line 263
            aload 2 /* cs */
            ifnull 5
         4: .line 264
            aload 2 /* cs */
            invokevirtual java.security.CodeSource.getLocation:()Ljava/net/URL;
            areturn
        end local 2 // java.security.CodeSource cs
         5: .line 267
      StackMap locals: java.security.ProtectionDomain
      StackMap stack:
            getstatic javax.crypto.JceSecurity.NULL_URL:Ljava/net/URL;
            areturn
        end local 1 // java.security.ProtectionDomain pd
        end local 0 // javax.crypto.JceSecurity$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/crypto/JceSecurity$2;
            1    6     1    pd  Ljava/security/ProtectionDomain;
            3    5     2    cs  Ljava/security/CodeSource;

  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.JceSecurity$2.run:()Ljava/net/URL;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/net/URL;>;
SourceFile: "JceSecurity.java"
EnclosingMethod: javax.crypto.JceSecurity.getCodeBase:(Ljava/lang/Class;)Ljava/net/URL;
NestHost: javax.crypto.JceSecurity
InnerClasses:
  javax.crypto.JceSecurity$2