This class is a DSA context that only supports a public key and
verification. It does NOT support a private key or signing.
tuple
|
sign(self,
*argv)
Sign the digest. |
|
|
tuple
|
|
int
|
check_key(self)
Check to be sure the DSA object has a valid private key. |
|
|
|
save_key(self,
filename)
Save the DSA public key (with parameters) to a file. |
|
|
|
save_key_bio(self,
bio)
Save DSA public key (with parameters) to a BIO object. |
|
|
Inherited from DSA :
__del__ ,
__getattr__ ,
__init__ ,
__len__ ,
__setattr__ ,
gen_key ,
m2_dsa_free ,
save_params ,
save_params_bio ,
save_pub_key ,
save_pub_key_bio ,
set_params ,
verify ,
verify_asn1
|