Documentation

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
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
"PKCS1" (RFC5915) Formatted EC Key Handler

        
On this page

Search results