Subversion Repositories oidplus

Rev

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

Rev 846 Rev 874
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/**
3
/**
4
 * DSA Parameters
4
 * DSA Parameters
5
 *
5
 *
-
 
6
 * @category  Crypt
-
 
7
 * @package   DSA
6
 * @author    Jim Wigginton <terrafrost@php.net>
8
 * @author    Jim Wigginton <terrafrost@php.net>
7
 * @copyright 2015 Jim Wigginton
9
 * @copyright 2015 Jim Wigginton
8
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
10
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
9
 * @link      http://phpseclib.sourceforge.net
11
 * @link      http://phpseclib.sourceforge.net
10
 */
12
 */
Line 14... Line 16...
14
use phpseclib3\Crypt\DSA;
16
use phpseclib3\Crypt\DSA;
15
 
17
 
16
/**
18
/**
17
 * DSA Parameters
19
 * DSA Parameters
18
 *
20
 *
-
 
21
 * @package DSA
19
 * @author  Jim Wigginton <terrafrost@php.net>
22
 * @author  Jim Wigginton <terrafrost@php.net>
-
 
23
 * @access  public
20
 */
24
 */
21
class Parameters extends DSA
25
class Parameters extends DSA
22
{
26
{
23
    /**
27
    /**
24
     * Returns the parameters
28
     * Returns the parameters