public abstract class org.bouncycastle.math.ec.AbstractECMultiplier implements org.bouncycastle.math.ec.ECMultiplier
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.bouncycastle.math.ec.AbstractECMultiplier
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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/AbstractECMultiplier;
public org.bouncycastle.math.ec.ECPoint multiply(org.bouncycastle.math.ec.ECPoint, java.math.BigInteger);
descriptor: (Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokevirtual java.math.BigInteger.signum:()I
istore 3
start local 3 1: iload 3
ifeq 2
aload 1
invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
ifeq 3
2: StackMap locals: int
StackMap stack:
aload 1
invokevirtual org.bouncycastle.math.ec.ECPoint.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
areturn
3: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
invokevirtual java.math.BigInteger.abs:()Ljava/math/BigInteger;
invokevirtual org.bouncycastle.math.ec.AbstractECMultiplier.multiplyPositive:(Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECPoint;
astore 4
start local 4 4: iload 3
ifle 5
aload 4
goto 6
StackMap locals: org.bouncycastle.math.ec.ECPoint
StackMap stack:
5: aload 4
invokevirtual org.bouncycastle.math.ec.ECPoint.negate:()Lorg/bouncycastle/math/ec/ECPoint;
StackMap locals:
StackMap stack: org.bouncycastle.math.ec.ECPoint
6: astore 5
start local 5 7: aload 0
aload 5
invokevirtual org.bouncycastle.math.ec.AbstractECMultiplier.checkResult:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/bouncycastle/math/ec/AbstractECMultiplier;
0 8 1 p Lorg/bouncycastle/math/ec/ECPoint;
0 8 2 k Ljava/math/BigInteger;
1 8 3 sign I
4 8 4 positive Lorg/bouncycastle/math/ec/ECPoint;
7 8 5 result Lorg/bouncycastle/math/ec/ECPoint;
MethodParameters:
Name Flags
p
k
protected abstract org.bouncycastle.math.ec.ECPoint multiplyPositive(org.bouncycastle.math.ec.ECPoint, java.math.BigInteger);
descriptor: (Lorg/bouncycastle/math/ec/ECPoint;Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
p
k
protected org.bouncycastle.math.ec.ECPoint checkResult(org.bouncycastle.math.ec.ECPoint);
descriptor: (Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic org.bouncycastle.math.ec.ECAlgorithms.implCheckResult:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/AbstractECMultiplier;
0 1 1 p Lorg/bouncycastle/math/ec/ECPoint;
MethodParameters:
Name Flags
p
}
SourceFile: "AbstractECMultiplier.java"