Subversion Repositories oidplus

Rev

Rev 874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 874 Rev 1042
Line 5... Line 5...
5
 *
5
 *
6
 * From: https://www.teletrust.de/fileadmin/files/oid/oid_pkcs-3v1-4.pdf#page=6
6
 * From: https://www.teletrust.de/fileadmin/files/oid/oid_pkcs-3v1-4.pdf#page=6
7
 *
7
 *
8
 * PHP version 5
8
 * PHP version 5
9
 *
9
 *
10
 * @category  File
-
 
11
 * @package   ASN1
-
 
12
 * @author    Jim Wigginton <terrafrost@php.net>
10
 * @author    Jim Wigginton <terrafrost@php.net>
13
 * @copyright 2016 Jim Wigginton
11
 * @copyright 2016 Jim Wigginton
14
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
12
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
15
 * @link      http://phpseclib.sourceforge.net
13
 * @link      http://phpseclib.sourceforge.net
16
 */
14
 */
Line 20... Line 18...
20
use phpseclib3\File\ASN1;
18
use phpseclib3\File\ASN1;
21
 
19
 
22
/**
20
/**
23
 * DHParameter
21
 * DHParameter
24
 *
22
 *
25
 * @package ASN1
-
 
26
 * @author  Jim Wigginton <terrafrost@php.net>
23
 * @author  Jim Wigginton <terrafrost@php.net>
27
 * @access  public
-
 
28
 */
24
 */
29
abstract class DHParameter
25
abstract class DHParameter
30
{
26
{
31
    const MAP = [
27
    const MAP = [
32
        'type' => ASN1::TYPE_SEQUENCE,
28
        'type' => ASN1::TYPE_SEQUENCE,