abstract class org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine extends org.apache.fop.pdf.PDFEncryptionJCE$InitializationEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine
  super_class: org.apache.fop.pdf.PDFEncryptionJCE$InitializationEngine
{
  protected final byte[] padding;
    descriptor: [B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  final org.apache.fop.pdf.PDFEncryptionJCE this$0;
    descriptor: Lorg/apache/fop/pdf/PDFEncryptionJCE;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.fop.pdf.PDFEncryptionJCE, org.apache.fop.pdf.PDFEncryptionJCE$EncryptionSettings);
    descriptor: (Lorg/apache/fop/pdf/PDFEncryptionJCE;Lorg/apache/fop/pdf/PDFEncryptionJCE$EncryptionSettings;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
        start local 2 // org.apache.fop.pdf.PDFEncryptionJCE$EncryptionSettings encryptionSettings
         0: .line 277
            aload 0 /* this */
            aload 1
            putfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
         1: .line 278
            aload 0 /* this */
            aload 1
            aload 2 /* encryptionSettings */
            invokespecial org.apache.fop.pdf.PDFEncryptionJCE$InitializationEngine.<init>:(Lorg/apache/fop/pdf/PDFEncryptionJCE;Lorg/apache/fop/pdf/PDFEncryptionJCE$EncryptionSettings;)V
         2: .line 271
            aload 0 /* this */
            bipush 32
            newarray 8
            dup
            iconst_0
            bipush 40
            bastore
            dup
            iconst_1
            bipush -65
            bastore
            dup
            iconst_2
            bipush 78
            bastore
            dup
            iconst_3
            bipush 94
            bastore
            dup
            iconst_4
         3: .line 272
            bipush 78
            bastore
            dup
            iconst_5
            bipush 117
            bastore
            dup
            bipush 6
            bipush -118
            bastore
            dup
            bipush 7
            bipush 65
            bastore
            dup
            bipush 8
            bipush 100
            bastore
            dup
            bipush 10
            bipush 78
            bastore
            dup
            bipush 11
         4: .line 273
            bipush 86
            bastore
            dup
            bipush 12
            iconst_m1
            bastore
            dup
            bipush 13
            bipush -6
            bastore
            dup
            bipush 14
            iconst_1
            bastore
            dup
            bipush 15
            bipush 8
            bastore
            dup
            bipush 16
            bipush 46
            bastore
            dup
            bipush 17
            bipush 46
            bastore
            dup
            bipush 19
         5: .line 274
            bipush -74
            bastore
            dup
            bipush 20
            bipush -48
            bastore
            dup
            bipush 21
            bipush 104
            bastore
            dup
            bipush 22
            bipush 62
            bastore
            dup
            bipush 23
            bipush -128
            bastore
            dup
            bipush 24
            bipush 47
            bastore
            dup
            bipush 25
         6: .line 275
            bipush 12
            bastore
            dup
            bipush 26
            bipush -87
            bastore
            dup
            bipush 27
            bipush -2
            bastore
            dup
            bipush 28
            bipush 100
            bastore
            dup
            bipush 29
            bipush 83
            bastore
            dup
            bipush 30
            bipush 105
            bastore
            dup
            bipush 31
            bipush 122
            bastore
            putfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.padding:[B
         7: .line 279
            return
        end local 2 // org.apache.fop.pdf.PDFEncryptionJCE$EncryptionSettings encryptionSettings
        end local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lorg/apache/fop/pdf/PDFEncryptionJCE$RevBefore5Engine;
            0    8     2  encryptionSettings  Lorg/apache/fop/pdf/PDFEncryptionJCE$EncryptionSettings;
    MethodParameters:
                    Name  Flags
      this$0              final
      encryptionSettings  

  protected void computeOValue();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
         0: .line 287
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.preparedOwnerPassword:[B
            astore 1 /* md5Input */
        start local 1 // byte[] md5Input
         1: .line 289
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.reset:()V
         2: .line 290
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            aload 1 /* md5Input */
            invokevirtual java.security.MessageDigest.digest:([B)[B
            astore 2 /* hash */
        start local 2 // byte[] hash
         3: .line 292
            aload 0 /* this */
            aload 2 /* hash */
            invokevirtual org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.computeOValueStep3:([B)[B
            astore 2 /* hash */
         4: .line 294
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.encryptionLengthInBytes:I
            newarray 8
            astore 3 /* key */
        start local 3 // byte[] key
         5: .line 295
            aload 2 /* hash */
            iconst_0
            aload 3 /* key */
            iconst_0
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.encryptionLengthInBytes:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 297
            aload 3 /* key */
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.preparedUserPassword:[B
            invokestatic org.apache.fop.pdf.PDFEncryptionJCE.encryptWithKey:([B[B)[B
            astore 4 /* encryptionResult */
        start local 4 // byte[] encryptionResult
         7: .line 299
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* key */
            aload 4 /* encryptionResult */
            invokevirtual org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.computeOValueStep7:([B[B)[B
            putfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.oValue:[B
         8: .line 300
            return
        end local 4 // byte[] encryptionResult
        end local 3 // byte[] key
        end local 2 // byte[] hash
        end local 1 // byte[] md5Input
        end local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/apache/fop/pdf/PDFEncryptionJCE$RevBefore5Engine;
            1    9     1          md5Input  [B
            3    9     2              hash  [B
            5    9     3               key  [B
            7    9     4  encryptionResult  [B

  protected void createEncryptionKey();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
         0: .line 307
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.reset:()V
         1: .line 308
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.preparedUserPassword:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         2: .line 310
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.oValue:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         3: .line 312
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.permissions:I
            iconst_0
            iushr
            i2b
            invokevirtual java.security.MessageDigest.update:(B)V
         4: .line 313
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.permissions:I
            bipush 8
            iushr
            i2b
            invokevirtual java.security.MessageDigest.update:(B)V
         5: .line 314
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.permissions:I
            bipush 16
            iushr
            i2b
            invokevirtual java.security.MessageDigest.update:(B)V
         6: .line 315
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.permissions:I
            bipush 24
            iushr
            i2b
            invokevirtual java.security.MessageDigest.update:(B)V
         7: .line 317
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            invokevirtual org.apache.fop.pdf.PDFEncryptionJCE.getDocumentSafely:()Lorg/apache/fop/pdf/PDFDocument;
            invokevirtual org.apache.fop.pdf.PDFDocument.getFileIDGenerator:()Lorg/apache/fop/pdf/FileIDGenerator;
            invokevirtual org.apache.fop.pdf.FileIDGenerator.getOriginalFileID:()[B
            invokevirtual java.security.MessageDigest.update:([B)V
         8: .line 318
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.digest:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 1 /* hash */
        start local 1 // byte[] hash
         9: .line 320
            aload 0 /* this */
            aload 1 /* hash */
            invokevirtual org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.createEncryptionKeyStep6:([B)[B
            astore 1 /* hash */
        10: .line 322
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.encryptionLengthInBytes:I
            newarray 8
            putfield org.apache.fop.pdf.PDFEncryptionJCE.encryptionKey:[B
        11: .line 323
            aload 1 /* hash */
            iconst_0
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.this$0:Lorg/apache/fop/pdf/PDFEncryptionJCE;
            getfield org.apache.fop.pdf.PDFEncryptionJCE.encryptionKey:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.encryptionLengthInBytes:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 324
            return
        end local 1 // byte[] hash
        end local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/fop/pdf/PDFEncryptionJCE$RevBefore5Engine;
            9   13     1  hash  [B

  protected byte[] preparePassword(java.lang.String);
    descriptor: (Ljava/lang/String;)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
        start local 1 // java.lang.String password
         0: .line 333
            bipush 32
            istore 2 /* finalLength */
        start local 2 // int finalLength
         1: .line 334
            iload 2 /* finalLength */
            newarray 8
            astore 3 /* preparedPassword */
        start local 3 // byte[] preparedPassword
         2: .line 336
            aload 1 /* password */
            ldc "UTF-8"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            astore 4 /* passwordBytes */
        start local 4 // byte[] passwordBytes
         3: .line 337
            aload 4 /* passwordBytes */
            arraylength
            iload 2 /* finalLength */
            if_icmplt 6
         4: .line 338
            aload 4 /* passwordBytes */
            iconst_0
            aload 3 /* preparedPassword */
            iconst_0
            iload 2 /* finalLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 339
            goto 10
         6: .line 340
      StackMap locals: int byte[] byte[]
      StackMap stack:
            aload 4 /* passwordBytes */
            iconst_0
            aload 3 /* preparedPassword */
            iconst_0
            aload 4 /* passwordBytes */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 341
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.padding:[B
            iconst_0
            aload 3 /* preparedPassword */
            aload 4 /* passwordBytes */
            arraylength
            iload 2 /* finalLength */
         8: .line 342
            aload 4 /* passwordBytes */
            arraylength
            isub
         9: .line 341
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 344
      StackMap locals:
      StackMap stack:
            aload 3 /* preparedPassword */
        11: areturn
        end local 4 // byte[] passwordBytes
        12: .line 345
      StackMap locals: org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine java.lang.String int byte[]
      StackMap stack: java.io.UnsupportedEncodingException
            astore 4 /* e */
        start local 4 // java.io.UnsupportedEncodingException e
        13: .line 346
            new java.lang.UnsupportedOperationException
            dup
            aload 4 /* e */
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.UnsupportedEncodingException e
        end local 3 // byte[] preparedPassword
        end local 2 // int finalLength
        end local 1 // java.lang.String password
        end local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lorg/apache/fop/pdf/PDFEncryptionJCE$RevBefore5Engine;
            0   14     1          password  Ljava/lang/String;
            1   14     2       finalLength  I
            2   14     3  preparedPassword  [B
            3   12     4     passwordBytes  [B
           13   14     4                 e  Ljava/io/UnsupportedEncodingException;
      Exception table:
        from    to  target  type
           2    11      12  Class java.io.UnsupportedEncodingException
    MethodParameters:
          Name  Flags
      password  

  void run();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
         0: .line 351
            aload 0 /* this */
            invokespecial org.apache.fop.pdf.PDFEncryptionJCE$InitializationEngine.run:()V
         1: .line 352
            aload 0 /* this */
            invokevirtual org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.computeOValue:()V
         2: .line 353
            aload 0 /* this */
            invokevirtual org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.createEncryptionKey:()V
         3: .line 354
            aload 0 /* this */
            invokevirtual org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine.computeUValue:()V
         4: .line 355
            return
        end local 0 // org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/fop/pdf/PDFEncryptionJCE$RevBefore5Engine;

  protected abstract byte[] computeOValueStep3(byte[]);
    descriptor: ([B)[B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      hash  

  protected abstract byte[] computeOValueStep7(byte[], byte[]);
    descriptor: ([B[B)[B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      key               
      encryptionResult  

  protected abstract byte[] createEncryptionKeyStep6(byte[]);
    descriptor: ([B)[B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      hash  
}
SourceFile: "PDFEncryptionJCE.java"
NestHost: org.apache.fop.pdf.PDFEncryptionJCE
InnerClasses:
  private final EncryptionSettings = org.apache.fop.pdf.PDFEncryptionJCE$EncryptionSettings of org.apache.fop.pdf.PDFEncryptionJCE
  private abstract InitializationEngine = org.apache.fop.pdf.PDFEncryptionJCE$InitializationEngine of org.apache.fop.pdf.PDFEncryptionJCE
  private abstract RevBefore5Engine = org.apache.fop.pdf.PDFEncryptionJCE$RevBefore5Engine of org.apache.fop.pdf.PDFEncryptionJCE