public class org.bouncycastle.crypto.paddings.ISO7816d4Padding implements org.bouncycastle.crypto.paddings.BlockCipherPadding
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.paddings.ISO7816d4Padding
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/paddings/ISO7816d4Padding;

  public void init(java.security.SecureRandom);
    descriptor: (Ljava/security/SecureRandom;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
        start local 1 // java.security.SecureRandom random
         0: .line 23
            return
        end local 1 // java.security.SecureRandom random
        end local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/bouncycastle/crypto/paddings/ISO7816d4Padding;
            0    1     1  random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
        Name  Flags
      random  

  public java.lang.String getPaddingName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
         0: .line 32
            ldc "ISO7816-4"
            areturn
        end local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/paddings/ISO7816d4Padding;

  public int addPadding(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
        start local 1 // byte[] in
        start local 2 // int inOff
         0: .line 43
            aload 1 /* in */
            arraylength
            iload 2 /* inOff */
            isub
            istore 3 /* added */
        start local 3 // int added
         1: .line 45
            aload 1 /* in */
            iload 2 /* inOff */
            bipush -128
            bastore
         2: .line 46
            iinc 2 /* inOff */ 1
         3: .line 48
            goto 6
         4: .line 50
      StackMap locals: int
      StackMap stack:
            aload 1 /* in */
            iload 2 /* inOff */
            iconst_0
            bastore
         5: .line 51
            iinc 2 /* inOff */ 1
         6: .line 48
      StackMap locals:
      StackMap stack:
            iload 2 /* inOff */
            aload 1 /* in */
            arraylength
            if_icmplt 4
         7: .line 54
            iload 3 /* added */
            ireturn
        end local 3 // int added
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/bouncycastle/crypto/paddings/ISO7816d4Padding;
            0    8     1     in  [B
            0    8     2  inOff  I
            1    8     3  added  I
    MethodParameters:
       Name  Flags
      in     
      inOff  

  public int padCount(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
        start local 1 // byte[] in
         0: .line 63
            aload 1 /* in */
            arraylength
            iconst_1
            isub
            istore 2 /* count */
        start local 2 // int count
         1: .line 65
            goto 3
         2: .line 67
      StackMap locals: int
      StackMap stack:
            iinc 2 /* count */ -1
         3: .line 65
      StackMap locals:
      StackMap stack:
            iload 2 /* count */
            ifle 4
            aload 1 /* in */
            iload 2 /* count */
            baload
            ifeq 2
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            iload 2 /* count */
            baload
            bipush -128
            if_icmpeq 6
         5: .line 72
            new org.bouncycastle.crypto.InvalidCipherTextException
            dup
            ldc "pad block corrupted"
            invokespecial org.bouncycastle.crypto.InvalidCipherTextException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            arraylength
            iload 2 /* count */
            isub
            ireturn
        end local 2 // int count
        end local 1 // byte[] in
        end local 0 // org.bouncycastle.crypto.paddings.ISO7816d4Padding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/bouncycastle/crypto/paddings/ISO7816d4Padding;
            0    7     1     in  [B
            1    7     2  count  I
    Exceptions:
      throws org.bouncycastle.crypto.InvalidCipherTextException
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "ISO7816d4Padding.java"