public class org.bouncycastle.crypto.params.GOST3410ValidationParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.params.GOST3410ValidationParameters
  super_class: java.lang.Object
{
  private int x0;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int c;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long x0L;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long cL;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
        start local 1 // int x0
        start local 2 // int c
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 15
            aload 0 /* this */
            iload 1 /* x0 */
            putfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0:I
         2: .line 16
            aload 0 /* this */
            iload 2 /* c */
            putfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.c:I
         3: .line 17
            return
        end local 2 // int c
        end local 1 // int x0
        end local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;
            0    4     1    x0  I
            0    4     2     c  I
    MethodParameters:
      Name  Flags
      x0    
      c     

  public void <init>(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
        start local 1 // long x0L
        start local 3 // long cL
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            lload 1 /* x0L */
            putfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0L:J
         2: .line 24
            aload 0 /* this */
            lload 3 /* cL */
            putfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.cL:J
         3: .line 25
            return
        end local 3 // long cL
        end local 1 // long x0L
        end local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;
            0    4     1   x0L  J
            0    4     3    cL  J
    MethodParameters:
      Name  Flags
      x0L   
      cL    

  public int getC();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
         0: .line 29
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.c:I
            ireturn
        end local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;

  public int getX0();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
         0: .line 34
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0:I
            ireturn
        end local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;

  public long getCL();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
         0: .line 39
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.cL:J
            lreturn
        end local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;

  public long getX0L();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
         0: .line 44
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0L:J
            lreturn
        end local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
        start local 1 // java.lang.Object o
         0: .line 50
            aload 1 /* o */
            instanceof org.bouncycastle.crypto.params.GOST3410ValidationParameters
            ifne 2
         1: .line 52
            iconst_0
            ireturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.bouncycastle.crypto.params.GOST3410ValidationParameters
            astore 2 /* other */
        start local 2 // org.bouncycastle.crypto.params.GOST3410ValidationParameters other
         3: .line 57
            aload 2 /* other */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.c:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.c:I
            if_icmpeq 5
         4: .line 59
            iconst_0
            ireturn
         5: .line 62
      StackMap locals: org.bouncycastle.crypto.params.GOST3410ValidationParameters
      StackMap stack:
            aload 2 /* other */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0:I
            if_icmpeq 7
         6: .line 64
            iconst_0
            ireturn
         7: .line 67
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.cL:J
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.cL:J
            lcmp
            ifeq 9
         8: .line 69
            iconst_0
            ireturn
         9: .line 72
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0L:J
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0L:J
            lcmp
            ifeq 11
        10: .line 74
            iconst_0
            ireturn
        11: .line 77
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.bouncycastle.crypto.params.GOST3410ValidationParameters other
        end local 1 // java.lang.Object o
        end local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;
            0   12     1      o  Ljava/lang/Object;
            3   12     2  other  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
         0: .line 82
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.c:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0L:J
            l2i
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.x0L:J
            bipush 32
            lshr
            l2i
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.cL:J
            l2i
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.params.GOST3410ValidationParameters.cL:J
            bipush 32
            lshr
            l2i
            ixor
            ireturn
        end local 0 // org.bouncycastle.crypto.params.GOST3410ValidationParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/params/GOST3410ValidationParameters;
}
SourceFile: "GOST3410ValidationParameters.java"