Subversion Repositories oidplus

Rev

Rev 846 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 846 Rev 874
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
10
 * @author    Jim Wigginton <terrafrost@php.net>
12
 * @author    Jim Wigginton <terrafrost@php.net>
11
 * @copyright 2016 Jim Wigginton
13
 * @copyright 2016 Jim Wigginton
12
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
14
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
13
 * @link      http://phpseclib.sourceforge.net
15
 * @link      http://phpseclib.sourceforge.net
14
 */
16
 */
Line 18... Line 20...
18
use phpseclib3\File\ASN1;
20
use phpseclib3\File\ASN1;
19
 
21
 
20
/**
22
/**
21
 * DHParameter
23
 * DHParameter
22
 *
24
 *
-
 
25
 * @package ASN1
23
 * @author  Jim Wigginton <terrafrost@php.net>
26
 * @author  Jim Wigginton <terrafrost@php.net>
-
 
27
 * @access  public
24
 */
28
 */
25
abstract class DHParameter
29
abstract class DHParameter
26
{
30
{
27
    const MAP = [
31
    const MAP = [
28
        'type' => ASN1::TYPE_SEQUENCE,
32
        'type' => ASN1::TYPE_SEQUENCE,