public class org.apache.batik.bridge.EmbededExternalResourceSecurity implements org.apache.batik.bridge.ExternalResourceSecurity
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.EmbededExternalResourceSecurity
  super_class: java.lang.Object
{
  public static final java.lang.String DATA_PROTOCOL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "data"

  public static final java.lang.String ERROR_EXTERNAL_RESOURCE_NOT_EMBEDED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "EmbededExternalResourceSecurity.error.external.resource.not.embeded"

  protected java.lang.SecurityException se;
    descriptor: Ljava/lang/SecurityException;
    flags: (0x0004) ACC_PROTECTED

  public void checkLoadExternalResource();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.EmbededExternalResourceSecurity this
         0: .line 53
            aload 0 /* this */
            getfield org.apache.batik.bridge.EmbededExternalResourceSecurity.se:Ljava/lang/SecurityException;
            ifnull 2
         1: .line 54
            aload 0 /* this */
            getfield org.apache.batik.bridge.EmbededExternalResourceSecurity.se:Ljava/lang/SecurityException;
            athrow
         2: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.bridge.EmbededExternalResourceSecurity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/bridge/EmbededExternalResourceSecurity;

  public void <init>(org.apache.batik.util.ParsedURL);
    descriptor: (Lorg/apache/batik/util/ParsedURL;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.EmbededExternalResourceSecurity this
        start local 1 // org.apache.batik.util.ParsedURL externalResourceURL
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 1 /* externalResourceURL */
            ifnull 3
         2: .line 67
            ldc "data"
            aload 1 /* externalResourceURL */
            invokevirtual org.apache.batik.util.ParsedURL.getProtocol:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 8
         3: .line 68
      StackMap locals: org.apache.batik.bridge.EmbededExternalResourceSecurity org.apache.batik.util.ParsedURL
      StackMap stack:
            aload 0 /* this */
            new java.lang.SecurityException
            dup
         4: .line 69
            ldc "EmbededExternalResourceSecurity.error.external.resource.not.embeded"
         5: .line 70
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* externalResourceURL */
            aastore
         6: .line 69
            invokestatic org.apache.batik.bridge.Messages.formatMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.SecurityException.<init>:(Ljava/lang/String;)V
         7: .line 68
            putfield org.apache.batik.bridge.EmbededExternalResourceSecurity.se:Ljava/lang/SecurityException;
         8: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.batik.util.ParsedURL externalResourceURL
        end local 0 // org.apache.batik.bridge.EmbededExternalResourceSecurity this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lorg/apache/batik/bridge/EmbededExternalResourceSecurity;
            0    9     1  externalResourceURL  Lorg/apache/batik/util/ParsedURL;
    MethodParameters:
                     Name  Flags
      externalResourceURL  
}
SourceFile: "EmbededExternalResourceSecurity.java"