public class org.bouncycastle.i18n.LocalizedMessage$FilteredArguments
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.i18n.LocalizedMessage$FilteredArguments
  super_class: java.lang.Object
{
  protected static final int NO_FILTER;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected static final int FILTER;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int FILTER_URL;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected org.bouncycastle.i18n.filter.Filter filter;
    descriptor: Lorg/bouncycastle/i18n/filter/Filter;
    flags: (0x0004) ACC_PROTECTED

  protected boolean[] isLocaleSpecific;
    descriptor: [Z
    flags: (0x0004) ACC_PROTECTED

  protected int[] argFilterType;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Object[] arguments;
    descriptor: [Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Object[] unpackedArgs;
    descriptor: [Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Object[] filteredArgs;
    descriptor: [Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  final org.bouncycastle.i18n.LocalizedMessage this$0;
    descriptor: Lorg/bouncycastle/i18n/LocalizedMessage;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bouncycastle.i18n.LocalizedMessage);
    descriptor: (Lorg/bouncycastle/i18n/LocalizedMessage;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
         0: .line 339
            aload 0 /* this */
            aload 1
            iconst_0
            anewarray java.lang.Object
            invokespecial org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.<init>:(Lorg/bouncycastle/i18n/LocalizedMessage;[Ljava/lang/Object;)V
         1: .line 340
            return
        end local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/i18n/LocalizedMessage$FilteredArguments;
    MethodParameters:
        Name  Flags
      this$0  final

  void <init>(org.bouncycastle.i18n.LocalizedMessage, java.lang.Object[]);
    descriptor: (Lorg/bouncycastle/i18n/LocalizedMessage;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
        start local 2 // java.lang.Object[] args
         0: .line 343
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.this$0:Lorg/bouncycastle/i18n/LocalizedMessage;
         1: .line 342
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 329
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:Lorg/bouncycastle/i18n/filter/Filter;
         3: .line 344
            aload 0 /* this */
            aload 2 /* args */
            putfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.arguments:[Ljava/lang/Object;
         4: .line 345
            aload 0 /* this */
            aload 2 /* args */
            arraylength
            anewarray java.lang.Object
            putfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
         5: .line 346
            aload 0 /* this */
            aload 2 /* args */
            arraylength
            anewarray java.lang.Object
            putfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filteredArgs:[Ljava/lang/Object;
         6: .line 347
            aload 0 /* this */
            aload 2 /* args */
            arraylength
            newarray 4
            putfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.isLocaleSpecific:[Z
         7: .line 348
            aload 0 /* this */
            aload 2 /* args */
            arraylength
            newarray 10
            putfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.argFilterType:[I
         8: .line 349
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 25
        10: .line 351
      StackMap locals: org.bouncycastle.i18n.LocalizedMessage$FilteredArguments org.bouncycastle.i18n.LocalizedMessage java.lang.Object[] int
      StackMap stack:
            aload 2 /* args */
            iload 3 /* i */
            aaload
            instanceof org.bouncycastle.i18n.filter.TrustedInput
            ifeq 14
        11: .line 353
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            iload 3 /* i */
            aload 2 /* args */
            iload 3 /* i */
            aaload
            checkcast org.bouncycastle.i18n.filter.TrustedInput
            invokevirtual org.bouncycastle.i18n.filter.TrustedInput.getInput:()Ljava/lang/Object;
            aastore
        12: .line 354
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.argFilterType:[I
            iload 3 /* i */
            iconst_0
            iastore
        13: .line 355
            goto 23
        14: .line 356
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iload 3 /* i */
            aaload
            instanceof org.bouncycastle.i18n.filter.UntrustedInput
            ifeq 21
        15: .line 358
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            iload 3 /* i */
            aload 2 /* args */
            iload 3 /* i */
            aaload
            checkcast org.bouncycastle.i18n.filter.UntrustedInput
            invokevirtual org.bouncycastle.i18n.filter.UntrustedInput.getInput:()Ljava/lang/Object;
            aastore
        16: .line 359
            aload 2 /* args */
            iload 3 /* i */
            aaload
            instanceof org.bouncycastle.i18n.filter.UntrustedUrlInput
            ifeq 19
        17: .line 361
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.argFilterType:[I
            iload 3 /* i */
            iconst_2
            iastore
        18: .line 362
            goto 23
        19: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.argFilterType:[I
            iload 3 /* i */
            iconst_1
            iastore
        20: .line 367
            goto 23
        21: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            iload 3 /* i */
            aload 2 /* args */
            iload 3 /* i */
            aaload
            aastore
        22: .line 371
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.argFilterType:[I
            iload 3 /* i */
            iconst_1
            iastore
        23: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.isLocaleSpecific:[Z
            iload 3 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            instanceof org.bouncycastle.i18n.LocaleString
            bastore
        24: .line 349
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 3 /* i */
            aload 2 /* args */
            arraylength
            if_icmplt 10
        end local 3 // int i
        26: .line 377
            return
        end local 2 // java.lang.Object[] args
        end local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lorg/bouncycastle/i18n/LocalizedMessage$FilteredArguments;
            0   27     2  args  [Ljava/lang/Object;
            9   26     3     i  I
    MethodParameters:
        Name  Flags
      this$0  final
      args    

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
         0: .line 381
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            arraylength
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/i18n/LocalizedMessage$FilteredArguments;

  public java.lang.Object[] getArguments();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
         0: .line 386
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.arguments:[Ljava/lang/Object;
            areturn
        end local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/i18n/LocalizedMessage$FilteredArguments;

  public java.lang.Object[] getFilteredArgs(java.util.Locale);
    descriptor: (Ljava/util/Locale;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
        start local 1 // java.util.Locale locale
         0: .line 391
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            arraylength
            anewarray java.lang.Object
            astore 2 /* result */
        start local 2 // java.lang.Object[] result
         1: .line 392
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 15
         3: .line 395
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filteredArgs:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            ifnull 6
         4: .line 397
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filteredArgs:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* arg */
        start local 4 // java.lang.Object arg
         5: .line 398
            goto 13
        end local 4 // java.lang.Object arg
         6: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* arg */
        start local 4 // java.lang.Object arg
         7: .line 402
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.isLocaleSpecific:[Z
            iload 3 /* i */
            baload
            ifeq 11
         8: .line 405
            aload 4 /* arg */
            checkcast org.bouncycastle.i18n.LocaleString
            aload 1 /* locale */
            invokevirtual org.bouncycastle.i18n.LocaleString.getLocaleString:(Ljava/util/Locale;)Ljava/lang/String;
            astore 4 /* arg */
         9: .line 406
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.argFilterType:[I
            iload 3 /* i */
            iaload
            aload 4 /* arg */
            invokevirtual org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:(ILjava/lang/Object;)Ljava/lang/Object;
            astore 4 /* arg */
        10: .line 407
            goto 13
        11: .line 410
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.argFilterType:[I
            iload 3 /* i */
            iaload
            aload 4 /* arg */
            invokevirtual org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:(ILjava/lang/Object;)Ljava/lang/Object;
            astore 4 /* arg */
        12: .line 411
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filteredArgs:[Ljava/lang/Object;
            iload 3 /* i */
            aload 4 /* arg */
            aastore
        13: .line 414
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            iload 3 /* i */
            aload 4 /* arg */
            aastore
        end local 4 // java.lang.Object arg
        14: .line 392
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 3 // int i
        16: .line 416
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object[] result
        end local 1 // java.util.Locale locale
        end local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/bouncycastle/i18n/LocalizedMessage$FilteredArguments;
            0   17     1  locale  Ljava/util/Locale;
            1   17     2  result  [Ljava/lang/Object;
            2   16     3       i  I
            5    6     4     arg  Ljava/lang/Object;
            7   14     4     arg  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      locale  

  private java.lang.Object filter(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
        start local 1 // int type
        start local 2 // java.lang.Object obj
         0: .line 421
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:Lorg/bouncycastle/i18n/filter/Filter;
            ifnull 9
         1: .line 423
            aload 2 /* obj */
            ifnonnull 2
            ldc "null"
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 2 /* obj */
      StackMap locals:
      StackMap stack: java.lang.Object
         3: astore 3 /* o */
        start local 3 // java.lang.Object o
         4: .line 424
            iload 1 /* type */
            tableswitch { // 0 - 2
                    0: 5
                    1: 6
                    2: 7
              default: 8
          }
         5: .line 427
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* o */
            areturn
         6: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:Lorg/bouncycastle/i18n/filter/Filter;
            aload 3 /* o */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokeinterface org.bouncycastle.i18n.filter.Filter.doFilter:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         7: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:Lorg/bouncycastle/i18n/filter/Filter;
            aload 3 /* o */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokeinterface org.bouncycastle.i18n.filter.Filter.doFilterUrl:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         8: .line 433
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.lang.Object o
         9: .line 438
      StackMap locals:
      StackMap stack:
            aload 2 /* obj */
            areturn
        end local 2 // java.lang.Object obj
        end local 1 // int type
        end local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/i18n/LocalizedMessage$FilteredArguments;
            0   10     1  type  I
            0   10     2   obj  Ljava/lang/Object;
            4    9     3     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      type  
      obj   

  public org.bouncycastle.i18n.filter.Filter getFilter();
    descriptor: ()Lorg/bouncycastle/i18n/filter/Filter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
         0: .line 444
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:Lorg/bouncycastle/i18n/filter/Filter;
            areturn
        end local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/i18n/LocalizedMessage$FilteredArguments;

  public void setFilter(org.bouncycastle.i18n.filter.Filter);
    descriptor: (Lorg/bouncycastle/i18n/filter/Filter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
        start local 1 // org.bouncycastle.i18n.filter.Filter filter
         0: .line 449
            aload 1 /* filter */
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:Lorg/bouncycastle/i18n/filter/Filter;
            if_acmpeq 6
         1: .line 451
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 453
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filteredArgs:[Ljava/lang/Object;
            iload 2 /* i */
            aconst_null
            aastore
         4: .line 451
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.unpackedArgs:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* filter */
            putfield org.bouncycastle.i18n.LocalizedMessage$FilteredArguments.filter:Lorg/bouncycastle/i18n/filter/Filter;
         7: .line 457
            return
        end local 1 // org.bouncycastle.i18n.filter.Filter filter
        end local 0 // org.bouncycastle.i18n.LocalizedMessage$FilteredArguments this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/bouncycastle/i18n/LocalizedMessage$FilteredArguments;
            0    8     1  filter  Lorg/bouncycastle/i18n/filter/Filter;
            2    6     2       i  I
    MethodParameters:
        Name  Flags
      filter  
}
SourceFile: "LocalizedMessage.java"
NestHost: org.bouncycastle.i18n.LocalizedMessage
InnerClasses:
  protected FilteredArguments = org.bouncycastle.i18n.LocalizedMessage$FilteredArguments of org.bouncycastle.i18n.LocalizedMessage