PKCS1.php
"PKCS1" (RFC5915) Formatted EC Key Handler
PHP version 5
Used by File/X509.php
Processes keys with the following headers:
-----BEGIN EC PRIVATE KEY----- -----BEGIN EC PARAMETERS-----
Technically, PKCS1 is for RSA keys, only, but we're using PKCS1 to describe DSA, whose format isn't really formally described anywhere, so might as well use it to describe this, too. PKCS1 is easier to remember than RFC5915, after all. I suppose this could also be named IETF but idk
Tags
Table of Contents
Classes
- PKCS1
- "PKCS1" (RFC5915) Formatted EC Key Handler