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
Table of Contents
Classes
- PKCS1
- PKCS#1 Formatted DSA Key Handler