OpenPGP_ModificationDetectionCodePacket::__construct PHP Method

__construct() public method

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