GPG_Public_Key::GetExpandedKey PHP Method

GetExpandedKey() public method

public GetExpandedKey ( )
    function GetExpandedKey()
    {
        $ek = new Expanded_Key($this->public_key);
    }