public class sun.security.ec.point.ExtendedHomogeneousPoint$Mutable extends sun.security.ec.point.ExtendedHomogeneousPoint<sun.security.util.math.MutableIntegerModuloP> implements sun.security.ec.point.MutablePoint
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.security.ec.point.ExtendedHomogeneousPoint$Mutable
super_class: sun.security.ec.point.ExtendedHomogeneousPoint
{
public void <init>(sun.security.util.math.MutableIntegerModuloP, sun.security.util.math.MutableIntegerModuloP, sun.security.util.math.MutableIntegerModuloP, sun.security.util.math.MutableIntegerModuloP);
descriptor: (Lsun/security/util/math/MutableIntegerModuloP;Lsun/security/util/math/MutableIntegerModuloP;Lsun/security/util/math/MutableIntegerModuloP;Lsun/security/util/math/MutableIntegerModuloP;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokespecial sun.security.ec.point.ExtendedHomogeneousPoint.<init>:(Lsun/security/util/math/IntegerModuloP;Lsun/security/util/math/IntegerModuloP;Lsun/security/util/math/IntegerModuloP;Lsun/security/util/math/IntegerModuloP;)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
0 2 1 x Lsun/security/util/math/MutableIntegerModuloP;
0 2 2 y Lsun/security/util/math/MutableIntegerModuloP;
0 2 3 t Lsun/security/util/math/MutableIntegerModuloP;
0 2 4 z Lsun/security/util/math/MutableIntegerModuloP;
MethodParameters:
Name Flags
x
y
t
z
public sun.security.ec.point.ExtendedHomogeneousPoint$Mutable conditionalSet(sun.security.ec.point.Point, int);
descriptor: (Lsun/security/ec/point/Point;I)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
instanceof sun.security.ec.point.ExtendedHomogeneousPoint
ifne 2
1: new java.lang.RuntimeException
dup
ldc "Incompatible point"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
checkcast sun.security.ec.point.ExtendedHomogeneousPoint
3: astore 3
start local 3 4: aload 0
aload 3
iload 2
invokevirtual sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.conditionalSet:(Lsun/security/ec/point/ExtendedHomogeneousPoint;I)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
0 5 1 p Lsun/security/ec/point/Point;
0 5 2 set I
4 5 3 ehp Lsun/security/ec/point/ExtendedHomogeneousPoint<Lsun/security/util/math/IntegerModuloP;>;
MethodParameters:
Name Flags
p
set
private <T extends sun.security.util.math.IntegerModuloP> sun.security.ec.point.ExtendedHomogeneousPoint$Mutable conditionalSet(sun.security.ec.point.ExtendedHomogeneousPoint<T>, int);
descriptor: (Lsun/security/ec/point/ExtendedHomogeneousPoint;I)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.x:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
getfield sun.security.ec.point.ExtendedHomogeneousPoint.x:Lsun/security/util/math/IntegerModuloP;
iload 2
invokeinterface sun.security.util.math.MutableIntegerModuloP.conditionalSet:(Lsun/security/util/math/IntegerModuloP;I)V
1: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.y:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
getfield sun.security.ec.point.ExtendedHomogeneousPoint.y:Lsun/security/util/math/IntegerModuloP;
iload 2
invokeinterface sun.security.util.math.MutableIntegerModuloP.conditionalSet:(Lsun/security/util/math/IntegerModuloP;I)V
2: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.t:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
getfield sun.security.ec.point.ExtendedHomogeneousPoint.t:Lsun/security/util/math/IntegerModuloP;
iload 2
invokeinterface sun.security.util.math.MutableIntegerModuloP.conditionalSet:(Lsun/security/util/math/IntegerModuloP;I)V
3: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.z:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
getfield sun.security.ec.point.ExtendedHomogeneousPoint.z:Lsun/security/util/math/IntegerModuloP;
iload 2
invokeinterface sun.security.util.math.MutableIntegerModuloP.conditionalSet:(Lsun/security/util/math/IntegerModuloP;I)V
4: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
0 5 1 ehp Lsun/security/ec/point/ExtendedHomogeneousPoint<TT;>;
0 5 2 set I
Signature: <T::Lsun/security/util/math/IntegerModuloP;>(Lsun/security/ec/point/ExtendedHomogeneousPoint<TT;>;I)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
MethodParameters:
Name Flags
ehp
set
public sun.security.ec.point.ExtendedHomogeneousPoint$Mutable setValue(sun.security.ec.point.AffinePoint);
descriptor: (Lsun/security/ec/point/AffinePoint;)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.x:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
invokevirtual sun.security.ec.point.AffinePoint.getX:()Lsun/security/util/math/ImmutableIntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setValue:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
pop
1: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.y:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
invokevirtual sun.security.ec.point.AffinePoint.getY:()Lsun/security/util/math/ImmutableIntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setValue:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
pop
2: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.t:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
invokevirtual sun.security.ec.point.AffinePoint.getX:()Lsun/security/util/math/ImmutableIntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setValue:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
aload 1
invokevirtual sun.security.ec.point.AffinePoint.getY:()Lsun/security/util/math/ImmutableIntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setProduct:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
pop
3: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.z:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
invokevirtual sun.security.ec.point.AffinePoint.getX:()Lsun/security/util/math/ImmutableIntegerModuloP;
invokeinterface sun.security.util.math.ImmutableIntegerModuloP.getField:()Lsun/security/util/math/IntegerFieldModuloP;
invokeinterface sun.security.util.math.IntegerFieldModuloP.get1:()Lsun/security/util/math/ImmutableIntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setValue:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
pop
4: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
0 5 1 p Lsun/security/ec/point/AffinePoint;
MethodParameters:
Name Flags
p
public sun.security.ec.point.ExtendedHomogeneousPoint$Mutable setValue(sun.security.ec.point.Point);
descriptor: (Lsun/security/ec/point/Point;)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
checkcast sun.security.ec.point.ExtendedHomogeneousPoint
1: astore 2
start local 2 2: aload 0
aload 2
invokevirtual sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.setValue:(Lsun/security/ec/point/ExtendedHomogeneousPoint;)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
0 3 1 p Lsun/security/ec/point/Point;
2 3 2 ehp Lsun/security/ec/point/ExtendedHomogeneousPoint<Lsun/security/util/math/IntegerModuloP;>;
MethodParameters:
Name Flags
p
private <T extends sun.security.util.math.IntegerModuloP> sun.security.ec.point.ExtendedHomogeneousPoint$Mutable setValue(sun.security.ec.point.ExtendedHomogeneousPoint<T>);
descriptor: (Lsun/security/ec/point/ExtendedHomogeneousPoint;)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.x:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
getfield sun.security.ec.point.ExtendedHomogeneousPoint.x:Lsun/security/util/math/IntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setValue:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
pop
1: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.y:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
getfield sun.security.ec.point.ExtendedHomogeneousPoint.y:Lsun/security/util/math/IntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setValue:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
pop
2: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.t:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
getfield sun.security.ec.point.ExtendedHomogeneousPoint.t:Lsun/security/util/math/IntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setValue:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
pop
3: aload 0
getfield sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.z:Lsun/security/util/math/IntegerModuloP;
checkcast sun.security.util.math.MutableIntegerModuloP
aload 1
getfield sun.security.ec.point.ExtendedHomogeneousPoint.z:Lsun/security/util/math/IntegerModuloP;
invokeinterface sun.security.util.math.MutableIntegerModuloP.setValue:(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/MutableIntegerModuloP;
pop
4: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
0 5 1 ehp Lsun/security/ec/point/ExtendedHomogeneousPoint<TT;>;
Signature: <T::Lsun/security/util/math/IntegerModuloP;>(Lsun/security/ec/point/ExtendedHomogeneousPoint<TT;>;)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
MethodParameters:
Name Flags
ehp
public sun.security.ec.point.MutablePoint conditionalSet(sun.security.ec.point.Point, int);
descriptor: (Lsun/security/ec/point/Point;I)Lsun/security/ec/point/MutablePoint;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
iload 2
invokevirtual sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.conditionalSet:(Lsun/security/ec/point/Point;I)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
areturn
LocalVariableTable:
Start End Slot Name Signature
public sun.security.ec.point.MutablePoint setValue(sun.security.ec.point.Point);
descriptor: (Lsun/security/ec/point/Point;)Lsun/security/ec/point/MutablePoint;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.setValue:(Lsun/security/ec/point/Point;)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
areturn
LocalVariableTable:
Start End Slot Name Signature
public sun.security.ec.point.MutablePoint setValue(sun.security.ec.point.AffinePoint);
descriptor: (Lsun/security/ec/point/AffinePoint;)Lsun/security/ec/point/MutablePoint;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual sun.security.ec.point.ExtendedHomogeneousPoint$Mutable.setValue:(Lsun/security/ec/point/AffinePoint;)Lsun/security/ec/point/ExtendedHomogeneousPoint$Mutable;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lsun/security/ec/point/ExtendedHomogeneousPoint<Lsun/security/util/math/MutableIntegerModuloP;>;Lsun/security/ec/point/MutablePoint;
SourceFile: "ExtendedHomogeneousPoint.java"
NestHost: sun.security.ec.point.ExtendedHomogeneousPoint
InnerClasses:
public Mutable = sun.security.ec.point.ExtendedHomogeneousPoint$Mutable of sun.security.ec.point.ExtendedHomogeneousPoint