Subversion Repositories oidplus

Rev

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

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