public class org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher implements org.bouncycastle.crypto.BlockCipher
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher
super_class: java.lang.Object
{
private byte[] IV;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private byte[] FR;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private byte[] FRE;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.crypto.BlockCipher cipher;
descriptor: Lorg/bouncycastle/crypto/BlockCipher;
flags: (0x0002) ACC_PRIVATE
private int count;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int blockSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean forEncryption;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
public void <init>(org.bouncycastle.crypto.BlockCipher);
descriptor: (Lorg/bouncycastle/crypto/BlockCipher;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
2: aload 0
aload 1
invokeinterface org.bouncycastle.crypto.BlockCipher.getBlockSize:()I
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
3: aload 0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
newarray 8
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.IV:[B
4: aload 0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
newarray 8
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
5: aload 0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
newarray 8
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
0 7 1 cipher Lorg/bouncycastle/crypto/BlockCipher;
MethodParameters:
Name Flags
cipher
public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher();
descriptor: ()Lorg/bouncycastle/crypto/BlockCipher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
public java.lang.String getAlgorithmName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
invokeinterface org.bouncycastle.crypto.BlockCipher.getAlgorithmName:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "/OpenPGPCFB"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
public int getBlockSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
invokeinterface org.bouncycastle.crypto.BlockCipher.getBlockSize:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
public int processBlock(byte[], int, byte[], int);
descriptor: ([BI[BI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.forEncryption:Z
ifeq 1
aload 0
aload 1
iload 2
aload 3
iload 4
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptBlock:([BI[BI)I
goto 2
StackMap locals:
StackMap stack:
1: aload 0
aload 1
iload 2
aload 3
iload 4
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.decryptBlock:([BI[BI)I
StackMap locals:
StackMap stack: int
2: ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
0 3 1 in [B
0 3 2 inOff I
0 3 3 out [B
0 3 4 outOff I
Exceptions:
throws org.bouncycastle.crypto.DataLengthException, java.lang.IllegalStateException
MethodParameters:
Name Flags
in
inOff
out
outOff
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
1: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.IV:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
2: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
invokeinterface org.bouncycastle.crypto.BlockCipher.reset:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
public void init(boolean, org.bouncycastle.crypto.CipherParameters);
descriptor: (ZLorg/bouncycastle/crypto/CipherParameters;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.forEncryption:Z
1: aload 0
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.reset:()V
2: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
iconst_1
aload 2
invokeinterface org.bouncycastle.crypto.BlockCipher.init:(ZLorg/bouncycastle/crypto/CipherParameters;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
0 4 1 forEncryption Z
0 4 2 params Lorg/bouncycastle/crypto/CipherParameters;
Exceptions:
throws java.lang.IllegalArgumentException
MethodParameters:
Name Flags
forEncryption
params
private byte encryptByte(byte, int);
descriptor: (BI)B
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iload 2
baload
iload 1
ixor
i2b
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
0 1 1 data B
0 1 2 blockOff I
MethodParameters:
Name Flags
data
blockOff
private int encryptBlock(byte[], int, byte[], int);
descriptor: ([BI[BI)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 2
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iadd
aload 1
arraylength
if_icmple 2
1: new org.bouncycastle.crypto.DataLengthException
dup
ldc "input buffer too short"
invokespecial org.bouncycastle.crypto.DataLengthException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
iload 4
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iadd
aload 3
arraylength
if_icmple 4
3: new org.bouncycastle.crypto.DataLengthException
dup
ldc "output buffer too short"
invokespecial org.bouncycastle.crypto.DataLengthException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmple 14
5: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_2
isub
aload 3
iload 4
aload 0
aload 1
iload 2
baload
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_2
isub
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
dup_x2
bastore
bastore
6: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_1
isub
aload 3
iload 4
iconst_1
iadd
aload 0
aload 1
iload 2
iconst_1
iadd
baload
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_1
isub
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
dup_x2
bastore
bastore
7: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iconst_0
invokeinterface org.bouncycastle.crypto.BlockCipher.processBlock:([BI[BI)I
pop
8: iconst_2
istore 5
start local 5 9: goto 12
10: StackMap locals: int
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iload 5
iconst_2
isub
aload 3
iload 4
iload 5
iadd
aload 0
aload 1
iload 2
iload 5
iadd
baload
iload 5
iconst_2
isub
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
dup_x2
bastore
bastore
11: iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmplt 10
end local 5 13: goto 36
14: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
ifne 23
15: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iconst_0
invokeinterface org.bouncycastle.crypto.BlockCipher.processBlock:([BI[BI)I
pop
16: iconst_0
istore 5
start local 5 17: goto 20
18: StackMap locals: int
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iload 5
aload 3
iload 4
iload 5
iadd
aload 0
aload 1
iload 2
iload 5
iadd
baload
iload 5
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
dup_x2
bastore
bastore
19: iinc 5 1
StackMap locals:
StackMap stack:
20: iload 5
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmplt 18
end local 5 21: aload 0
dup
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iadd
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
22: goto 36
23: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmpne 36
24: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iconst_0
invokeinterface org.bouncycastle.crypto.BlockCipher.processBlock:([BI[BI)I
pop
25: aload 3
iload 4
aload 0
aload 1
iload 2
baload
iconst_0
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
26: aload 3
iload 4
iconst_1
iadd
aload 0
aload 1
iload 2
iconst_1
iadd
baload
iconst_1
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
27: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_2
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_2
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
28: aload 3
iload 4
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_2
isub
iconst_2
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
29: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iconst_0
invokeinterface org.bouncycastle.crypto.BlockCipher.processBlock:([BI[BI)I
pop
30: iconst_2
istore 5
start local 5 31: goto 34
32: StackMap locals: int
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iload 5
iconst_2
isub
aload 3
iload 4
iload 5
iadd
aload 0
aload 1
iload 2
iload 5
iadd
baload
iload 5
iconst_2
isub
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
dup_x2
bastore
bastore
33: iinc 5 1
StackMap locals:
StackMap stack:
34: iload 5
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmplt 32
end local 5 35: aload 0
dup
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iadd
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
36: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 37 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
0 37 1 in [B
0 37 2 inOff I
0 37 3 out [B
0 37 4 outOff I
9 13 5 n I
17 21 5 n I
31 35 5 n I
Exceptions:
throws org.bouncycastle.crypto.DataLengthException, java.lang.IllegalStateException
MethodParameters:
Name Flags
in
inOff
out
outOff
private int decryptBlock(byte[], int, byte[], int);
descriptor: ([BI[BI)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 2
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iadd
aload 1
arraylength
if_icmple 2
1: new org.bouncycastle.crypto.DataLengthException
dup
ldc "input buffer too short"
invokespecial org.bouncycastle.crypto.DataLengthException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
iload 4
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iadd
aload 3
arraylength
if_icmple 4
3: new org.bouncycastle.crypto.DataLengthException
dup
ldc "output buffer too short"
invokespecial org.bouncycastle.crypto.DataLengthException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmple 20
5: aload 1
iload 2
baload
istore 5
start local 5 6: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_2
isub
iload 5
bastore
7: aload 3
iload 4
aload 0
iload 5
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_2
isub
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
8: aload 1
iload 2
iconst_1
iadd
baload
istore 5
9: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_1
isub
iload 5
bastore
10: aload 3
iload 4
iconst_1
iadd
aload 0
iload 5
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_1
isub
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
11: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iconst_0
invokeinterface org.bouncycastle.crypto.BlockCipher.processBlock:([BI[BI)I
pop
12: iconst_2
istore 6
start local 6 13: goto 18
14: StackMap locals: int int
StackMap stack:
aload 1
iload 2
iload 6
iadd
baload
istore 5
15: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iload 6
iconst_2
isub
iload 5
bastore
16: aload 3
iload 4
iload 6
iadd
aload 0
iload 5
iload 6
iconst_2
isub
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
17: iinc 6 1
StackMap locals:
StackMap stack:
18: iload 6
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmplt 14
end local 6 end local 5 19: goto 48
20: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
ifne 30
21: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iconst_0
invokeinterface org.bouncycastle.crypto.BlockCipher.processBlock:([BI[BI)I
pop
22: iconst_0
istore 5
start local 5 23: goto 27
24: StackMap locals: int
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iload 5
aload 1
iload 2
iload 5
iadd
baload
bastore
25: aload 3
iload 5
aload 0
aload 1
iload 2
iload 5
iadd
baload
iload 5
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
26: iinc 5 1
StackMap locals:
StackMap stack:
27: iload 5
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmplt 24
end local 5 28: aload 0
dup
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iadd
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
29: goto 48
30: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmpne 48
31: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iconst_0
invokeinterface org.bouncycastle.crypto.BlockCipher.processBlock:([BI[BI)I
pop
32: aload 1
iload 2
baload
istore 5
start local 5 33: aload 1
iload 2
iconst_1
iadd
baload
istore 6
start local 6 34: aload 3
iload 4
aload 0
iload 5
iconst_0
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
35: aload 3
iload 4
iconst_1
iadd
aload 0
iload 6
iconst_1
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
36: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_2
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_2
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
37: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_2
isub
iload 5
bastore
38: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iconst_1
isub
iload 6
bastore
39: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.cipher:Lorg/bouncycastle/crypto/BlockCipher;
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iconst_0
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FRE:[B
iconst_0
invokeinterface org.bouncycastle.crypto.BlockCipher.processBlock:([BI[BI)I
pop
40: iconst_2
istore 7
start local 7 41: goto 46
42: StackMap locals: int int int
StackMap stack:
aload 1
iload 2
iload 7
iadd
baload
istore 8
start local 8 43: aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.FR:[B
iload 7
iconst_2
isub
iload 8
bastore
44: aload 3
iload 4
iload 7
iadd
aload 0
iload 8
iload 7
iconst_2
isub
invokevirtual org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.encryptByte:(BI)B
bastore
end local 8 45: iinc 7 1
StackMap locals:
StackMap stack:
46: iload 7
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
if_icmplt 42
end local 7 47: aload 0
dup
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
iadd
putfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.count:I
end local 6 end local 5 48: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher.blockSize:I
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 49 0 this Lorg/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher;
0 49 1 in [B
0 49 2 inOff I
0 49 3 out [B
0 49 4 outOff I
6 19 5 inVal B
13 19 6 n I
23 28 5 n I
33 48 5 inVal1 B
34 48 6 inVal2 B
41 47 7 n I
43 45 8 inVal B
Exceptions:
throws org.bouncycastle.crypto.DataLengthException, java.lang.IllegalStateException
MethodParameters:
Name Flags
in
inOff
out
outOff
}
SourceFile: "OpenPGPCFBBlockCipher.java"