class org.bouncycastle.math.ec.WNafPreCompInfo implements org.bouncycastle.math.ec.PreCompInfo
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.bouncycastle.math.ec.WNafPreCompInfo
super_class: java.lang.Object
{
private org.bouncycastle.math.ec.ECPoint[] preComp;
descriptor: [Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.math.ec.ECPoint twiceP;
descriptor: Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0002) ACC_PRIVATE
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield org.bouncycastle.math.ec.WNafPreCompInfo.preComp:[Lorg/bouncycastle/math/ec/ECPoint;
2: aload 0
aconst_null
putfield org.bouncycastle.math.ec.WNafPreCompInfo.twiceP:Lorg/bouncycastle/math/ec/ECPoint;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/math/ec/WNafPreCompInfo;
protected org.bouncycastle.math.ec.ECPoint[] getPreComp();
descriptor: ()[Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.WNafPreCompInfo.preComp:[Lorg/bouncycastle/math/ec/ECPoint;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/WNafPreCompInfo;
protected void setPreComp(org.bouncycastle.math.ec.ECPoint[]);
descriptor: ([Lorg/bouncycastle/math/ec/ECPoint;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.math.ec.WNafPreCompInfo.preComp:[Lorg/bouncycastle/math/ec/ECPoint;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/math/ec/WNafPreCompInfo;
0 2 1 preComp [Lorg/bouncycastle/math/ec/ECPoint;
MethodParameters:
Name Flags
preComp
protected org.bouncycastle.math.ec.ECPoint getTwiceP();
descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.math.ec.WNafPreCompInfo.twiceP:Lorg/bouncycastle/math/ec/ECPoint;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/math/ec/WNafPreCompInfo;
protected void setTwiceP(org.bouncycastle.math.ec.ECPoint);
descriptor: (Lorg/bouncycastle/math/ec/ECPoint;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.bouncycastle.math.ec.WNafPreCompInfo.twiceP:Lorg/bouncycastle/math/ec/ECPoint;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/math/ec/WNafPreCompInfo;
0 2 1 twiceThis Lorg/bouncycastle/math/ec/ECPoint;
MethodParameters:
Name Flags
twiceThis
}
SourceFile: "WNafPreCompInfo.java"