Documentation

PKCS1.php

PKCS#1 Formatted DSA Key Handler

PHP version 5

Used by File/X509.php

Processes keys with the following headers:

-----BEGIN DSA PRIVATE KEY----- -----BEGIN DSA PUBLIC KEY----- -----BEGIN DSA PARAMETERS-----

Analogous to ssh-keygen's pem format (as specified by -m)

Also, technically, PKCS1 decribes RSA but I am not aware of a formal specification for DSA. The DSA private key format seems to have been adapted from the RSA private key format so we're just re-using that as the name.

Tags
category

Crypt

author

Jim Wigginton terrafrost@php.net

copyright

2015 Jim Wigginton

license

http://www.opensource.org/licenses/mit-license.html MIT License

link
http://phpseclib.sourceforge.net

Table of Contents

Classes

PKCS1
PKCS#1 Formatted DSA Key Handler

        
On this page

Search results