public class org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters extends org.bouncycastle.crypto.params.GOST3410KeyParameters
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters
super_class: org.bouncycastle.crypto.params.GOST3410KeyParameters
{
private java.math.BigInteger x;
descriptor: Ljava/math/BigInteger;
flags: (0x0002) ACC_PRIVATE
public void <init>(java.math.BigInteger, org.bouncycastle.crypto.params.GOST3410Parameters);
descriptor: (Ljava/math/BigInteger;Lorg/bouncycastle/crypto/params/GOST3410Parameters;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 // org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters this
start local 1 // java.math.BigInteger x
start local 2 // org.bouncycastle.crypto.params.GOST3410Parameters params
0: .line 14
aload 0 /* this */
iconst_1
aload 2 /* params */
invokespecial org.bouncycastle.crypto.params.GOST3410KeyParameters.<init>:(ZLorg/bouncycastle/crypto/params/GOST3410Parameters;)V
1: .line 16
aload 0 /* this */
aload 1 /* x */
putfield org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters.x:Ljava/math/BigInteger;
2: .line 17
return
end local 2 // org.bouncycastle.crypto.params.GOST3410Parameters params
end local 1 // java.math.BigInteger x
end local 0 // org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/crypto/params/GOST3410PrivateKeyParameters;
0 3 1 x Ljava/math/BigInteger;
0 3 2 params Lorg/bouncycastle/crypto/params/GOST3410Parameters;
MethodParameters:
Name Flags
x
params
public java.math.BigInteger getX();
descriptor: ()Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters this
0: .line 21
aload 0 /* this */
getfield org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters.x:Ljava/math/BigInteger;
areturn
end local 0 // org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/crypto/params/GOST3410PrivateKeyParameters;
}
SourceFile: "GOST3410PrivateKeyParameters.java"