public class org.bouncycastle.crypto.params.DESedeParameters extends org.bouncycastle.crypto.params.DESParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.params.DESedeParameters
  super_class: org.bouncycastle.crypto.params.DESParameters
{
  public static final int DES_EDE_KEY_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 24

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.params.DESedeParameters this
        start local 1 // byte[] key
         0: .line 14
            aload 0 /* this */
            aload 1 /* key */
            invokespecial org.bouncycastle.crypto.params.DESParameters.<init>:([B)V
         1: .line 16
            aload 1 /* key */
            iconst_0
            aload 1 /* key */
            arraylength
            invokestatic org.bouncycastle.crypto.params.DESedeParameters.isWeakKey:([BII)Z
            ifeq 3
         2: .line 18
            new java.lang.IllegalArgumentException
            dup
            ldc "attempt to create weak DESede key"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 20
      StackMap locals: org.bouncycastle.crypto.params.DESedeParameters byte[]
      StackMap stack:
            return
        end local 1 // byte[] key
        end local 0 // org.bouncycastle.crypto.params.DESedeParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/crypto/params/DESedeParameters;
            0    4     1   key  [B
    MethodParameters:
      Name  Flags
      key   

  public static boolean isWeakKey(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // byte[] key
        start local 1 // int offset
        start local 2 // int length
         0: .line 34
            iload 1 /* offset */
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 36
      StackMap locals: int
      StackMap stack:
            aload 0 /* key */
            iload 3 /* i */
            invokestatic org.bouncycastle.crypto.params.DESParameters.isWeakKey:([BI)Z
            ifeq 4
         3: .line 38
            iconst_1
            ireturn
         4: .line 34
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 8
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 2
        end local 3 // int i
         6: .line 42
            iconst_0
            ireturn
        end local 2 // int length
        end local 1 // int offset
        end local 0 // byte[] key
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0     key  [B
            0    7     1  offset  I
            0    7     2  length  I
            1    6     3       i  I
    MethodParameters:
        Name  Flags
      key     
      offset  
      length  

  public static boolean isWeakKey(byte[], int);
    descriptor: ([BI)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] key
        start local 1 // int offset
         0: .line 55
            aload 0 /* key */
            iload 1 /* offset */
            aload 0 /* key */
            arraylength
            iload 1 /* offset */
            isub
            invokestatic org.bouncycastle.crypto.params.DESedeParameters.isWeakKey:([BII)Z
            ireturn
        end local 1 // int offset
        end local 0 // byte[] key
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0     key  [B
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      key     
      offset  
}
SourceFile: "DESedeParameters.java"