public class org.bouncycastle.jce.spec.ECPublicKeySpec extends org.bouncycastle.jce.spec.ECKeySpec
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.jce.spec.ECPublicKeySpec
super_class: org.bouncycastle.jce.spec.ECKeySpec
{
private org.bouncycastle.math.ec.ECPoint q;
descriptor: Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.bouncycastle.math.ec.ECPoint, org.bouncycastle.jce.spec.ECParameterSpec);
descriptor: (Lorg/bouncycastle/math/ec/ECPoint;Lorg/bouncycastle/jce/spec/ECParameterSpec;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.bouncycastle.jce.spec.ECPublicKeySpec this
start local 1 // org.bouncycastle.math.ec.ECPoint q
start local 2 // org.bouncycastle.jce.spec.ECParameterSpec spec
0: .line 23
aload 0 /* this */
aload 2 /* spec */
invokespecial org.bouncycastle.jce.spec.ECKeySpec.<init>:(Lorg/bouncycastle/jce/spec/ECParameterSpec;)V
1: .line 25
aload 0 /* this */
aload 1 /* q */
putfield org.bouncycastle.jce.spec.ECPublicKeySpec.q:Lorg/bouncycastle/math/ec/ECPoint;
2: .line 26
return
end local 2 // org.bouncycastle.jce.spec.ECParameterSpec spec
end local 1 // org.bouncycastle.math.ec.ECPoint q
end local 0 // org.bouncycastle.jce.spec.ECPublicKeySpec this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/jce/spec/ECPublicKeySpec;
0 3 1 q Lorg/bouncycastle/math/ec/ECPoint;
0 3 2 spec Lorg/bouncycastle/jce/spec/ECParameterSpec;
MethodParameters:
Name Flags
q
spec
public org.bouncycastle.math.ec.ECPoint getQ();
descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.bouncycastle.jce.spec.ECPublicKeySpec this
0: .line 33
aload 0 /* this */
getfield org.bouncycastle.jce.spec.ECPublicKeySpec.q:Lorg/bouncycastle/math/ec/ECPoint;
areturn
end local 0 // org.bouncycastle.jce.spec.ECPublicKeySpec this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/jce/spec/ECPublicKeySpec;
}
SourceFile: "ECPublicKeySpec.java"