[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/fgrosse/phpasn1/lib/X509/ -> AlgorithmIdentifier.php (source)

   1  <?php
   2  /*
   3   * This file is part of the PHPASN1 library.
   4   *
   5   * Copyright © Friedrich Große <[email protected]>
   6   *
   7   * For the full copyright and license information, please view the LICENSE
   8   * file that was distributed with this source code.
   9   */
  10  
  11  namespace FG\X509;
  12  
  13  use FG\ASN1\Universal\NullObject;
  14  use FG\ASN1\Composite\AttributeTypeAndValue;
  15  
  16  class AlgorithmIdentifier extends AttributeTypeAndValue
  17  {
  18      public function __construct($objectIdentifierString)
  19      {
  20          parent::__construct($objectIdentifierString, new NullObject());
  21      }
  22  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer