Query: crypt::dsa::signature
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Crypt::DSA::Signature(3pm) User Contributed Perl Documentation Crypt::DSA::Signature(3pm)NAMECrypt::DSA::Signature - DSA signature objectSYNOPSISuse Crypt::DSA::Signature; my $sig = Crypt::DSA::Signature->new; $sig->r($r); $sig->s($s);DESCRIPTIONCrypt::DSA::Signature represents a DSA signature. It has 2 methods, r and s, which are the big number representations of the 2 pieces of the DSA signature.USAGECrypt::DSA::Signature->new( %options ) Creates a new signature object, and optionally initializes it with the information in %options, which can contain: o Content An ASN.1-encoded string representing the DSA signature. In ASN.1 notation, this looks like: SEQUENCE { r INTEGER, s INTEGER } If Content is provided, new will automatically call the deserialize method to parse the content, and set the r and s methods on the resulting Crypt::DSA::Signature object. $sig->serialize Serializes the signature object $sig into the format described above: an ASN.1-encoded representation of the signature, using the ASN.1 syntax above. AUTHOR & COPYRIGHTS Please see the Crypt::DSA manpage for author, copyright, and license information. perl v5.12.4 2011-06-17 Crypt::DSA::Signature(3pm)
Related Man Pages |
---|
dsa(3openssl) - opensolaris |
dsa(3ssl) - linux |
openssl_dsa(3) - netbsd |
crypt::dsa(3pm) - debian |
crypt::dsa::keychain(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |