Method Crypto.DSA.State()->set_public_key()
- Method
set_public_key
this_programset_public_key(Gmp.mpzmodulo,Gmp.mpzorder,Gmp.mpzgenerator,Gmp.mpzkey)- Description
Sets the public key in this DSA object.
- Parameter
modulo This is the p parameter.
- Parameter
order This is the group order q parameter.
- Parameter
generator This is the g parameter.
- Parameter
kye This is the public key y parameter.
- Method
set_public_key
variantthis_programset_public_key(.DH.Parametersparams,Gmp.mpzkey)- Description
Sets the public key in this DSA object.
- Parameter
params The finite-field diffie-hellman group parameters.
- Parameter
key The public key y parameter.