Method Standards.PKCS.DSA.parse_public_key()
- Method
parse_public_key
 Crypto.DSA|zeroparse_public_key(stringkey,Gmp.mpzp,Gmp.mpzq,Gmp.mpzg)- Description
 Decodes a DER-encoded DSAPublicKey structure.
- Parameter 
key DSAPublicKey provided in ASN.1 DER-encoded format
- Parameter 
p Public parameter p, usually transmitted in the algoritm identifier.
- Parameter 
q Public parameter q, usually transmitted in the algoritm identifier.
- Parameter 
g Public parameter g, usually transmitted in the algoritm identifier.
- Returns
 Crypto.DSA object