OpenPGP_ModificationDetectionCodePacket::__construct PHP Метод

__construct() публичный Метод

public __construct ( $sha1 = '' )
    function __construct($sha1 = '')
    {
        parent::__construct();
        $this->data = $sha1;
    }
OpenPGP_ModificationDetectionCodePacket